/*---------------------------------------------*/	
/*                  All Pages                  */
/*---------------------------------------------*/

body {
	padding: 0;
	margin: 0;
	background: black url(graphics/bg_upper_left.gif) no-repeat left top;
	color: orange;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	}
	
a {
	color: blue;
	}
	
td {
	vertical-align: top;
	}

.labels {
	width: 150px;
	text-align: right;
	padding-right: 5px;
	}
	
#wrapper {
	position: relative;
	margin-top: 25px;
	z-index: 99;
	width: 100%;
	}
	
#masthead {
	padding: 0 0 10px 450px;
	text-align: right;
	border: solid 1px transparent;
	}
	
#title {
	margin-top: 15px;
	padding-right: 75px;
	}
	
#title img {
	border: none;
	}
	
#tagline {
	padding-right: 255px;
	padding-left: 135px;
	margin-top: -30px;
	color: #f6a406;
	font-family: Verdana, Helvetica, Sans-Serif;
	font-size: 10px;
	white-space: nowrap;
	}

#bottom {
	clear: both;
	text-align: left;
	height: 200px;
	font-size: 12px;
	vertical-align: middle;
	}
	
#bottom img {
	float: right;
	}
	
.copyright {
	margin-top: 100px;
	float: left;
	margin-left: 150px;
	font-size: 10px;
	}
	
.copyright a {
	color: yellow;
	text-decoration: none;
	}
	
.copyright a:hover {
	color: orange;
	}
	
/*---------------------------------------------*/	
/*                  Main Page                  */
/*---------------------------------------------*/
	
#news {
	padding-left: 300px;
	}
	
#news a {
	display: block; width: 138px; height: 64px;
	overflow: hidden;
	background: url(graphics/news.gif) no-repeat left top;
	}
	 
#news a:hover {
	background-position: -138px;
	}
	
#forum {
	padding-left: 500px;
	}
	
#forum a {
	display: block;
	width: 150px;
	height: 64px;
	overflow: hidden;
	background: url(graphics/forum.gif) no-repeat left top;
	}
	
#forum a:hover {
	background-position: -150px;
	}

#band {
	padding-left: 150px;
	}
	
#band a {
	display: block;
	width: 200px;
	height: 64px;
	overflow: hidden;
	background: url(graphics/band.gif) no-repeat left top;
	}
	
#band a:hover {
	background-position: -200px;
	}
	
#shows {
	padding-left: 650px;
	}
	
#shows a {
	display: block;
	width: 292px;
	height: 50px;
	overflow: hidden;
	background: url(graphics/shows.gif) no-repeat left top;
	}
	
#shows a:hover {
	background-position: -292px;
	}
	
#music {
	padding-left: 450px;
	}
	
#music a {
	display: block;
	width: 103px;
	height: 75px;
	overflow: hidden;
	background: url(graphics/music.gif) no-repeat left top;
	}
	
#music a:hover {
	background-position: -103px;
	}

/*---------------------------------------------*/	
/*                Other Pages                  */
/*---------------------------------------------*/

/*------------------- News --------------------*/

#_news .contentWrapper {
	margin: 25px 50px 25px 150px;
	}
	
.date {
	color: yellow;
	font-style: italic;
	}
	
#_news a {
	color: yellow;
	text-decoration: none;
	}
	
#_news a:hover {
	color: orange;
	}
	
#_news a:visited {
	color: yellow;
	}
	
/*------------------- Music -------------------*/

#_music .contentWrapper {
	margin: 25px 50px 25px 100px;
	}

#musicTitle {
	width: 80%;
	text-align: center;
	margin-bottom: 25px;
	}
	
.musicLinksTable {
	margin-left: 150px;
	}
	
.musicLinksTD {
	width: 175px;
	text-align: justify;
	padding-left: 30px;
	padding-right: 30px;
	vertical-align: top;
	}
	
#songs a {
	display: block;
	height: 85px;
	width: 98px;
	margin: auto;
	overflow: hidden;
	background: url(graphics/songs.gif) no-repeat left top;
	}
	
#songs a:hover {
	background-position: -98px;
	}

#lyrics a {
	display: block;
	height: 85px;
	width: 107px;
	margin: auto;
	overflow: hidden;
	background: url(graphics/lyrics.gif) no-repeat left top;
	}
	
#lyrics a:hover {
	background-position: -107px;
	}
	
#discography a {
	display: block;
	height: 85px;
	width: 180px;
	margin: auto;
	overflow: hidden;
	background: url(graphics/discography.gif) no-repeat left top;
	}
	
#discography a:hover {
	background-position: -180px;
	}

#listen a {
	display: block;
	height: 85px;
	width: 106px;
	margin: auto;
	overflow: hidden;
	background: url(graphics/listen.gif) no-repeat left top;
	}
	
#listen a:hover {
	background-position: -106px;
	}	
	
#uplinks {
	text-align: center;
	width: 125px;
	padding-top: 175px;
	padding-right: 50px;
	vertical-align: top;
	}

#uplinks a {
	font-size: 10px;
	color: yellow;
	text-decoration: none;
	}
	
#uplinks a:hover {
	color: orange;
	}
	
#uplinks .currentPage {
	font-size: 10px;
	}
	
/*------------------- Songs -------------------*/

#_songs .contentWrapper {
	margin: 25px 50px 25px 0;
	}

.division {
	padding-top: 20px;
	}
	
#_songs h2{
	padding: 10px 0 5px 0;
	}
	
#_songs h3 {
	padding: 0 0 5px 0;
	margin: 0;
	}
	
#songsTable {
	border-collapse: collapse;
	}
	
#songsTable td {
	vertical-align: top;
	padding-right: 10px;
	}
	
#songsTable .heading {
	border-bottom: solid 1px orange;
	}
	
/*---------------- Discography ----------------*/

#discTable img {
	float: left;
	margin-right: 15px;
	}
	
#discTable p {
	padding: none;
	margin: none;
	}
	
#discTable a {
	color: orange;
	text-decoration: none;
	}
	
#discTable a:hover {
	color: yellow;
	}

#linksTable a {
	color: orange;
	text-decoration: none;
	}
	
#linksTable a:hover {
	color: yellow;
	}
	
#lyricsTable blockquote {
	color: yellow;
	font-style: italic;
	}

/*------------------ Listen ------------------*/

#_listen .fileLink a {
	color: yellow;
	text-decoration: none;
	}

#_listen .filelink a:hover {
	color: orange;
	}
	
/*------------------- Band --------------------*/

.gallery {
	width: 80%;
	margin: auto;
	}
	
.gallery td {
	vertical-align: middle;
	text-align: center;
	}
	
.galleryNotes {
	width: 650px;
	margin-left: 10%;
	}
	
.galleryNotes td {
	text-align: left;
	vertical-align: middle;
	padding-top: 25px;
	}
	
#photoAlbum a {
	display: block;
	width: 184px;
	height: 100px;
	overflow: hidden;
	background: url(graphics/photoalbum.gif) no-repeat left top;
	}
	
#photoAlbum a:hover {
	background-position: -184px;
	}
	
/*------------------- Shows -------------------*/

#_shows .contentWrapper {
	margin: 25px 50px 25px 150px;
	}
	
#pastshowstitle {
	padding-top: 25px;
	}
	
#_shows .show {
	padding-top: 15px;
	}