/* @group Structure */

#blog, .blog-head, .bh-right, .cl-head, .comment-list .submit-button, .blog-body p {
	display: inline-block;
}

#blog, .blog-head, .bh-right, .cl-head, .comment-list .submit-button, .blog-body p {
	display: block;
}

#blog:after, .blog-head:after, .bh-right:after, .cl-head:after, .comment-list .submit-button:after, .blog-body p:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* @end */

/* @group Layout */

#blog {
	padding: 20px 0;
}

#blog-main {
	width: 640px;
	float: left;
}

#blog-sidebar {
	width: 292px;
	float: right;
}

#catblogoutput {
	margin-bottom: 20px;
}

/* @end */

/* @group Blog */

.blog-list {
	background: none;
	border: none;
	font-size: inherit;
	padding: 0;
}

.blog-list .blog-post {
	margin-bottom: 20px;
}

.blog-post {
	padding: 10px;
	border: 2px solid #58595b;
	background: #f9f9f1;
}

.blog-post#blog-detail {
	padding: 0;
	border: none;
}

.blog-post a {
	color: #8c181a !important;
	text-decoration: underline !important;
}

.blog-post a:hover {
	text-decoration: underline;
}

.blog-post h2 {
	font-size: 150%;
	margin-bottom: 2px;
}

.blog-post h3 {
	font-size: 125%;
	margin-bottom: 2px;
}

.blog-head {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #d9d9d9;
}

.bh-left {
	float: left;
}

.bh-left li {
	color: #636363;
	font-weight: bold;
	font-size: 68.75%;
	display: inline;
}

.bh-right {
	width: 210px;
	float: right;
}

.bh-right .twitter {
	width: 100px;
	margin: 0 10px 0 0;
	float: left;
}

.bh-right .facebook-like {
	width: 100px;
	float: left;
}

.blog-list .blog-body {
	margin-bottom: 20px;
}

.blog-list .blog-body p {
	font-size: 87.5%;
	line-height: 1.32em;
	text-align: justify;
	margin-bottom: 10px;
}

.blog-body p img {
    border: 2px solid #8c181a !important;
    float: left;
    margin-right: 15px;
    max-width: 325px;
}

.blog-list .blog-body p a {
	color: #8c181a;
	text-decoration: none;
}

.blog-list .blog-body p a:hover .read-more-link {
	text-decoration: underline;
}

.blog-list .blog-body ul, .blog-list .blog-body ol {
	margin: 15px 25px;
}

.blog-list .blog-body ol li {
	font-size: 75% !important;
	padding-bottom: 10px;
	list-style: inside decimal !important;
	text-align:	justify;
}

.blog-list .blog-body ul li {
	font-size: 75% !important;
	padding-bottom: 10px;
	list-style: disc inside !important;
	text-align:	justify;
}

.read-more-link {
	color: #8c181a !important;
	float: right;
}

.blog-body .links {
	font-size: 75%;
}

/* Comments */

.comment-list {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.cl-head h2 {
	width: 250px;
	float: left;
}

.cl-head p {
	float: right;
}

#posted-comments {
	margin-bottom: 20px;
}

#posted-comments li {
	padding: 20px;
	margin-bottom: 10px;
	border: 2px solid #58595b;
}

#posted-comments .comment-meta {
	color: #bbb;
	font-size: 112.5%;
	margin-bottom: 5px;
}

#posted-comments .comment-meta .comment-author {
	text-transform: capitalize;
}

#posted-comments .comment {
	font-size: 87.5%;
	line-height: 1.32em;
	margin-bottom: 10px;
}

#posted-comments .comment-date {
	font-size: 75%;
}

.comment-list h3 {
	margin-bottom: 10px;
}

.comment-list .form {
	padding: 10px;
	margin-bottom: 20px;
	border: 2px solid #58595b;
}

.comment-list .form .item {
	padding: 0;
}

.comment-list .form label {
	color: #000;
	font-size: 87.5%;
}

.comment-list .form .cat_textbox_small, .comment-list .form .cat_listbox_small {
	font-size: 12px;
	width: 582px;
	margin: 2px 0 10px;
	padding: 3px;
	border: 2px solid #58595b;
}

.comment-list .form .cat_listbox_small {
	height: 150px;
}

.comment-list .captcha {
	margin-bottom: 20px;
}

.comment-list .captcha .captchaimg {
	margin: 10px 0;
}

.comment-list .captcha input {
	font-size: 12px;
	padding: 3px;
	border: 2px solid #58595b;
}

.comment-list .submit-button input {
	height: 32px;
	width: 142px;
	background: url(../images/submit.png) no-repeat 0 0;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	float: right;
}

/* End Comments */

#comment-thanks {
	padding-bottom: 50px;
}

#comment-thanks h1 {
	font-size: 150%;
	margin-bottom: 10px;
}

#comment-thanks p {
	margin: 0 0 10px 20px;
}

#comment-thanks a {
	color: #8c181a;
}

.comments-close-link {
	font-size: 75%;
	text-align: right;
}

/* Blog Sidebar */

#sidebar-cta {
	font-weight: bold;
	text-align: center;
}

#sidebar-cta h6 {
	font-size: 200%;
}

#sidebar-cta p {
	font-size: 125%;
}

#sidebar-cta a {
	color: #fff;
}

.blog-list .sidebar-module {
	color: #fff;
	margin-bottom: 20px;
}

.blog-list .sidebar-links h5 {
	color: #8c181a;
	font-size: 112.5%;
	line-height: 1em;
	padding: 0 0 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #8c181a;
}

.blog-list .sidebar-links ul {	
	padding-bottom: 15px;
}

.blog-list .sidebar-links li {
	color: #ccc;
	font-size: 68.75%;
	font-weight: 200;
	padding: 0 0 10px;
	margin: 0 0 0 10px;
}

.blog-list .sidebar-links li:hover {
	color: #fff;
}

.blog-list .sidebar-links li a {
	color: #ccc;
	text-decoration: none;
	background: url(../images/list-arrow.png) no-repeat left 1px;
}

.blog-list .sidebar-links li a:hover {
	color: #fff;
	text-decoration: underline;
}

.blog-list #sidebar-cta, .blog-list #youtube-sidebar, .blog-list #facebook-sidebar {
	margin-bottom: 10px;
}

.blog-list #ys-left {
	width: 220px;
	margin-right: 5px;
	float: left; 
}

.blog-list #ys-right {
	width: 75px;
	float: left;
}

.blog-list #ys-right p {
	color: #888;
	font-size: 87.5%;
	font-weight: 600;
	margin-bottom: 1px;
}

.blog-list #ys-right img {
	margin: -2px 0 0;
}

.blog-list #ecta-group #ebook-link {
	width: 215px;
	margin-right: 10px;
	float: left;
}

.blog-list #ecta-group #sm-outlets {
	width: 80px;
	margin-top: 5px;
	float: right;
}

.blog-list #ecta-group #sm-outlets li {
	width: 34px;
	height: 34px;
	margin-right: 2px;
	display: inline;
}

/* End Blog Sidebar */

/* Pagination */

.page-nav, .page-nav a:hover {
	color: #58595b !important;
}

.page-nav a {
	color: #8c181a !important;
}

/* End Pagination */

/* @end */

/* @group Footer */

#footer {
	text-align: center;
	background: url(../images/footer-bkgd.png) no-repeat center top;
}

#footer p {
	color: #aaa;
}

#footer #offer-text {
	font-size: 112.5%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

#footer #footer-locations {
	font-size: 81.25%;
	font-weight: 200;
	margin: 0 0 3px;
}

#footer #terms-text {
	font-size: 75%;
	font-weight: 200;
}

#copyright {
	color: #aaa;
	height: 22px;
	padding-top: 8px;
	background: url(../images/copyright-bkgd.jpg) no-repeat center center;
}

#copyright p {
	font-size: 75%;
	text-align: center;
}

/* @end */
