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

body {
	margin: 0 auto;
	background: #412508;
	font-family: sans-serif;
}


#container {
	margin: 0 auto;
	background: url(../images/background.png) no-repeat;
	width: 914px;
	height: 918px;
}


/* ----------------------- nav ----------------------- */

#nav {
	position: absolute;
	top: 160px;
	left: 430px;
	width: 800px;
	height: 22px;
}

#nav ul {
	margin:0;
 	padding:0;
	color: #fff;
	list-style: none;
}

#nav li {
	float: left;
	margin: 0;
	padding: 0;
}


#nav a#news_a {
  display: block;
  width: 60px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/news.png) no-repeat 0px 0px;
}

#nav a#news_a:hover {
  background-position: 0px -22px;
}

#nav a#bio_a {
  display: block;
  width: 50px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/bio.png) no-repeat 0px 0px;
}

#nav a#bio_a:hover {
  background-position: 0px -22px;
}


#nav a#events_a {
  display: block;
  width: 70px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/events.png) no-repeat 0px 0px;
}

#nav a#events_a:hover {
  background-position: 0px -22px;
}

#nav a#photos_a {
  display: block;
  width: 70px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/photos.png) no-repeat 0px 0px;
}

#nav a#photos_a:hover {
  background-position: 0px -22px;
}

#nav a#videos_a {
  display: block;
  width: 60px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/videos.png) no-repeat 0px 0px;
}

#nav a#videos_a:hover {
  background-position: 0px -22px;
}

#nav a#purchase_a {
  display: block;
  width: 80px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/purchase.png) no-repeat 0px 0px;
}

#nav a#purchase_a:hover {
  background-position: 0px -22px;
}

#nav a#donate_a {
  display: block;
  width: 60px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/donate.png) no-repeat 0px 0px;
}

#nav a#donate_a:hover {
  background-position: 0px -22px;
}

#nav a#vote_a {
  display: block;
  width: 50px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/vote.png) no-repeat 0px 0px;
}

#nav a#vote_a:hover {
  background-position: 0px -22px;
}

#nav a#connect_a {
  display: block;
  width: 80px;
  height: 22px;
  text-indent: -9999px;
  background: url(../images/connect.png) no-repeat 0px 0px;
}

#nav a#connect_a:hover {
  background-position: 0px -22px;
}


/* ----------------------- COLUMN ----------------------- */

/*#music {
	position: absolute;
	top: 100px;
	left: 455px;
	width: 450px;
	min-height: 75px;
	background: #ffffff url(../images/music_bkg.gif) no-repeat; 	
}
*/
#content {
	position: absolute;
	top: 200px;
	left: 450px;
	width: 445px;
	padding: 0;
	margin: 0 auto;
	height: 580px;
	border: none;
	overflow: auto;
	font-family: sans-serif;
}

#text {
	position: relative;
	width:438px;
	margin: 0;
	padding: 0;
	text-align: left;
	color: #fff;
}

#flashcontent {
	position: absolute;
	top: 20px;
	left: 100px;
	margin: 0;
	width: 245px;
	height: 50px;
}
#new {
/*	position: absolute;
	top: 12px;
	left: 560px;
	margin: 0;
	width: 182px;
	height: 90px;
	z-index: 1000;
*/	/*border: 1px solid #FF0000;*/
}
#countdown {
	position: absolute;
	top: 60px;
	left: 550px;
	margin: 0;
	width: 300px;
	height: 85px;
}
#footer {
	position: relative;
	color: #666666;
	font-size: 11px;
	margin: 0 auto;
	padding-bottom: 0px;
}

#bottom {
	position: relative;
}
/* ----------------------- END COLUMN ----------------------- */

.section {
	padding: 0px;
	display: none;
}

/* ----------------------- Photos ----------------------- */

#gallery {
position: absolute;
background:url(../images/pics.png) no-repeat;
	top: 90px;
	left: 0px;
	width: 420px;
	height: 400px;
}

/*
#gallery a#photo1_a {
  display: block;
  width: 240px;
  height: 166px;
  text-indent: -9999px;
  background:url(../images/photo1.jpg) no-repeat 0px 0px;
}

#gallery a#photo1_a:hover {
	background-position: 0px -166px;
}*/

/* ----------------------- Videos ----------------------- */

#videos {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 420px;
	height: 450px;
}


/* ----------------------- popup box ----------------------- */

.onClick { 
	cursor:pointer;
	color:#CCCCCC;
	size:1em;
}

.onClick:hover {
	text-decoration:underline;

}


#newsContent {
	top:0; 
	left:25; 
	border:none; 
	color:#000000; 
	font-family:Arial, Helvetica, sans-serif;
}

#newsContent a {
	color:#996600
}

.newsStyle1 {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}

/* -------------------------- Sub Nav ----------------------- */


#socialNav {
	position: absolute;
	top: 390px;
	left: 0px;
	width: 210px;
	height: 100%;
}

#socialNav ul {
	margin:0;
 	padding:0;
	color: #fff;
	list-style: none;
}

#socialNav li {
	float: left;
	margin: 0;
	padding: 0;
}


#socialNav a#facebook_a {
  display: block;
  width: 210px;
  height: 55px;
  text-indent: -9999px;
  background:url(../images/facebook_full.png) no-repeat 0px 0px;
}

#socialNav a#facebook_a:hover {
  background-position: 0 -56px;
}

#socialNav a#bebo_a {
  display: block;
  width: 210px;
  height: 105px;
  text-indent: -9999px;
  background:url(../images/bebo_full.png) no-repeat 0px 0px;
}

#socialNav a#bebo_a:hover {
  background-position: 0 -130px;
}

#socialNav a#myspace_a {
  display: block;
  width: 400px;
  height: 120px;
  text-indent: -9999px;
  background:url(../images/myspace_full.png) no-repeat 0px 0px;
}

#socialNav a#myspace_a:hover {
  background-position: 0 -122px;
}

#socialNav a#sonicbids_a {
  display: block;
  width: 400px;
  height: 120px;
  text-indent: -9999px;
  background:url(../images/sonicbids_full.png) no-repeat 0px 0px;
}

#socialNav a#sonicbids_a:hover {
  background-position: 0 -115px;
}

#socialNav a#reverb_a {
  display: block;
  width: 400px;
  height: 120px;
  text-indent: -9999px;
  background:url(../images/reverb_full.png) no-repeat 0px 0px;
}

#socialNav a#reverb_a:hover {
  background-position: 0 -124px;
}

/* -------------------------- Donate Page ----------------------- */

#list {
	border:none; 
	color:#000000; 
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	list-style-type:none;
}

#howDonate {
	background:url(../images/howDonate.png) no-repeat 0px 0px;
}

/* -------------------------- Heavenfest Promo ----------------------- */

#hf_2011 {
	background-repeat:none;
	width:400px;
	height:600px;
	top:0;
}
