﻿body
{
}

.articles-wrap
{
    margin: 5px 0px;
}

.article-header
{
    background-image: url(images/postup.jpg);
    width: 100%;
    height: 67px;
    margin-top: 10px;
}

.article-date
{
    float: right;
    background-image: url(images/datebg.gif);
    background-repeat: no-repeat;
    width: 48px;
    height: 47px;
    color: #2687b6;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    text-align: center;
    padding-left: 3px;
    margin-right: 10px;
    margin-top: 10px;
}

.article-title
{
    float: right;
    color: #35425c;
    font-size: 22px;
    font-weight: bold;
    margin-right: 10px;
    margin-top: 5px;
}

.article-author
{
    font-size: 12px;
    font-weight: normal;
}

.article-author span
{
    color: #953e52;
}

.article-body
{
    background-color: #f1f1f1;
    margin: 2px 0px;
    color: #636363;
    padding: 15px;
}

.article-footer
{
    width: 100%;
    padding-bottom: 10px;
    background-color: #f1f1f1;
}

.article-readmore
{
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}

.article-comments-count
{
    float: left;
    line-height: 25px;
    margin-left: 10px;
    margin-top: 10px;
}

.article-comments-count span
{
    background-image: url(images/commentnumberbg.jpg);
    background-repeat: no-repeat;
    width: 38px;
    height: 25px;
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}

.commentspanel
{
    margin-bottom: 40px;
    color: #636363;
    padding: 20px;
}

blockquote
{
    color: #636363;
}

cite
{
    color: #636363;
    font-size: 11px;
}