﻿fieldset.BlogList
{
    width: 180px;
    height: 220px;
}

.BlogList legend
{
    padding: 5px 0 0;
}

.BlogList legend img
{
    float: left;
    padding: 0 5px 0 0;
}

.BlogList legend span
{
    display: block;
    float: left;
    padding-top: 5px;
}

.BlogList .blogEntry
{
    padding: 0;
    font-size: 12px;
    width: 236px;
}

.blogEntry .pubDate
{
    color: #003333;
}

.BlogList h3.blogTitle
{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0;
    padding-bottom: 3px;
    color: #edf0f0;
    border-bottom: dotted 1px white;
    text-decoration: none;
    width: 185px;
}

.BlogList h3.blogTitle a {
    color: #003333;
}

.BlogList .writtenBy
{
    font-style: italic;
    font-size: 12px;
}

.BlogList .blogEntry .entry_content
{
    padding-top: 5px;
    width: 185px;
}

.BlogList a.more
{
    color: White;
    text-decoration: none;
    font-style: italic;
    float: right;
    clear: left;
    margin-top: 5px;
    overflow: auto;
    font-size: 13px;
}

.BlogList a.more:hover
{
    text-decoration: underline;
}

.BlogList p.viewAll
{
    padding-top: 40px;
}

.BlogList .viewAll a
{
    font-size: 16;
    color: White;
    text-decoration: none;
}

.BlogList .viewAll a:hover
{
    text-decoration: underline;
}
