/* BLOG STYLES */


/* BLOG STRUCTURE */

.blogwrapper, .blogmodule {
	width: 980px;
}

.blogwrapper h2.moduletitle {
	width: 640px;
	line-height: 22px;
}

.blognavleft {
	float: left;
	width: 200px;
	padding: 5px 5px 30px 5px;
}

.blognavright {
	position: relative;
	float: right;
	width: 260px;
	margin-right: 24px;
}

.blogcenter-nonav {
	padding: 5px 0 0 5px;
}

.blogcenter-rightnav {
	float: left;
    padding: 0 56px 20px 0;
    position: relative;
    width: 640px;
}

.bloginfotitle {
	font-weight: bold;
}


/* POSTS */

.blogitem {
	margin-bottom: 22px;
}

.blogtitle {
    font-size: 22px;
	font-weight: normal;
	line-height: 28px;
	margin: 20px 0 8px 0;
}

.blogtitle a {
	text-decoration: none !important;
}

.blogtitle a:hover {
	text-decoration: underline;
}

.blogauthor,
.blogtags.tagslabel,
.blogtags,
.blogitem .blogdate {
	display: none;
}

.blogdate {
	font-size: 10px;
}

.blogpager {
	padding: 10px 0 20px 0;
    font-size: 11px;
	line-height: 14px;
}


/* Prev Post and Next Post links */

#ctl00_mainContent_BlogView1_lnkPreviousPostTop, #ctl00_mainContent_BlogView1_lnkPreviousPost {
	display: block;
	float: left;
	background: url('../images/btn-prev.png') no-repeat 0 0;
    cursor: pointer;
    height: 13px;
    padding-left: 15px;
	width: 80px;
	text-decoration: none !important;
}

#ctl00_mainContent_BlogView1_lnkPreviousPostTop:hover, #ctl00_mainContent_BlogView1_lnkPreviousPost:hover {
	background: url('../images/btn-prev.png') no-repeat 0 -13px;
	text-decoration: underline !important;
}

#ctl00_mainContent_BlogView1_lnkNextPostTop, #ctl00_mainContent_BlogView1_lnkNextPost {
	display: block;
	float: right;
	background: url('../images/btn-next.png') no-repeat right 0;
    cursor: pointer;
    height: 13px;
    padding-right: 11px;
	width: 50px;
	text-decoration: none !important;
}

#ctl00_mainContent_BlogView1_lnkNextPostTop:hover, #ctl00_mainContent_BlogView1_lnkNextPost:hover {
	background: url('../images/btn-next.png') no-repeat right -13px;
	text-decoration: underline !important;
}

/* End links */

.blogtext {
	clear: both;
	margin-top: 10px;
	border-bottom: 1px solid #cecdcd;
}

.blogtext h2 {
	font-size: 16px;
	color: #000;
    margin: 20px 0 0 0;
	padding-bottom: 0;
}

.blogtext a {
	color: #000;
	text-decoration: underline;
}

.blogtext a:hover {
	color: #777772;
	text-decoration: none;
}

.blogtext p {
	margin: 10px 0;
}

.blogtext ul {
	margin: 20px 0 20px 30px;
}

.blogtext ol {
	margin: 20px 0 20px 35px;
}

.blogtext li {
	margin: 10px 0;
    padding: 0 0 0 10px;
}

.blogtext img {
	border: 1px solid #c4c4c4;
    margin: 0 14px 14px 14px;
    padding: 6px;
}

.blogtext table {
	margin-top: 20px;
}

.blogtext table, .blogtext td {
	border: 1px solid #cecdcd !important;
	border-left: 0 !important;
	border-right: 0 !important;
}
.blogtext table#table-no-borders, .blogtext #table-no-borders td {
	border: none !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

.blogtext td {
	padding: 8px 5px;
}

.blogtext td > p {
	margin: 0 !important;
}

.blogtext td > ul, .blogtext td > ol {
	margin: 0 0 0 12px !important;
}

.blogtext td > ul > li, .blogtext td > ol > li {
	padding: 0 5px 0 0 !important;
}

.morelink {
	background: url('../images/btn-read-more.png') no-repeat scroll 0 0 transparent;
    clear: left;
    display: block;
    height: 31px;
    margin: 14px 0 13px 14px;
    font-size: 0px !important;
    width: 143px;
}

.morelink:hover {
	background: url('../images/btn-read-more.png') no-repeat scroll 0 -31px transparent;
}


/* SOCIAL MEDIA LINKS */

.bsocial {

}

.fblikebutton {
	margin-top: 13px;
}


/* BLOG COMMENTS */

.bcommentpanel {
	margin-top: 35px;
}

.bcommentpanel fieldset {
	border: 1px solid #137d9c;
    margin: 15px 0 0;
    padding: 5px 5px 5px 15px;
}

.bcommentpanel legend {
	border-left: 1px solid #137d9c;
    border-right: 1px solid #137d9c;
    border-top: 1px solid #137d9c;
    font: 18px "Lucida Sans Unicode", Helvetica, Arial, sans-serif;
    padding: 5px 13px 0;
	color: #157F9E;
}

.blogcommentlink {
	display: none;
}

.blogcomments {
	font-size: 12px;
}

div.blogcommentlink {
	border-bottom: 1px solid #656C4A;
}

div.blogcommenttext {
	border-bottom: 1px solid #656C4A;
}

.blogcommenttitle {
	font-family: Trebuchet MS;
}

.blogcommentposter {
	font-size: 11px;
}

.blogcommentservice {
	clear: both;
}

.blogcomments label {
	font-size: 12px;
}

.blogcomments input {
	text-indent: 5px;
}

.blogcomments input, .blogcomments select, .blogcomments textarea {
	border: 1px solid #aacfd9;
	margin: 0 0 5px 5px;
	font-size: 12px !important;
}

.blogcomments input[type=checkbox] {
	border: 0 !important;
}

.blogcomments input[type=submit] {
	display: block;
	background: url('../images/btn-submit.png') 0 0 no-repeat;
	width: 98px;
	height: 36px;
	border: 0 !important;
	font-size: 0px !important;
	cursor: pointer;
	margin-right: 0 !important;
}

.blogcomments input[type=submit]:hover {
	background: url('../images/btn-submit.png') 0 -36px no-repeat;
}

.blogcomments .captcha img {
	clear: both;
	display: block;
	margin-bottom: 15px;
}

.blogcomments .captcha label {
	font-size: 12px;
}

.blogcomments .captcha input {
	width: 48px !important;
}

.blogcomments .modulebuttonrow {
	text-align: left;
}

/* CATEGORY STYLES */

div.blognavright div h3 {
	border-bottom: 1px solid #cecdcd;
    color: #000;
    font: bold 18px Arial, Helvetica, sans-serif;
    margin: 0 25px 10px 0;
    padding-bottom: 10px;
    text-align: center;
	text-transform: none;
}

.blognav {
	padding-left: 22px;
	margin-bottom: 25px;
}

.blognav li {
	background: url('../images/subnav-arrow.png') no-repeat scroll 0 3px transparent;
	list-style: none outside none;
    cursor: pointer;
    display: block;
	height: 20px;
}

.blognav li:hover {
	background: url('../images/subnav-arrow.png') no-repeat scroll 2px 3px transparent;
}

.blognav li a {
	color: #000;
    display: block;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 16px;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 0 17px;
}

.whatsnew-category {
	float: none !important;
	margin-top: 30px;
	margin-left: 7px;
}

.barchivelist {
	margin-top: 25px;
}

/* ESTIMATE BIN EDIT FOR BLOG PAGES */

.bsidebottom > .sp-estimate-bin {
	margin-left: 0;
}

/*BLOG CALLOUTS*/


.article-footer-call {
    background: url("/Data/Sites/5/images/article-footer-bg.png") no-repeat scroll 0 0 #fbaa29;
    border-radius: 14px;
    color: #31302f;
    display: table;
    height: 68px;
    margin-top: 29px;
    position: relative;
	margin-bottom: 29px;
}

.article-footer-call div {
    display: table-cell;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 0 22px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 239px;
}

.article-footer-call a {
    color: #31302f;
    display: table-cell;
    font-size: 23px;
	font-weight: bold;
    padding: 0 69px 0 24px;
    text-decoration: none;
    vertical-align: middle;
	background: url("/Data/Sites/5/images/blog-hover.jpg") repeat-x scroll right top #fbaa29;
	border-bottom-right-radius: 14px;
    border-top-right-radius: 14px;
}

.article-footer-call a:hover {
    color: #81530b;
}
.article-footer-call img {
    margin: 0;
    padding: 0;
    position: absolute;
    right: 24px;
	border:none;
    top: 16px;
}
