/* CSS Document */

#container {
	 margin: 0 auto -107px auto;
}
#template_single #content_feature h4.postTitle a { text-decoration: none; }
#template_single #content_feature h4.postTitle a:hover { text-decoration: underline; }

#content_feature {
	min-height: 550px;
}
*html #content_feature {
	height: 550px;
}
#content_feature p {
	padding-bottom: 8px;
	margin-bottom: 0;
}

ul#pagination { 
	background-image: none;
	border-top: 1px solid #B5C8D7;
	margin-top: 2px;
	padding-top: 10px;
}
#posts li {
	border-bottom: 1px solid #B5C8D7;
	padding-bottom: 8px;
}
.post img {
	margin: 0 8px 0 0;
	float: left;
	border: solid 1px #B5C8D7;
}
#content_secondary .widget_recent_by_author ul li a{
	font-weight: bold;
}
#content_secondary .widget ul li ul {
	margin-left: 12px;
	list-style: disc;
	padding-bottom: 0;
}
#content_secondary .widget ul li ul li a{
	font-weight: normal;
}

#commentlist {
	margin-bottom: 10px;
}

#commentlist li {
	padding: 10px;
	margin: 0 0 0 15px;
	border-bottom: solid 1px #B5C8D7;
	color: #666;
}

#postcomment {
	padding-top: 10px;
}
#comments, #postcomment { border: none;}

input {
	margin: 3px 0 3px 0;
}
textarea {
	width: 510px;
}
#template_single #content_feature .linkshare { text-align: right; }
#template_single #content_feature .linkshare a {text-decoration: none; }
#template_single #content_feature .linkshare a:hover {text-decoration: underline; }

#submit { margin-top: 10px;}
#template_single .content_copy img {
	width: auto;
	height: auto;

}
#template_single #content_feature a.more-link { 
	margin-top: 10px;
	font-weight: bold;
	display: block;
	text-decoration: none;
}
#template_single #content_feature a.more-link:hover { 
	text-decoration: underline;
}
#posts em, .post em{
	font-style:italic;
	}