/*
	UBB.threads Custom CSS profile by James Corthell, VNC Web Services (https://www.virtualnightclub.net/)
*/
#menu-top {
	color: #9b0f03;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#3c3620+0,403b15+1,473c1c+4,4b3f19+6,584817+15,574d1a+32,544d19+39,4b4718+47,424319+60,44421b+64,393819+82,333319+97,303016+99,2f2d20+100 */
	background: #3c3620; /* Old browsers */
	background: -moz-linear-gradient(top, #3c3620 0%, #403b15 1%, #473c1c 4%, #4b3f19 6%, #584817 15%, #574d1a 32%, #544d19 39%, #4b4718 47%, #424319 60%, #44421b 64%, #393819 82%, #333319 97%, #303016 99%, #2f2d20 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #3c3620 0%,#403b15 1%,#473c1c 4%,#4b3f19 6%,#584817 15%,#574d1a 32%,#544d19 39%,#4b4718 47%,#424319 60%,#44421b 64%,#393819 82%,#333319 97%,#303016 99%,#2f2d20 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #3c3620 0%,#403b15 1%,#473c1c 4%,#4b3f19 6%,#584817 15%,#574d1a 32%,#544d19 39%,#4b4718 47%,#424319 60%,#44421b 64%,#393819 82%,#333319 97%,#303016 99%,#2f2d20 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3c3620', endColorstr='#2f2d20',GradientType=0 ); /* IE6-9 */
	border-top: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	color: #231f20;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	margin: 4px 0;
	padding: 8px 0;
	text-transform: uppercase;
	text-align: center;
	width: 100%;
}
#menu-top a, #menu-top a:visited, #menu-top  a:hover {
	color: #f6c36b;
	text-decoration: none;
	padding: 0 6px;
}
#menu-top li {
	display: inline;
	list-style-type: none;
	white-space: nowrap;
}
#menu-top ul li a, #menu-top ul li a:visited {
	color: #f6c36b;
	text-decoration: none;
}


#header-desktop {
}
#header-desktop a {
}
#header-desktop #header-table {
	background: url('../jpg/percentbg_innerpage.jpg');
	display: table;
	max-width: 100%;
	table-layout: fixed;
	width: 100%;
}
#header-desktop #header-left {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 60%;
}
#header-desktop #header-right {
	display: table-cell;
	text-align: right;
	vertical-align: top;
	width: 40%;
}


#header-mobile {
	background: #000000;
	line-height:1px;
}
#header-mobile a {
}
#header-mobile #header-table {
	display: table;
	max-width: 799px;
	table-layout: fixed;
	width: 100%;
}
#header-mobile #header-left {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 28%;
}
#header-mobile #header-right {
	display: table-cell;
	text-align: right;
	vertical-align: top;
	width: 72%;
}


#footer-desktop {
	border-top: 1px solid #800000;
	border-bottom: 1px solid #800000;
	color: #800000;
	font-weight: 700;
	margin-bottom: 4px;
	padding: 4px;
	text-align: center;
}
#footer-desktop a, #footer-desktop a:visited, #footer-desktop a:hover {
	color: #800000;
}


@media all and (max-width:799px) {
/* Mobile */
	.only-desktop { display:none; }
	#header-desktop { display:none; }
	#footer-desktop { display:none; }
	#menu-top li { line-height:180%; }
}
@media all and (min-width:800px) {
/* Desktop */
	.only-mobile { display:none; }
	#header-mobile { display:none; }
	#footer-mobile { display:none; }
}