﻿.post
{
    text-align: left;
}

.post h1.headerofpost
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16pt;
    font-weight: normal;
    color: #dc2424;
}

.post h1.headerofpost a
{
    color: #dc2424;
    text-decoration: none;
}

.post h1.headerofpost a:hover
{
    text-decoration: underline;
    outline-style: none;
}

.post .postinfo
{
    font-family: Arial, Helvetica, sans-serif;
    color: #aab4c4;
    font-size: 10.5pt;
    margin-left: 5px;
}

.post .postinfo .date
{
    background-position: left;
    background: url(images/date.jpg) no-repeat;
    padding: 2px 0px 7px 23px;
    display: inline;
    margin-right: 15px;
    vertical-align: middle;
}

.post .postinfo .section
{
    background-position: left;
    background: url(images/section.jpg) no-repeat;
    padding: 2px 0px 7px 23px;
    display: inline;
    margin-right: 15px;
    vertical-align: middle;
}

.post .postinfo .section a
{
    color: #aab4c4;
    text-decoration: none;
}

.post .postinfo .section a:hover
{
    text-decoration: underline;
    outline-style: none;
}

.post .postinfo .comments
{
    background-position: left;
    background: url(images/comments.jpg) no-repeat;
    padding: 2px 0px 7px 23px;
    display: inline;
    vertical-align: middle;
}

.post .postinfo .comments a
{
    color: #aab4c4;
    text-decoration: none;
}

.post .postinfo .comments a:hover
{
    text-decoration: underline;
    outline-style: none;
}

.post .postinfo .views
{
    background-position: left;
    background: url(images/views.jpg) no-repeat;
    padding: 2px 0px 7px 23px;
    display: inline;
    margin-left: 15px;
    vertical-align: middle;
}

.post .postbody
{
    margin-bottom: 20px;
    margin-top: 20px;
}

.post .postbody  a
{
    color: #6aa022;
    text-decoration: none;
}

.post .postbody a:hover
{
    text-decoration: underline;
    outline-style: none;
}

.post .postbody .read a
{
    color: #6aa022;
    text-decoration: none;
}

.post .postbody .read a:hover
{
    text-decoration: underline;
    outline-style: none;
}

.post .tags
{
    background-position: left;
    background: url(images/tags.jpg) no-repeat;
    padding: 2px 0px 7px 23px;
    display: inline;
    vertical-align: middle;
    margin-left: 5px;
}

.post .tags a
{
    color: #aab4c4;
    text-decoration: none;
}

.post .tags a:hover
{
    text-decoration: underline;
    outline-style: none;
}

h1.comments
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14pt;
    font-weight: normal;
    color: #dc2424;
    margin-top: 30px;
}