/*  
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/bg.png) repeat-x;
	border-top:5px solid #333;
	color:#333;
	font-family: Verdana, Helvetica, Arial, serif;
	font-size: 100.01%;
	line-height: 1.5;
	margin:0;
	padding:0;
	text-align:center;
}

#wrap{
	margin: 0 auto;
	text-align:left;
	width: 60em;	
}
#content{
	font-size: .8em;
	float: left;
	padding: 1em;
	width: 40em;
}
#sidebar{
	font-size: 1em;
	float: right;
	width: 15em;
}
#header{

	padding: 1em 1em 3em 1em;
}
#footer{
	background:#333;
	border-top:1px solid #777;
	color:#888;
	clear:both;
	font-size:0.7em;
	padding:0.5em;
}
/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Georgia,"Times New Roman",Times,serif;
	font-weight: normal;
	margin:0;
}
#header h1{
	font-family: Verdana, Arial, serif;
	font-size: 2.5em;
	margin: 0;
	margin-right: 1em;
}
#header h1 a{
	border-bottom: none;
	color: #fff;
}

#header h1 a:hover
{
	color: #58BBEB;
}


#header p
{
	color:#fff;
	font-size: .8em;
	margin:0;
	margin-top:-0.4em;
}
.entrytitle h2 
{
	line-height: 1.2;
	font-size: 2.2em;
}
.entrytitle h2 a
{
	color: #333;
	border-bottom: none;
}
.entrytitle h2 a:hover
{
	color: #58BBEB;
}
.entrytitle h3
{
	font-size: 1em;
	color:#6F6F6F;
}
#sidebar h3
{
	color:#555;
	font-size: 1em;
	margin:1em 0;
}

em 
{
	font-family: Georgia,"Times New Roman",Times,serif;
}

code 
{
	font-size: 1.1em;
	background:#F6F6F6 none repeat scroll 0% 50%;
}


pre, codebox 
{
	background-color: #F6F6F6;
	font-family:"Andale Mono",Courier,Monaco,monospace;
	font-size: .9em;
	margin:7px 0px;
	overflow:auto;
	padding:3px;
	width:100%;
	line-height: 1.2;
}
.terminal, terminal 
{
	background:#000 none repeat scroll 0% 50%;
	font-family:"Andale Mono",Courier,Monaco,monospace;
	color: #00FF00;
	margin:7px 0px;
	overflow:auto;
	padding:3px;
	width:100%;
}
/*************************************
 +Entry
 *************************************/
.entry
{
	margin-bottom:3em;
	
}

.entrymeta
{
	font-size:0.9em;
}
.postedby
{
	background:#fff url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto
{
	background:#fff url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink
{
	background:#fff url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}


div.entrybody li
{
	padding: .3em 0;
}

div.entrybody ol,
div.entrybody ul
{
	
}

.more-link
{
	font-weight: bold;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul
{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li
{
	margin-bottom:0.3em;
	padding:0.3em;
	font-size: .9em;
}
#sidebar a{	
}
#sidebar h2 {
	margin-top: 1em;
	padding-top: .8em;
	border-top:1px dotted #333;
}

#sidebar ul li.linkcat 
{
	font-size: 1em;
}

#sidebar ul .children li
{
	list-style-type: circle;
	border-bottom: 0;
	padding:0.3em;
	margin-left:1.5em;
	font-size: 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.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:#579;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:hover{
	color:#58BBEB;
}

.codeWrapper
{
	overflow:auto;
	white-space: nowrap;
}

a.img,
a img 
{
	border: none;
}
		

.h100
{
	height: 100px;	
}

.h250
{
	height: 250px;
}

#feed
{
	position: absolute;
	top: 1em;
	right: 1em;
	height: 60px;
	width: 25px;
	
}

.noborder
{
	border: none;	
}

/*************************************
 +top nav
 *************************************/
div#top_nav
{

}

div#top_nav p
{
	width: 250px; 
	padding-bottom: 10px;
}

p#top_nav_left
{
	float: left;
}
p#top_nav_right
{
	float: right;
	text-align: right;
}

/*************************************
 +geshi
 *************************************/



.xml ol,
.actionscript ol,
.java ol
{
	list-style: decimal; /* IE */
	list-style: decimal-leading-zero;
	line-height: .6;
}

.xml ol li,
.actionscript ol li,
.java ol li
{

}

actionscript .de1, .actionscript .de2 {
color:#000060;
font-weight:normal;
}
.actionscript 
{
	background-color:#F0F0F0;
	border:1px dotted #A0A0A0;
	color:#0000BB;
	font-family:'Courier New', Courier, monospace;
	line-height:105%;
	margin:0;
	padding:0;
	overflow: auto;	
	white-space: nowrap;
	margin-bottom: 20px;
	font-size: 1.1em;
	width: 100%;
}
.actionscript a:link {
color:#000066;
}
.actionscript a:hover {
background-color:#D6D6E6;
}
.actionscript .head {
background-color:#F0F0FF;
border-bottom:1px solid #D0D0D0;
color:#808080;
font-family:Verdana,Arial,sans-serif;
font-weight:bold;
padding:2px;
}
.actionscript .foot {
background-color:#F0F0FF;
border-top:1px solid #D0D0D0;
color:#808080;
font-family:Verdana,Arial,sans-serif;
font-weight:bold;
padding:2px;
}
.actionscript .imp {
color:red;
font-weight:bold;
}
.actionscript li {
background-color:#fff;
color:#000060;
font-family:'Courier New',Courier,monospace;
padding-bottom:2px;

}
.actionscript .kw1 {
color:#B1B100;
}
.actionscript .kw2 {
color:#000000;
font-weight:bold;
}
.actionscript .kw3 {
color:#0066CC;
}
.actionscript .co1 {
color:#808080;
font-style:normal;
}
.actionscript .co2 {
color:#808080;
font-style:italic;
}
.actionscript .coMULTI {
color:#808080;
font-style:normal;
}
.actionscript .es0 {
color:#000099;
font-weight:normal;
}
.actionscript .br0 {
color:#66CC66;
}
.actionscript .st0 {
color:#FF0000;
}
.actionscript .nu0 {
color:#CC66CC;
}
.actionscript .me1 {
color:#006600;
}
.actionscript .me {
}

div.codeHeadlineBox
{
	height: 2em;
	background-color: #333;	
	color: #fff;
	width: 100%;
}

div.codeHeadlineBox p
{
	padding: .2em 1em;
}

div.codeHeadlineBox a,
div.codeHeadlineBox a:link,
div.codeHeadlineBox a:visited,
div.codeHeadlineBox a:active
{	
	color:#58BBEB;	
}
div.codeHeadlineBox a:hover
{
	color:#fff;	
}

/*************************************
 #technocrati
 *************************************/
#sidebar ul li.techn
{
	padding: 0;
}
li.techn a
{
	padding-left: 20px;
	font-weight: bold;
	font-size: .8em;
	line-height: 1em;	
}
li.techn a:link, 
li.techn a:visited, 
li.techn a:active 
{
	background: transparent url(./images/techn_bubble.png) no-repeat scroll 0 0;
	color: #339900;
}
li.techn a:hover
{
	background: transparent url(./images/techn_bubble.png) no-repeat scroll 0pt -37px;
	border-bottom: 1px dotted #339900 !important;
}
/*************************************
 #adds
 *************************************/
p.wsadds
{
	font-size: 1.2em;
	width: 100%;
	padding: 15px 0;
	margin-bottom: 20px;
}
