/*
Theme Name: New P+HS Blog Style
Theme URI: http://www.pandhs.co.uk
Description: New blog template for P+HS
Version: 1.0
Author: Jeremy Jarvis
Author URI: http://www.reflex.net/
*/


body.blog #wrapper {
	height: auto;
}

body.blog #content {
	padding: 10px;
	width: 920px;
	height: auto;
	color: #87887f;
	background: #dcd7cb;
}


h2.pagetitle {
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 15px;	
	
}


#sidebar {
	width: 200px;
	float: left;	
}

#sidebar img, #sidebar p {
	margin-bottom: 12px;	
}

#sidebar ul li {
	margin-bottom: 2px;
	font-size: 12px;
	color: #999;
	list-style: none;
}

#sidebar a {
	color: #87887f;
}

.sidebar_item {
	margin-bottom: 20px;	
}

.job_title {
	text-transform: uppercase;
	color: #999;
	font-size: 11px;
}

.small {
	font-size: 11px;
}

#main {
	width: 660px;
	float: right;
}

.post {
	border-bottom: 1px solid #aaa;
	margin-bottom: 18px;
	width: 100%;
}

.post small {
	text-transform: uppercase;
	font-size: 11px;
	color: #999;
}

.post img {
	margin-bottom: 15px;
}

.post p {
	margin-bottom: 1em;	
}

.post ul, .post ol {
	margin-bottom: 1em;
}

.post li {
	margin-left: 30px;	
}


.post p.postmetadata {
	font-size: 11px;
	margin-bottom: 18px;
}
	
.post p.postmetadata a {
	color: #87887f;
}

.post h2 {
	margin-bottom: 15px;
}

.post h2 a {
	font-size: 20px;
	color: #87887f;
	text-decoration: none;
}

.post h2 a:hover {
	text-decoration: underline;
}


/************ COMMENTS ***************/

#comments {
	color: white;
	background-color: #87887f;
	padding: 15px;
}

#comments cite {
	color: #ccc;
	font-style: normal;
}

#comments h2 {
	margin-bottom: 5px;	
}

#comments ol li {
	list-style: none;
	margin-bottom: 20px;
}



#commentform textarea {
	width: 100%;	
}


#commentform label {
	font-size: 11px;
	padding-left: 4px;	
}


/*************** FEED ICON ***********/

a.feed {
	display: block;
  height: 24px;
  line-height: 24px;
  padding-left: 30px;
	  background: url("images/feed_icon_24.png") no-repeat left center;
}


