/* BLOG */

.blog-container, .comments-container {
	padding: 20px !important;
	margin: 0 0 25px;
	border: 1px #BCBCBE solid !important;
	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOWU5ZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(233,233,235,1) 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(233,233,235,1))) !important;
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,235,1) 100%) !important;
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,235,1) 100%) !important;
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(233,233,235,1) 100%) !important;
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(233,233,235,1) 100%) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e9e9eb',GradientType=0 ) !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
}

.blog_post_header {
	position: relative;
	
}

.blog_post_header a {
	font-family: Oswald, sans-serif !important;
	font-size: 30px !important;
	color: #3b3b3b !important;
	text-transform: uppercase !important;
	padding-left: 56px;
}

	.blog_post_header .post-publish-date .date, .blog_post_header .post-publish-date {
		position: absolute;
		top: 0;
		left: 0;
		height: 30px;
		width: 28px;
		padding: 9px;
		display: block !important;
		font-family: Oswald, sans-serif !important;
		font-size: 12px !important;
		line-height: 14px;
		text-align: center;
		color: #ffffff !important;
		text-transform: capitalize;
		text-shadow: none !important;
		background: url('/images/layouts/blue_circle.png') no-repeat center top;
	}
	
	.post-container {
		background: url('/images/layouts/new/line.jpg') repeat-x center bottom;
	}
	
	.blog-nav {
		text-align: left !important;
		font-family: Lucida Sans Unicode, sans-serif !important;
		font-size: 14px !important;
		color: #005b85 !important;
		text-transform: uppercase !important;
		background: url('/images/layouts/new/line.jpg') repeat-x center top;
	}
	
		.blog-nav a, .blog-nav a:visited, .blog-nav a:active, .blog-nav a:hover {
			color: #005b85 !important;
		}

.post_read_more a {
	text-align: right !important;
	padding: 0 20px 0 0;
	float: right !important;
	display: block !important;
	font-family: Lucida Sans Unicode, sans-serif !important;
	font-size: 14px !important;
	color: #005b85 !important;
	text-transform: uppercase !important;
	background: url('/images/layouts/twitter_btn.png') no-repeat right 2px;
}


#comments a {
	float: right;
	display: block;
	font-family: Lucida Sans Unicode, sans-serif;
	font-size: 14px;
	color: #005b85;
}



/* CATEGORIES, POPULAR POSTS, AND ARCHIVE */

.blog_tags, .blog_popular, .blog_archive_year {
	list-style-type: none;
	padding: 0 0 0 3px;
	margin: 0;
	font-family: Lucida Sans Unicode, sans-serif;
	font-size: 16px;
	text-transform: capitalize;
	line-height: 26px;
}

	.blog_tags a, .blog_popular a{
		color: #787878;
	}
	
	.blog_archive_year a {
		color: #3b3b3b;
	}
	
	
	.archive_toggle {
		font-family: Oswald, sans-serif !important;
		font-size: 30px !important;
		color: #3b3b3b !important;
		text-transform: uppercase !important;
/* 		text-shadow: 0px 1px 0px #fff !important; */
	}
	
	.blog_archive_toggle img {
		/* display: none; */
	}
	
	.blog_archive_month {
		list-style-type: none;
		line-height: 20px;
		padding: 0 0 5px 20px;
	}
	
		.blog_archive_month a {
			color: #787878;
		}
		
		ul.blog_archive_post li {
			list-style-type: none;
		}

.blog_post_header, .blog_post_body {
	color: #005B85 !important;
}

.comments-container .blog_post_body {
	border-bottom: 1px #BCBCBE solid;
}

	#comments-add label {
		font-size: 14px !important;
	}
	
	#comments-add input {
		font-size: 100% !important;
	}
	
	#comments-add input[type="submit"] {
		background: #005B85;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		background: #016897;
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxNjg5NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDQ4NjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top, rgba(1, 104, 151, 1) 0%, rgba(0, 72, 105, 1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(1, 104, 151, 1)), color-stop(100%,rgba(0, 72, 105, 1)));
		background: -webkit-linear-gradient(top, rgba(1, 104, 151, 1) 0%,rgba(0, 72, 105, 1) 100%);
		background: -o-linear-gradient(top, rgba(1, 104, 151, 1) 0%,rgba(0, 72, 105, 1) 100%);
		background: -ms-linear-gradient(top, rgba(1, 104, 151, 1) 0%,rgba(0, 72, 105, 1) 100%);
		background: linear-gradient(to bottom, rgba(1, 104, 151, 1) 0%,rgba(0, 72, 105, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016897', endColorstr='#004869',GradientType=0 );
		border: 1px #004869 solid;
		color: #ffffff;
		cursor: pointer;
	}

/* DIVIDER */

.divider {
	position: relative;
	margin: 10px 0;
	padding: 0;
	width: 100%;
	min-width: 1024px;
	height: 1px;
	border-top: 1px solid #AAAAAA;
	border-bottom: 1px solid white;
}
