/*
Theme Name: Simpla
Theme URI: http://ifelse.co.uk/simpla/
Description: A clean, minimalist theme
Version: 1.0
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/

* {
        outline: 0;
}
body{
	background:#D9D8D8 repeat-x;
	border-top:5px solid #333;
	color:#000000;
	font-family: Georgia;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#accessibility{
        position: absolute;
        top: -10000px;
}
#wrap{
background:#D9D8D8;
	margin:0 auto;
	text-align:left;
	width:76em;
	display: table;
	
}
#main, #cpmain{
	font-size:1.2em;
	float:left;
//	padding:4em;
	width:40em;
}
#sidebar{
	font-size:1.1em;
	float:right;
	padding-top:2em;
	width:15em;
	position: relative
}
#header{
	padding:3em 1em;
}
#footer{
	background:#D9D8D8;
	border-top:1px solid #777;
	color:#888;
	clear:both;
	font-size:0.9em;
	padding:0.5em;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Georgia;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header h1{
	font-family: Georgia;
	font-size:3em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#000000;
}
#header h1 a:hover{
	color:#000000;
}
#header p{
	color:#000000;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:1.5em;
}
.entrytitle h2 a
{
	color:#333333;
}
.entrytitle h2 a:hover{
	color:#333333;
}
.entrytitle h3{
	font-size:1em;
	color:#333333;
}
#sidebar h3{
	color:#333333;
	font-size:1.5em;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#D9D8D8 url(../imgs/156.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#D9D8D8 url(../imgs/155.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#D9D8D8 url(../imgs/154.gif) no-repeat;
color:#333333;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:0px dotted #333333;
	margin-bottom:0.3em;
	padding:0.3em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #333333;
}
.commentsblock textarea:focus{
	background:#D9D8D8;
	border:1px solid #333333;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#D9D8D8;
	border:1px solid #333333;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.comments{
	color:#333333;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.comments li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.even{
	background:#D9D8D8;
	border:1px dotted #333333;
	padding:0.5em;
}
h3#comment{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#333333;
	text-decoration:none;
}
a:hover{
	color:#666666;
}

textarea {
width: 100%;
}
