#page_news {
	float: left;
	width: 550px;
	padding-bottom: 9px;
	padding-right: 10px;
	margin-top: 15px;
}
#page_post {
	float: left;
	margin-top: 15px;
	padding-bottom: 20px;
	padding-right: 10px;
	width: 550px;
}
#page_news h3 {
	background: #8a321a url(bg_navbar.jpg);
	color: #ffffff;
	height: 30px;
	margin-left: 35px;
	margin-bottom: 10px;
	font-size: 16pt;
	font-weight: normal;
	text-indent: 5px;
}
.news {
	background-color: #fdc899;
	color: inherit;
	margin-left: 35px;
}
.news_pic, .news_title, .news_date, .news_text, .news_comment {
	float: left;
	border-color: #8a321a;
	border-style: solid;
}
.news_pic, .news_title {
	border-width: 0px;
}
.news_title, .news_date, .news_text, .news_comment {
	padding-right: 10px;
	padding-left: 10px;
}
.news_title {
	background-color: #8a321a;
	color: #ffffff;
	height: 36px;
	width: 445px;
}
.news_title h2 {
	font-size: 14pt;
	font-weight: normal;
	letter-spacing: -1px;
	padding-top: 5px;
}
.news_title a {
	text-decoration: none;
	color: #ffffff;
}
.news_title a:hover, .news_title a:active {
	text-decoration: underline;
}
.news_date {
	font-size: 8pt;
	background-color: #ffca9b;
	color: #af4624;
	text-align: right;
	height: 13px;
	border-width: 0px 1px 1px 0px;
	width: 444px;
}
.news_text, .news_comment {
	background-color: #ffdfbf;
	color: #3d3d3d;
	padding-top: 10px;
	font-size: 8pt;
	width: 493px;
}
.news_text {
	border-width: 0px 1px 0px 1px;
}
.news_comment {
	padding-bottom: 10px;
	text-align: right;
	border-width: 1px;
	margin-bottom: 15px;
	border-width: 0px 1px 1px 1px;
}
.news_text a {
	font-weight: bold;
}
.news-pic-caption {
	background-color: #8a321a;
	color: #ffffff;
	font-size: 7pt;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	width: 474px;
}
.news-pic-caption-tall {
	background-color: #8a321a;
	color: #ffffff;
	font-size: 7pt;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	width: 354px;
}
.news-pic-caption a, .news-pic-caption-tall a {
	color: #ffffff;
}
#postComments, #postCommentsInput {
	color: #8a321a;
	margin-left: 35px;
}
#postComments h3, #postCommentsInput h3 {
	margin-bottom: 15px;
	font-size: 14pt;
	font-weight: normal;
	color: #8a321a;
}
.postComment {
	padding: 10px;
	margin-bottom: 10px;
}
.postCommentGravatar {
	float: left;
}
.postCommentName {
	font-size: 10pt;
	font-weight: bold;
}
.postCommentDate, .postCommentText {
	font-size: 8pt;
}
.postCommentText {
	margin-top: 10px;
	padding-right: 10px;
}
.postCommentText a {
	font-weight: bold;
}
.postCommentName, .postCommentDate, .postCommentText {
	margin-left: 75px;
}
#postCommentsInput {
	margin-top: 20px;
}
#postCommentsInput label{
	display: block;
	margin: 10px 0px 3px 0px;
}
#commentName, #commentEmail, #commentURL, #commentText {
	padding: 5px;
	text-indent: 5px;
	color: #000000;
	border: 1px solid #8a321a;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#commentName:hover, #commentText:hover, #commentEmail:hover, #commentURL:hover {
	background-color: #ffdbbf;
}
#commentText {
	font-family: tahoma, arial, sans-serif;
	font-size: 10pt;
}
#commentName, #commentEmail, #commentURL, #commentText, #commentResponse, label.error {
	width: 475px;
}
#submitComment {
	margin-top: 15px;	
	padding: 3px;
	color: #fff;
	background: #8a321a;
	font-family: 'Verdana', sans-serif;
	font-size: 12px;
	border: 2px solid #7f230c;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;	
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
#submitComment:hover {
	cursor: pointer;
	background: #ffffff;
	color: #8a321a;
}
label.error, #commentResponse {
	border: 1px solid #7f230c;
	color: #8a321a;
	background-color: #ffdfbf;
	padding: 5px;
	text-indent: 5px;
}
#commentResponse {
	display: none;
	font-weight: bold;
}
