#news_pagination {
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}
#news_pagination a {
    color: #666;
    margin: 5px;
}
#news_pagination a:hover {
    text-decoration: none;
}
.comments {
    display: none;
}
.comments form {
    margin: 15px;
    width: 288px;
    text-align: right;
}
.comments textarea {
    width: 270px;
    height: 50px;
}
.comments_area {
    float: right;
    margin-top: 15px;
    margin-right: 15px;
}
.comment {
    width: 354px;
    padding: 8px;
    line-height: 1.5;
    margin-bottom: 15px;
    overflow: hidden;
}
.comment a img {
    float: left;
    margin-right: 10px;
}
.staff-comment a img {
    float: left;
    margin-right: 10px;
}
.comment_author {
    font-weight: 700;
    display: block;
    width: 85%}
.comment_author:hover {
    text-decoration: none;
}
.comment_date {
    float: right;
    font-size: 10px;
}


/* StrongWoW */
.post {
    width: 100%;
    height: auto;
    margin: 0 0 16px
}
.post:before {
    width: 100%;
    height: 153px;
    max-height: 100%;
    top: 0;
    left: 0;
    content: "";
    position: absolute;
    background-size: 100% 153px;
    background-color: transparent;
    background-image: url(../images/mainbox_top.png);
    background-repeat: no-repeat;
    background-position: top center;
}
.post:after {
    width: 100%;
    height: 153px;
    max-height: 100%;
    left: 0;
    bottom: 0;
    content: "";
    position: absolute;
    background-size: 100% 153px;
    background-color: transparent;
    background-image: url(../images/mainbox_bottom.png);
    background-repeat: no-repeat;
    background-position: bottom center;
}
.post img {
	max-width: 100%;
}

.post.lastrow {
    margin: 0
}

.post .post-inner {
    width: 100%;
    height: 232px;
    overflow: hidden;
}

.post .post-inner .post-left {
    width: 233px;
    height: 100%;
    float: left;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center
}

.post .post-inner .post-left.bg-1 {
    background-image: url(../images/articles/1.jpg)
}

.post .post-inner .post-left.bg-2 {
    background-image: url(../images/articles/2.jpg)
}

.post .post-inner .post-left.bg-3 {
    background-image: url(../images/articles/3.jpg)
}

.post .post-inner .post-left.bg-4 {
    background-image: url(../images/articles/4.jpg)
}

.post .post-inner .post-left.bg-5 {
    background-image: url(../images/articles/5.jpg)
}

.post .post-inner .post-left.bg-6 {
    background-image: url(../images/articles/6.jpg)
}

.post .post-inner .post-left .post_author-avatar {
    width: 120px;
    height: 120px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute
}

.post .post-inner .post-right {
    width: 1%;
    height: 100%;
    padding: 33px;
    display: table-cell;
    text-shadow: 0 1px 0 #000
}

.post .post-inner .post-right .post_header {
    margin: 0 0 15px;
    line-height: 100%
}

.post .post-inner .post-right .post_header .meta_info {
    color: #9a9a9a;
    display: inline-block;
    font-size: 10px;
    line-height: 100%;
    font-family: 'PT Sans';
    vertical-align: middle;
    
}

.post .post-inner .post-right .post_header .meta_info a {
    font-weight: 700;
    line-height: 100%
}

.post .post-inner .post-right .post_header .post_title {
    width: 60%
}

.post .post-inner .post-right .post_header .post_title a {
    color: #b0b0b0;
    font-size: 14px
}

.post .post-inner .post-right .post_header .post_title a:hover {
    color: #cacaca
}

.post .post-inner .post-right .post_header .post_author {
    max-width: 33%;
    margin: 0 0 0 9px;
    padding: 0 0 0 10px;
    border-left: 1px #242424 solid
}

.post .post-inner .post-right .post_header .post_author * {
    vertical-align: unset
}

.post .post-inner .post-right .post_header .post_comment {
    margin: 0 0 0 9px;
    padding: 0 0 0 10px;
    border-left: 1px #242424 solid
}

.post .post-inner .post-right .post_header .post_readmore {
    width: 118px;
    height: 38px;
    right: 0;
    color: #cbcbcb;
    padding: 0 5px;
    position: absolute;
    font-size: 11px;
    font-weight: 700;
    line-height: 38px;
    background-color: #181818
}

.post .post-inner .post-right .post_header .post_readmore span:after {
    color: inherit;
    margin: 0 0 0 4px;
    position: relative;
    font-size: 15px;
    font-family: 'Georgia', 'Apple Symbols', serif;
    vertical-align: text-top
}

.post .post-inner .post-right .post_header .post_readmore span.rm:after {
    content: '\002C7'
}

.post .post-inner .post-right .post_header .post_readmore span.rl:after {
    content: '\002C6'
}

.post .post-inner .post-right .post_body {
    width: 100%;
    height: 137px;
    overflow: hidden
}

.post .post-inner .post-right .post_body .post_content {
    width: 100%;
    height: auto
}

.post .post-bottom {
    width: 100%;
    height: auto;
    border-top: 1px #000 solid;
    text-shadow: 0 1px 0 #000;
    background-color: transparent;
    background-image: url(../images/texture_dark_2.jpg);
    background-repeat: repeat;
    background-position: center center
}

.post .post-bottom .post_body {
    height: auto;
    padding: 33px;
}

.post .post-bottom .post_body .post_content {
    width: 100%;
    height: auto
}

.post.collapsed .post-inner {
    height: 82px
}

.post.collapsed .post-inner .post-left {
    width: 82px
}

.post.collapsed .post-inner .post-right {
    padding: 0 20px
}

.post.collapsed .post-inner .post-right .post_header {
    margin: 0;
    padding: 0 128px 0 0;
    line-height: 82px;
	z-index: 1;
}

.post.collapsed .post-inner .post-right .post_header .meta_info a {
    line-height: normal
}

.page + .page {
    margin: 22px 0 0
}

.page .page-header .page-title {
    max-width: 95%;
    left: 10px;
    color: #fff;
    position: absolute;
    font-size: 14px;
    font-weight: 700;
    font-family: 'PT Sans';
    text-transform: uppercase
}

.page .page-header .page-title i {
    top: -1px;
    color: #b21717;
    font-size: 18px;
    font-style: inherit;
    font-weight: 700;
    vertical-align: sub
}