 /* eXtremepixels custom - add bevel effect */
.threadbit .nonsticky, .threadbit .deleted, .threadbit .discussionrow, .threadbit .ignored {
border-color: #262626 #262626 #000 #000;
border-style:solid;
border-width:1px; 
}

.forumbit_post .forumrow, .forumbit_nopost .forumhead, .forumbit_nopost .forumrow, .forumbit_post .forumhead {
border-right: 1px solid #000;  
border-left: 1px solid #000;  
}

.forumhead + .childforum .L2:first-child .forumrow, .forumhead + .L2 .forumrow {
border-top:1px solid #000;
}

#forums .L1 .L2 {
border-bottom: 1px solid #252525;     /* eXtremepixels custom - add bevel effect */
border-right: 1px solid #000;         /* eXtremepixels custom - add bevel effect */
}

.forumhead + .childforum .L2:first-child .forumrow, .forumhead + .L2 .forumrow {
border-top: 1px solid #000;         /* eXtremepixels custom - add bevel effect */
}


/* needed for forum home page collapse image to display correctly */
.forumbit_nopost .forumhead a.collapse img {
position:absolute;
top: -11px;
height:15px;
width:15px;
right: 15px; /* eXtremepixels custom - used to align the collapse */
z-index: 1;  /* eXtremepixels custom - used to display collapse image on top */
}



/* ***** eXtremepixels custom CSS for various images and added values  ***** */


#hdr_rs {
background: #000000 url(essential/misc/hdr_rs.gif) ;
width: 4px;
height: 95px;
float: right;
	margin: 0;
	padding: 0; 
}



/* ***** NAVIGATION BOTTOM ***** */
#nav_btm {
border: 2px solid #3b61b1;
}

#nav_shadow {
border: 2px solid #ff7415;
/*background: #121212 url(essential/misc/nav_shadow.gif);
background-repeat: repeat-x;
width: 100%;
height: 3px; 
	margin: 0px;
	padding: 0px; */
}


/* ***** used to create shadow affect for sides ***** */
#brd_in {
border-left: 2px solid #0e0e0e;
border-right: 2px solid #0e0e0e;
}

/* ***** used to create shadow affect for sides ***** */	
#brd_outer {
border-left: 6px solid #191919;
border-right: 6px solid #191919;
}


/* ***** used for navigation background ***** */
#nav_back {
background: #28437c url(essential/misc/nav_background.gif);
width: 100%;
height: 34px;
	margin: 0px;
	padding: 0px; 	
}



/* ***** cat_ls image ***** */
.cat_ls {
background: url(essential/misc/cat_top_ls.gif);
width: 5px;
height: 34px; 
float: left;
margin:0px;
padding:0px;
}


/* ***** cat_rs image ***** */
.cat_rs {
background: url(essential/misc/cat_top_rs.gif);
width: 9px;
height: 34px; 
float: right;
position:absolute;
right:0px;
margin:0px;
padding:0px;
}


.info {
padding-left: 3px;
padding-right: 0px;
padding-top: 3px;
padding-bottom: 3px;
background-color: #181818;
border-top: 1px solid #000000;
border-right: 2px solid #000000;
border-left: 1px solid #000000;
border-bottom: 2px solid #000000;
margin-bottom: 3px;
}

.announce_l {
background: #444444;
color: #c8c8c8;
border-left: 1px solid #252525;
border-top: 1px solid #252525;
}

.announce_r {
background: #1f1f1f;
color: #c8c8c8;
border-left: 1px solid #252525;
border-top: 1px solid #252525;
}

.stuck {
background: #1f1f1f;
color: #c8c8c8;
border-left: 1px solid #252525;
border-top: 1px solid #252525;
}


/* ***** footer_background image ***** */
#ftr_bg {
background: url(essential/misc/footer_x.gif);
width: 100%;
height: 47px; 
}


/* ***** footer_rs image ***** */
#ftr_rs {
background: url(essential/misc/footer_rs.gif);
width: 39px;
height: 47px; 
float: right;
}

/* ***** footer_ls image ***** */
#ftr_ls {
background: url(essential/misc/footer_ls.gif);
width: 52px;
height: 47px; 
float: left;
}

/* ** Orange bar at bottom of forum categories ** */

.catend {
clear:both;
border: 2px solid #ff7415;  
}

.catend_wrap {
clear:both;
border: 2px solid #000;  
margin-right: -2px;
} 