.over_bg_name{clear:left; float:left; font-size:12px; margin-top:25px; padding:0 5px; }

/*Left Forum Stuff*/
.latest_from_forum_box{
    padding:4px 0 0 20px; float:left; height:59px;max-height:55px; width:198px;max-width:178px; border-bottom:1px solid black;
}
span.small_subject{
    color:#4c4c4d; font-size:10px; 
}
div.forum_sections{
    padding:10px 0 0 20px;background-color: #202122; float:left; width:198px;max-width:178px;height:120px;max-height:113px; margin-top:8px;
}
div.forum_sections span {font-size:14px;}
div.forum_sections a{
    float:left; width:87px;max-width:75px;background:transparent url(../i/dotpointer.gif) 0 7px no-repeat; padding:4px 4px 0 8px; font-size:10px; 
}

/*Tutorials*/
.middle .bottom-left-box .tutorials { 
    float:left; width:100%;
}
.middle .bottom-left-box .tutorials .listing {
    clear:left;float:left;padding:8px 0 0 20px;width:400px;max-width:380px
}
    div.totorials-listing-icons{
        float:left;height:16px; 
    }
        div.totorials-listing-icons img{
            width:16px; height:16px;   
        }
    .middle .bottom-left-box .tutorials .listing a{
        float:left; font-size:13px; padding:0px 15px 0 8px; line-height: 15px;
    }
    
/*Jobs*/
.middle .bottom-right-box .jobs-list { 
    float:left; width:100%;
}
.middle .bottom-right-box .jobs-list .listing {
    clear:left;float:left;padding:8px 0 0 20px;width:343px;max-width:323px;
}
    .middle .bottom-right-box .jobs-list .listing a{
        float:left; font-size:13px; padding:0px 15px 0 8px; line-height: 15px;background:transparent url(../i/dotpointer.gif) 0 5px no-repeat;
    }
    
/*Blog*/
div.blog-block{padding:12px 0 0 33px; width:766px;max-width:733px;} 

/*html>body div.blog-block {
    padding:12px 0 0 33px;
}*/

    div.blog-post { float:left;width:733px;overflow: hidden; }
    div.blog-post h1{ float:left;}
    div.blog-post h1 a{font-size:22px;color:#FF891F; text-decoration:none;}
    div.blog-post h1 a:hover{color:#6DBE45;}
    
    div.blog-post .additional-info{ clear:left;float:left; color:#5C5C5D;margin-bottom:20px;  font-size:10px;}
    div.blog-post .additional-info a{ font-size:10px}
    
    div.bodyBlog { float:left;width:733px;margin-bottom:20px; }
    div.bodyBlog img{ margin:0 15px 0 0 !important; }
    
    div.blogInfo { float:left;width:100%;padding-bottom:20px;border-bottom:15px solid #404041; }
    div.blogInfo span{height:18px; color:#58595B; }
    div.blogInfo span a{ color:#58595B; }
    span.view { float:left;padding-left:22px;background:transparent url(../i/icons/ic_views.png) 0 0 no-repeat }
    span.comments { float:left;padding-left:22px;background:transparent url(../i/icons/ic_comment.png) 0 0 no-repeat }
    span.share { float:left;}
    span.story { float:left;padding-left:22px;background:transparent url(../i/icons/ic_full_size.png) 0 0 no-repeat }
    span.edit { float:left;margin-left:10px;padding-left:22px;background:transparent url(../i/icons/ic_edit.png) 0 0 no-repeat }
    span.delete { float:left;margin-left:10px;padding-left:22px;background:transparent url(../i/icons/ic_edit.png) 0 0 no-repeat }
    
    
/*home extras*/
#sideBarHide
{
    display:block;cursor:pointer;
    position:absolute !important;
	top:8px;left:-21px;
    width:9px;height:490px;
    background: transparent url(../i/hidebar_inactive.gif) 0 0 no-repeat;
	z-index: 9999999;
}
#sideBarShow
{
    display:none;cursor:pointer;
    position:absolute;top:8px;left:-21px;
    width:9px;height:47px;
    background: transparent url(../i/showbar_inactive.gif) 0 0 no-repeat;
}

/*featured image*/
.relative_div {position:relative;width:100%;height:100%;}
.hover_featured
{
    display:none;
    position:absolute;
    left:0;top:20px;
    width:415px;
    max-width:375px;
    height:130px;
    max-height:90px;
    padding:20px;
    background-color: #202122;
    opacity:.8;
    filter:alpha(opacity=80);
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

