﻿.blogTop
{
    display: block;
    width: 712px;
    margin-left: 12px;
}

.boxTeal
{
    float: left;
    width: 10px;
    height: 298px;
    background-image: url(   '/~/media/images/NonCMSPages/Community/Blog/boxLeftTeal.ashx' );
    background-repeat: no-repeat;
}

.boxLeftTeal
{
    float: left;
    height: 298px;
    background-image: url(   '/~/media/images/NonCMSPages/Community/Blog/boxRepeatTeal.ashx' );
    background-repeat: repeat-x;
    width: 692px;
}

.boxRightTeal
{
    float: left;
    width: 10px;
    height: 298px;
    background-image: url('/~/media/images/NonCMSPages/Community/Blog/boxRightTeal.ashx' );
    background-repeat: no-repeat;
}

.boxPeach
{
    float: left;
    width: 10px;
    height: 298px;
    background-image: url('/~/media/images/NonCMSPages/Community/Blog/boxLeftPeach.ashx' );
    background-repeat: no-repeat;
}

.boxLeftPeach
{
    float: left;
    height: 298px;
    background-image: url('/~/media/images/NonCMSPages/Community/Blog/boxRepeatPeach.ashx' );
    background-repeat: repeat-x;
    width: 692px;
}

.boxRightPeach
{
    float: left;
    width: 10px;
    height: 298px;
    background-image: url(   '/~/media/images/NonCMSPages/Community/Blog/boxRightPeach.ashx' );
    background-repeat: no-repeat;
}

.boxBlue
{
    float: left;
    width: 10px;
    height: 298px;
    background-image: url(   '/~/media/images/NonCMSPages/Community/Blog/boxLeftBlue.ashx' );
    background-repeat: no-repeat;
}

.boxLeftBlue
{
    float: left;
    height: 298px;
    background-image: url(   '/~/media/images/NonCMSPages/Community/Blog/boxRepeatBlue.ashx' );
    background-repeat: repeat-x;
    width: 692px;
}

.boxRightBlue
{
    float: left;
    width: 10px;
    height: 298px;
    background-image: url(   '/~/media/images/NonCMSPages/Community/Blog/boxRightBlue.ashx' );
    background-repeat: no-repeat;
}

.blogLink
{
    font-size: 14px;
    font-weight: bold;
}

.blogTitle
{
    font-weight: bold;
    color: #e01932;
    font-size: 24px;
}

.blogHeader16
{
    color: #e01932;
    font-size: 16px;
    font-weight: bold;
}

.blogHeader22
{
    color: #e01932;
    font-size: 22px;
    font-weight: bold;
}

.blogContainer
{
    position: relative;
    width: 969px;
    margin-top: 12px;
}

.blogcalloutHeading
{
    font-size: 18px;
    font-family: Times New Roman, Times, Serif;
    font-weight: bold;
    padding-bottom: 12px;
}

.authorHeader
{
    position: absolute;
    margin: -80px 0px 0px 12px;
    width: 570px;
    font-weight: bold;
    font-size: 14px;
    z-index: 500;
}

.quoteHeader
{
    position: absolute;
    width: 227px;
    margin: -73px 0px 0px 0px;
}

.commentBorder
{
    padding: 12px 0px 12px 0px;
}

.aboutRss
{
    position: absolute;
    width: 500px;
    height: auto;
    margin: 90px 0px 0px 12px;
}

/** Blog SideBar **/

.midSideBar
{
    border-right: solid 1px #e3e3e3;
    border-left: solid 1px #e3e3e3;
    width: 298px;
    height: auto;
}

.topSideBar
{
    background-repeat: no-repeat;
    background-position: bottom;
    width: 300px;
    height: 8px;
}

.bottomSideBar
{
    background-repeat: no-repeat;
    width: 300px;
    height: 6px;
}

.blog_summary img
{
    display: block;
    margin: 5px 0;
}

