/* styles for multi-tabbed blog/forum section */

#blog-wrap {
    position : relative;
    float : left;
    width : 720px;
    font-size : 12px;
    margin-left : 24px;
    margin-bottom : 18px;
}

.blog-tabbed-box {
    width : 720px;
    border : 1px solid transparent; 
}

.blog-tabbed-box .blog-tabs li {
    list-style : none;
    float : left; 
}

.blog-tabs {
    margin : 0;
    padding : 0;
}

.blog-tabbed-box .blog-tabs li a {
    display : block;
    width : 360px;
    font-weight : bold;
    text-align : center;
    text-decoration : none;
    background : none; 
    border-left : 0 solid #cccccc;
    border-bottom : 0 solid #cccccc;
}

.blog-tabbed-box .blog-tabs li:first-child a {
    border-left : none; 
}

.blog-tabbed-box .blog-tabs li a:hover {
}

.blog-tabbed-box .blog-tabs li a:focus {
    outline : none; 
}

.blog-tabbed-box .blog-tabs li a.active, .blog-tabbed-box .tabs li a.active:hover {
}

.blog-tabbed-content {
    font-size : 12px;
    width : 710px;
    display : none; 
    height : 260px;
    overflow : hidden;
}

.right_col .bloglefton {
    background : url(http://images.gayreviews.com/data/media/www_gayreviews_com/themes/gr-rooster/images/bg-right_col_title_opts.jpg) no-repeat;
    background-position : 0% -36px;
    width : 350px;
    height : 26px;
    padding : 10px 0 0 10px;
    text-align : left;
    font-weight : bold;
    font-size : 16px;
    display : block;
    float : left;
}

.right_col .blogleftoff, .right_col .blogleftoff:hover {
    background : url(http://images.gayreviews.com/data/media/www_gayreviews_com/themes/gr-rooster/images/bg-right_col_title_opts.jpg) no-repeat;
    background-position : 0% -36px;
    width : 350px;
    height : 26px;
    padding : 10px 0 0 10px;
    text-align : left;
    font-weight : bold;
    font-size : 16px;
    display : block;
    float : left;
    background-position : 0% 0%;
}

.right_col .blogrightoff {
    background : url(http://images.gayreviews.com/data/media/www_gayreviews_com/themes/gr-rooster/images/bg-right_col_title_opts.jpg) no-repeat -360px 0%;
    width : 350px;
    height : 26px;
    padding : 10px 0 0 10px;
    text-align : left;
    font-weight : bold;
    font-size : 16px;
    display : block;
    float : left;
}

.right_col .blogrighton, .right_col .blogrightoff:hover {
    background : url(http://images.gayreviews.com/data/media/www_gayreviews_com/themes/gr-rooster/images/bg-right_col_title_opts.jpg) no-repeat -360px 0%;
    width : 350px;
    height : 26px;
    padding : 10px 0 0 10px;
    text-align : left;
    font-weight : bold;
    font-size : 16px;
    display : block;
    float : left;
    background-position : -360px -36px;
}

.right_col .bloglefton a:hover {
    cursor : default;
    text-decoration : none;
}

.right_col .blogrighton a:hover {
    cursor : default;
    text-decoration : none;
}

.right_col .bloglefton a, .right_col .bloglefton a:visited {
    color : #fff19f;
}

.right_col .blogrighthon a, .right_col .blogrighthon a:visited {
    color : #fff19f;
}

.right_col .blogleftoff a:hover, .right_col .blogrightoff a:hover {
    color : #fff19f;
    text-decoration : underline;
}

.right_col .blogleftoff a, .right_col .blogrightoff a {
    color : #e2e2e2;
    text-decoration : none;
}

.right_col p.blog_under_link {
    font-size : 14px;
    font-weight : bold;
    text-align : center;
    margin-top : 10px;
 }

