/*  
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(./images/oldbg.png) repeat-x;
/*  	border-top:5px solid #555;*/
	color:#555;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:0.7em;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:justify; 
}
#wrap{
	margin:0 auto;
	text-align:justify;
	width:76em;	
}
#content{
	font-size:1em;
	float:left;
	padding:1em;
	width:40em;
}
#sidebar{
	font-size:1.0em;
	float:right;
	padding-top:0.5em;
	width:20em;
}
#header{
	padding:3em 1em;
}
#footer{
	background:#fff;
	border-top:1px solid #ddd;
/*	border-top:1px solid #b0995b; */
        text-align: center;
	color:#555;
	clear:both;
	font-size:0.9em;
	padding:0.5em;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
	margin:0;
}
#header h1{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:2.5em;
        text-transform:uppercase;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#B4C24B; 
}
#header h1 a:hover{
	color:#83703f;
}
#header p{
	color:#83703f;
	font-size:1.1em;
        text-transform:uppercase;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:1.5em;
}
.entrytitle h2 a
{
/*	color:#b4c24b; */
/*      color:#966d49 */
/*        color:#98AD59 */
	color:#83703f;
}
.entrytitle h2 a:hover{
        color:#b0995b;
}
.entrytitle h3{
	font-size:1.1em;
/*	color:#6f6f6f; */
/*	color:#579; */
	color:#b0995b;
}
#sidebar h2{
	color:#83703f; 
	font-size:1.4em;
	margin:0.5em 0;
}
#sidebar h3{
	color:#b0995b;
	font-size:0.7em;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}
.entrybody{
	margin-bottom:1em;
}

.entrymeta{
	font-size:0.8em;
        text-transform: uppercase; 

}
.postinfo{
	margin-bottom:0.3em;
}
.postedby{
	background:#fff url(./images/user.gif) no-repeat;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding:3px;
	padding-left:20px;
	line-height:1.5;
        text-transform: uppercase; 
}
.filedto{
	background:#fff url(./images/post.gif) no-repeat;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding:3px;
	padding-left:20px;
	line-height:1.5;
        text-transform: uppercase; 
}
.commentslink{
	background:#fff url(./images/packaged.gif) no-repeat;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	padding:3px;
	padding-left:20px;
        text-transform: uppercase; 
}

blockquote {
           background:  #e6deca; 
           font-size:0.9em;
           text-align:justified;
           padding: 4px 6px 6px 6px;  
/*           margin: 4px 4px 4px 4px;  */
}

.english {
           background:  #F4F1E8; 
/*           border:1px dotted #b0995b; */
           font-size:1.0em;
           text-align:justified;
           padding: 4px 6px 4px 6px;  
/*           margin: 4px 4px 4px 4px;  */
}
.update {
      	   margin-top:1.5em;
      	   margin-bottom:1.5em;
           border-top:1px solid #ddd;
/*         background:  #F4F1E8; */
           color:#B4C24B;  
	   font-style: italic;
}
.update p{
           color:#555;
      	   margin-top:0.2em;  
}
/*************************************
 +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;
}
#sidebar ul li a{
        color:#83703f;
/*        color:#b0995b; */ 
}
#sidebar ul li a:hover{
        color:#b0995b;
}
h2{
        color:#83703f;
}

/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;

}
.commentsblock textarea{
	width:33em;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #F4F1E8;
}
.commentsblock textarea:focus{
	background:#F4F1E8;
	border:1px solid #F4F1E8;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#F4F1E8;
	border:1px solid #F4F1E8;
}
.commentauthor{
	font-weight:bold;
	font-size:1.5em;
}
ol.commentlist{
	color:#555;
	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:#F4F1E8;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#83703f;
	text-decoration:none;
}
a:hover{
	color:#b0995b;
}

img{
        border: 0px solid;
}
