﻿BODY
{
    background-color: #306396;
    margin: 0px;
    min-width: 750px;
    padding: 0px;
    width: 100%;
}

BODY #Container
{
    background-color: #fff;
    background-image: url('../Images/ContainerBackground.png');
    background-position: right;
    background-repeat: repeat-y;
    padding-bottom: 52px;
}

BODY #Container #Header
{
    background-image: url('../Images/HeaderBackground.png');
    background-repeat: repeat-x;
    height: 172px;
}

BODY #Container #Header #Logo
{
    border-width: 0px;
    float: right;
    margin-right: 5px;
    position: relative;
    top: 125px;
}

BODY #Container #Content
{
    font-family: Candara, Myriad, Arial, Sans-serif;
    margin: 30px 280px 30px 30px;
    min-height: 400px;
}

BODY #Container #SideBar
{
    float: right;
    margin: 10px;
    width: 230px;
}

BODY #Footer
{
    background-image: url('../Images/FooterBackground.png');
    background-repeat: repeat-x;
    color: #fff;
    font-family: Tahoma, Arial, Helvetica;
    font-size: .7em;
    height: 52px;
    line-height: 52px;
    text-align: center;
    width: 100%;
}

BODY #Footer IMG
{
    margin-bottom: 17px;
    margin-top: 17px;
    vertical-align: middle;
}

BODY #Footer A
{
    color: #CCC;
}

/* Post Modifiers */

DIV.Post
{
    clear: both;
}

DIV.Post A
{
    color: #5a8dc0;
    text-decoration: none;
}

DIV.Post A:hover
{
    text-decoration: underline;
}

DIV.Post H2
{
    margin-bottom: 5px;
}

DIV.Post DIV.Byline
{
    border-bottom: 1px solid #DDD;
    color: #999;
    font-size: .75em;
    font-family: Georgia, Times New Roman, Helvetica;
    padding-bottom: 8px;
}

DIV.Post DIV.Body
{
    color: #666;
    margin: 15px 0px 15px 0px;
}

DIV.Post DIV.Footer
{
    border-top: 1px solid #DDD;
    color: #999;
    font-size: .85em;
    font-family: Georgia, Times New Roman, Helvetica;
    padding-bottom: 8px;
}


/* Miscellaneous */

BODY #Badge
{
    background-color: #fff;
    border: 1px solid #ccc;
    margin-left: 10px;
}