/*
Theme Name: Simpla
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
 *************************************/
body{
	background:#e0e0e0;
	color:#333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#accessibility{
        position: absolute;
        top: -10000px;
}
#wrap {
        margin:0 auto;
        width:750px;
        text-align:left;
}
#content{
	font-size:1.2em;
	float:left;
	padding:1em;
        width:550px;
}
#sidebar{
	font-size:1.1em;
	float:right;
	padding-top:2em;
	width:150px;
}
#header{
	padding:3em 1em;
}
#footer{
        border-top:1px dotted #333;
	color:#555;
	clear:both;
	font-size:0.9em;
	padding:0.5em;
}
form, img {
        margin: 0;
        padding: 0;
        border: 0;
}
code {
        font-family: monospace;
        color: #666;
}
/*************************************
 +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:#E87830;
}
#header h1 a:hover{
        color:#CC0000;
}
#header p{
	color:#888;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:2.2em;
}
.entrytitle h2 a
{
	color:#99CC00;
}
.entrytitle h2 a:hover{
	color:#6699CC;
}
.entrytitle h3{
	font-size:1em;
	color:#777;
}
#categorytitle {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight:normal;
	letter-spacing: -1px;
        margin-bottom: 0.5em;
        font-size: 2.2em;
}
/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:1em;
}
.entrytitle {
        margin-bottom:1em;
}
.entrymeta{
        margin-top:1em;
	font-size:0.8em;
}
.postedby{
	background:#fff url(../images/14.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background:#fff url(../images/13.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background:#fff url(../images/12.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 #B2C2B9;
        text-indent:1em;
	margin-bottom:0.3em;
	padding:0.3em;
}
#sidebar form{
        text-indent:1em;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
}
.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:#3366FF;
	text-decoration:none;
}
a:hover{
	color:#CC0000;
}
form input:focus, form textarea:focus {
	background:#CCFFCC;
	border:1px solid #B2C2B9;
}
form input, form textarea{
	border:1px solid #B2C2B9;
}
ul.lightbox {
        display: block;
        list-style:none;
        text-indent:0;
        margin-left:0px;
        padding-left:0px;
}
ul.lightbox:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
}
ul.lightbox li {
        display: inline;
        margin-right:10px;
        margin-bottom:10px;
        float:left;
}
ul.lightbox li img:hover {
        border-color: #CC0000;
        background-color: #CC0000;
}
ul.lightbox li img {
        border:1px solid gray;
        padding:3px;
}
/* Hides from IE-mac \*/
* html ul.lightbox {
  height: 1%;
}
/* End hide from IE-mac */

.navigation .alignleft {
        display:inline;
        float:left;
}
.navigation .alignright {
        display:inline;
        float:right;
}