/*  
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:#fff url(./) no-repeat center 0%;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
                color:#2e2e2e;
	line-height:1.5;
	margin:0 auto;
	padding:0;
	text-align:center;

}

html,body{ 
 scrollbar-arrow-color:#000000;
scrollbar-face-color:#FFFFFF;
scrollbar-3dlight-color:#000000f;
scrollbar-shadow-color:#FFFFFF;
scrollbar-darkshadow-color:#000000f;
}

#wrap{
	margin:-5px auto;
	text-align:left;
	width:800px;	
}
#content{
	font-family: Helvetica;
	font-size:1.2em;
	float:left;
	margin-top:-1em;
	padding:1em;
	width:50em;
}
#content 2{
	font-size:1.2em;
	float:center;
	margin-top:0em;
	padding:1em;
	width:70em;
}
#sidebar{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.1em;
	float:right;
	margin-top:-1.5em;
	text-align:right;
	padding-top:2em;
	width:14em;
}
#header{
	padding:3em 1em;
}
#footer{
	
	clear:both;
	font-size:0.9em;
	padding:0.5em;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#2e2e2e;
}
#header h1 a:hover{
	color:#666666;
}
#header p{
	font-family:  Georgia, "Times New Roman", Times, serif;
	color:#444444;
	font-size:1.1em;
	margin:0;
	margin-top:0.3em;
}
.entrytitle h2{
	font-family: Trebuchet MS;
	font-size:2.2em;
	margin-bottom:-0.6em;
}
.entrytitle h2 a
{
	color:#333300;
}
.entrytitle h2 a:hover{
	color:#999999;
}
.entrytitle h3{
	font-size:1.8em;
	color:#6F6F6F;
}
.entrytitle2 h2{
	font-family: Trebuchet MS;
	font-size:2.2em;
	margin-bottom:-0.3em;
	margin-left:0.2em;
}
.entrytitle2 h2 a
{
	color:#333300;
}
.entrytitle2 h2 a:hover{
	color:#999999;
}
.entrytitle2 h3{
	font-size:1.8em;
	color:#6F6F6F;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
#wp-calendar {
        color:#777777;
width:17em;
}

/*************************************
 +Navigation
 *************************************/
#nav{
padding:0;
}

ul.nav{
width:none;
list-style:none;
margin-left:-30px;
margin-top:2px;
}

ul.nav li {
display:inline;  
}

ul.nav li a {
display:inline;
padding:20px 5px 20px 10px; 
width:auto;
height:auto;
color:#333300; 
text-align:center; 
font-family:Trebuchet MS;
font-size:22px;
text-transform:lowercase;
text-decoration:none;
}

ul.nav li a:hover {
color:#c00; 
text-decoration:none;
}


/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.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 dotted #ddd;
	margin-bottom:0.3em;
	padding:0.3em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:30em;
}
.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:#c00;
	text-decoration:none;
}
a:hover{
	color:#ffff00;
}
