/*
Theme Name: Simpla, Green Style
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 is general page background color, the image
	is a single row behind the header. */
	background:#fff url(../imgs/152.png) repeat-x; 
	/* border-top:5px solid #00f;   color of uppermost line 
	for simplaflex included in background image... */
	color:#555; /* default font color */
	/* general font definition: family, size, ... */
	font-family: Verdana, sans-serif; 
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}

/* this hides the "go to content" and 
"go to menu" links from the top of the page*/
#accessibility{
        position: absolute;
        top: -10000px;
}
#wrap{
	margin:0 auto;
	text-align:left;
	/* width:76em; */
	width:95%; 	/* total with (content + menu) */
	display: table;
	
}
#main, #cpmain{
	font-size:1.2em;
	float:left;
	padding:1em;
	width:65%; /* width of content area */
}
#sidebar{
	font-size:1.1em;
	float:right;
	/* padding-top:1em; */
	width: 20em; /* width of sidebar */
	position: relative;
}
#header{
	padding:3em 1em;
}
#footer{
	background:#0f0;  /* background color of footer */
	border-top:1px solid #777;  /* one single line above footer block */
	color:#000;  /* default font color */
	clear:both;
	font-size:0.9em;
	padding:0.5em;  /* for "below-footer" */
}
/*************************************
 +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 of the blog */
#header h1 a{
	color:#090;
}
#header h1 a:hover{
	color:#0f0;
}
/* the text below the blog header */
#header p{
	color:#000;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
#footer p{ /* this makes the footer a bit less flashy */
	margin-top:-0.5em;
}

.entrytitle h2{
	font-size:2.2em;
}
.entrytitle h2 a
{
	color:#090;
}
.entrytitle h2 a:hover{
	color:#0f0;
	
}
.entrytitle h3{
	font-size:1.0em;
	color:#6F6F6F;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
}
.postedby{
	background:#fff url(../imgs/156.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(../imgs/155.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(../imgs/154.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.1em;
	padding:0.1em;
}
/*************************************
 +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.comments{
	color:#777;
	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:#f3f5e9;
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comment{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#090;
	text-decoration:none;
}
a:hover{
	color:#8f0;
}

/* special color for footer anchors (improved visibility) */
/* not normally part of simpla theme: */
#footer a{
	color:#050;
}
#footer a:hover{
	color:#000;
}
/* end of insertion */

textarea {
width: 90%;
}
