@charset "utf-8";
/* CSS Document */

div.blog {

}
div.blog h1{
	font-size: 21px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	color: #86894B;
}
div.blog h2{
	font-size: 14px;
	color: #FFF;
	padding-top: 8px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 26px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #616147;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5E614C;
	background-color: #194359;
}
div.blog h3{
	font: italic normal 20px Georgia, "Times New Roman", Times, serif;
	color: #74381F;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
div.blog h4{
	font-size: 14px;
	margin: 0px;
	padding: 6px;
	background-color: #CCC;
}
div.blogComment {
	font-size: 12px;
	color: #000;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #036;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #036;
	margin: 0px;
	padding: 12px;
}

div.blog p.date{
	font-weight: normal;
	font-size: 11px;
	color: #000;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	text-transform: uppercase;
}
div.blog p.credit{
	font-weight: bold;
	font-size: 13px;
	color: #036;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

div.blog p.articleLink {
	font-weight: bold;
	font-size: 13px;
	color: #036;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	margin: 0px;
}
div.blog p.articleLink a{
	color: #036;
}
div.blog p.viewAll{
	font-weight: normal;
	font-size: 12px;
	color: #036;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 26px;
	padding-left: 0px;
	text-transform: uppercase;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #999;
	margin: 0px;
}

div.blog p.credit span.time{
	font-weight: normal;
	font-size: 12px;
	color: #036;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

div.blog p.commenter{
	font-weight: bold;
	font-size: 12px;
	color: #036;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	
}
div.blog p.commenter span.date {
	font-size: 11px;
	font-weight: normal;
	color: #666;
	padding-left: 6px;

}
div.blog p.comment {
	padding: 0px;

}
div.blogNav {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 22px;
}
div.blogNav a{
	font-size: 14px;
	color: #036;
	font-weight: bold;

}
div#pagination {
	font-size: 11px;
	color: #FFF;
	background-color: #666;
	text-align: center;
	padding: 6px;
}
div#pagination a{
	color: #FC6;
	font-weight: bold;
}
div.blogFooter {
	background-color: #F2F4C1;
	padding: 12px;
	border: 1px solid #8D9460;
}

