/* -------------------------------------------------------------- 
  
   Copyright Max Morev, 2007-2009
   Developed by Andrey Okonechnikov. http://okonet.ru
   
-------------------------------------------------------------- */

/* =Reset Styles - Thank you Eric Meyer (http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/) */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	color: black;
	font: 0.6251em/1 "HelveticaNeue-Light", Helvetica, Arial, sans-serif;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: center;
	vertical-align: middle;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* -------------------------------------------------------------- 
  
   global.css
   * Site-specific CSS.
   
-------------------------------------------------------------- */

html,
body {
	color: #666;
	background: rgb(20,20,20);
}
body {
	color: #222; 
	font: 80%/1.5 Georgia,"Times New Roman",Times,serif;
}
body * {
	color: #888;
}
h1 {
	color: #999;
	font: normal 3em/1.35em "Helvetica Neue", Arial, Helvetica, sans-serif;
}
h2, h3, h4 {
	margin: 1em 0 .5em;
	font: bold 1.75em/1 "Helvetica Neue", Arial, Helvetica, sans-serif;
	line-height: 1;
	color: #999;
	text-transform: uppercase;
}

a.fn {
	color: #FFF;
	text-decoration: none!important;
}
	a.fn:hover {
		color: #FFF!important;
	}

a:link { color: #CCC; }	
a:hover { color: #FFF!important; }

p {
	margin: 0 0 1em;
}

#about {
	position: fixed;
	left: 430px;
	top: 3%;
	margin: 0;
	padding-right: 10px;
	
	width: 300px;
	z-index: 1;
}
	
	#about h1 {
		position: fixed;
		margin-left: 20px;
		font-size: 48px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: -2px;
	}
	#about h3 {
		position: fixed;
		margin-left: 75px;
		margin-top: 40px;
		font-size: 28px;
		font-weight: bold;
		text-transform: uppercase;
		letter-spacing: -2px;
		color: #FFF;
	}

	
	
		
	#about h2 {
		margin: 90px 0 0 23px;
		font-size: 146px;
		font-weight: bold;
		letter-spacing: -15px;
		color: #999;
	}

#locate {
	position: fixed;
	left: 430px;
	top: 37%;
	margin: 0;
	padding-right: 10px;	
	width: 300px;
	z-index: 2;
}


	#locate p {
		margin-left: -110px;
		font: normal 3em/1.35em "Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 15px;
		color: #FFF;
	}

#lineup {
	position: fixed;
	left:500px;
	top: 15%;
	margin: 0;
	padding-right: 10px;	
	width: 300px;
	
}

#amusic {
	position: fixed;
	left: 60%;
	top: 5%;
	margin: 0;
	padding-right: 10px;	
	width: 500px;
	color: #FFF;
	
}
	
#marsh {
	position: fixed;
	left: 10%;
	top: 60%;
	margin: 0;
	padding-right: 10px;	
	width: 500px;
	color: #FFF;
	
}
	
	