﻿.post
{
}



.post .postName
{
    font-size: 17px;
    font-weight: bold;
    margin: 0 0 8px 0;
}

.post .postAuthor
{
    font-size: 11px;
    color: red;
    margin: 0 0 2px 0;
}

.post .postDate
{
    font-size: 11px;
    color: #696969;
    line-height: 16px !important;
}

.post .postContent
{
    margin-top: 20px;
    line-height: 16px;
    font-size: 11px;
}

.postDelimiter
{
    border-bottom: #e0e0de 1px solid;
    height: 1px;
    margin: 10px 0 30px 0;
}

.post .postReadMoreLink
{
    text-decoration: underline;
    color: #ef5e00;
    font-weight: bold;
}

.post .postReadMoreDiv
{
    text-align: right;
    padding-right: 50px;
}
