@charset "utf-8";
/* CSS Document */
/*********** DEFAULT FONTS *************/
/* set the normal and list font */

.blog_cont_lft a {
	text-decoration: underline;	
	color: #706A62;
}
.blog_cont_lft ul {
	margin: 0;	
}
/* set the blog title font */
.blog_cont_lft h1 {
	clear: both;
	font: 26px/22px 'Droid Serif', serif;
	padding: 0 0 15px 0;
	clear: both;
	color: #272626;
	
}
.blog_cont_lft h1 a {
	color:#3E3C38;
	padding-bottom:10px;
	text-shadow:none;
	text-transform: none;
	text-decoration:none;
}
/* set the date */
.blog_cont_lft h2 {
	font: bold 16px/20px Arial;	
	color: #FFFFFF;
	margin: 0;
	padding: 0;
}
/* set the nav headers */
.blog_cont_lft h3 {
	font: bold 14px/20px Arial;	
	color: #622F2E;
	margin: 0;
	padding: 10px 0;
}

/*********** MAIN WRAPPER (set width) *************/
#blog_wrapper {
	margin: 0 0 25px 0;
	width: 760px;
	overflow: hidden;
}
.blog_ttl_wrapper {
	display: block;
	margin-bottom: 15px;
}
.blog_ttl {
	width: 100%;
}

.blog_ttl p {
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 22px;
	font-family: Verdana, Geneva, sans-serif;	
}

.blog_ttl h3 {
	clear: both;
	color: #006CA3;
	font-size: 21px;
	font-weight: normal;
	line-height: 22px;
	padding: 32px 0 0;
	text-transform:uppercase;
		
}
.blog_pagination {
	float:left;
	width: 100%;
	text-align:right
}
/*********** LEFT CONTENT (set width) ************/
.blog_cont_lft {
	float: left;
	padding: 0;
	width: 800px;
}
.cont_wrapper {
	overflow:hidden;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #333;
	float: left;
}
.cont_wrapper .date {
	display: block;
	width: 44px;
	height: 44px;
	padding: 3px;
	background: #00577B;
	text-align: center;
	float: left;
}

.date h2 {
	color:#FFF;
	line-height: 18px;
	margin: 3px 0 0 0;
}
#blog_wrapper .date h2 {
	font: 16px/20px Arial;	
	color: #FFF ;	
	padding-top: 2px;
}
.cont_wrapper .photo {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	margin: 0 10px 0 0;
}
.cont_wrapper .photo img {
	width: 50px;
	height: 50px;
}
.cont_wrapper .cont_head {
	display: block;
	float: left;
	padding: 0 0 10px 10px;
	margin: 0;
	width: 600px;
}

.cont_head h1 {
	font: 18px 'Roboto Condensed', sans-serif !important;
	text-transform:none;
	color:#00577B;
	margin: 0;	
	padding: 0;
	border-bottom: none;
}

.cont_head h1 a {
	font-size: 18px;
	text-decoration: none;
	font-size:18px !important;
	color: #00577B;
}

.cont_head p {
	font-size: 13px;
	padding: 0;
	margin: 0;
}
.cont_wrapper .cont_main{
	float: left;
	margin: 10px 0 0 0;
	padding: 0 20px 0 0;
	font: 13px Helvetica;
}

.cont_wrapper .cont_main p {
	color: #5C5A57;
	font-size: 13px;
	line-height: 18px;
}

.cont_wrapper .cont_main p a {
	color: #00577B;
	text-decoration: none;
}

.cont_wrapper .cont_main p a:hover {
	text-decoration: underline;
}
.blog_comments {
	padding: 15px 0;
	margin: 15px 0;
	border-top: 1px dotted #333;
}
.commentsdivider {
	border-top: 1px dotted #333;	
}
/************* RIGHT NAV (set width, background)*************/
.blog_cont_rht {
	float: right;
	width: 240px;
	margin: 41px 0 0 0;
	min-height: 603px;
}



.blog_cont_rht h4 {
	color: #3E3C38;
	font-size: 22px;
	font-weight: 300;
	line-height: 22px;
	padding: 23px 0 0 27px;
}

.blog_cont_rht a {
	color: #D11732;
	text-decoration: underline;	
}

.blog_cont_rht .show {
	float: left;
	margin: 20px 0 0 27px;
}

.blog_sidebar {
	border-bottom: none;
	margin: 0;
	padding: 21px 0 0 27px;
	width: 250px;
	float: left;
}

.blog_sidebar h4 {
	font: 16px 'Roboto Condensed', sans-serif;
	color: #00577B;
	font-weight: 400;
	padding: 10px 0 0;
}

.blog_sidebar a {
	float: left;
	line-height: 14px;
	text-decoration: underline;	
	color: #00577B;
	font-size: 12px;
	font-weight: 300;
	padding: 10px 0 0;
	width: 250px;
}
.nav_wrapper {
	margin-bottom: 10px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #666;
	overflow: hidden;
}
.nav_head {
	display: block;
	background: none;
	padding: 5px;
}

.nav_head h3 {
	font: bold 13px 'Cabin',sans-serif;
	color: #079AD5;	
}
.nav_cont {
	float: left;
	padding: 5px;
}
.nav_cont ul {
	padding: 5px 0 0 0;
	margin: 0;
}
.nav_cont ul li {
	list-style: none;
}
/*********** FORM ELEMENTS **************/
#utility_area input { 
	color: #768080; 
	font:normal 12px/18px Arial;
	margin: 3px; 
	padding: 2px 5px; 
	border: 1px #ccc solid; }
#utility_area select { 
	color: #636D70; 
	font: normal 12px/18px Arial;
	margin: 3px; padding: 2px 5px; 
	border: 1px #ccc solid; }
#utility_area input.checkbox, #utility_area input.radio { 
	border-style: none !important; 
	}
#utility_area textarea { 
	color: inherit; 
	font: normal 12px/18px Arial;
	margin: 3px; 
	padding: 2px 5px; 
	border: 1px #ccc solid; 
	width: 375px; 
	height: 100px; }
#utility_area label {
	font: normal 12px/18px Arial;
	color: #797170;
	}
