﻿/*  ---------------------------------------------------   */
.post_summary
{
    clear: both;
    margin-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    background: url(/_common/images/themes/d.gif) repeat-x bottom left;
}

.post_summary .comments
{
    text-align: center;
    vertical-align: top;
    color: #999;
}

.post_summary .comments .c
{
    font-size: 1.5em;
    letter-spacing: -1px;
}

.post_summary .info
{
    vertical-align: top;
    padding-left: 20px;
    width: 490px;
}

.post_summary .info .title
{
}

.post_summary .info .author
{
    color: #999;
    padding-top: 4px;
    display: none;
}

.post_summary .info .rating
{
    float: right;
    margin-top: 4px;
    margin-right: 6px;
}

.post_summary .info .title a.t
{
    font-size: 1.5em;
}

.post_summary .info .summary
{
    padding-top: 6px;
}

.post_summary .info .tags
{
    padding-top: 6px;
    color: #999;
}

.post_summary .info .tags a
{
    color: #999;
    text-decoration: underline;
}

.tag_breadCrumb
{
    padding-top: 10px;
    padding-bottom: 6px;
}

/*  ---------------------------------------------------   */

.blogTitle
{
    font-size: 1.5em;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #BF1E2E;
}

.blogRating 
{
    float: right;
    margin-top: 10px;
}

.blogInfo
{
    color: #999;
    margin-top: 20px;
    padding-bottom: 10px;
}

.blogInfo p
{
    margin-bottom: 6px;
    margin-top: 2px;
}

.blogInfo a
{
    color: #999;
    text-decoration: underline;
}

/*  ---------------------------------------------------   */
.comment
{
    border: solid 1px #ccc;
    margin-top: 10px;
    padding: 2px;
}

.comment .title
{
    font-weight: bold;
    padding: 4px;
    background: url(/_common/images/sprite.jpg) -20px -183px;
}

.comment .info
{
    color: #999;
    padding: 4px;
    padding-bottom: 0px;
}

.comment .post
{
    padding: 4px;
}

/*  ---------------------------------------------------   */
.blogCommentForm
{
    border: solid 6px #E5E4E4;
    background: #fff;
    padding: 2px;
    position: absolute;
    width: 375px;
}

.blogCommentForm p.e 
{
    padding-left: 14px;
    padding-bottom: 6px;
    color: #BF1E2E;
}

.blogCommentForm a.close
{
    float: right;
    color: #999;
    margin-top: 6px;
    margin-right: 8px;
}

.blogCommentForm .generic_title
{
    margin: 12px;
}

.blogCommentForm .form
{
    margin: 0px auto;
    margin-top: -10px;
    width: 354px;
}

.blogCommentForm .form td
{
    padding-top: 6px;
    padding-bottom: 6px;
}

.blogCommentForm .form td.t
{
    padding-right: 20px;
}

.blogCommentForm .form td input.tb,
.blogCommentForm .form td textarea
{
    border: solid 1px #999;
    background: url(/_common/images/content/inputBackground.gif);
    font-size: 1.1em;
    padding: 4px;
    width: 240px;
}

.blogCommentForm .form td textarea
{
    font-size: 1.0em;
    font-family: Verdana, Helvetica, Sans-Serif;
}

.blogModal
{   
    position: absolute;
    top: 0px;
    left: 0px;
    background: #000;
}

.blogCommentForm .loading
{
    background: url(/_common/images/2-0.gif) left center no-repeat;
    padding-left: 24px;
    padding-bottom: 6px;
    padding-top: 6px;
}

/*  ---------------------------------------------------   */
.ratingFrame
{
    position: absolute;
    border: solid 1px #999;
    background: #fff;
    width: 210px;
}

.ratingFrame .ratingFrameText
{
    text-align: center;
}

.ratingFrame .inner
{
    padding: 8px;
}

.ratingFrame .rating
{
    margin-top: 6px;
    margin-left: 20px;
    height: 30px;
}

.ratingFrame .rating .star
{
    width: 30px;
    height: 30px;
    float: left;
    background: url(/_common/images/content/star-big-off.gif) no-repeat;
}

.ratingFrame a.close
{
    text-align: right;
    display: block;
    padding: 4px;
    background: #eee;
}