@import url(reset.css);

html, body {
	width:100%;
	height:100%;
	background:#000;
	
	font-family:helvetica, arial, sans-serif;
	font-size:18px;
	line-height:19px;
}

/* UNIVERSAL STUFF */
a {
	color:inherit;
	text-decoration:inherit;
}

small {font-size:75%;}

h1, h2, h3, h4 {margin:0 0 10px;}
	h1 {font-size:40px;}
	h2 {font-size:30px;}
	h3 {font-size:20px;}
	h4 {font-size:12px;}
	
p {
	line-height:inherit;
	margin-bottom:10px;
}

#wrap {position:relative;opacity:1;}

/* HEADER STUFF */
#header {
	width:100%;
	height:115px;
	background:#999 url(../../!img/logoBg.jpg) repeat;
	
	-moz-box-shadow:0 5px 5px #333;
	-webkit-box-shadow:0 5px 5px #333;
	
	padding:10px;
	
	position:fixed;
	z-index:50;
	
	white-space:nowrap;

	font-family:"Arial Black", arial, "Helvetica Neue", helvetica, sans-serif;
	font-weight:bold !important;
}
	/* header */
	#header h1 {
		margin:0;
		
		font-size:80px;
		line-height:60px;
		text-transform:uppercase;
		letter-spacing:-3px;
	}
		/* header image */
		#header h1 img {
			width:150px;
			height:auto;
			
			margin-left:10px;
			
			position:absolute;

		}
	/* NAV STUFF */
	#header ul#nav {
	width:1200px;
		padding:25px 0 0;
		
		text-transform:lowercase;
		text-shadow:1px 1px 1px #CCC;
		font-weight:900;
	}
	
	#header ul#nav .contest {
		color:#bf1f1c;
		text-shadow:0 0 3px #FFF;
	}
		/* each nav item */
		#header ul#nav li {
			float:left;
			border-right:4px solid #555;
			padding:5px 0;
			-webkit-transition: all .25s ease-in-out;
			white-space:nowrap;
		}
			#header ul#nav li:hover {background:rgba(255,255,255,.25);}
			/* each nav item link */
			#header ul#nav li a {
				padding:0 20px;
			}
			/* remove border and padding/margin from last nav item */
			#header ul#nav li:last-child {
				padding-right:0;
				margin-right:0;
				
				border-right:none;
			}

/* BASIC CONTENT STUFF */
#content {
	padding:155px 20px 20px;
	
	color:#000;
	text-shadow:none;
	text-shadow:1px 1px 1px rgb(255,255,255);/* for older browsers */
	text-shadow:1px 1px 1px rgba(255,255,255,.5);
}
