.blog-main {
    width: 100%;
    padding: 15px;
    border: 1px solid #e8e8e8;
    background: #fff;
    border-radius: 10px;
    float: left;
    margin-bottom: 20px;
    position: relative
}
.blog-contant {
    position: relative;
    width: 85%;
    float: right
}
.blog-contant h1 {
    font-size: 22px;
    color: #0a9ad3;
    text-transform: uppercase;
    margin: 4px 0 9px;
    font-weight: normal
}
.blog-contant .blog-img {
    padding: 8px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    position: relative
}
.blog-contant .blog-img img {
    width: 100%;
    height: auto
}
.blog-contant p {
    font-size: 13px;
    color: #000;
    line-height: 24px
}
.blog-contant .read-more {
    background: #25b5ef url(images/read-more-airro.png) 89% center no-repeat;
    border-radius: 5px;
    font-size: 13px;
    color: #fff;
    padding: 8px 29px 8px 11px;
    text-decoration: none;
    margin: 0 0 10px;
    display: inline-block
}
.blog-contant .read-more:hover {
    background: #ff0010 url(images/read-more-airro-hover.png) 89% center no-repeat
}
.blog-contant .social-link {
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    padding: 10px 0
}
.post-date {
    background: #009ddc;
    float: left;
    width: 100%;
    padding: 4px 0;
    line-height: 25px
}
.post-comments {
    background: url("images/comments-bg.png") right bottom no-repeat;
    min-height: 36px;
    float: left;
    width: 100%;
    padding: 6px 0 0
}
.blog-contant .date {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 20px
}
.blog-contant .commentsBox span {
    line-height: 15px;
    padding-left: 5px;
    vertical-align: top
}
.blog-contant .month {
    float: left;
    width: 100%;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px
}
.blog-contant .post-calendar {
    width: 83px;
    float: left;
    text-align: center;
    color: #fff;
    left: -93px;
    position: absolute;
    top: 0
}
.blog-img .blog-icon {
    position: absolute;
    left: -11px;
    bottom: 11px
}
.authorbox {
    width: 590px;
    height: 140px;
    background: #CCC;
    font-size: 13px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0
}
.authorbox .left {
    float: left;
    width: 100px;
    height: 100px;
    margin: 25px
}
.authorbox .right {
    float: left;
    margin-top: 25px;
    width: 425px
}
.blog_sidemenu h3 {
    background: none repeat scroll 0 0 #009ddc;
    color: #fff;
    height: 37px;
    font-size: 14px;
    line-height: 37px;
    margin: 0;
    padding-left: 0;
    width: 100%
}
.blog_sidemenu .widget_text,
.widget_sub_categories {
    list-style: none outside none
}
.blog_sidemenu .widget_text,
.widget_sub_categories {
    background-color: #f0f0f0;
    border: 1px solid #dbdbdb;
    margin-bottom: 15px;
    padding: 10px
}
.blog_sidemenu_bottombg {
    background: url(images/blog_sidemenu_bottombg.png) no-repeat scroll 0 0 transparent
}
.blog_sidemenu_headbg3 h3 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 4px 2px 9px;
    font-weight: normal;
    padding: 0 2px
}
.blog_sidemenu_headbg3 div.wpcf7 {
    margin: 5px
}
.info_details {
    font-size: 13px;
    color: blue
}
.pagination {
    clear: both;
    font-size: 11px;
    line-height: 13px;
    padding: 10px 0 10px 15px;
    position: relative
}
.pagination span,
.pagination a {
    background: #d0d0e0;
    background-attachment: scroll;
    background-repeat: repeat-x;
    color: #333;
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto
}
.pagination a:hover {
    background: #a0a0a0;
    color: #333
}
.pagination .current {
    background: #30a4d7;
    color: #fff;
    padding: 6px 9px 5px 9px
}
.sidebar_menu ul li {
    float: none;
    text-align: left;
    font-family: 'Armata', sans-serif;
    font-size: 14px;
    color: #717171;
    line-height: 28px;
    background: url("../../images/arrow-small.png") no-repeat scroll 0 10px;
    padding-left: 24px;
    list-style: none
}
.blog-contant-main.inner_left {
    width: 66%
}
.sidebar_menu ul li a {
    color: #000
}
.sidebar_menu ul li a:hover {
    color: #717171
}
.inner_container.blog {
    margin-top: 30px
}
.blog-contant_inner .post-calendar {
    color: #FFFFFF;
    float: left;
    left: -93px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 83px;
}
.blog-contant_inner .month {
    color: #FFFFFF;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
}