/* @group COMMENT */
#post_comment_div {
    width: 518px;
    border: 1px solid #F0F0F0;
    background: #F5F5F5 url(http://static.vuzum.com/right_box_bg.png) repeat-y top center;
    float: left;
    margin: 20px 0 20px 0px;
    padding: 10px 20px;
}
#post_comment_div h3 {
    font-size: 18px;
    font-weight: bold;
}
.comment_form_avatar {
    width: 80px;
    float: left;
    padding: 20px 0;
}
.comment_form_avatar a {
    font-size: 9px;
    color: #999;
    text-transform: uppercase;
}
.comment_form_body {
    width: 397px;
    border-left: 1px solid #DCDDDE;
    float: left;
    padding: 0 20px 10px 20px;
    margin-top: 20px;
    position: relative;
}
.comment_form_body dl {
    margin-bottom: 10px;
    float: left;
}
.comment_form_body label {
    text-transform: uppercase;
    font-size: 11px;
}
.comment_form_bubble {
    width: 8px;
    height: 15px;
    position: absolute;
    left: -8px;
    top: 25px;
    background: url(http://static.vuzum.com/comment_form_talk_bubble.png) no-repeat;
}
.comment_form_body input[type=text], .comment_form_body textarea {
    border: 1px solid #CCC;
    padding: 5px;
    width: 395px;
    font-size: 12px;
    margin-bottom: 10px;
}
.comment_form_body textarea {
    overflow: auto;
    height: 120px;
    font: 12px Arial,Helvetica,sans-serif;
}
.comment_form_body input[type=text]:focus, .comment_form_body textarea:focus {
    border: 1px solid #333;
}
.comment_form_body input[type=button],.comment_form_body input[type=submit] {
    border: 1px solid #A50000;
    background: #D21B17 url(http://static.vuzum.com/btn_red_bg.png) repeat-x 0 0px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    padding: 5px 15px;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    font-size: 12px;
}
.comment_form_body input.level_2 {
    border: 1px solid #CCC;
    background: #FFF url(http://static.vuzum.com/btn_gray_bg.png) repeat-x 0 0px;
    color: #333;
    margin-left: 5px;
}
.comment_form_body input[type=button]:hover, .comment_form_body input[type=submit]:hover, .comment_form_body input.level_2:hover {
    background-position: 0 -21px;
}
.comment_form_tags {
    background: #F5F5F5;
    color: #999;
    float: left;
    width: 518px;
    padding: 10px 20px;
    margin: 10px 0 -10px -20px;
    font-size: 11px;
}
.comment_form_tags dt, dd {
    float: left;
}
.comment_form_tags dt {
    width: 100px;
}
.comment_form_tags dd {
    width: 380px;
}
/* @end */

/* @group FORUM */
#forum_topics {
    width: 560px;
    float: left;
    border-top: 1px solid #F0F0F0;
    margin: 20px 20px 20px 0;
}
#forum_topics li {
    width: 540px;
    float: left;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #F0F0F0;
}
#forum_topics .avatar {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
}
#forum_topics .title {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
#forum_topics .replies {
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
}
#forum_topics .replies_no {
    color: #999;
    font-size: 16px;
    font-weight: bold;
}
#forum_topics .even {
    background: #FAFAFA;
}
.topic_badge {
    margin: 0 5px;
    width: 12px;
    height: 12px;
}
.topic_actions {
    width: 518px;
    float: left;
    padding: 5px 20px;
    border: 1px solid #F0F0F0;
    background: #F5F5F5 url(http://static.vuzum.com/right_box_bg.png) repeat-y top center;
    text-align: center;
    margin-bottom:10px;
}
.topic_actions a {
    margin-right: 15px;
    font-size: 11px;
    color: #999;
    text-transform: uppercase;
    text-decoration: none !important;   
}
.topic_actions a:hover {
    color: #333;
}
.topic_actions a img {
    margin: 3px 5px -3px 0;
}
/* @end */


/* @group COMMENTS */
#comments {
    float: left;
}
#comments li {
    width: 560px;
    float: left;
    margin: 0px 0 20px 0px;
}
.comment_avatar {
    width: 80px !important;
    margin-right:0 !important;
    float: left;
    line-height: 1.25em;
}
.comment_avatar img.avatar {
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
}
.comment_avatar small {
    color: #999;
    font-size: 11px;
}
.comment_content {
    width: 438px;
    float: left;
    padding: 10px 20px 0;
    border: 1px solid #DCDDDE;
    font-size: 12px;
    line-height:1.5em;
    color:#333;
    position: relative;
    background: #FFF;
}
.comment_content p {
	font-size: 12px;
}
.comment_bubble {
    width: 8px;
    height: 15px;
    position: absolute;
    left: -8px;
    top: 25px;
    background: url(http://static.vuzum.com/comment_bubble.png) no-repeat;
}
.comment_actions {
    width: 438px;
    float: left;
    margin-top:20px;
    padding: 5px 0;
}
.comment_actions a {
    display: block;
    margin-right: 15px;
    color: #999;
    text-transform: uppercase;       
    text-decoration: none !important;
    font-size: 11px;
    float: left;
}
.user_badges img {
    margin: 1px;
}
.comment_actions a:hover {
    color: #333;
}
.comment_actions a img {
    margin: 3px 5px -3px 0;
}
#comments li.by-admin .comment_content {
    background: #FAFAFA;
}
#comments li.depth-2 {
    width: 438px;
    margin-left: 80px;
}
#comments li.depth-2 .comment_avatar {
    width: 100% !important;
    margin-bottom: 10px;
    position: relative;
}
#comments li.depth-2 .user_badges {
    position: absolute;
    right: 0px;
    top: 0;
}
#comments li.depth-2  img.avatar {
    width: 35px;
    height: 35px;
    float: left;
    margin: 0 10px 0 0;
}
.comment_content em.modified {
    color: #999;
}

/* @end */


a.rss_subscribe {
	color: #333;
}
a.rss_subscribe:hover {
	color: #000;
	text-decoration: none !important;
}
.rss_subscribe img {
	margin: 0 5px -3px 0;
}


#TopicBoardId{
    margin-bottom:10px !important;
}

a.no_border_hover:hover{
    border-color:#dcddde !important;
}
