/*  
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/
*/


.entrytitle h2{
	font-size: 26px;
	margin-bottom:8px;
	font-weight: normal;
	border-bottom: 1px solid #777;	
}
.entrytitle h2 a
{
}
.entrytitle h2 a:hover{
}
.entrytitle h3{
	font-size:1.8em;
	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:url(images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.filedto{
	background: url(images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}
.commentslink{
	background: url(images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
}

/*************************************
 +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{
	border:1px dotted #d1d1d1;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}




/*------------------------------------------------------------------
[Master Stylesheet]

Project:	James Geer
Author:		Dan@allbutlost.com
Version:	1.0


Colours:  

Site BG (blue/grey)		#39444e
-------------------------------------------------------------------*/



/*------------------------------------------------------------------
Style Reset
-------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*------------------------------------------------------------------
Base Styles
-------------------------------------------------------------------*/

body {
	background-color: #39444e;
	text-align: center;
	font-family:Arial, Helvetica, sans-serif;
	}


#page_holder {
	width: 700px;
	margin: 0 auto;
	text-align:left;
	}

#page_header {
	margin-top: 15px;
	height:215px;
	position:relative;
	}
	
#header_left {
	height:213px;
	width: 348px;
	float:left;
	background:#7e858c url(images/header_bg.jpg) left top repeat-x;
	border:1px solid #80878e;
	overflow:hidden;
	position:relative;
	}

img.header_img {
	float:right;
	}

#page_content {
	margin-top: 15px;
	padding:15px;
	background: #5c656f url(images/content_bg.jpg) left top repeat-x;
	border:1px solid #80878e;
	clear:left;
	color: white;
	}
	
.goright {
	float:right;
	}

.goleft {
	float:left;
	}

#page_footer {
    color: #777777;
    padding-top: 5px;
    font-size: 0.8em;
}

#page_footer a  {
	color: #777777;
}

#page_footer span {
    float: left;
    padding-top: 5px;
}

#page_footer span.credit {
    float: right;
    height: 40px;
    display: block;
    background: url(images/allbutlost.gif) right top no-repeat;
    padding-right: 38px;
    
}

/*------------------------------------------------------------------
Typography
-------------------------------------------------------------------*/

h1 {
	margin-top: 29px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	left: 14px;
	margin-left:15px;
	font-size:36px;
	font-weight:normal;
	color: #b9c1dc;
	font-style:italic;
	}

h1 span.heading {
	width: 250px;
	height: 39px;
	display:block;
	color: #636a73;
	position:relative;
}

h1 span.heading span{
	width: 250px;
	height: 39px;
	display:block;
	position:absolute;
	top: 0px;
	left: 0px;
	background:url(images/jamesgeer_bg.gif) left top no-repeat;
}

h1 a {
	text-decoration:none;
	color: #b9c1dc;
}



h3 {
    padding: 15px 0 5px 0;
}

.entry ul li {
    margin-bottom: 3px;
}

.entry ul li strong {
}

p {
	color: #e5e5e5;
	font-weight:normal;
	font-size:0.9em;
	margin-bottom: 10px;
	line-height:1.1em;
	}

a { 
	color: #fff;
	text-decoration: underline;
	}
	
li.linkcat {list-style-type:none;}
	
blockquote {
    background: url(images/quote_start.gif) left top no-repeat;
    padding: 8px 10px 10px 20px;
    font-family: georgia;
    font-style:italic;
    color: #fff;
	display:block;
	clear:both;
	display:none;
	height:1%;
	margin:15px;
}

html>body blockquote{
height:auto;
	}

blockquote span {
    display: block;
    background: url(images/quote_end.gif) right top no-repeat;
    padding: 4px 15px 15px 0px;
    font-size: 0.9em;
    font-style: normal;
    color: #e7e7e7;
}
div.quote {


}


/*------------------------------------------------------------------
Navigation
-------------------------------------------------------------------*/

ul#main_nav {
	height:35px;
	display:block;
	width:700px;
	background: #3f4a54 url(images/nav_bg.jpg) left top repeat-x;
	border:1px solid #80878e;
	margin:15px 0;
	}
	
ul#main_nav li {
	display:block;
	float:left;
	}
	
ul#main_nav li a {
	display:block;
	float:left;
	height:35px;
	line-height:35px;
	color: #fff;
	text-decoration:none;
	padding: 0 27px;
	font-size:0.9em;
	}
	
ul#main_nav li a:hover,
ul#main_nav li.current_page_item a {
	background: #626b73 url(images/nav_bg_over.jpg) left top repeat-x;
	}

.wptable th {display:none}