/*  -----------------------------------------------------  */
/*  ----------------- B L O G   P U L L -----------------  */
/*  ---- This effects blog module FeaturedBlog.aspx -----  */
/*  -----------------------------------------------------  */

.container_comment {
        font-size: 18px;
        background-image: url(img/comment_small.png);
        background-repeat: no-repeat;
        background-position: left top;
        padding-left: 40px;
        padding-bottom:20px;
        margin-top:10px;
        margin-bottom:10px;
        minimum-height:80px;
        border-bottom-width: 1px;
        border-bottom-style: dotted;
        border-bottom-color: #CFC5A5;
}
.hrtop {
        padding-top:20px;
        margin-bottom:10px;
        minimum-height:80px;
        border-top-width: 1px;
        border-top-style: dotted;
        border-top-color: #CFC5A5;
}
.blogdate {
        font-size: 10px;
        font-family: Verdana, Arial, Helvetica, sans-serif;
        color:#726358;
}
.commentauthor {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #990000;
        padding-bottom:5px;
}
.commentemail {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #990000;
        padding-bottom:5px;
}


