/*  
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:#e6f0f2 url(./images/top.png) no-repeat center top;
	color:#555;
	font-family: Arial, Georgia, "Times New Roman", Times, serif;
	font-size:11pt;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:975px;	
}
#content{
	font-size:0.5em;
	float:left;
	width:760px;
}
#content a{
	font-size:11px;
}
#sidebar{
	font-size:11px;
	float:right;
	padding-top:2em;
	width:210px;
}
#header{
	padding:60px 200px 60px 300px;
background: green;
}
#footer{
	color:#2a87a6;
	clear:both;
	font-size:11px;
	padding:0.5em;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0;
}
#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	margin:0;
}
#header h1 a{
	color:#E87830;
}
#header h1 a:hover{
	color:#CC0000;
}
#header p{
	color:#aaa;
	font-size:1.1em;
	margin:0;

}
.entrytitle h2{
	font-size:12px;
}
.entrytitle h2 a
{
	color:#6e8186;
}
.entrytitle h2 a:hover{
	color:#58BBEB;
}
.entrytitle h3{
	font-size:1.2em;
	color:#6F6F6F;
}
#sidebar h2{
	font-size:12px;
	margin: 0;
	color: #084457;
	font-weight: bold;
	margin-bottom: 4px;
}
/*************************************
 +Entry
 *************************************/
.entry{}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#fff url(./images/user.gif) no-repeat;
}
.filedto{
	background:#fff url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	border-bottom:1px solid #c8dfe8;
}
#sidebar ul li a{
	font-size:10px;
	display: block;
        padding: 5px;
}
#sidebar ul li a:hover{
	background: #f0f6f8;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	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;
}
.alt{
	background:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#579;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
}
img {
	border: 0px;
	margin: 0px;
}
p.description {
	margin: 0px;
	font-size: 10px;
	color: #3399CC;
}
p.day{
	color: red;
	font-size: 20px;
	margin: 0px;
	padding-top: 2px;
}
#wp-calendar{
	width: 100%;
}

#wp-calendar a {
}
#content h2 a{
	font-size: 12px;
        font-color: #6e8186;
}
input {
	border: solid gray 1px;
	background: #f2f6f7;
	padding: 2px;
	font-size: 11px;
}
.submit {
	background: #2682a9;
	color: white;
	font-size: 9px;
	padding: 2px;
	border: none;
}
.post-ratings {
	font-size: 11px;
	color: #52a4b2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-variant:bold;
}
.today {
	background: #52a0bf;
	width: 16px;
	display: block;
	color: white;
	text-align: center;
}
