﻿.rating
{
    display: block;
    padding: 0px 3px;
}

.articleWrapper
{
    display: block;
    position: relative;
    font-weight: normal;
    font-size: 102%;
    width: 100%;
    z-index: 500;
    margin-top: -4px;
}
.articleCommands
{
    display: block;
    float: left;
    clear: left;
}
.articleComment
{
    color: #493129;
    padding: 10px;
}
.articleLinked
{
    border: solid 1px blue;
}
.articleLinks
{
    display: block;
    float: left;
    border: solid 1px red;
    width: 31%;
}
.articleRight
{
    position: relative;
    float: right;
    width: 68%;
    border: solid 1px green;
}
.commentStats
{
    display: block;
    padding: 5px;
    font-size: 80%;
    border-top: solid 1px #EFF3F4;
    border-bottom: solid 1px #EFF3F4;
    background: transparent url( 'images/bgCommentForm.png' ) repeat-x center;
}
.commentText
{
    color: #493129;
    padding: 10px;
}
.articleText
{
    color: #007486;
    padding: 5px;
    line-height: 115%;
}
.articleText img
{
    display: block;
    padding: 1px;
    margin: 8px;
    border-bottom: solid 1px #EFF3F4;
    background: transparent url( 'images/bgImage.png' ) repeat-y right bottom;
}
.articleWrapper .Title
{
    display: block;
    text-transform: capitalize;
    font: bold 125%/120% "Trebuchet MS" , Tahoma, Arial;
    padding: 10px 5px;
    /*color: #4fa83b;*/
    color:#22a705;
    text-decoration: none;
    background: white url('images/bgSidebar.png') repeat-x;
}
.articleWrapper .TitleStats
{
    display: block;
    text-transform: capitalize;
    font: 75%/90% "Trebuchet MS" ,Tahoma, Arial;
    padding: 5px;
    color: #868686;
    clear: both;
    text-decoration: none;
    background-color: #f2f3ee;
    border-bottom: solid 1px #ddddde;
    margin-bottom: 10px;
}
.articleWrapper .CatName
{
    color: #4380e6;
}
.articleWrapper .SubTitle
{
    display: block;
    text-transform: capitalize;
    font: bold 105%/120% "Trebuchet MS" ,Tahoma, Arial;
    font-size:  120%;
    padding: 15px 0px 2px 0px;
    margin: 8px 0px;
    color: #264882;
    text-decoration: none;
    border-bottom: solid 1px #ddddde;
}
.articleWrapper .Text
{
    display: block;
    font-size: 80%;
    line-height: 130%;
    padding: 0px 7px 10px 7px;
    text-decoration: none;
    color: #373636;
    width: 95%;
    font-weight: normal;
}


.articleLink
{
    text-decoration: none;
    color: #292929;
}
.articleLink:hover
{
    color: #264882;
}
.articleStatsLabel
{
    color: #373636;
    padding: 5px;
    line-height: 115%;
    font-size: 80%;
    float: right;
}
.articleStats
{
    color: #373636;
    padding: 5px;
    line-height: 115%;
    font-size: 80%;
}
