/*  
Author: Alex Berger
*/



/*
 * TYPOGRAPHY & COLORS
 */
 
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Helvetica, Arial, Sans-Serif;
	background: #000000 url(images/home_background.jpg) no-repeat top center;
	color: #333;
	text-align: center;
}


h1 {
	display: none;
}

strong.fon {
	font-weight: bold;
}

p.quote {
	font-style: italic;
}

p.placeholder {
	margin-top: 60px;
	font-size: 2.5em;
	font-style: italic;
	font-weight: bold;
	text-align: center;
}

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

span.hide {
	visibility: hidden;
}

/*
 * LAYOUT
 */

body {
	margin: 0;
	padding: 0; 
}

#wrapper {
}

ul#main_nav {
	position: relative;
	top: 42px;
	z-index: 1;
	width: 460px;
	height: 160px;
	margin: 0 auto;
	list-style-type: none;
	padding: 0;
	text-align: left;
}

ul#main_nav li {
	position: absolute;
	text-align: left;
}

li#home {
	left: -30px;
	top: -2px;
	width: 137px;
	height: 63px;
	text-align: left;
}

li#about {
	left: 129px;
	top: 8px;
	width: 152px;
	height: 58px;
	text-align: left;
}

li#donate {
	left: 306px;
	top: 14px;
	width: 180px;
	height: 63px;
	text-align: left;
}

li#contact {
	left: 16px;
	top: 72px;
	width: 204px;
	height: 63px;
	text-align: left;
}

li#shows {
	left: 247px;
	top: 84px;
	width: 175px;
	height: 59px;
	text-align: left;
}

li#songs {
	left: -33px;
	top: 154px;
	width: 495px;
	height: 627px;
	text-align: left;
}

li#songs a {
	background: transparent url(images/songs.jpg) no-repeat;
	width: 495px;
	height: 627px;
}

li#songs a:hover {
	background-position: 0 -627px;
}

li#andromache {
	left: -68px;
	top: 150px;
	width: 524px;
	height: 652px;
	text-align: left;
}

li#hac {
	left: -193px;
	top: 159px;
	width: 648px;
	height: 159px;
	text-align: left;
}

li#soundoff {
	left: -99px;
	top: 332px;
	width: 606px;
	height: 159px;
	text-align: left;
}

li#company {
	left: -94px;
	top: 505px;
	width: 596px;
	height: 154px;
	text-align: left;
}

#main_nav li a {
	display: block;
	border: none;
}


li#home a {
	background: transparent url(images/home_dual.jpg) no-repeat;
	width: 137px;
	height: 63px;
}


li#home a:hover {
	background-position: 0 -63px;
}

li#about a {
	background: transparent url(images/about_dual.jpg) no-repeat;
	width: 152px;
	height: 58px;
}


li#about a:hover {
	background-position: 0 -58px;
}

li#contact a {
	background: transparent url(images/contact_dual.jpg) no-repeat;
	width: 204px;
	height: 63px;
}


li#contact a:hover {
	background-position: 0 -63px;
}

li#donate a {
	background: transparent url(images/donate_dual.jpg) no-repeat;
	width: 180px;
	height: 63px;
}


li#donate a:hover {
	background-position: 0 -63px;
}

li#shows a {
	background: transparent url(images/shows_dual.jpg) no-repeat;
	width: 175px;
	height: 59px;
}


li#shows a:hover {
	background-position: 0 -59px;
}

li#andromache a {
	background: transparent url(images/andro_dual.jpg) no-repeat;
	width: 524px;
	height: 652px;
}

li#andromache a:hover {
	background-position: 0 -652px;
}

li#hac a {
	background: transparent url(images/hac_dual.jpg) no-repeat;
	width: 648px;
	height: 159px;
}


li#hac a:hover {
	background-position: 0 -159px;
}

li#soundoff a {
	background: transparent url(images/soundoff_dual.jpg) no-repeat;
	width: 606px;
	height: 159px;
}


li#soundoff a:hover {
	background-position: 0 -159px;
}

li#company a {
	background: transparent url(images/company_dual.jpg) no-repeat;
	width: 596px;
	height: 154px;
}


li#company a:hover {
	background-position: 0 -154px;
}

