﻿.BlogItem 
{
    width: 600px;
    margin-bottom: 5px;
    background-image: url('../i/framework/footer_blog.gif');
    background-position: bottom;
    background-repeat: repeat-x;
}

.BlogHeading 
{
    font-size: 1.2em;
    font-weight: bold;
    border: solid 1px #3078BD;
    background-color: #3078BD;
    background-image: url('../i/framework/highlight_bg.gif');
    background-position: top;
    background-repeat: repeat-x;
    color: #FFFFFF;
    padding: 5px;
}

.BlogContent
{
    border-left: solid 1px #CDCDCD;
    border-right: solid 1px #CDCDCD;
    border-bottom: solid 1px #CDCDCD;
    color: #222222;
    padding: 5px;
    margin-bottom: 5px;
}

.BlogFooter 
{
    font-size: 0.8em;
    color: #666666;
}

.BlogRightSize
{
    width: 180px;
    margin-bottom: 5px;
    background-image: url('../i/framework/footer_blog.gif');
    background-position: bottom;
    background-repeat: repeat-x;
}
