/*
Theme Name: xdim simple
Theme URI: 
Description: 
Version: 1.0
Author: Cuboctaedro
Author URI: http://cuboctaedro.eu/
*/
* {
margin:0;
padding:0;
list-style: none;
}
body {
	background-color: white;
	font-family: "Courier New", Courier, monospace;
	color:black;
}
/* typography */
#content {
	font-size: 14px;
	line-height:18px;
}
#content p{
	margin-bottom: 18px;
}
#content #post-12 p {
	margin-bottom: 0;
}
a{
	color:black;
	text-decoration:none;
}
ul li{
	list-style: none;
}
.post a{
	color:black;
	text-decoration: underline;
}

/* layout */
#header {
	position:absolute;
	top:36px;
	left:36px;
}
#sidebar {
	position:absolute;
	top: 128px;
	left:36px;
	width:340px;
	line-height:18px;
}
#content {
	position:absolute;
	top: 128px;
	left:384px;
	width: 600px;
}
/* header */
#header h1 a {
	font-size: 20px;
}

/* sidebar */
#sidebar h2 {
	display: none;
}
#sidebar ul li {
	font-size: 14px;
	margin-bottom: 6px;
	line-height:18px;
}
#sidebar ul li a{
	font-weight: bold;
}
#sidebar ul li ul {
    margin: 6px 0 6px 18px;
}
#sidebar ul li ul li a{
   font-size: 12px;
   font-weight: normal;
}
#sidebar a:hover, #sidebar span:hover {
 text-decoration: underline;
}
#sidebar ul li span{
	cursor: pointer;
	font-weight:bold;
}

#sidebar ul li.current_page_ancestor li.current_page_item a{
	font-weight:bold;
}

/* content */
#content h2 {
	display:none;
}
.entry ul li.credits > div {
	width: 530px;
	height: 530px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.entry ul li.credits div div {
  	font-size: 12px;
	line-height: 18px;
    display: inline;
    text-align: left;
}
