/*   
Theme Name: SEO Sandbox Theme
Theme URI: http://ianpurton.com/seo-wordpress-sandbox-theme/
Description: A minimal theme using the yahoo UI grid css and optimised for SEO
Author: Ian Purton
Author URI: http://ianpurton.com
Version: 1.1
*/


#blogcontainer h1,  #blogcontainer h2, #blogcontainer h3, #blogcontainer h4, #blogcontainer h5, #blogcontainer h6 {
	margin: .5em 0 .75em 0; 
}


#blogcontainer p {
	line-height: 18px;

}

a {
	color: #865D25;
}



#blogcontainer {
	width: 802px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}

#bloghead  {
	height: 273px;
	width: 800px;
	z-index: 1;
	margin-bottom: 6px;
	overflow: hidden;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(/images/blogImage.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

#bloghead h1 {
	padding-top: 275px;
}

#bloghead h1 a {
	padding-top: 180px;
	margin-left: 20px;
}


#blogholder {
	width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
}


#blogtext {
	background-color: #FFFFFF;
	padding: 8px 28px 8px 8px;
	width: 480px;
	float: left;
}

#blogsidebar {
	padding: 28px 8px 8px 28px;
	width: 248px;
	float: left;
	background-color: #D0ECF0;
	padding-bottom: 40px;

}

#blogsidebar h2 {
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}

.post-wrap {
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px;
	border-bottom-color: #865D25;
	border-bottom-style:solid;

}


p.byline, p.post-meta, p.interact {
	font-size:11px;
	font-weight:bold;
	line-height:12px;
}


p.singlemeta {
	font-style:italic;
}



.story-content {

}

#blogsidebar ul {
margin-bottom: 20px;

	
}


#blogsidebar ul li {
	list-style: none;
	line-height: 18px;
	
	
}
