html, body {
	height: 100%;
}

body {
	color: #cecece;
	font: 12px/1.454545 Helvetica,Arial,sans-serif;
	background: #474644 url(/images/pbs_bg1.jpg) repeat-x -178px top;
	background-attachment: fixed;
	margin: 0;
	padding: 0;
}
	#wrapper {
		min-height: 100%;
		width: 436px; /* from 450 */
		background: #000;
		margin: 0px auto;
		padding: 0px 0px 0px 14px;
	}
/*
	#mainwrapper1 {
	}
		#mainwrapper2 {
			min-height: 100%;
			width: 440px;
			background: #000;
			margin: 0px auto;
			padding-left: 18px;
		}
*/
			#main {
				width: 440px;
				padding: 34px 0px 0px 0px;
			}

/* GENERAL LINKS */
a:link,
a:visited,
a:active {
	color: #436998;
	text-decoration: none;
}
	a:hover {
		color: #5d90d0;
	}

/* Float Clearing */
.clear { zoom: 1; }
.clear:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

/* CONTENT STYLING */
#content {
	display: block;
	clear: both;
}

#content_body {
	width: 413px;
	padding: 0px 4px 15px 3px;
	clear: both;
}

#content p {
	padding: 0px 0px 12px 0px;
	margin: 0;
}

h1 {
	display: inline;
	float: right;
	width: 320px;
	height: 38px;
	text-indent: -9999px;
	background: url(/images/logo4.gif) 0 0 no-repeat;
	margin: 0px 64px 0px 0px;
}

h1 a {
	display: block;
	width: 329px;
	height: 38px;
	text-indent: -9999px;
}

#content h2 {
	font-size: 12px;
	margin: 0;
	padding-top: 25px;
	color: #5d90d0; /* cecece */
}

/* NAVIGATION */
#navigation ul {
	float: left;
	margin: 8px 0px 4px 0px;
	padding: 2px 3px 1px 45px;
	text-align: center;
	font: 12px/1.1 Helvetica,Arial,sans-serif;
	width: 372px; /* 417 */
	border-top: 1px solid #172434;
	border-bottom: 1px solid #172434;
}
	#navigation ul li {
		float: left;
		width: 50px;
		padding: 0px 0px 2px 0px;
		margin-right: 46px;
		color: #5d90d0;
	}
	#navigation ul li#nav4,
	#navigation ul li#nav4_active {
		margin-right: 0px;
	}
		#navigation ul li a {
			display: inline;
			padding: 1px 5px 1px 5px;
			text-decoration: none;
		}
		#navigation ul li a:hover {
		}

/* FOOTER */
#footer {
	position: relative;
	bottom: 0px;
	clear: both;
	width: 420px;
	border-top: 1px solid #172434;
	padding-top: 8px;
	margin-top: 10px;
	background-color: #000;
}
	#footer p {
		clear: left;
		color: #0a0a0a;
		text-align: center;
	}
	#footer h3 {
		display: none;
	}

#networking {
	clear: both;
	width: 400px;
	padding: 0px 0px 50px 20px;
	margin: 0px 0px 20px 0px;
	list-style: none;
	font: normal 11px/1 arial, sans-serif;
}
	#networking li {
		float: left;
		display: block;
		width: 90px;
		margin: 0px 10px 2px 0px;
		padding: 0;
		line-height: 1;
		zoom: 1;
	}
	#networking a {
		text-decoration: none;
		display: block;
		background: transparent url(/images/icons/networking.png) 0 0 no-repeat;
		padding: 6px 0 3px 32px;
		border: 1px solid black;
		height: 15px;
	}
	#networking li.last { margin-right: 0px; }
		#networking li.facebook a:hover { background-image: url(/images/icons/networking.png); background-position: 0 -24px; }
		#networking li.twitter a { background-image: url(/images/icons/networking.png); background-position:  0 -48px; }
		#networking li.twitter a:hover { background-image: url(/images/icons/networking.png); background-position:  0 -72px; }
		#networking li.myspace a { background-image: url(/images/icons/networking.png); background-position:  0 -96px; }
		#networking li.myspace a:hover { background-image: url(/images/icons/networking.png); background-position:  0 -120px; }
		#networking li.lastfm a { background-image: url(/images/icons/networking.png); background-position:  0 -144px; }
		#networking li.lastfm a:hover { background-image: url(/images/icons/networking.png); background-position:  0 -168px; }				

/* HOMEPAGE */
#tweet img {
	float: left;
	margin-top: 4px;
}

#tweet p {
	padding-top: 2px;
	margin-left: 56px;
}



/* NEWS */
#content p.date {
	margin: 0;
	color: #cecece;
}

#content span.more {
	display: block;
	text-align: right;
}
#content span.more a {
	width: 40px;
	padding: 0px 6px 0px 6px;
	margin-right: 16px;
}
#content span.more a:hover {
}

/* SHOWS */
.shows #content_body {
	padding-top: 5px;
}
	.shows #content ul {
		margin-top: 2px;
	}
	.shows #content li {
		padding: 10px 0px 10px 0px;
	}
	.shows #content h2 {
		color: #cecece;
		padding-top: 15px;
	}
		.shows #content h2.past {
			border-top: 1px solid #202020;
			margin-top: 20px;
			color: #cecece;
		}
	.shows #content h3 {
		font-weight: normal;
		margin: 0;
		padding: 0;
		color: #5d90d0;
	}
	.shows #content p.venue {
		color: #5d90d0;
		font-weight: bold;
	}
	.shows #content p {
		padding: 0;
	}
	.shows #content li.past {
		color: #555;
	}
		.shows #content li.past a {
			color: #555;
		}
		.shows #content h2.past, 
		.shows #content li.past h3, 
		.shows #content li.past p.venue,
		.shows #content li.past a:hover {
			color: #777;
		}
	.shows #content ul.next {
		margin-left: -8px;
		padding-left: 8px;
		margin-right: -10px;
		padding-right: 8px;
		background: #0E1C2E;
	}

/* STORE */
.store #content {
	padding-top: 25px;
}
.store content_body {
	display: block;
	clear: both;
}
.store ul#products {
	display: block;
	clear: both;
}

ul#products li {
	display: block;
	clear: both;
}

.storerow {
	border-top: 1px solid #444;
	padding-top: 7px;
	padding-bottom: 8px;
	float: left;
	clear: both;
}
	.storeitem {
		float: left;
		color: #777;
		display: inline;
		width: 108px;
	}
	.info {
		float: left;
		display: inline;
		width: 200px;
	}
		.info p {
			display: inline;
		}
	.price {
		float: left;
		display: inline;
		color: #999;
	}
		.price p {
			display: inline;
		}
	.action {
		float: right;
		display: inline;
		width: 90px;
		padding-top: 2px;
	}

/* PRESS */
.press #content {
	padding-top: 25px;
}
.press strong {
	color: #999;
}
.press #content h2 {
	color: #5d90d0;
	padding-top: 0;
	margin-top: 25px;
	clear: both;
	display: block;
}

ul#band,
ul#interviews,
ul#discography {
	margin: 0;
}
	ul#band li {
		color: #999;
	}
	ul#band span.name {
		color: #cecece;
		font-weight: bold;
		padding-right: 4px;
	}

.albumtitle {
	color: #999;
}

ul#photos {
	clear: both;
}
ul#photos li {
	float: left;
	display: block;
	margin:0;
	padding:0;
	height: 135px;
	width: 202px;
}
ul#photos li a {
	display: block;
	border: 1px solid #300;
	height: 133px;
	width: 200px;
}
	ul#photos li a:hover {
		border: 1px solid #f6f324;
	}

.press #content p {
	padding-bottom: 0; 
	margin-bottom: 10px;
}
	.press #content strong {
		font-weight: normal;
		color: #777;
	}

	.press #content blockquote {
		padding-right: 8px;
		margin: 4px 0px 24px 0px;
		border-left: 3px solid #333;
	}
		.press #content blockquote p {
			padding-left: 8px;
			margin-bottom: 2px;
		}
	.press #content blockquote cite {
		padding-left: 8px;
		color: #777;
	}
		.press #content #interviews a,
		.press #content blockquote cite a {
			padding: 0px 3px 0px 3px;
		}
			.press #content #interviews a:hover,
			.press #content blockquote cite a:hover {
			}

.lyric {
	color: #555;
}