body {
	background: #fff url('../images/background_withfade.jpg') no-repeat top center;
}


/* Links */

a { color: white; }
a:hover { color: #DB0048; }


#content {
	width: 660px;
	margin: 0 auto;
	padding: 90px 0 0 0;
	font-family: "helvetica neue", helvetica, arial, sans-serif;
}

	#header h1 {
		width: 496px;
		height: 129px;
		background: url('../images/header2.png') no-repeat;
		font-size: 60pt;
		color: #DB0048;
		text-indent: -2000px;
	}
	
	h2 {
		margin-bottom: 20px;
		color: #00C0FF;
	}
	
		#news h2 {
			width: 47px;
			height: 22px;
			background: url('../images/news_header.png') no-repeat;
			text-indent: -2000px;
		}
		
		#upcoming h2 {
			width: 132px;
			height: 30px;
			background: url('../images/shows_header.png') no-repeat;
			text-indent: -2000px;
		}
		
		#album h2 {
			width: 122px;
			height: 34px;
			background: url('../images/album_header.png') no-repeat;
			text-indent: -2000px;
		}
		
		.contact h2 {
			width: 65px;
			height: 16px;
			background: url('../images/contact_header.png') no-repeat;
			text-indent: -2000px;
		}
		
		
		.biography h2 {
			width: 82px;
			height: 32px;
			background: url('../images/biography_header.png') no-repeat;
			text-indent: -2000px;
		}
		
		.discography h2 {
			width: 102px;
			height: 32px;
			background: url('../images/discography_header.png') no-repeat;
			text-indent: -2000px;
		}
		
		.media h2 {
			width: 82px;
			height: 32px;
			background: url('../images/media_header.png') no-repeat;
			text-indent: -2000px;
		}
		
		.shows h2 {
			width: 65px;
			height: 30px;
			background: url('../images/shows_sub_header.png') no-repeat;
			text-indent: -2000px;
		}
		
		.letters h2 {
			width: 102px;
			height: 35px;
			background: url('../images/letters_sub_header.png') no-repeat;
			text-indent: -2000px;
		}
	
	h3 {
		font-size: 11pt;
		line-height: 1.2em;
	}
	
	p, li {
		font-size: 10pt;
		line-height: 1.5em;
	}
	
	#container {
		width: 710px;
		margin-top: 50px;
	}
	
		#container #column-left {
			width: 410px;
			float: left;
		}
		
		#container #column-right {
			width: 290px;
			float: right;
		}
	
		.box {
			background: #3C5B5A;
			color: white;
			margin-bottom: 20px;
			padding: 25px;
		}
		
		
			#news .news-item {
				margin-bottom: 20px;
			}
			
				.news-item p.date {
					margin-bottom: 5px;
					font-size: 9pt;
					color: #e1e1e1;
				}
		
		#album.box {
			padding-bottom: 0px;
		}
		
		#album #album-detail {
		}
		
			#album #album-detail .coverart {
				float: left;
				width: 100px;
			}
			
			#album #album-detail .details {
				float: right;
			}
	
		#container #navigation {
			padding: 5px 25px;
		}
		
			#container #navigation ul {
				margin-left: 20px;
			}
		
			#container #navigation ul li {
				display: inline;
			}
			
				#container #navigation ul li a {
					padding: 0 3px;
					color: white;
					text-decoration: none;
				}
				
					#container #navigation ul li a:hover {
						color: #00C0FF;
					}
					
		#main {
			line-height: 1.5em;
		}
		
			#main p {
				margin: 20px 0;
			}
				

table {
	font-size: 10pt;
}

	table tr td {
		padding-right: 10px;
	}
	
	
/* Biography Page */

#band_pictures img {
	cursor: pointer;
}

#biographies {
	margin-top: 30px;
}

	#biographies .bio {
		clear: both;
	}
		
		#biographies .bio .picture {
			width: 250px;
			float: left;
		}
		
		#biographies .bio .info {
			float: right;
			width: 390px;
			margin-bottom: 40px;
		}
		
			#biographies .bio .info p {
				margin: 0;
				padding: 0;
				margin-top: 10px;
			}
			
				#biographies .bio .info p.roles {
					margin-top: 0px;
					font-size: 9pt;
					color: #eee;
				}
				

/* Shows Page */

.shows {}

	.shows .show {
		margin-bottom: 20px;
		line-height: 1.2em;
	}
	
		.shows .show .info {
			font-size: 10pt;
		}
		
/* Discography Page */

.discography {}

	.discography .disc {
		margin-bottom: 50px;
		font-size: 10pt;
	}
	
		.discography .disc img {
			width: 100px;
			height: 100px;
			float: left;
			margin-right: 10px;
			margin-bottom: 10px;
		}
		
		#main .disc p {
			margin: 0;
			padding: 0;
		}
		
		.discography .disc h4 {
			margin-top: 15px;
			clear: left;
		}
		
		.discography .disc ol {
			list-style-type: decimal;
			margin-top: 5px;
			margin-left: 25px;
		}
		
/* Media Page */

.media {}

	.media ul.media-nav {
		margin-bottom: 20px;
	}
	
		.media ul.media-nav li {
			display: inline;
		}
		
		
			.media ul.media-nav li a {
				text-decoration: none;
				line-height: 2em;
				padding: 5px;
				background-color: #00C0FF;
			}
			
			.media ul.media-nav li a:hover {
				background-color: #fff;
				color: #00C0FF;
			}
	
		.media ul.media-nav li.selected {}
		
			.media ul.media-nav li.selected a {}
			
				.media ul.media-nav li.selected a.hover {}
				
	.media h3 {
		margin-bottom: 10px;
	}
					
	
	
	