/* background */

html
{
	background:#000 url('//fgt-static.s3.amazonaws.com/label_953/images/apc-background.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	background-attachment: fixed;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

body
{
	margin-top:16px;
}

/* header */

table.topnav
{
	height:181px;
	box-shadow:0 0 8px #000;
	-webkit-box-shadow:0 0 8px #000;
	-moz-box-shadow:0 0 8px #000;
}

/* custom navigation */

#customNavigation
{
	width:780px;
	background-color:#3f0d05;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #5f170e),color-stop(1, #2e0d08));
	background-image: -moz-linear-gradient(center bottom,#5f170e 0%,#2e0d08 100%);
	margin:0 auto;
	border:1px solid #000;
}

#customNavigation a
{
	line-height:46px;
	font-size:18px;
	font-weight:bold;
	text-transform:uppercase;
	margin:0 0 0 44px;
	font-family:"trebuchet ms",sans-serif;
}

/* colors */

table, body, td, p, th, li, a, h1, h2, h3, h4
{
	color:#FFF;
}

body,td.sidenav
{
	background:transparent !important;
}

table.main,table.browse
{
	background:rgb(34, 8, 3) !important;
	background:rgba(34, 8, 3, 0.7) !important;
}

table.browse
{
	margin-bottom:32px;
}

th
{
	background-color:#5b0e00 !important;
	color:#FFF !important;
}

a
{
	color:#FFF !important;
}

table.eventOnSale
{
	background:transparent !important;
}

table.eventOnSale td
{
	border-color:#4a0101 !important;
}

.dateRange
{
	font-weight:normal;
}

/* order process */

table.orderTabs td.clock
{
	background-color:#4a0101;
}

table.bigForm td.total
{
	color:#b81a00;
}

table.orderTabs td.selected
{
	background-color:#FFF;
}

table.orderTabs td
{
	background-color:#333;
	border-color:#666;
}

span.q
{
	background-color:#CCC;
}

table.bigForm
{
	border-style:solid;
}

table.order
{
	border-color:#FFF;
}

table.bigForm td.eventDetail
{
	background-color:#981a00;
	color:#fff;
}