.post {
	width:100%;
	padding:15px;
}
.post_separator {
}
.post_header {
	background:#B2E0E3;
	font:15px Verdana;
	padding:5px 50px;
	border-top:1px solid #8A8E7A;
	border-bottom:1px solid #8A8E7A;
}
.post_header a:link, .post_header a:visited {
	font:bold 24px Monotype Corsiva;
	text-decoration: none;
	color:#ff6600;
}
.post_body {
	padding:10px 50px;
	font:14px Verdana;
	background:#ffffff;
	border-bottom:1px solid #8A8E7A;
}
.post_footer {
	background:#ffffff;
	text-align:justify;
	font:bold 14px verdana;
	padding:5px 50px;
	border-bottom:1px solid #8A8E7A;
}
.post_footer a:link, .post_footer a:visited {
	font:bold 14px verdana;
	color:#EA7206;
}
.post_comments {
	width:100%;
	font:12px Verdana;
	border-bottom:1px solid #8A8E7A;
}
.post_comment {
	font:14px Verdana;
	padding:5px 50px;
}
.post_comment_title {
	font-weight:bold;
	color:#014248;
}
.post_comment_body a:link, .post_comment_body a:visited {
	color:black;
}
.post_comment0 {
	background:#ffffff;
}
.post_comment1 {
	background:#BFE2E3;
}
.post_commenta {
	background:#E3BD26;
}


