body
{
    font-family: Georgia, serif;
    margin: 5%; margin-top: 3%;
    padding: 0px;
    background-color: #fff;
    color: #000;
}

h1
{
    border-bottom: solid 1px #000;
    margin-bottom:0px;
    padding-bottom: 0;
}

.description
{
    margin-top: 0;
    padding-top: 0;
}

h2
{
    margin-bottom: 0px;
}

.archive h2
{
    padding-top: 10px;
    margin-top: 40px;
}

.archive p
{
    font-size: 110%;
}

h3
{
    padding-top: 30px;
    color: #555;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

div.blogPost
{
    margin-left: 10%;
    margin-right: 15%;
    border-bottom: 1px solid #999;
    padding-bottom: 4px;
    margin-bottom: 55px;
}

div.byline
{
    color: #555;
}

p#copyright
{
    padding-top: 20px;
    font-style: italic;
}

p
{
    line-height: 1.3em;
}

table p
{
    line-height: 1em;
}

a:link
{
    color: #009;
}

a:visited
{
    color: #279;
}

a:hover,
a:active
{
    color: #444;
}

table
{
    width: 100%;
    border-collapse: collapse;
    border: 1px solid black;
    margin-top: 20px;
}

th,
td
{
    border: 1px solid black;
    padding: 4px;
    vertical-align: top;
}

td
{
    height: 30px;
}

.dateDayHeader,
.dateDayHeaderWeekend
{
    background-color: #eee;
}

#todayDate
{
    background-color: #eee;
    font-weight: bold;
}

.itemDescription
{
    font-size: 80%;
}

.dateDate
{
    border-right: 0;
}

.dateText
{
    border-left: 0;
}

caption
{
    font-weight: bold;
    padding: 4px;
}
