/*  
Theme Name: Simpla_1 for Teressa
Theme URI: http://ifelse.co.uk/simpla/
Description: A clean, minimalist theme
Version: 2.0
Author: Phu Ly
Author URI: http://ifelse.co.uk/
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#fff url(./images/bg.png) repeat-x;
	border-top:5px solid #333;
	color:#555;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:1.6em;
	text-align:center;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:79em;	
}
#content{
	font-size:1.2em;
	float:left;
	padding:1em;
	padding-top:3em;
	width:43em;
}
#sidebar{
	font-size:1.1em;
	float:right;
	padding-top:4em;
	width:20em;
}

#header{
    background: url('images/sitemasthead_v05.png') no-repeat bottom center;
    border : 5px solid #c8c8c8;
    padding:0em 0em;
}

#headerimg{
    width: 800px;
	height: 300px;
    font-size: 1.2em;
	text-align: center;
	padding:0em;
	}
	
#footer{
	background:#333;
	border-top:1px solid #777;
	color:#888;
	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:4em;
	margin:0;
	letter-spacing: 3px;
	margin-right:0em;
	text-align: center;
	
}
#header h1 a{
	color:#8FC16C;
}
#header h1 a:hover{
	color:#8FC16C;
}

#header p{
	color:#424344;
	font-size:1.1em;
	margin:0;
	text-align: center;
	margin-top:-0.5em;
	margin-bottom:0.5em;
}
.entrytitle h2{
	font-size:2.2em;
}
.entrytitle h2 a
{
	color:#424344;
}
.entrytitle h2 a:hover{
	color:#85878B;
}
.entrytitle h3{
	font-size:1.2em;
	color:#6F6F6F;
}
#sidebar h3{
	color:#555;
	font-size:1.5em;
	margin:1em 0;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:2em;
	clear: left;
}

.entrymeta{
    float: left;
	font-size:0.9em;
}
.postedby{
	background:#fff no-repeat;
	padding:3px;
	padding-left:0px;
}
.filedto{
	background:#fff url no-repeat;
	padding:3px;
	padding-left:0px;
}
.commentslink{
	background:#fff no-repeat;
	padding:3px;
	padding-left:0px;
}


blockquote {
padding-left : 10px;
border-left : 3px solid #9FB1BF;
margin : 10px 0 10px 25px;
}

/*************************************
 +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{
    float: left;
	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
 *************************************/
 /*************************************
    Fix the navigation layout to be on the far left one of the far right, create  div classes for each of the CSS elements like the navigation tag below
 *************************************/
.navigation{
    float: right;	
}

a{
	color:#579;
	text-decoration:none;
}
a:hover{
	color:#ACD1CD;
}

.g2image_normal
{
margin: 4px;
}
.g2image_float_left
{
float: left;
clear: left;
margin: 4px;
}
.g2image_float_right
{
float: right;
clear: right;
margin: 4px;
}
.g2image_centered
{
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}

img {
	border : 5px solid #c8c8c8;
	margin-bottom: 5px;
	margin-right: 5px;
	margin-left: 1px;
    }

img#wpstats{width:0px;height:0px;padding:0px;border:none;overflow:hidden}


