@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'TrajanProBold';
    src: url('trajanpro-bold-webfont.eot');
    src: url('trajanpro-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('trajanpro-bold-webfont.woff') format('woff'),
         url('trajanpro-bold-webfont.ttf') format('truetype'),
         url('trajanpro-bold-webfont.svg#TrajanProBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TrajanProRegular';
    src: url('trajanpro-regular-webfont.eot');
    src: url('trajanpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('trajanpro-regular-webfont.woff') format('woff'),
         url('trajanpro-regular-webfont.ttf') format('truetype'),
         url('trajanpro-regular-webfont.svg#TrajanProRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KameronRegular';
    src: url('Kameron-Regular-webfont.eot');
    src: url('Kameron-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Kameron-Regular-webfont.woff') format('woff'),
         url('Kameron-Regular-webfont.ttf') format('truetype'),
         url('Kameron-Regular-webfont.svg#KameronRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'KameronBold';
    src: url('Kameron-Bold-webfont.eot');
    src: url('Kameron-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('Kameron-Bold-webfont.woff') format('woff'),
         url('Kameron-Bold-webfont.ttf') format('truetype'),
         url('Kameron-Bold-webfont.svg#KameronBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	width: 100%;
	background-color: #1b1a1a;
}

h1 {
	font-family: 'KameronRegular';
/*	font-family: 'KameronBold'; */
	font-size: 36px;
	color: #EEE5DE;
	letter-spacing: 2px;
	text-align: center;
	margin: 30px auto 20px auto;
	text-transform: uppercase;
}

h2 {
	font-family: 'KameronRegular';
	font-size: 24px;
	color: #ddd;
	font-style: italic;
	letter-spacing: 2px;
/*	text-align: left; */
	margin: 40px auto 10px auto;	
}

p {
	font-family: 'KameronRegular';
	color: #999;
	font-size: 18px;
	line-height: 22pt;
	letter-spacing: 1px;
}

img {
	max-width: 100%;
}

table {
	width: 80%;
	font-family: 'KameronRegular';
	color: #999;
	font-size: 14px;
}

.thead_A {
	width: 29%;
}

.thead_B {
	width: 10%;
}

.thead_A, .thead_B {
	color: #d88d00;
}

a {
	color: #999;
	text-decoration: none;
}

.room {
	color: #ddd;
}

.caveat {
	line-height: 18pt;
}

#top_image_contain {
	width: 100%;
	/* height: 150px; */
	/* position: relative; */
	z-index: 1;
	margin: -8px -8px 0 -8px;
}

#top_image {
	width: 100%;
	height: 150px;
	background-image: url(../content/_images/wood_back_D.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	text-align: center;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
}

#logo_contain {
	width: 100%;
	height: 133px;
	background-color: #000;
	position: relative;
	margin: auto -20px auto -10px;
	-moz-box-shadow: 3px 0px 8px #000;
	-webkit-box-shadow: 3px 0px 8px #000;
	box-shadow: 3px 0px 8px #000;
}

#logo {
/*	width: 686px;
	height: 173px;
	background-image: url(../content/_images/chute_logo.png);
	background-repeat: no-repeat;
	background-position: center; */
	position: absolute;
	margin: -45px 0 0 -343px;
	left: 50%;
/*	text-align: center;
	margin: auto; */
	z-index: 3;
}

#tagline {
	width: 100%;
	height: 10%;
	text-align: center;
	margin: 20px auto 0 auto;
	font-family: 'TrajanProRegular';
	color: #666;
	font-size: 25px;
	letter-spacing: 20px;
	text-transform: uppercase;
	font-weight: normal;
}

#sub_tag {
	width: 100%;
	height: 10%;
	text-align: center;
	margin: 10px auto 0 auto;
	font-family: 'TrajanProRegular';
	color: #666;
	font-size: 14px;
	letter-spacing: 20px;
	text-transform: uppercase;
	font-weight: normal;
}

#divide {
	width: 100%;
	height: 2px;
	border-bottom: solid 2px #000;
	margin: 15px auto 15px auto;
}

#divide_SM {
	width: 100%;
	height: 2px;
	border-bottom: solid 1px #000;
	margin: 15px auto 15px auto;
}

.table_divide {
	width: 100%;
	height: 5px;
	text-align: center;
	margin: auto;
	border-bottom: solid 1px #333;
}


/********************** MASTER STAGE STYLING **********************/ 


/* #stage_contain_MAIN {
		width: 100%;
		min-height: 1500px;
		position: relative;
		margin-bottom: 200px;
	} */
	
	#stage_contain_CENT {
		width: 100%;
	/*	width: 63%; */
	/*	width: 1200px; */
	/*	min-height: 1500px; */
	/* 	background-color: #333; */
	/*	position: absolute;
		margin: 0 0 0 -600px;
		left: 50%; */
		text-align: center;
		margin: auto;
		border-left: solid 1px #000;
		border-right: solid 1px #000;
		display: table;
	}
	
	#column_NAV {
		width: 19%;
		display: table-cell;
		padding: 5px 15px 15px 15px;
		border-right: solid 1px #000;
/*		font-family: 'TrajanProRegular'; */
		font-family: 'TrajanProBold';
		color: #999;
		font-size: 14px;
		letter-spacing: 1px;
		/* text-transform: uppercase; */
		font-weight: normal;
		text-align: left;
		line-height: 20pt;
		vertical-align: top;
	}
	
	#column_NAV a:link {
/*		color: #CD9B9B; rosybrown */
/*		color: #D44942; chili */
/*		color: #CD2626; firebrick */
		/* color: #800000; */
		color: #a10101;
		text-decoration: none;
	}
	
	#column_NAV a:visited {
/*		color: #CD9B9B; rosybrown */
/*		color: #D44942; chili */
/*		color: #CD2626; firebrick */
		/* color: #800000; */
		color: #a10101;
		text-decoration: none;
	}
	
	#column_NAV a:hover {
		color: #999;
		text-decoration: none;
	}
	
	#column_MAIN {
		width: 62%;
		display: table-cell;
		padding: 0 20px 20px 20px;
		text-align: left;
	}
	
	#column_RIGHT {
		width: 19%;
		display: table-cell;
		padding: 5px 15px 15px 15px;
		border-left: solid 1px #000;
		font-family: 'TrajanProRegular';
		color: #999;
		font-size: 14px;
		letter-spacing: 1px;
		/* text-transform: uppercase; */
		font-weight: normal;
		text-align: center;
		margin: auto;
		line-height: 20pt;
		vertical-align: top;
	}



#foot_contain {
	width: 100%;
	height: 350px;
	text-align: center;
	margin: 20px auto 0 auto;
	padding-top: 20px;
	position: relative;
	background-color: #000;
}

#foot_MAIN {
	width: 67%;
/*	width: 1200px; */
	height: 25%;
	font-family: 'TrajanProRegular';
	color: #666;
	font-size: 11px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight: normal;
	text-align: center;
/*	padding-left: 5px; */
	margin: auto;
/*	margin: 0 0 0 -600px;
	left: 50%;
	position: absolute; */
}

#bigbutch {
	text-align: center;
	margin: 0 auto;
}

.box_head {
	margin: 0 0 15px 0;
}

.spec_box {
	margin: 0 0 20px 0;
	color: #666;
}

.spec_sub {
	margin: 0 0 0 0px;
	color: #444;
}

.spec_box a:link {
	color: #444;
	text-decoration: none;
}

.spec_box a:visited {
	color: #444;
	text-decoration: none;
}

.spec_box a:hover {
	color: #bbb;
	text-decoration: none;
}

.table {
	font-family: 'KameronRegular';
	display: table;
	font-size: 14px;
	color: #bbb;
	text-align: center;
	margin: auto;
}

.table_row {
	display: table-row;
}

.table_cell_L {
	display: table-cell;
	width: 275px;
	height: 50px;
	text-align: left;
	margin: auto;
	vertical-align: top;
}

.table_cell_R {
	display: table-cell;
	width: 275px;
	height: 50px;
	text-align: right;
	margin: auto;
	vertical-align: top;
}

.bonus {
	font-size: 14px;
	color: #777;
	font-style: italic;
	margin: 5px 0 5px 0;
}

.blue {
	color: #09F;
}

.green {
	color: #090;
}

.center {
	text-align: center;
	margin: auto;
}

.vert_divide {
	color: #333;
}

#button_submit {
	background-color: #800000;
	border: solid 1px #000;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	font-size: 14px;
	text-align: center;
	margin: auto;
}

#age_verify {
	font-family: 'TrajanProBold';
	color: #8AA37B;
/*	color: #999; */
	font-size: 18px;
	line-height: 22pt;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
	vertical-align: top;
}

.ital {
	font-style: italic;
}