  @charset "utf-8";
/* CSS Document */
/* DEFAULT FONTS ***/
/* set the normal and list font */
.blog_cont_lft p {
	font: normal 14px 'Roboto', sans-serif;	
	color: #686b6d;
}
.blog_cont_lft a {
	text-decoration: none;	
}
.blog_cont_lft ul {
	margin: 10px 0;	
}
/* set the blog title font */
.blog_cont_lft h1 {
	font: 300 36px 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	color: #515659;
}
.blog_cont_lft h1 a {
	text-decoration: none;
	color: #515659;
}
.blog_cont_lft h1 a:hover {
	color: #ee2e24;
	text-decoration: none;
}

/* set the date */
.blog_cont_lft h2 {
	font: 300 28px 'Roboto', sans-serif;	
	margin: 0;
	padding: 0;
}
/* set the nav headers */
.blog_cont_lft h3 {
	font: 700 18px 'Roboto', sans-serif;	
	color: #005581;
	padding:10px 0 10px 0;
}

/* MAIN WRAPPER (set width) ***/
#blog_wrapper {
	margin: 0 0 25px 0;
	width: 760px;
	overflow: hidden;
}
.blog_ttl_wrapper {
	display: block;
	overflow: hidden;
	margin-bottom: 15px;
}
.blog_ttl {
	width: 100%;
	float: left;
}
.blog_pagination {
	float:left;
	width: 100%;
	text-align:right
}
/* LEFT CONTENT (set width) **/
.blog_cont_lft {
	width: 790px;
	float: left;
}
.cont_wrapper {
	overflow:hidden;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
	float: left;
}
.cont_wrapper .date {
	display: block;
	width: 44px;
	height: 44px;
	padding: 3px;
	background: #515659;
	text-align: center;
	float: left;
	margin-top:7px;
}
.cont_wrapper .date h2, .cont_wrapper .date h3 {
	font: 16px/20px 'Roboto', sans-serif;	
	color: #FFF;	
	padding-top: 2px;
}
.cont_wrapper .photo {
	display: block;
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
	margin-top:7px;
}
.cont_wrapper .photo img {
	width: 50px;
	height: 50px;
}
.cont_wrapper .cont_head {
	display: block;
	float: left;
	padding-left: 10px;
	max-width:670px;
}
.cont_wrapper .cont_head h1 {
	font-size:28px;
}
.blog_ttl_wrapper .blog_ttl h2 {
	font-size:36px;
}
.cont_wrapper .cont_main{
	float: left;
	margin: 10px 0 0 0;
	padding: 0 20px 0 0;
}
.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 {
	width: 292px;
	float: right;
	margin-top: 50px;
	margin-right: 18px;
}
.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 'Roboto', sans-serif;
	color: #005581;	
}
.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 ****/
input { 
	color: #768080; 
	font:normal 12px/18px 'Roboto', sans-serif;
	margin: 3px; 
	padding: 2px 5px; 
	border: 1px #ccc solid; }
select { 
	color: #636D70; 
	font: normal 12px/18px 'Roboto', sans-serif;
	margin: 3px; padding: 2px 5px; 
	border: 1px #ccc solid; }
input.checkbox, input.radio { 
	border-style: none !important; 
	}
textarea { 
	color: inherit; 
	font: normal 12px/18px 'Roboto', sans-serif;
	margin: 3px; 
	padding: 2px 5px; 
	border: 1px #ccc solid; 
	width: 375px; 
	height: 100px; }
label {
	font: normal 12px/18px 'Roboto', sans-serif;
	color: #797170;
	}
