/*----BLOG PAGE----*/

.blog-post-holder{
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 50px;
}

.blog-page-image-holder{
    display: block;
    float: right;
    margin-bottom: 13px;
}

.blog-page-image-top{
    background: url("img/blog-image-top.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 2px;
    width: 980px;}

.blog-page-image-center{
    background: url("img/blog-image-center.png") repeat-y scroll 0 0 transparent;
    float: left;
    padding: 3px 4px 3px 5px;
    width: 971px;
}

.blog-page-image-bottom{
    background: url("img/blog-image-bottom.png") no-repeat scroll 0 0 transparent;
    float: left;
    height: 16px;
    width: 980px;
}

.blog-one-post{
    display: block;
    margin: 0 auto;
    width: 980px;
    margin-top: 50px;
}

.blog-post-title{
   color: #414141;
    float: left;
    font-size: 16px;
    line-height: 25px;
    margin-right: 40px;
    width: 220px;
}

.blog-post-title a:hover{color:#8b8b8b;}
.blog-post-title a{color:#414141;font-size:16px;}

.blog-content-holder{
    float: left;
    width: 720px;
}

.blog-post-text{
    line-height: 22px;
    font-family:'Droid Sans';
}

.blog-cell_read_more{
    background: url("img/read-more-arrow.png") no-repeat scroll left center transparent;
    display: block;
    float: left;
    margin: 20px 0 0;
    padding-left: 18px;}

.blog-cell_read_more:hover{color:#414141; }

.blog-title-line{
    text-align: center;
    width: 100%;}

.blog-page-title-text{
    background-color: #FFFFFF;
    color: #3F3F3F;
    display: inline-block;
    font-size: 16px;
    line-height: 22px;
    margin: 44px 0;
    padding: 0 22px;
    position: relative;
    z-index: 6;}

.blog-title-width-line{
    background: url("img/color-bar.png") repeat-x scroll center bottom transparent;
    height: 6px;
    position: relative;
    top: -56px;
    width: 100%;
    z-index: 5;}

.post-separator{
    background: url("img/color-bar.png") repeat-x scroll center bottom transparent;
    height: 6px;
    width: 100%;
    margin:42px 0;
    display: inline-block;}

.blog-info-holder{
    border-bottom: 1px solid #e4e4e4;
    float: left;
    padding: 0 0 25px;
    width: 100%;
    margin-bottom: 25px;
}

.info-text{color: #414141;line-height: 22px;	font-family:'Droid Sans';float: left;}
.info-text-comment{
    background: url("img/comments-icon.png") no-repeat scroll left center transparent;
    color: #414141;
    float: right;
    font-family: 'Droid Sans';
    line-height: 22px;
    padding-bottom: 1px;
    padding-left: 25px;
}
.info-text a:hover{color: #414141;}    