﻿#BlogModule .FormLabel
{
    float: left; 
    width: 120px; 
    font-weight:bold;
}

#BlogModule .BlogInput
{
    font-size: 1.4em;
}


#BlogModule .itemSeparator
{
    border-bottom: dashed 1px #373737;
}

#BlogModule h4
{
    text-transform: uppercase;
    font-size:1.3em;
}

#BlogModule .postSummary
{
    text-transform: uppercase;
    margin: 8px 0 5px 0;
}

#BlogModule h4 a:link, #BlogModule h4 a:visited
{
    text-decoration: none;
}

#BlogModule h4 a:hover
{
    text-decoration: underline;
}

