﻿.BlogPostGridContainer
{
    width: 670px;
}

.BlogPostGridContainer .PostGridColumn
{
    width: 200px;
    float: left;
    margin-right: 20px;
}

.BlogPostGridContainer .PostGridBox
{
    width: 200px;
    float: left;
    margin-right: 10px;
    background-color: #000;
    margin-bottom: 10px;
    clear: none;
    
}

.PostGridBox h1
{
    margin-bottom: 0px;
    clear: right;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: normal;
    display: block;
    background: #414448;
    padding: 10px;
    padding-top: 7px;
    overflow: visible;
    
}
.PostGridBox h1 a:link, .PostGridBox h1 a:visited
{
    color: #FFFFFF;
    text-decoration: none;
}
.PostGridBox h1 a:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

.PostContentImage
{
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 5px;
}   

.PostContentImage img
{
    display: inline;
}

.PostGridBox p
{
    padding:0px;
    padding-left: 5px;
    padding-right: 5px;
}

.PostReadMoreLink
{
    display: block;
    background: url(../images/interface/smallRightArrow.png) no-repeat left center;
    text-indent: 14px;
    margin-top: 4px;
    margin-left: 5px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: bold;
}
