/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}

img, fieldset {
	border: 0;
}

img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block;
}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	background: #000 url(images/bkgd.jpg) center top fixed no-repeat;
	font: 1.1em/150% 'Oswald', Helvetica, sans-serif;
	text-shadow: 5px 3px 3px #000;
	color: #FFFFFF;
}

a {
	color: #00FF00;
	text-decoration: underline;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 10px;
	padding: 0px;
	text-align: left;
	line-height: 2em;
}

ul, ol {
	margin: 1em 0 1.4em 24px;
	padding: 0;
	line-height: 140%;
}

li {
	margin: 0 0 1.5em 0;
	padding: 0;
}

h1, h2, h3 {
	font-family: 'Anton', Impact, sans-serif;
	line-height: 0.5em;
	margin: 1.5em 10px .4em;
	color: #FF0000;
	text-transform: uppercase;
}

h4, h5, h6 {
	font-family: 'Anton', Helvetica, sans-serif;
	line-height: 0.5em;
	margin: 1.5em 10px .4em;
	color: #8A8A8A;
	text-transform: uppercase;
}

h1 {
	font-size: 1.5em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.3em;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1em;
}

h6 {
	font-size: .98em;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
	width: 807px;
	margin: 0 auto;
}

/************************************************************************************
HEADER
*************************************************************************************/
#header {
	position: static;
	min-height:100%;
	margin: 0;
	padding: 0;
}

.logo {
	position: static;
	margin: 0 0 0 1px;
	padding: 0;
	text-align: center;
}

/************************************************************************************
NAV
*************************************************************************************/
#nav {
	width: 100%;
	margin: 5px 0;
	padding: 0;
	text-align:center;
	font-family: 'Anton', Impact, sans-serif;
}

#nav li {
	position: relative;
	padding: 0 .5em;
	text-transform: uppercase;
	font-size: 1.3em;
	clear: both;
}

#nav ul, #nav li {
		display: inline;
		float: none;
	}
		
#nav a {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
	}
	
#nav a:hover {
	text-decoration: underline;
}
/************************************************************************************
SMALL NAV
*************************************************************************************/
#smlnav {
	width: 100%;
	margin: 5px 0;
	padding: 0;
	text-align:center;
	font-family: 'Anton', Impact, sans-serif;
}

#smlnav li {
	position: relative;
	padding: 0 .5em;
	text-transform: uppercase;
	font-size: 1em;
	clear: both;
}

#smlnav ul, #smlnav li {
		display: inline;
		float: none;
	}
		
#smlnav a {
	color: #FFFFFF;
	text-decoration: none;
	outline: none;
	}
	
#smlnav a:hover {
	text-decoration: underline;
}
/************************************************************************************
CONTENT
*************************************************************************************/
#content {
	background-color: #000000;
	width: auto;
	position:relative;
	padding: .5em;
	margin: 0;
}

.line{
	height: 1px;
	background-color: #000000;
	border-bottom: 1px solid #191919;
	margin: 1em 0;
	overflow: hidden;
}
.video embed,.video object,.video iframe {
		margin: 2em;
	}
/************************************************************************************
COLUMN LAYOUTS
*************************************************************************************/
.one_half {
	width:48%;
}
	
.one_third {
	width:30.66%;
}
	
.two_third {
	width:65.33%;
}
	
.one_fourth {
	width:22%;
}
	
.three_fourth {
	width:74%;
}
	
.one_fifth {
	width:16.8%;
}
	
.two_fifth {
	width:37.6%;
}
	
.three_fifth {
	width:58.4%;
}
	
.four_fifth {
	width:79.2%;
}
	
.one_sixth {
	width:13.33%;
}
	
.five_sixth {
	width:82.67%;
}
	
.custom_column {
	position:relative;
	margin:0;
	float:left;
}

.one_half,.one_third,.two_third,.three_fourth,.one_fourth,.one_fifth,.two_fifth,.three_fifth,.four_fifth,.one_sixth,.five_sixth {
	position:relative;
	margin-right:4%;
	float:left;
	min-height:1px;
	margin:0;
}
	
.last {
	margin-right:0!important;
	clear:right;
}
/************************************************************************************
FOOTER
*************************************************************************************/
#footer {
	clear: both;
	position: relative;
	min-height:100%;
	position:relative;
	color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.6em;
	text-align: center;
	line-height: 115%;
	background: transparent;
	margin-top: 50px;
}

#footer a {
	color: #fff;
}

#footer p {
	margin: 5px;
	padding: 0;
	text-align:center;
}

footer a.up{
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
  	
/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
