.blogContainer button.submit {width: 100%;}

.blog_core_panel div[class$="core_textbox"] {
	margin: 0 auto;
	max-width: 700px !important;
}
.blogContainer .subheadbox { background-color: #efefef; border: 1px solid #e1e1e1; padding: 0.5em; margin: 1.5em 0; overflow: hidden;}
.blogContainer .subheadbox h5 {padding: 0;}

.blogContainer .prevLink { float: left; }
.blogContainer .nextLink { 
	float: right; 
	border-bottom: 2px solid #ffdf00;
	text-decoration: none;
	color: #464646 !important;
}
.blogContainer .nextLink:hover {
	border-bottom: 2px solid #00669f;
	text-decoration: none;
}

.blogContainer .postFooter {margin-top: 1em;}
.blogContainer .postFooter .postCategories, .blogContainer .postFooter .postTags { overflow: hidden; margin-bottom: 0.5em; }
.blogContainer .postFooter .tagLabel { width: 100px; float: left; display: block; font-weight: bold; text-align: right; padding-right: 5px; }
.blogContainer .postFooter .tagContent { margin-left: 100px; display: block;}

.blogSingle h2, .blogSingle h3 {font-family: 'expressway'; font-weight: 700;}
.blogSingle h2 {font-size: 1.25em; padding-bottom: 0; color: #0183b7;}
.blogSingle h3 {font-size: 0.97em;}
.blogSingle p {font-size: 0.97em;}
.blogSingle li { font-size: 0.97em; }
.blogSingle .blogContent ul {padding-left: 40px;}

.blogSingle .mainImg {float: right; padding: 0.3em 0 1em 1em; width: 35%;}
.blogBackLink {display: block; margin-bottom: 2em;}
.blogBackLink i {font-size: 14px;}

.blogWidget {overflow: hidden; margin-bottom: 2em;}
.blogWidget h2 {background-color: #fbd100; font-size: 1.5em; padding: 0 0.6875em 0.2em 0.45em; line-height: 1.4;}
.blogWidget h2 span {position: relative; z-index: 100;}
.blogWidget h2:before {
	-moz-transform: skewY(-2deg);
	-ms-transform: skewY(-2deg);
	-webkit-transform: skewY(-2deg);
	transform: skewY(-2deg);
	background-color: #fbd100;
	content: "";
	position: absolute;
	margin-top: -10px;
	left: 0;
	width: 100%;
	height: 40px;
	z-index: 1;
}
.blogWidget ul {list-style-type: none; margin: 0; padding: 0;}
.blogWidget ul li {line-height: 1.4;}
.blogWidget ul.sidebar-list li a {
	background-color: #f3f3f3;
	color: #252326;
	display: block;
	font-size: 1.1em;
	margin: 0.3125em 0;
	padding: 0.7em 0.4375em 0.4375em 0.7em;
}
.blogWidget ul.sidebar-list li a.active, .blogWidget ul.sidebar-list li a:hover {background: rgba(251,209,0,.5); color: #252326; text-decoration: none; }
.blogWidget ul.sidebar-list li a:focus, .blogWidget ul.sidebar-list li a:active {text-decoration: none;}
.blogWidget ul.months li {padding-left: 1.5em;}

.blogSearchForm {margin-bottom: 1em;}

.blogTagCloud .tagList { line-height: 1rem; background: #fff; padding: 15px; }
.blogTagCloud .tagList li { display: inline-block; line-height: 1.4; padding: 0px 2px;}
.blogTagCloud .tagList li a {color: #252326;}

