﻿body
{
    color: #333333;
    font-family: Georgia, "Palatino" , "Times New Roman" ,serif;
    font-size: 13px;
    line-height: 1.5em;
}


a:link, a:active
{
    color: #69748c;
    text-decoration: none;
}

a:hover, a:visited:hover, a:link:hover
{
    color: #c6a10c;
    text-decoration: underline;
}

a:visited
{
    color: #69748c;
    text-decoration: none;
}

div.pageFooter
{
    font-size: 11px;
}

.postDate
{
    font-size: 30px;
    font-weight: bold;
    line-height: 1em;
}

.postTitle
{
    font-size: 30px;
    line-height: 1em;
}

.postMeta
{
    font-family: Arial, Sans-Serif;
    font-size: 11px;
}

.postAuthor
{
    font-size: 11px;
    font-weight: bold;
}

.sidebarHeader h1
{
    font-size: 22px;
    color: #000000;
    margin: 0px;
    padding: 0px;
}

.sidebarHeader h2
{
    font-family: Trebuchet MS;
    font-size: 10px;
    text-transform: uppercase;
    color: #999999;
    margin: 2px 0px 2px 0px;
    padding: 0px;
    line-height: 1em;
}


.adminLinks
{
    font-family: Arial, Sans-Serif;
    font-size: 10px;
    text-align: right;
}

.postbody h1
{
    font-size: 22px;
    margin: 10px 0px 0px 0px;
    color: #000000;
}

.postbody h2
{
    font-size: 19px;
    margin: 10px 0px 0px 0px;
    color: #000000;
}

.postbody h3
{
    font-size: 16px;
    margin: 10px 0px 0px 0px;
    color: #000000;
}

.postbody h4
{
    font-size: 13px;
    margin: 10px 0px 0px 0px;
    color: #000000;
}

.postbody p
{
    margin: 2px 0px 20px 0px;
}

.authorName
{
    font-size: 25px;
    font-weight: bold;
}

.postbody blockquote
{
    background: #fff1b9;
    border-left: 4px solid #4d5668;
    padding: 10px 40px;
}

.postbody blockquote p
{
    margin: 0px;
}

.postbody a
{
    background-color: #fff1b9;
}

