﻿.BlogArticle
{
    padding-bottom: 20px;
    border-bottom: dashed 1px #E1E1E1;
    margin-bottom: 35px
}

.ratingStar {
    font-size: 0pt;
    width: 15px;
    height: 13px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar {
    background-image: url(images/blog/ratings_star_on.gif);

}

.emptyRatingStar {
    background-image: url(images/blog/ratings_star_off.gif);
}

.savedRatingStar {
    background-image: url(images/blog/ratings_star_on.gif);
}

.BlogArticleHeader
{
    height: 30px;
}

DIV.BlogAuthorName
{
    padding-top: 10px;
}

.BlogAuthorName
{
    font-size: 12px;
    color: #000000;
    padding-right: 20px;
    font-style: italic;
    color: #75787F;
}

.EventDate
{
    font-size: 11px;
    font-style: italic;
    color: #75787F;
    float: left;
    
}

.Rating
{
    width: 180px;
    float: right;   
}

.RateText
{
    float: left;
    width: 100px; 
    font-size: 11px;
    font-style: italic; 
    color: #75787F;
}

.note
{
     font-size: 11px;
    font-style: italic;
    color: #75787F;
}

.RateStar
{
}



.BlogArticleFooter
{
    background-image: url(images/blog/entry_footer.gif);
    background-repeat: no-repeat;
    width: 590px;
    height: 41px;
    padding-top: 22px;
    margin-top: 10px;
}

.BlogArticleFooter a
{
    font-size: 11px;
}

.BlogFooterComments
{
    background-image: url(images/blog/blog_footer_comments.gif);
    background-repeat: no-repeat;
    width: 85px;
    height: 18px; 
    padding-left: 20px;
    float: left;  
    border-right: dashed 1px #CCCCCC;
}



.BlogFooterDigg
{
    background-image: url(images/blog/blog_footer_digg.gif);
    background-repeat: no-repeat;
    width: 35px;
    height: 18px; 
    padding-left: 20px;
    float: left;  
    margin-left: 10px;
}

.BlogFooterPermalink
{
    background-image: url(images/blog/blog_footer_permalink.gif);
    background-repeat: no-repeat;
    width: 60px;
    height: 18px; 
    padding-left: 20px;
    float: left;  
    margin-left: 10px;
}

.BlogFooterAddComment
{
    background-image: url(images/blog/blog_footer_add_comments.gif);
    background-repeat: no-repeat;
    width: 90px;
    height: 18px; 
    padding-left: 20px;
    margin-left: 10px;
    float: left;  
    border-right: dashed 1px #CCCCCC;
}

.BlogFooterCategory
{
    float: right;
}

.CommentsContainer
{
    padding: 20px;
    background-image: url(images/blog/hr.gif);
    background-position: bottom;
    background-repeat: no-repeat;
    }

.CommentSubject
{
   
   
}

.AddCommentContainer
{
    margin-top: 20px;
    margin-bottom: 20px;
}

.hdrComment
{
    text-indent: -9999px;
    color: #000000;
    font-size: 13px;
    background-image: url(images/blog/title_leave_comment.gif);
    background-repeat: no-repeat;
    width: 143px;
    height: 20px;
    margin-bottom: 10px; 
}

.CommentTitle
{
    color: #666666;
    width: 80px;
    vertical-align: top;
}

.CommentText
{
    color: #444444;
    font-size: 11px;
}

.CommentsTextBox
{
    height: 28px;
    width: 190px;
    padding-top: 5px;
}

.CommentsMultiLine
{
    width: 100%;
    font-family: Arial;
    font-size: 12px;
}

.SingleComment
{
    padding: 5px;
    margin-bottom: 10px; 
    background-image: url(images/blog/comments_divider.gif);
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 20px;
}

.AuthorName
{
    font-weight: bold;
    color: #000000;
    font-size:11px;
    font-weight: bold;
}

.CommentDate
{    
    font-size: 11px;
    font-style: italic;
    color: #75787F;
    padding-bottom: 10px;
}

.hdr_BlogCategories
{
    text-indent: -9999px;
    background-image: url(images/blog/title_categories.gif);
    background-repeat: no-repeat;
    width: 79px;
    height: 16px;
    margin-bottom: 10px;
}

.hdr_BlogRSSLink
{
    text-indent: -9999px;
    background-image: url(images/blog/newsfeed_via_rss.gif);
    background-repeat: no-repeat;
    width: 133px;
    height: 14px;
    margin-bottom: 10px;
}

.RSSLink_Content
{
    background-image: url(images/blog/rss.gif);
    background-repeat: no-repeat;
    background-position: left center;
    height: 50px;
    padding-left: 35px;
}

.hdr_BlogLatestPosts
{
    text-indent: -9999px;
    background-image: url(images/blog/title_latestposts.gif);
    background-repeat: no-repeat;
    width: 88px;
    height: 20px;
    margin-bottom: 10px;
}



.BlogMenu
{
    width: 180px; 
    margin-bottom: 30px;  
    padding-left: 20px;
}

.BlogMenu ul
{
    
}

.BlogMenu ul li
{
    background-image: url(images/level2/buttons/about_subnavigation_circle.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 15px;
    list-style: none;
}

.BlogMenu ul li DIV
{
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #F6F6F6;
}
