/* override body background*/
body {
    background-image: url('../img/topicBg.png');
    background-repeat:repeat-y;
    background-position: 580px;
}
#content {
    background-color:#5C5C5C;
}
/* override footer width */
#footer {
    width:580px;
    padding-top:20px;
    background-color:#5C5C5C;
    border-top:none;
}
/* set standard image margin (floated left) */
#leftcontent.topic p > img {
    margin-right:8px;
}
/* override info box on rightcontent*/
.info {
    width:320px;
    font-size:11px;
}
.infoBoxHead h1 {
    font-size:12px;
}
/* override h2 on rightcontent */
#rightcontent h2 {
    font-size:17px;
    margin-top:20px;
    color:#cccccc;
}
#rightcontent, #rightcontent a {
    color:#dddddd;
}
#rightcontent a:hover {
    color:#FF6600;
}
#rightcontent .related {
    font-size: 11px;
}
/* text next to thumb */
.thumb_text {
    width:172px;
    padding-left:10px;
}
.thumb_text > a:first-child {
    text-decoration:none;
    font-weight:bold;
}
/* duration span */
span.duration {
    color:#bbbbbb;
    font-size:10px;
}
/* override span overlay */
span.rating {
    left:0px;
    top:57px;
}
a:hover > span.rating {
    display:block;
}

/* content footer shadow */
div#content-footer {
    width:580px;
    position:relative;
    top:38px;
    margin-left:-25px;
    background-image:url('../img/black_to_trans_vert.png');
    background-repeat:repeat-x;
    height:18px;
}
div.img > a:hover {
    text-decoration:none;
}

/* topic share */
#user_bookmarks{
    border:1px solid #555555;
    background-color:#555555;
    position:absolute;
}
#user_bookmarks a {
    text-decoration:none;
    line-height:16px;
    padding-right:5px;
    color:#dddddd;
}
#user_bookmarks a:hover {
    background-color:#444444;
}
#user_bookmarks table {
    margin-left:10px;
}
#user_bookmarks table td {
    width:170px;
    margin:0px;
    padding: 2px 0px;
}
#user_bookmarks a > img {
    vertical-align:bottom;
}

