.blog {
}

.blog h1 {
	float: left;
	padding-right: 28px;
	background: url(../_images/icon_blog_title.png) 100% 12px no-repeat;
}

.blog h1 a {
    color: #C5351C;
}


.blog .right-column {
	background: white;
}

.blog .right-column .inner {
	padding: 15px;
}

.blog .right-column h2 {
	font-size: 0.857142857em;
	text-transform: uppercase;
	margin: 15px 0;
	border-top: 1px dotted #808080;
	padding-top: 15px;
}

.blog .right-column h2.first {
	margin-top: 0;
	border-top: 0;
	padding-top: 0;
}

.blog .right-column ul {
	margin: 15px 0;
	padding: 0;
	list-style-type: none;
}

.blog .post {
	clear: left;
	padding-bottom: 20px;
	border-bottom: 1px dotted #808080;
	margin-bottom: 20px;
}


.blog h2 {
	margin-bottom: 0;
	color: #C5351C;
}

.blog h2 a {
	color: inherit;
}

.blog .byline {
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.blog .displaying {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 1.428571429em;
    margin-bottom: 10px;
}

.blog .more {
	display: inline-block;
	font-size: 12px;
	/*color: #96351C;*/
    color: #C5351C;
	text-transform: uppercase;
	margin-bottom: 10px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 20px;
}

.blog .categories {
	clear: both;
	margin-top: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.blog .categories a {
	font-weight: normal;
}

.blog .blog-nav {
	text-transform: uppercase;
	font-size: 0.857142857em;
}

.blog .blog-nav a {
	color: #C5351C;
}

.blog .blog-nav .older-posts {
	float: left;
}

.blog .blog-nav .newer-posts {
	float: right;
}

/*
**
*/

.blog .subscribe {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

.blog .subscribe a {
	display: inline-block;
	position: relative;
	padding-right: 34px;
	height: 26px;
	line-height: 26px;
	vertical-align: middle;
}

.blog .subscribe .icon_rss {
	position: absolute;
	top: 0;
	right: 0;
}

/*
**
*/

.blog .comments {
	margin-top: 20px;
}

.blog .comments .comment {
	background-color: #EBF2E8;
	padding: 20px;
	margin: 15px 0;
}

.blog .comments .comment .posted {
	display: block;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-size: 0.857142857em;
	margin-bottom: 15px;
}

.blog .comments .comment .comment-body {
	margin: 0;
}

/*
**
*/

.blog .add-comment .guidelines {
}

.blog .add-comment .guidelines .more {
	display: inline;
	font-size: 1em;
	margin: 0;
}

.blog .add-comment label {
	display: block;
	font-size: 1em;
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 8px;
}

.blog .add-comment .comment-name {
	display: block;
	margin: 8px 0 25px 0;
	width: 445px;
	height: 30px;
}

.blog .add-comment .comment-input {
	display: block;
	width: 445px;
	height: 200px;
	margin-bottom: 15px;
}

.blog .add-comment .btn_submit_comment {
	margin-left: 209px;
}

/*
**
*/

.blog ul.archive {
}

.blog ul.archive .year {
	font-weight: bold;
}

.blog ul.archive ul {
	margin: 15px 0;
}

.js .blog ul.archive .closed {
	margin: 15px 0;
}

.js .blog ul.archive .closed:first-child {
	margin-top: 0;
}

.js .blog ul.archive .closed ul {
	display: none;
}

.js .blog ul.archive > li {
	position: relative;
	padding-left: 18px;
}

.js .blog ul.archive .year {
	cursor: pointer;
}

.js .blog ul.archive .arrow {
	position: absolute;
	top: 6px;
	left: 0px;
	display: block;
	width: 8px;
	height: 7px;
	background: url(../_images/icon_fields.png) left bottom no-repeat;
}

.js .blog ul.archive .closed .arrow {
	background-position: left top;
}




 .blog .small-viewer {
    float: left;
    clear: left;
    padding: 0 20px 20px 0;
    background: white;
}

 /*
.blog .small-viewer.small-viewer-right {
    float: right;
    margin-left: 20px;
}
*/
 

.blog .large-viewer {
    float: left;
    clear: left;
    margin: 0 20px 20px 0;
    background: white;
}

/* Blog side bar */
.blog-side-bar .blog-search-bar {
    margin-bottom: 15px;
}

.blog-side-bar .blog-search-bar .blog-keywords {
    border: 1px solid #A8A8A8;
    border-right: 0;
    padding: 0 5px;
    width: 184px;
    height: 31px;
    line-height: 31px;
    vertical-align: middle;
}

@media (max-width: 500px) {
    
    .blog-side-bar .blog-search-bar .mobile-blog-detail-space {
        height:20px;
        float: none;
        display: block;
        clear: both;
    }

    /*.blog .small-viewer.small-viewer-right {
        margin-left: 0;
    }*/
}

.blog-side-bar .blog-search-bar > *{
    float:left;
}


.blog-side-bar .title-graphic-featured-blog {
    width: 162px;
    height: 51px;
    background-image: url(../_images/title_graphic_featured_blog.png);

}


.title-graphic-related-blog-post {
    width: 172px;
    height: 55px;
    background-image: url(../_images/blogSidebar_relatedBlogPosts.png);

}


