/*  
Theme Name: Simpla
Theme URI: http://ifelse.co.uk/simpla/
Description: A clean, minimalist theme
Version: 1.01
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#C59C29 url(./images/Durham-wood-_01.gif) no-repeat top center;
	border-top:5px solid #333;
	color:#555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:76em;	
}
#content{
	font-size:1.2em;
	float:left;
	margin-top:-1.5em;
	margin-left:-1.55em;
	padding-bottom:3em;
	width:579px;
}
#sidebar{
	font-size:1.1em;
	color:#f4c337;
	background:#000 url(./images/SBgrad.png) no-repeat 0px 180px;
	float:right;
	margin-top:.5em;
	margin-right:-1.8em;
	padding-top:1.4em;
	padding-bottom:30px;
	width:219px;
	height:100%;
}
#header{
	padding:6.45em 0;
}
#footer{
	background:#C59C29 url(./images/Durham-wood-_09.gif) no-repeat top center;
	background-position:bottom center;
	color:#888;
	clear:both;
	font-size:0.9em;
	padding:5em;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing:;
	margin:0 0 0 .5em;
}
#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	margin:0;
	margin-right:1em;
	display:none;
}
#header h1 a{
	color:#E87830;
}
#header h1 a:hover{
	color:#CC0000;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
	display:none;
}
.entrytitle {
	display:none;
}
.entrytitle h2{display:inline;
	font-size:1.2em;
}
.entrytitle h2 a
{
	color:#B4C24B;
}
.entrytitle h2 a:hover{
	color:#58BBEB;
}
.entrytitle h3{display:inline;
	font-size:.8em;
	color:#6F6F6F;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
/*************************************
 +Entry   Note: #content.alt is the styling for 'alt' posts (every other)
 *************************************/
.entry{
	margin-bottom:0;
	margin-top:1em;
	margin-left:5px;
	width:281px;
	float:left;
}

.entrybody {width:285px;}
.entrybody img {border:none;max-width:285px;}

#content .alt {
	margin-bottom:0;
	margin-top:1em;
	margin-right:5px;
	width:281px;
	float:right;
}

.entrymeta{
	font-size:0.8em;
	width:280px;
}
.postedby{
	background:#C59C29;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#C59C29;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#C59C29;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	font-weight:700;
	margin:.5em 0 1em 1.5em;
	padding:0;
}
#sidebar ul li{
	border-bottom:none;
	font-size:1.2em;
	margin-left:1em;
	padding:0.1em;
}
#sidebar h2 {
	background:#000 url(./images/separator.gif) no-repeat 0 1.5em;
	padding-bottom:.5em;
	padding-top:.5em;
	font-weight:700;
	text-align:center;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{ display:hidden;
	margin:0.5em;
	padding:1em;
	
}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #d1d1d1;
}
.commentsblock textarea:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#eee;
	border:1px solid #a1a1a1;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#777;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.commentlist li .alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#f4c337;;
	text-decoration:none;
}
a:hover{
	color:#CCC;
}

