﻿

.blog h3
{
       margin: 1.5em 0 0.75em;
}

.blog h3.date
{
    margin: 1.5em 0 0.5em;
}






/**************************** blog ***************/



.blog .blogEntry
{
    padding-bottom: 45px;
}

.blog p.blogStatus
{
    color: #92B6E7;
    font-size: 8pt;
    color: #999999;
    letter-spacing: 0.1em;
    line-height: 1.4em;
    text-transform: uppercase;
}


.blog .commentLink
{
    margin-left: 0.5em;
}

.blog p.blogStatus a
{
    font-size: 8pt;
}

.blog p.blogText
{
    padding-top: 5px;
    line-height: 1.4em;
    padding-bottom: 15px;
}

.blog p.blogText a
{
    text-decoration: underline;
    color: #555555;
}

.blog p.blogText a:hover, .blog p.blogText a:active
{
    color: #940F04;
}

/********* Comments ****/

.blog .CommentContent
{
    padding-top: 45px;
}


.blog .commentEntry
{
    padding-bottom:1.5em;
}
.blog .commentName
{
    color:#940F04;  
}

/**** CommentsAdd ***/
.blog .commentTextBox
{
        margin-top:0.2em;

    width:350px;
}

.blog .commentAdd
{
    margin-top:2em;
   
}

.blog .btnSubmint
{
    margin-top:1em;
}
