/*
	STYLESHEET FOR POSTS
*/
.post_overview {
	width: 560px;
	float:left;
	padding-bottom:15px;
	margin-bottom:35px;
	border-bottom: 1px solid #ffdeaf;
}
.post_top_meta {
	width: 568px;
	display:block;
	margin-bottom:15px;
}
.comment_bubble {
	float:right;
	width: 35px;
	height:32px;
	background: url(http://assets.greatamericanouting.com/common/comment_count_box.gif) no-repeat;
	text-align:center;
	padding-top:4px;
}
div.read_more {
	background: url(http://assets.greatamericanouting.com/common/read_more_button.gif) no-repeat;
	background-position: 0 0;
	width:145px;
	height:36px;
	cursor:pointer;
	margin:10px 0px;
	float:right;
}
div.read_more:hover {
	background-position: 0px -37px;
}
div.read_more a {
	display:block;
}
span.read_more {
	display:none;
}
.related_bios {
	width: 245px;
	height:150px;
	float:left;
	margin-right:30px;
	margin-bottom:15px;
}
.rel_bio_img {
	width:245px;
	max-height:110px;
	overflow:hidden;
}

.post_details {
	background-color: #d6e2f5;
	padding:10px;
}