/* 
Peter Petrucci.com
http://www.peterpetrucci.com

(c) James Eunson 2009
All Rights Reserved
http://www.jameseunson.com 
*/

body {
	background: #7d0000 url(../img/bg.png) repeat-x;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
	color: #ffffff;
}

strong {
	font-weight: bold;
}
a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
a:hover {
	text-decoration: underline;
}

h2 {
	font-size: 36px;
}

#main {
	width: 870px;
	margin: 0 auto;
	min-height: 900px;
	font-size: 13px;
}

#header {
	height: 154px;
	width: 100%;
	position: relative;
}

#header h1 a {
	text-indent: -9999px;
	background: url(../img/logo.gif) no-repeat;
	width: 246px;
	height: 24px;
	position: absolute;
	top: 51px;
	left: 2px;
}

.dots_small {
	height: 29px;
	width: 134px;
	background: url(../img/header_dots.png) no-repeat;
	position: absolute;
	top: 45px;
	right: 0;
}

#header .dots_small, #content .dots_small {
	background: url(../img/header_dots_red.png) no-repeat;	
}

div.line {
	width: 100%;
	position: absolute;
	height: 1px;
	background: url(../img/content_bg.png) repeat;
	margin: 0;
	padding: 0;	
}
div.line.top {
	top: 0;	
}
div.line.bottom {
	bottom: 0;
	height: 3px;
}

/***********************************/
/*       Navigation Bar            */
/***********************************/
#header #nav {
	display: block;
	width: 870px;
	height: 34px;
	position: absolute;
	top: 120px;
}
#header #nav li {
	float: left;
}
#header #nav li a {
	float: left;
	background: url(../img/navbar.jpg) no-repeat;
	width: 73px;
	height: 34px;
	text-indent: -9999px;
	padding-right: 1px;
}
#header #nav li span.hover {
	display: block;
	background: url(../img/navbar.jpg) no-repeat;	
	height: 34px;	
}
#header #nav li#home-tab span.hover {
	width: 73px;	
	background-position: 0 -34px;
}

#header #nav li#news-tab a {
	width: 72px;
	background-position: -74px 0;
}
#header #nav li#news-tab span.hover {
	width: 72px;
	background-position: -74px -34px;
}

#header #nav li#bio-tab a {
	background-position: -147px 0;
	width: 59px;
}
#header #nav li#bio-tab span.hover {
	width: 59px;	
	background-position: -147px -34px;	
}

#header #nav li#discography-tab a {
	width: 134px;
	background-position: -207px 0;
}
#header #nav li#discography-tab span.hover {
	width: 134px;
	background-position: -207px -34px;
}

#header #nav li#events-tab a {
	width: 94px;
	background-position: -342px 0;
}
#header #nav li#events-tab span.hover {
	width: 94px;
	background-position: -342px -34px;	
}

#header #nav li#bookings-tab a {
	width: 101px;
	background-position: -437px 0;
}
#header #nav li#bookings-tab span.hover {
	width: 101px;
	background-position: -437px -34px;	
}

#header #nav li#press-tab a {
	width: 77px;
	background-position: -539px 0;
}
#header #nav li#press-tab span.hover {
	width: 77px;
	background-position: -539px -34px;
}

#header #nav li#buy-tab a {
	width: 57px;
	background-position: -617px 0;
}
#header #nav li#buy-tab span.hover {
	width: 57px;
	background-position: -617px -34px;	
}

#header #nav li#reviews-tab a {
	width: 96px;
	background-position: -675px 0;
}
#header #nav li#reviews-tab span.hover {
	width: 96px;
	background-position: -675px -34px;
}

#header #nav li#photos-tab a {
	width: 98px;
	background-position: -772px 0;
	padding-right: 0;
}
#header #nav li#photos-tab span.hover {
	width: 98px;
	background-position: -772px -34px;	
}

/***********************************/
/*        Content Container	       */
/***********************************/
#content {
	background: url(../img/bg_splash.png) no-repeat;
	width: 870px;
	position: relative;
	float: left;
}
#content .stripes {
	width: 870px;
	height: 168px;
	background: url(../img/header_stripe.png) no-repeat;
	position: relative;
	z-index: 10;
	top: 15px;
	padding: 15px 0 0;
}
#content .peter_headshot {
	width: 259px;
	height: 422px;
	position: absolute;
	right: 0;
	top: -198px;
	background: url(../img/peter_headshot.png) no-repeat;
	z-index: 11;
}
#content .dots_small {
	left: 15px;
	top: 25px;
	z-index: 12;
}
/***********************************/
/*             Sidebar		       */
/***********************************/
#side {
	float: left;
	width: 221px;
	top: 15px;
	position: relative;
}

#content #sidebar {
	background: url(../img/content_bg.png) repeat;
	position: relative;
	width: 221px;
	font-size: 10px;
	float: left;
	padding-bottom: 10px;
}
#sidebar h2, #player h2 {
	text-indent: -9999px;
}
#sidebar span.whatsnew, #sidebar span.upcoming, #player span.musicplayer {
	display: block;
	padding: 0 0 0 20px;
	margin: 10px 10px 5px;
	height: 16px;	
}
#sidebar p.none {
	margin: 10px 10px 5px;	
}

#sidebar span.whatsnew {
	background: url(../img/newspaper.png) no-repeat;
}
#sidebar h2.whatsnew {
	background: url(../img/h2_whatsnew.png) no-repeat;
	height: 12px;
	width: 85px;
}

#sidebar span.upcoming {
	margin: 35px 10px 5px;	
	background: url(../img/pin.png) no-repeat;	
}
#sidebar h2.upcoming {
	background: url(../img/h2_upcomingevents.png) no-repeat;
	height: 12px;
	width: 125px;
}

#sidebar li {
	display: block;
	background: url(../img/content_bg.png) repeat;	
	margin: 0 10px 5px;
	padding: 8px;
	position: relative;
	line-height: 13px;
}
#sidebar li.off {
	background: url(../img/content_bg_half.png) repeat;		
}
#sidebar h3 {
	font-weight: bold;
	margin-bottom: 2px;
}
#sidebar span.date {
	position: absolute;
	top: 8px;
	right: 8px;
	font-weight: bold;
}

#content #player {
	float: left;
	height: 235px;
	width: 221px;   
	background: url(../img/content_bg.png) repeat;
	position: relative;
	top: 15px;
}

#player span.musicplayer {	
	background: url(../img/music_notes.png) no-repeat;	
}
#player h2.musicplayer {
	background: url(../img/h2_musicplayer.png) no-repeat;
	height: 12px;
	width: 125px;
}

/***********************************/
/*       Loading Indicators	       */
/***********************************/

.content_loading {
	width: 32px;
	height: 32px;
	background: #000000 url(/img/content_loading.gif) no-repeat 16px 16px;
	padding: 16px;
	opacity: 0.5;
	position: absolute;
	z-index: 50;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	top: 40%;
	left: 500px;
}
#news_loader.content_loading {
	top: 90px;
	left: 75px;
}
#events_loader.content_loading {
	top: 327px;
	left: 75px;
}

/***********************************/
/*          Main Content		   */
/***********************************/
#content #main_container {
	background: url(../img/content_bg.png) repeat;
	width: 633px;
	float: right;
	position: relative;
	top: 15px;
}
#content #main_container .wrapper, #content #main_container .home {
	width: 603px;
	padding: 15px;
}
#content #main_container .home h2 {
	z-index: 13;
	position: relative;
	width: 400px;
	letter-spacing: -1px;
	line-height: 40px;
	margin-bottom: 10px;
}
#content #main_container .article_content {
	width: 601px;
	font-size: 12px;
	position: relative;
}

.wrapper.home .body_text {
	line-height: 18px;
	font-size: 13px;
	width: 400px;
	position: relative;
	z-index: 20;
	margin-bottom: 20px;
	overflow: hidden;
}

#main_container .article_content p {
	margin-bottom: 10px;
	line-height: 18px;	
}
#main_container .home span.photos, #main_container .home span.discography {
	display: block;
	padding: 0 0 0 20px;
	margin: 10px 0 5px;
	height: 16px;
	position: relative;
}
#main_container .wrapper.home {
}
#main_container .home span.photos {
	background: url(../img/pictures.png) no-repeat;
	margin: 20px 0 5px;
}
#main_container .home h3.photos {
	text-indent: -9999px;	
	background: url(../img/h3_photos.png);
	width: 67px;
	height: 14px;
	float: left;
}
#main_container .home h3.discography {
	text-indent: -9999px;
	background: url(../img/h3_discography.png);	
	width: 122px;
	height: 14px;
	float: left;
}

#main_container .home span.discography {
	background: url(../img/disc.png) no-repeat;
}

#main_container span.more {
	font-size: 10px;
	margin-left: 10px;
	margin-top: 2px;
	width: 200px;
	position: absolute;
}
#main_container span.more a {
	font-weight: normal;
}

/***********************************/
/*      Photos/Discs Slider		   */
/***********************************/
.photos_outer {
	height: 95px;
	width: 601px;
	z-index: 13;
	position: relative;
	top: 0;
	overflow: hidden;
}
.discs_outer {
	height: 200px;
	width: 601px;
	z-index: 13;
	position: relative;
	top: 0;
	overflow: hidden;	
}

.photos_inner, .discs_inner {
	position: absolute;
	left: 0;
	width: 3000px;
	height: 200px;
}

.photos_outer li {
	display: block;
	width: 95px;
	height: 95px;
	position: absolute;
	cursor: pointer;
}

.discs_outer li {
	display: block;
	width: 200px;
	height: 200px;
	position: absolute;
	cursor: pointer;	
}

.discs_wrapper {
	position: relative;
	height: 200px;
	width: 601px;
}
.photos_wrapper {
	height: 95px;
	position: relative;
	width: 601px;
}

.photos_wrapper .left_over {
	position: absolute;
	left: -13px;
	height: 95px;
	width: 95px;
	z-index: 14;
	top: 0;
	background: url(/img/left_arrow.png) no-repeat center left;
}
.photos_wrapper .right_over {
	position: absolute;
	right: -13px;
	height: 95px;
	width: 95px;
	z-index: 14;
	top: 0;	
	background: url(/img/right_arrow.png) no-repeat center right;	
}

.discs_wrapper .left_over {
	position: absolute;
	left: -13px;
	height: 200px;
	width: 95px;
	z-index: 14;
	top: 0;
	background: url(/img/left_arrow.png) no-repeat center left;
}
.discs_wrapper .right_over {
	position: absolute;
	right: -13px;
	height: 200px;
	width: 95px;
	z-index: 14;
	top: 0;	
	background: url(/img/right_arrow.png) no-repeat center right;	
}

/***********************************/
/*      	  Biography			   */
/***********************************/

.wrapper.bio h2 {
	width: 191px;
	height: 27px;
	text-indent: -9999px;
	background: url('/img/h2_biography.png') no-repeat;
	padding-bottom: 10px;
}

.wrapper.bio p {
	padding-bottom: 20px;
	font-size: 13px;
	line-height: 18px;
}

.wrapper.bio img {
	float: right;
	margin: 0 0 20px 20px;
	border: 1px solid #ffffff;
}

/***********************************/
/*      	  Discography		   */
/***********************************/
.wrapper.discography ul#nav_disc {
	width: 603px;
	height: 34px;
	margin-bottom: 10px;
}
.wrapper.discography ul#nav_disc li {
	float: left;
}
.wrapper.discography ul#nav_disc li a {
	background: url('/img/navbar_disc.jpg') no-repeat;
	text-indent: -9999px;
	height: 34px;
}
.wrapper.discography ul#nav_disc li.main a {
	width: 301px;
	float: left;
}
.wrapper.discography ul#nav_disc li.main a:hover, .wrapper.discography ul#nav_disc li.main a.selected {
	background-position: 0 -34px;	
}

.wrapper.discography ul#nav_disc li.side a {
	width: 302px;
	float: left;
	background-position: -301px 0;	
}
.wrapper.discography ul#nav_disc li.side a:hover, .wrapper.discography ul#nav_disc li.side a.selected {
	background-position: -301px -34px;	
}

.wrapper.discography h2 {
	width: 235px;
	height: 27px;
	text-indent: -9999px;
	background: url('/img/h2_discography.png') no-repeat;
	padding-bottom: 10px;	
}

.wrapper.discography h3 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 20px;
}

.wrapper.discography .release {
	width: 100%;
	padding: 0 0 20px;
	overflow: hidden;
}
.wrapper.discography .release h3 {
	margin-bottom: 0;
}

.wrapper.discography h3 a.riverstory, .wrapper.discography h3.riverstory {
	background: url(/img/h3_riverstory.png) no-repeat;
	width: 109px;
	text-indent: -9999px;
	display: block;
	margin-bottom: 5px;
	height: 14px;
}
.wrapper.discography h3 a.fromwithin, .wrapper.discography h3.fromwithin {
	background: url(/img/h3_fromwithin.png) no-repeat;
	width: 114px;
	text-indent: -9999px;
	display: block;
	margin-bottom: 5px;
	height: 14px;
}
.wrapper.discography h3 a.message, .wrapper.discography h3.message {
	background: url(/img/h3_message.png) no-repeat;
	width: 221px;
	text-indent: -9999px;
	display: block;
	margin-bottom: 5px;
	height: 14px;
}
.wrapper.discography h3 a.freesome, .wrapper.discography h3.freesome {
	background: url(/img/h3_freesome.png) no-repeat;
	width: 92px;
	text-indent: -9999px;
	display: block;
	margin-bottom: 5px;
	height: 14px;
}
.wrapper.discography h3 a.nowhere, .wrapper.discography h3.nowhere {
	background: url(/img/h3_nowhere.png) no-repeat;
	width: 203px;
	text-indent: -9999px;
	display: block;
	margin-bottom: 5px;
	height: 14px;
}
.wrapper.discography h3 a.thiswayout, .wrapper.discography h3.thiswayout {
	background: url(/img/h3_thiswayout.png) no-repeat;
	width: 118px;
	text-indent: -9999px;
	display: block;
	margin-bottom: 5px;
	height: 14px;
}
.wrapper.discography h3.message, .wrapper.discography h3.nowhere, 
.wrapper.discography h3.fromwithin, .wrapper.discography h3.riverstory, 
.wrapper.discography h3.freesome, .wrapper.discography h3.thiswayout {
	margin: 5px 0 15px;
}

.wrapper.discography a.discography_more {
	float: right;
}

.wrapper.discography span.back {
	float: right;
	font-size: 13px;
}

.wrapper.discography ul.tracks {
	font-size: 13px;
	margin: 20px 0;
	clear: both;
	float: left;
	width: 100%;
}
.wrapper.discography ul.tracks li {
	display: block;
	padding: 8px;
	background: url(../img/content_bg.png) repeat;
	position: relative;
}
.wrapper.discography ul.tracks li.odd {
	background: url(../img/content_half_bg.png) repeat;	
}
.wrapper.discography ul.tracks .play {
	width: 7px;
	height: 10px;
	position: absolute;
	background: url(../img/music_player_playpause.png) no-repeat 0 -10px;
	cursor: pointer;
	right: 10px;
	top: 10px;
}
.wrapper.discography ul.tracks .play.pause {
	background: url(../img/music_player_playpause.png) no-repeat 0 0;
}


.wrapper.discography img.album {
	float: left;
}
.wrapper.discography .release_info {
	width: 380px;
	float: left;
	margin-left: 20px;
}
.wrapper.discography .release_info ul {
	line-height: 22px;
	font-size: 13px;
}
.wrapper.discography .release_info li a.buy {
	background: url(/img/cart.png) no-repeat;
	padding: 0 0 0 20px;
	height: 16px;
	font-size: 11px;
}

.wrapper.discography .year_small {
	font-size: 13px;
}

.wrapper.discography .cdtext {
	float: left;
	width: 350px;
}

.wrapper.discography .release p {
	float: left;
	font-size: 13px;
	width: 350px;
	line-height: 18px;
	margin-bottom: 20px;
}

.wrapper.discography a.album {
	padding: 5px;
	background: url(../img/content_bg_half.png) repeat;
	float: left;
	clear: both;
	margin: 20px 0 10px;
}

.wrapper.discography .release a.album {
	padding: 5px;
	background: url(../img/content_bg_half.png) repeat;
	float: right;
	margin: 0;
	clear: none;
}

.wrapper.discography .release img {
	float: right;
}

/***********************************/
/*             Events		       */
/***********************************/

.wrapper.events h2 {
	width: 127px;
	height: 27px;
	text-indent: -9999px;
	background: url('/img/h2_events.png') no-repeat;
	padding-bottom: 10px;
}
.wrapper.events .event {
	width: 603px;
	margin-bottom: 20px;
	float: left;
}
.wrapper.events p {
	padding-bottom: 20px;
	font-size: 13px;
	line-height: 18px;
}
.wrapper.events .event p {
	margin-top: 8px;
	padding-bottom: 0;
	font-size: 12px;
	clear: both;
}
.wrapper.events .event span.date {
	float: right;
	font-size: 12px;
}
.wrapper.events .event h3 {
	float: left;
	font-size: 18px;
	font-weight: bold;
}

/***********************************/
/*             News			       */
/***********************************/

.wrapper.news h2 {
	width: 96px;
	height: 27px;
	text-indent: -9999px;
	background: url('/img/h2_news.png') no-repeat;
	padding-bottom: 10px;
}
.wrapper.news .article {
	width: 603px;
	margin-bottom: 20px;
	float: left;
}
.wrapper.news .article p {
	font-size: 13px;
	clear: both;
	line-height: 18px;
	margin-bottom: 10px;
}
.wrapper.news .article ul {
	display: block;
	margin-bottom: 10px;
}

.wrapper.news .article li {
	font-size: 13px;
	line-height: 18px;
}

.wrapper.news .article span.date {
	float: right;
	font-size: 12px;
	font-weight: bold;
}
.wrapper.news .article h3 {
	float: left;
	font-size: 18px;
	font-weight: bold;
}


/***********************************/
/*             Buy			       */
/***********************************/

.wrapper.buy h2 {
	width: 65px;
	height: 27px;
	text-indent: -9999px;
	background: url('/img/h2_buy.png') no-repeat;
	padding-bottom: 10px;
}
.wrapper.buy .release {
	width: 100%;
	padding: 0 0 20px;
	overflow: hidden;
}
.wrapper.buy .release .cdtext {
	float: left;
}
.wrapper.buy .release a.buy {
	background: url(/img/cart.png) no-repeat;
	padding: 0 0 0 20px;
	height: 16px;
	font-size: 13px;
	margin: 10px 20px 0 0;
	float: left;
	clear: left;
}

.wrapper.buy h3.riverstory {
	background: url(/img/h3_riverstory.png) no-repeat;
	width: 109px;
	text-indent: -9999px;
	display: block;
	margin-bottom: 5px;
	height: 14px;
}
.wrapper.buy h3.fromwithin {
	background: url(/img/h3_fromwithin.png) no-repeat;
	width: 114px;
	text-indent: -9999px;
	display: block;
	margin-bottom: 5px;
	height: 14px;
}
.wrapper.buy h3.message {
	background: url(/img/h3_message.png) no-repeat;
	width: 221px;
	text-indent: -9999px;
	display: block;
	margin-bottom: 5px;
	height: 14px;
}
.wrapper.buy h3.nowhere {
	background: url(/img/h3_nowhere.png) no-repeat;
	width: 203px;
	text-indent: -9999px;
	display: block;
	margin-bottom: 5px;
	height: 14px;
}
.wrapper.buy h3.thiswayout {
	background: url(/img/h3_thiswayout.png) no-repeat;
	width: 118px;
	text-indent: -9999px;
	display: block;
	margin-bottom: 5px;
	height: 14px;
}
.wrapper.buy .release .album {
	padding: 5px;
	background: url(../img/content_bg_half.png) repeat;
	float: right;
	margin: 0;
	clear: none;
}

.wrapper.buy .release img {
	float: right;
}
.wrapper.buy .release .year {
	float: left;
	clear: both;
}

.wrapper.buy a.more_info {
	float: left;
	clear: left;
	font-size: 13px;
	margin-top: 10px;
}

/***********************************/
/*             Press			   */
/***********************************/

.wrapper.press h2 {
	width: 106px;
	height: 27px;
	text-indent: -9999px;
	background: url('/img/h2_press.png') no-repeat;
	padding-bottom: 10px;
}
.wrapper.press li, .wrapper.press p {
	font-size: 13px;
	margin-top: 10px;
}
.wrapper.press a.press_dl {
	font-size: 18px;
}

/***********************************/
/*             Links			   */
/***********************************/

.wrapper.links h2 {
	width: 97px;
	height: 27px;
	text-indent: -9999px;
	background: url('/img/h2_links.png') no-repeat;
	padding-bottom: 10px;
}

/***********************************/
/*             Reviews		       */
/***********************************/

.wrapper.reviews h2 {
	width: 147px;
	height: 27px;
	text-indent: -9999px;
	background: url('/img/h2_reviews.png') no-repeat;
	padding-bottom: 10px;
}

.wrapper.reviews p {
	font-size: 13px;
}
.wrapper.reviews p.author {
	font-weight: bold;
	margin-bottom: 20px;
}

/***********************************/
/*             Bookings		       */
/***********************************/

.wrapper.bookings h2 {
	width: 169px;
	height: 27px;
	text-indent: -9999px;
	background: url('/img/h2_bookings.png') no-repeat;
	padding-bottom: 10px;
}

.wrapper.bookings p {
	padding-bottom: 20px;
	font-size: 13px;
	line-height: 18px;
}

/***********************************/
/*             Photos		       */
/***********************************/

.wrapper.photos h2 {
	width: 129px;
	height: 27px;
	text-indent: -9999px;
	background: url('/img/h2_photos.png') no-repeat;
	padding-bottom: 10px;
}
.wrapper.photos .photo {
	width: 144px;
	height: 144px;
	background: url(../img/content_bg_half.png) repeat;
	margin-right: 9px;
	float: left;
}

.wrapper.photos .photo a {
	float: left;
}
.wrapper.photos .photo img {
	margin: 3px 0 0 3px;
}

.wrapper.photos .row {
	width: 100%;
	height: 150px;
	padding: 10px 0;
}

.wrapper.photos .photo.last {
	margin-right: 0;
}

/***********************************/
/*             Error		       */
/***********************************/

.wrapper.error h2 {
	width: 287px;
	height: 27px;
	text-indent: -9999px;
	background: url('/img/h2_404.png') no-repeat;
	padding-bottom: 10px;
}
.wrapper.error p {
	padding-bottom: 20px;
	font-size: 13px;
	line-height: 18px;
}

/***********************************/
/*             Footer		       */
/***********************************/

#footer {
	height: 150px;
	width: 100%;
	position: relative;
	background: url(/img/footer_bg.png) repeat-x 0 0;
	bottom: 0;
	display: block;
	float: left;
	top: 25px;
}
#footer #footer_container {
	width: 870px;
	margin: 0 auto;
	position: relative;
}
#footer span.copy {
	top: 40px;
	left: 0;
	position: absolute;
	font-size: 10px;
	color: #ffffff;
}
#footer .dots_small {
	top: 40px;
}