.clear24{
	clear:both;
}
body,html{
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	padding:0;
	margin:0;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	color: rgb(241, 241, 241);
	word-wrap: break-word;
	line-height: 1.28;
}
.navTabs{
	font-size: 16px;
	color: rgb(254, 254, 254);
	background-color: rgb(0, 0, 0);
	padding: 0 20px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom: 2px solid rgb(229, 32, 0);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	height: 60px;
	border-radius: 0px;
	border-left-width: 0px;
	border-right-width: 0px;

}
.navTabs ul li{
	float: left;
	white-space: nowrap;
	word-wrap: normal;
	display: inline-block;
	cursor: pointer;
}
.navTabs ul li h2{
	font-weight: bold;
	font-family: 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	padding: 0 15px;
	display: inline-block !important;
	position: relative;
	color: rgb(224, 224, 224);
	float: left;
	vertical-align: text-bottom;
	text-align: center;
	outline: 0 none;
	height: 60px;
	line-height: 60px;
	margin: 0;
}
.navTabs ul li h2:hover{
	color:rgb(229, 32, 0);
}
#forum_list {
	background:#000;
	height: auto;
	overflow: auto;
}
.pageContent{
	width:80%;
	float:left;
}
#widget-tabs-13 {
	width:20%;
	float:left;
}
.pageContent article {
	padding:15px;
	margin:20px;
	border:1px solid #595959;
	border-radius:5px;
}
.pageContent section a ,.pageContent h1{
	font-weight: bold;
    font-size: 20px;
    color: rgb(229, 32, 0);
    white-space: nowrap;
    word-wrap: normal;
	text-decoration: none;
	text-transform: capitalize;
	
}
.pageContent section p{
	font-size: 14px;
	overflow: hidden;
	line-height: 1.44em;
	color: rgb(241, 241, 241);
}
.widget-single{
	border:1px solid #595959;
	margin-top: 30px;
	margin-bottom: 30px;
	border-top: 3px solid #595959;
	border-radius: 3px;
}
.widget-single a{
	color: rgb(224, 224, 224);
	text-decoration:none;
	text-transform:capitalize;
}
.widget-single h3 {
	padding-left:15px;
}
.widget-single li{
	margin:15px 0;
}
.widget-single a:hover{
	color: rgb(229, 32, 0);
}
.choosers{
	font-size: 14px;
	color: rgb(40, 40, 40);
	background-color: rgb(44, 44, 44);
	padding: 2px 15px;
	border: 1px solid;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	overflow: hidden;
	border-radius: 0;
	margin: 30px 0;
}
.choosers .page{
	color: rgb(254, 254, 254);
	padding: 9px 5px;
	float:right;
	text-transform: capitalize;
	font-size: 18px;
}








.pageWidth{
	width:100%;
	margin:auto;
	padding:0;
}
@media screen and (min-width:1200px) {
	.pageWidth {
   		padding-right: 10px;
    	padding-left: 10px;
    	margin: 0 auto;
    	width: 80%;
    	box-sizing: border-box;
}
}
@media screen and (max-width:1199px) {
	.navTabs{
		height:auto;
		overflow:auto;
	}
	.pageContent,#widget-tabs-13{
		width:100%;
	}
}



