@media (max-width: 768px){
.hidemobile {
	display: none;
	}
#threads,#views,#msgs,#replies,#rating,#modbit{
display: none;
}
}
		
@media (max-width: 1280px) {
#threads,#views,#replies,#lastpost,#rating,#modbit{

}

@media only screen and (min-width: 881px) {
.mobile_show,#info{ display:none; visibility:hidden; }
}
	
	
@media only screen and (min-width: 768px) {
.mobile_show,#info{ display:none; visibility:hidden; }
}
	
#nav_width {
		float:left;
		width:24%;
}
#content_width {
		float:right;
		width:74%;
}
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		