
/* =========== layout =========== */


/* basic html elements */
body {
	background-color:black;
	padding: 0;
	margin: 0;
	text-align: center;
	font-family:verdana;
}
a {
	color: #adc9fb;
	font-weight: bold;
}
a:hover {
	color: #fba9c5;
}
img {
	border:0;
}
#container {
	width: 780px;
	padding: 0px;
	text-align: left;
	padding: 120px 0px 0px 0px;
	vertical-align:top;
}
#banner  {
	position:absolute;
	top:0;
	width:780px;
	height:98px;
	font-family:verdana;
	font-size: 190%;
	padding: 0px 0px 0px 0px;
	background: #9a205e url(/shared/spotlight/banner_welcome.jpg) right top no-repeat;
	z-index:0;
	
}

#banner .photo{
	display: none;

}
#banner .band{
	padding: 25px 0px 0px 25px;
}
#navigation{
	position:relative;
	align:left;
	top:-30px;
	width: 138px;
	height:600px;
	padding: 45px 0px 0px 0px;
	background: url(/shared/spotlight/nav-ul-bg2.jpg) left top no-repeat;
	margin-left:0;
}
#navigation ul {
	position:relative;
	left:-50px;
}
#navigation li {
	height:15px;
	padding: 5px 0 0px 0px;
	margin: 0 0 0 20px;
	list-style: none;
	font-family:verdana;
	font-size:12px;
}
#navigation li a {
	text-decoration: none;
	white-space: no-wrap;
	padding: 0px 0px 0px 30px;
	color:#ffffff;
}
#navigation li a:hover {
	background: url(/shared/spotlight/nav-bg-hover.gif) 20px 3px no-repeat;
}
.home #navhome, .index #navindex, .music #navmusic, .contact #navcontact,   .press #navpress, .news #navnews, .photos #navphotos, .guestbook #navguestbook,  .links #navlinks, .calendar #navcalendar, .bio #navbio, .products #navproducts {
	text-transform: uppercase;
	padding: 0px 0px 0px 35px;
}
#content {
	position:absolute;
	top:50px;
	color:#ffffff;
	width: 460px;
	margin: 10px 0 0 150px;
	margin-top: 50px;
}
#content h1 {
	color:#adc9fb;
}
#content h2 {
	color:#adc9fb;
}
#emailsignup {
	white-space: nowrap;	
	position: absolute;
	top:38px;
	margin: 35px 0 0 519px;
	color:#ffffff;
	font-family:arial;
	background-color:#000000;
	z-index:1;
}
#emailsignup input {
	white-space: nowrap;	
	background-color:#000000;
	color:#ffffff;
}

#postForm{
	width:260px;
	/*
        background-color:#9a205e;
        */
	padding:10px;
}

#postForm form {
        padding: 25px 20px;
}
#postForm input, #postForm textarea {
        display: block;
        width: 360px;
        margin-bottom: 10px;
}
#postForm input[type="text"] {
        height: 15px;
}
#postForm textarea {
        height: 100px;
}
#postForm input[type="submit"] {
        width: 200px;
        margin: 0 auto; 
}   

.contact #banner {
	background-image: url(/shared/spotlight/banner_contact.jpg);
}
.calendar #banner {
	background-image: url(/shared/spotlight/banner_calendar.jpg);
}
.guestbook #banner {
	background-image: url(/shared/spotlight/banner_guestbook.jpg);
}
.home #banner, .index #banner, .list #banner {
	background-image: url(/shared/spotlight/banner_welcome.jpg);
}
.links #banner {
	background-image: url(/shared/spotlight/banner_links.jpg);
}
.music #banner {
	background-image: url(/shared/spotlight/banner_music.jpg);
}
.news #banner {
	background-image: url(/shared/spotlight/banner_news.jpg);
}
.photos #banner {
	background-image: url(/shared/spotlight/banner_photos.jpg);
}
.press #banner {
	background-image: url(/shared/spotlight/banner_press.jpg);
}
.bio #banner {
	background-image: url(/shared/spotlight/banner_bio.jpg);
}
.products #banner {
	background-image: url(/shared/spotlight/banner_store.jpg);
}
#footer{
	color:white;
	font-family:arial;
	font-size:12px;
	color:#ba53f8;
	padding: 0px 0px 0px 10px;
	text-align:left;
}
#accessibility{
	display:none;
}
#content li {
	list-style: none;
}
#content li a {
	padding: 0px 0px 0px 15px;
	list-style: none;
	text-decoration: none;
	white-space: nowrap;
	color:#ffffff;
}
#content li a:hover {
	background: url(/shared/spotlight/sidelight.gif) 10px 0px no-repeat;
	background-position: left;
}
#content ul{
margin: 0px 0px 0px 0px;
padding: 5px 0px 10px 0px;
}

.details li{
margin: 0px 0px 0px 0px;
padding: 15px 0px 0px 10px;
}

#splashimage { text-align: center; margin: 100px auto; }
#splashimage a img { border: 0; }



