body {
	background: #181818 url('images/bgb.jpg') repeat-x;
	padding: 0px;
	margin: 0px;
	color: #2c2c2c;
	font: 14px arial;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
img {
	border: 0px;
}
a {
    color: #000;
    text-decoration:  none;
}
a:hover {
	-webkit-transition-duration:.3s;
	transition-duration: .3s;
	text-decoration: none !important;
	transition: all 0.15s ease-out 0.1s;
}
.container {
	width: 1150px;
	margin: 0 auto;
}
.table {
	display: table;
	width: 100%;
}
#ustrip {
	font-size: 12px;
	height: 35px;
}
#ustrip .leftnav {
	float: left;
}
#ustrip  .leftnav  a {
	display: block;
	float: left;
	padding: 0 15px;
	color: #cbcbcb;
	line-height: 35px;
	border-right: 1px solid #3a3a3a;
}
#ustrip  .leftnav  a:hover, #ustrip  .leftnav  a.active {
	color: #fff;
}
/* User Area */
#ustrip .user_area .loggedout input[type=text], #ustrip .user_area .loggedout input[type=password] {
	border: 0px;
	background: #fff;
	height: 25px;
	line-height: 25px;
	padding: 0 0 0 20px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	behavior: url(border-radius.htc);
}
#ustrip .user_area .loggedout input[type=submit], #ustrip .user_area .loggedout a.reg {
	cursor: pointer;
	border: 0px;
	background: #c41011; /* Old browsers */
	background: -moz-linear-gradient(top, #c41011 0%, #df1217 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c41011), color-stop(100%,#df1217)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c41011 0%,#df1217 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c41011 0%,#df1217 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c41011 0%,#df1217 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c41011 0%,#df1217 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c41011', endColorstr='#df1217',GradientType=0 ); /* IE6-9 */
	color: #fff;
	height: 25px;
	line-height: 25px;
	padding: 0 20px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	behavior: url(border-radius.htc);
}
#ustrip .user_area .loggedout a.reg {
	cursor: pointer;	
	display: inline-block;
	background: #f23800; /* Old browsers */
	background: -moz-linear-gradient(top, #f23800 0%, #ff2a00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f23800), color-stop(100%,#ff2a00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f23800 0%,#ff2a00 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f23800 0%,#ff2a00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f23800 0%,#ff2a00 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f23800 0%,#ff2a00 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f23800', endColorstr='#ff2a00',GradientType=0 ); /* IE6-9 */	
	color: #fff;
}
#ustrip .user_area .loggedout input[type=submit]:hover, #ustrip .user_area .loggedout a:hover.reg, #header input:hover[type=submit].search_right_go {
	box-shadow: inset 0px 0px 2px #222;
}
#ustrip .user_area, #ustrip .user_area div.bit {
	float: right;
	line-height: 35px;
	color: #fff;
	height: 35px;
}
#ustrip .user_area div.bit {
	float: left;
	border-right: 1px solid #3a3a3a;
	padding: 0 15px;
}
#ustrip .user_area div:last-child.bit {
	border-right: 0;
	padding: 0 0 0 15px;
}
#ustrip .user_area a {
	color: #fff;
}
#ustrip .user_area a:hover, #ustrip .user_area a:hover.username {
	color: #cbcbcb;
}
#ustrip .user_area a.username {
	color: #ff0a0f;
}
#ustrip .user_area div.bit img {
	vertical-align: middle;
}
#header {
	display: table;
	position: relative;
	height: 112px;
	width: 100%;
}
#header .logo, #mfoot .logo {
	float: left;
}
#header .logo_headline, #mfoot .logo_headline {
	float: left;
	margin: 30px 0 0 5px;
	padding: 0 0 0 20px;
	line-height: 20px;
	color: #cbcbcb;
	border-left: 1px solid #cbcbcb;
}
#header input[type=text].search_right {
	position: absolute;
	background: #fff url('images/search_icon.png') top left no-repeat;
	background-position: 12px 5px;
	color: #828282;
	height: 27px;
	line-height: 27px;
	width: 215px;
	padding: 0 0 0 35px;
	top: 40px;
	right: 35px;
	border: 0px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	behavior: url(border-radius.htc);
	z-index: 2;
}
#header input[type=submit].search_right_go {
	cursor: pointer;
	position: absolute;
	background: #c41011; /* Old browsers */
	background: -moz-linear-gradient(top, #c41011 0%, #df1217 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c41011), color-stop(100%,#df1217)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c41011 0%,#df1217 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c41011 0%,#df1217 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #c41011 0%,#df1217 100%); /* IE10+ */
	background: linear-gradient(to bottom, #c41011 0%,#df1217 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c41011', endColorstr='#df1217',GradientType=0 ); /* IE6-9 */
	color: #fff;
	height: 27px;
	line-height: 27px;
	padding: 0 0 0 20px;
	width: 60px;
	top: 40px;
	right: 0px;
	border: 0px;
	-moz-border-radius: 10px; 
	-webkit-border-radius: 10px;
	border-radius: 10px; 
	behavior: url(border-radius.htc);
}
/* Global Dropdown */
.tnadrop_drop {
	display: none;
	position: absolute;
	z-index: 4;
	min-width: 130px;
}
.tnadrop_drop a.dropbit, .tnadrop_drop div.dropbit {
	background: #fff;
	border-left: 2px solid #dbdbdb;
	border-right: 2px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	display: block;
	position: relative;
	padding: 0 20px;
	font: 14px arial;
	line-height: 35px;
}
.tnadrop_drop a:hover.dropbit {
	background: #f5f5f5;
}
.tnadrop_drop a.dropbit:first-child, .tnadrop_drop div.dropbit:first-child {
	border-top: 1px solid #dbdbdb;
}
.tnadrop_drop a.dropbit:last-child, .tnadrop_drop div.dropbit:last-child {
	border-bottom: 2px solid #dbdbdb;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px; 
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	behavior: url(border-radius.htc);
}
.tnadrop_drop a.dropbit:befores {
	position: absolute;
	display: block;
	content: '>';
	top: 0px;
	left: 20px;
	font: 12px arial;
	line-height: 35px;
	color: #000;
}
/* Navigation */
#headnav {
	background: #c41011;
	background: -moz-linear-gradient(top, #c41011 0%, #df1217 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c41011), color-stop(100%,#df1217));
	background: -webkit-linear-gradient(top, #c41011 0%,#df1217 100%);
	background: -o-linear-gradient(top, #c41011 0%,#df1217 100%);
	background: -ms-linear-gradient(top, #c41011 0%,#df1217 100%);
	background: linear-gradient(to bottom, #c41011 0%,#C90000 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c41011', endColorstr='#df1217',GradientType=0 );
	height: 45px;
	line-height: 45px;
	border: 2px solid #a60201;
	border-bottom: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-border-radius-bottomright: 0;
	-webkit-border-bottom-right-radius: 0;
	border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	behavior: url(border-radius.htc);
}
#headnav a.navbit {
	display: block;
	background: #c41011;
	float: left;
	font: bold 14px arial;
	color: #fff;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	border-left: 1px solid #c90000;
	border-right: 1px solid #a60201;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #a60201;
}
#headnav a:hover.navbit, #headnav a.active {
	background: #cc1215; /* Old browsers */
	background: -moz-linear-gradient(top, #cc1215 1%, #940002 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#cc1215), color-stop(100%,#940002)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #cc1215 1%,#940002 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #cc1215 1%,#940002 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #cc1215 1%,#940002 100%); /* IE10+ */
	background: linear-gradient(to bottom, #cc1215 1%,#940002 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1215', endColorstr='#940002',GradientType=0 ); /* IE6-9 */
	transition: all 0.15s ease-out 0.1s;
}
#headnav a:first-child.navbit {
	border-left: 0px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	behavior: url(border-radius.htc);
}
#headnav a:last-child.navbit {
	border-right: 0px;
}
#subnav {
	background: #141414;
	height: 35px;
	line-height: 35px;
}
#subnav a.navbit {
	display: block;
	float: left;
	font: bold 12px arial;
	color: #fff;
	height: 35px;
	line-height: 35px;
	padding: 0 20px;
	border-left: 2px solid #222;
	border-right: 1px solid #000;
	text-transform: uppercase;
	text-shadow:  1px 1px 1px #000;
}
#subnav a:hover.navbit {
	background: #1f1f1f;
}
#subnav a:first-child.navbit {
	border-left: 0px;
}
#subnav a:last-child.navbit {
	border-right: 0px;
}
#mpage {
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
	background: #fff;
	border: 2px solid #dbdbdb;
	z-index: 2;
	box-sizing: border-box;
}
#mside {
	vertical-align: top;
	display: table-cell;
	width: 250px;
	border-right: 2px solid #dbdbdb;
}
#mside_nav .msnav_child {
	display: none;
}
#mside_nav .msnav_child_active {
	display: block;
}
#mside_nav a.level1 {
	display: block;
	position: relative;
	background: #f6f6f6; /* Old browsers */
	background: -moz-linear-gradient(top, #f6f6f6 1%, #dedede 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#f6f6f6), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f6f6f6 1%,#dedede 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f6f6f6 1%,#dedede 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f6f6f6 1%,#dedede 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f6f6f6 1%,#dedede 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#dedede',GradientType=0 ); /* IE6-9 */
	font: bold 14px arial;
	text-shadow: 1px 1px 1px #fff;
	height: 45px;
	line-height: 45px;
	padding: 0 20px;
	color: #2b2b2b;
}
#mside_nav a.level1:before {
	position: absolute;
	display: block;
	content: 'v';
	top: 0px;
	right: 20px;
	font: bold 12px verdana;
	line-height: 43px;
	color: #636363;
}
#mside_nav a:hover.level2 {
	color: #c41011;
}
#mside_nav a.level2 {
	display: block;
	position: relative;
	padding: 0 20px 0 35px;
	font: 14px arial;
	line-height: 35px;
	border-bottom: 1px solid #dbdbdb;
}
#mside_nav a.level2:before {
	position: absolute;
	display: block;
	content: '>';
	top: 0px;
	left: 20px;
	font: 12px arial;
	line-height: 35px;
	color: #000;
}
#mmain {
	vertical-align: top;
	padding: 20px;
}
#mmain .boxbod {
	display: table;
	background: #fff;
	padding: 20px;
	border: 1px solid #e0e0e0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 16px 3px #e5e5e5;
	box-shadow: inset 0px 0px 16px 3px #e5e5e5;
	box-sizing: border-box;
}
#mmain .boxbod h1, #uploadtabs0 h2, h1.dvb_head {
	display: block;
	border-bottom: 2px solid #dbdbdb;
	font: 18px arial;
	color: #c41011;
	margin: 0px;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}
#mmain .boxbod_half {
	display: table-cell;
	width: calc(50% - 10px);
	float: left;
}
#mmain .boxbod_half:nth-child(odd) {
	margin-right: 10px;
}
#mmain .boxbod_half:nth-child(even) {
	margin-left: 10px;
}
#mmain .boxbod_third {
	display: table-cell;
	width: calc(33% - 11px);
	float: left;
}
#mmain .boxbod_third:nth-child(odd) {
	
}
#mmain .boxbod_third:nth-child(even) {
	margin: 0 20px 0 20px;
}
#mfoot {
	margin-top: -75px;
	position: relative;
	background: url('images/footbg.png') top left repeat-x;
	height: 233px;
	z-index: 0;
}
#mfoot .container {
	padding: 95px 0 0 0;
}
#mfoot #footnav {
	margin: 15px 0;
}
#mfoot #footnav a.navbit {
	position: relative;
	margin: 0 30px 0 0;
	font: 14px arial;
	color: #fff;
}
#mfoot #footnav a.navbit:before {
	position: absolute;
	content: '-';
	right: -19px;
	color: #df1217;
}
#mfoot #footnav a:last-child.navbit:before {
	display: none;
}
#mfoot .fcopy {
	color: #cbcbcb;
}
#mfoot #footsocial {
	margin: 15px 0;
}
#mfoot #footsocial img {
	margin: 0 5px 0 0;
}
#mfoot .fright {
	float: right;
}

/* Homepage */
#mmain #mhome_feat1 div.boxbod {
	height: 383px;
}
#mmain #high_esc .left {
	float: left;
	width: 190px;
}
#mmain #high_esc .mainpic, #mmain #high_esc .subpic {
	display: inline-block;
	border: 3px solid #fff;
	outline: 2px solid #ebebeb;
} 
#mmain #high_esc a:hover.mainpic, #mmain #high_esc a:hover.subpic {
	outline: 2px solid #cbcbcb;
}
#mmain #high_esc .mainpic {
	text-align: center;
	width: 160px;
	height: 160px;
	display: table-cell;
	vertical-align: middle;
}
#mmain #high_esc .mainpic img {
	max-width: 160px;
	max-height: 160px;
}
#mmain #high_esc .subpic {
	float: left;
	width: 66px;
	height: 66px;
	margin: 20px 0 0 0;
	text-align:  center;
}
#mmain #high_esc .subpic img {
	max-width: 66px;
	max-height: 66px;
}
#mmain #high_esc .subpic:nth-child(2) {
	margin-right: 20px;
}	
#mmain #high_esc .right {

}
#mmain #high_esc a.username {
	display: block;
	color: #c41011;
	font: 23px arial;
	margin: 10px 0;
}
#mmain #high_esc .info {
	margin: 10px 0;
}
#mmain #high_esc .info p, .label_list p {
	float: right;
	margin: 0px;
	padding: 0px;
}
.label_list div {
	margin: 0 0 5px 0;
}
#mmain #feat_esc {
	
}
#mmain #feat_esc .featbit {
	float: left;
	width: 100px;
	border: 3px solid #fff;
	outline: 2px solid #ebebeb;
	text-align: center;
	margin: 0 22px 20px 3px;
	padding: 0 0 5px 0;
}
#mmain #feat_esc div:hover.featbit {
	outline: 2px solid #dbdbdb;
}
#mmain #feat_esc .featbit:nth-child(3n+4) {
	margin-right: 0px;
}	
#mmain #feat_esc .featbit img {
	width: 80px;
	height: 80px;
	margin: 0 0 5px 0;
}
#mhome_boxthird  div.boxbod_third {
	height: 300px;
}
#mhome_uploads .bits img {
	width: 53px;
	height: 53px;
	margin: 0px 0 15px 20px;
	border: 3px solid #fff;
	outline: 2px solid #ebebeb;
}
#mhome_uploads .bits a:nth-child(3n+4) img, #mhome_uploads .bits a:first-child img {
	margin-left: 0px;
}	
#mmain .label_list .byline, #mmain #rec_aposts .recbit .byline {
	margin: 0 0 10px 0;
	color: #3c3c3c;
}
#mmain .label_list .byline a, #mmain #rec_aposts .recbit .byline a {
	color: #3c3c3c;
}
#half_recaposts .boxbod_half {
	height: 500px;
}
#mmain #rec_aposts .recbit {
	display: table;
	width: 100%;
}
#mmain #rec_aposts .recbit img {
	float: left;
	width: 60px;
	border: 3px solid #fff;
	outline: 2px solid #ebebeb;
	text-align: center;
	margin: 0 20px 10px 0;
	padding: 0 0 5px 0;
	max-height: 80px;
}
#mmain #rec_aposts .recbit .byline, #half_recaposts .byline {
	font-size: 12px;
	font-style: italic;
}
.btn_grey {
    background: #d6d6d6 none repeat scroll 0 0;
    border-color: #c6c6c6;
    border-image: none;
    border-radius: 12px;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    color: #444 !important;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    text-align: center;
    text-decoration: none !important;
	padding: 1px 8px 1px 8px;
}
.btn_red {
    background: #c4101e none repeat scroll 0 0;
    border-color: #aa0101 -moz-use-text-color #aa0101 #aa0101;
    border-image: none;
    border-radius: 12px;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    text-align: center;
    text-decoration: none !important;
	padding: 1px 8px 1px 8px;
}
.bbtn_green {
    background: #529600 none repeat scroll 0 0;
    border-color: #529600 -moz-use-text-color #aa0101 #aa0101;
    border-image: none;
    border-radius: 33px;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    color: #fff !important;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    text-align: center;
    text-decoration: none !important;
    padding: 0 20px;
    font: 18px arial;
    line-height: 40px;
}
