/*
	Global sheet.
*/
body, html {
	margin:0px;
	padding:0px;
	word-spacing: 1px;
	height:100%;
}
html { border:0px solid #f00; }
body { border:0px solid #0f0; }
table.fullscreen { border:0px solid #00f; }

body {
	background:#5B5676 url('../images/background_images/backdrop.jpg') fixed top left;
}

body, input, textarea {
	font-family: Trebuchet MS, san-serif;
	font-size:12px;
}

input, textarea { 
	border:1px solid #666;
	margin-bottom:5px; 
}

input { padding:3px; }

h1, h2, h3 { margin-top:0; color:#333; }

h4 { color:#fff; margin:0 0 10px 0; font-size:18px; }
h5 { color:#fff; margin:0 0 5px 0; font-size:14px; }
h6 { color:#fff; margin:0 0 10px 0; font-size:18px; }
.subtext { font-size:10px; margin:0 0 10px 0; }
.track_information { margin:0 0 10px 0; }

a {
	text-decoration: none;
	color: #ccc;
}

a:hover {
	color: #fff;
}

a.bright_link { color:#fff; }
a.bright_link:hover { color:#ccc; }

img { border:0; }

.left { float:left; }
.right { float:right; }
.clear { clear:both; }

table { border-collapse:collapse; }
table.fullwidth { width:100%; }
table.autowidth { width:auto; }

.body_text {
	font-size:12px;
	padding: 5px;
	color: #000;
}

.body_text_white {
	font-size:12px;
	padding: 5px;
	color: #fff;
}

.fullscreen { 
	width:100%; height:100%;
	border-collapse:collapse;
}

.inset_column { 
	padding-top:220px;
	padding-bottom:50px;
	width:690px;
	margin:0 auto;
}

.news_text {
	font-size:12px;
	padding: 5px;
	margin-left:58px;
}

/* generic background stuff - thumbs are backgrounded to retain layout consistency. */
.bg_thumb_img_block { float:left; width:120px; margin-bottom:20px; text-align:left; }
.bg_thumb_img {
	display:block; 
	width:100px; height:100px;
	background:transparent url('../images/spacer.gif') scroll top left no-repeat;
	border:2px solid #fff;
	margin:0 8px 0px 0;
}
.bg_thumb_img a { display:block; }
.bg_thumb_img img { width:100%; height:100%; }

img.edged { border:2px solid #fff; }

/* for the 'songs' index page */
.song_listing_chunk { clear:both; }
.release_cover_image { float:left; margin-right:10px; }
.release_cover_image img { }
.release_track_listing { float:left; margin-bottom:20px; }

/* for the single song page */
.track_information { font-size:11px; color:#ccc; padding-bottom:5px; }
.track_information a { color:#fff; }
.track_information a:hover { color:#ccc; }
.track_releaseimages { float:left; margin-right:15px; }
.track_releaseimages a { display:block; margin-bottom:15px; }
.track_releaseimages img { border:2px solid #fff; }
.track_lyrics { float:left; }

/* for the 'releases' page */
.release_block { float:left; }
.release_block .cover_image { margin:0 15px 0px 0; }
.release_block .label { height:5em; text-align:left; width:120px; margin:0 15px 15px 0;  }

/* for the single release page */
.tracklisting { vertical-align:top; float:left; text-align:left; padding-right:15px; }
.release_images { padding:0; border:0; vertical-align:top; }
.release_images a { float:left; margin:0 5px 5px 0; }
.release_images img { border:2px solid #fff; }
.releaseinformation, .productioncredits { text-align:left; }
.releaseinformation { vertical-align:top; padding-top:10px; }
.releaseinformation b, .productioncredits b { font-weight:normal; color:#ccc; }
.productioncredits { padding-left:15px; vertical-align:top; padding-top:10px; }

/* photos page */

.photogroup { padding-bottom:20px; text-align:left; }
.photogroup a {  }
.photogroup a:hover { color:#eee; }
.photogroup img { border:2px solid #fff; margin:0; }
.photogroup_item { float:left; padding:0 15px 0 0; }
.photoname { color:#fff; font-size:18px; font-weight:bold; padding-bottom:10px; }
.singlephoto { float:left; padding:0 10px 10px 0; }
.photodata { }
.photo_tag { font-size: 10px; }


/* interviews listing page */
.interview_list_block { padding-bottom:15px; }
.interview_release_img { float:left; padding-right:10px; }
.interview_items_list { float:left; margin-left: 10px;}
.interview_list_item_foot { clear:left; }

/* single interview page */
.interview_images { float:left; padding-right:10px; }
.interview_images .cover_image img { border:2px solid #fff; margin-bottom:15px; }
.interview_images p { margin:0; color:#ccc; }
.interview_copy { padding:0; border:0; }

/* shows index page */
.show_listing_table { margin-bottom:15px; }
.show_listing_table td { vertical-align:top; }
.show_release_img img {  }
.show_items_list { padding-left:10px; }
.show_set_list { width:100px; padding-bottom:10px; font-size:10px; text-align: left; }

/* single promo / press kit page */
.kit_information { font-size:11px; color:#ccc; padding-bottom:5px; }
.kit_images { text-align:left; }
.kit_images img { border:2px solid #fff; margin:5px 5px 0 0; }
.promo_kit_image { float:left; margin:0 10px 10px 0; }

/* debug info */
.alert { font-weight:bold; color:#f00; }
table.debug {margin-bottom:10px;}
table.debug td{vertical-align:top;color:#000;}

.lpm_banner { text-align:center; padding-bottom:20px; }

.dots {
	text-align: center;
	font-size: 28px;
}

.clear {
	clear:both;
}

.date {
	font-size:18px;
	color:#fff;
	font-weight:bold;
	margin-bottom: 10px;
}

.song_info {
	font-size:11px;
	color:#ccc;
}

.time {
	font-size:11px;
	color:#000;
	font-weight:bold;
}

.comments {
	font-size:11px;
	color:#fff;
	font-weight:bold;
}

.comment {
	background:transparent url('../images/quote_left.png') scroll top left no-repeat;
	min-height:50px; 
	margin-left:8px;
	padding:2px 0 20px 56px;
}

.author { 
	color:#666; font-size:10px;
	font-weight:bold;
	padding-top:5px;
}

.comment_add_form { border-collapse:collapse; }
.comment_add_form .label { text-align:right; vertical-align:top; padding:5px; }
.comment_add_form .input input, .comment_add_form .input textarea { width:300px; }
.privacy_note { font-style:italic;font-size:11px;color:#555;padding-bottom:10px; }

.white_links {
	color: #fff;
	font-weight:bold;
}

.white_links:hover {
	color: #B3494E;
	font-weight:bold;
}

.black_links {
	color: #000;
	font-weight:bold;
	/* float:left; */ display:inline;
	padding-right:16px;
}

.red_links {
	color: #B3494E;
	font-weight:bold;
	/* float:left; */ display:inline;
	padding-right:16px;
}

.blue_links {
	color: #4C4F7E;
	font-weight:bold;
	/* float:left; */ display:inline;
	padding-right:16px;
}

.dead_links {
	color: #fff;
	font-weight:bold;
	/* float:left; */ display:inline;
	padding-right:16px;
}

.band_header_menu a {
	float:left;
}
.band_header_menu #menu a {
	float:none;
}

.content {
	width:866px;
	height:100%;
	margin:0 auto;
	padding:0;
	background:#FAF1CA url('../images/background_images/backdrop_paper.jpg') scroll top left repeat;
	vertical-align:top;
}

.sleeve {
	float:left;
	padding: 0px 15px 10px 0px;
}

.avatar {
	float:left;
	padding: 5px 10px 10px 0px;
}

.avatar img { border:2px solid #fff; }

.avatar span {
	padding: 0px 10px 0px 0px;
}

.avatar a {
	color: #000;
}

.avatar a:hover {
	color: #fff;
}

.releases {
	float:left;
	padding: 5px 10px 10px 0px;
	margin-right: 25px;
}

.releases a {
	color: #000;
}

.releases a:hover {
	color: #fff;
}

.release_info {
	float:left;
	margin-right: 25px;
	width: 150px;
}

.release_info span {
	color: #ccc;}

.production_credits {
	float:left;
	margin-right: 25px;
	width: 450px;
}

.production_credits span {
	color: #ccc;}

.shows {
	float:left;
	width:100px;
	color: #ccc;
}

.setlist {
	margin-top: 5px;
	float:left;
	color: #ccc;
}

.lp_topimage { /* #d0ccc1 */
	background:transparent url('../images/background_images/home_page_back.jpg') scroll top center no-repeat;
	height:100%;
}
	
.lp_header {
	position: relative;
}

.lp_menu {
	background:transparent url('../images/background_pngs/home_page_menu.png') scroll top left repeat;
	padding:5px;
	font-size:10px;
}

.lp_content {
	background: url('../images/background_pngs/home_page.png');
	padding:15px;
	text-align: justify;
}

.lp_content a { color:#666; }
.lp_content a:hover { color:#993333; }
.lp_content .author a { text-decoration:underline; }

.lucky_pierre_topimage { /* #aac9a9 */
	background:transparent url('../images/background_images/lucky_pierre_back.jpg') scroll top center no-repeat;
	height:100%;
	padding:0;
}

.lucky_pierre_header {
	position: relative;
}

.lucky_pierre_menu {
	background:transparent url('../images/background_pngs/lucky_pierre_menu.png') scroll top left repeat;
	padding:5px;
}

.lucky_pierre_content {
	background-image: url('../images/background_pngs/lucky_pierre.png');
	padding:15px;
	text-align: justify;
}

.lucky_pierre_content { color:#000; }
.lucky_pierre_content h4, .lucky_pierre_content h5, .lucky_pierre_content h6 { color:#fff; }
.lucky_pierre_content a { color:#333; }
.lucky_pierre_content a:hover { color:#993333; }
.lucky_pierre_content .subtext { color:#666; }
.lucky_pierre_content .track_information { color:#666; }
.lucky_pierre_content p { color:#666; }
.lucky_pierre_content div { color:#666; }
.lucky_pierre_content .photogroup .date { color:#fff; }
.lucky_pierre_content .photoname { color:#fff; }
.lucky_pierre_content .track_lyrics { color:#000; }
.lucky_pierre_content .show_year { color:#fff; }
.lucky_pierre_content .releaseinformation b { color:#fff; }
.lucky_pierre_content .productioncredits b { color:#fff; }


.prick_topimage { /* #767587 */
	background:transparent url('../images/background_images/prick_back.jpg') scroll top center no-repeat;
	height:100%;
}

.prick_header {
	position: relative;
}

.prick_menu {
	background: url('../images/background_pngs/prick_menu.png');
	padding:5px;
}

.prick_content {
	background: url('../images/background_pngs/prick.png');
	padding:15px;
	text-align: justify;
	color:#fff;
}

.prick_content { color:#fff; }
.prick_content h4, .prick_content h5, .prick_content h6 { color:#fff; }
.prick_content a { color:#ccc; }
.prick_content a:hover { color:#993333; }
.prick_content .subtext { color:#bbb; }
.prick_content .track_information { color:#bbb; }
.prick_content p { color:#bbb; }
.prick_content div { color:#bbb; }
.prick_content .photogroup .date { color:#fff; }
.prick_content .photoname { color:#fff; }
.prick_content .track_lyrics { color:#fff; }
.prick_content .show_year { color:#fff; }
.prick_content .releaseinformation b { color:#ccc; }
.prick_content .productioncredits b { color:#ccc; }

.the_peppermen_topimage { /* #4c6162 */
	background:transparent url('../images/background_images/the_peppermen_back.jpg') scroll top center no-repeat;
	height:100%;
}

.the_peppermen_header {
	position: relative;
}

.the_peppermen_menu {
	background: url('../images/background_pngs/the_peppermen_menu.png');
	padding:5px;
}

.the_peppermen_content {
	background: url('../images/background_pngs/the_peppermen.png');
	padding:15px;
	color:#fff;
	text-align: justify;
}

.the_peppermen_content { color:#fff; }
.the_peppermen_content h4, .the_peppermen_content h5, .the_peppermen_content h6 { color:#fff; }
.the_peppermen_content a { color:#ccc; }
.the_peppermen_content a:hover { color:#993333; }
.the_peppermen_content .subtext { color:#bbb; }
.the_peppermen_content .track_information { color:#bbb; }
.the_peppermen_content p { color:#bbb; }
.the_peppermen_content div { color:#bbb; }
.the_peppermen_content .photogroup .date { color:#fff; }
.the_peppermen_content .photoname { color:#fff; }
.the_peppermen_content .track_lyrics { color:#fff; }
.the_peppermen_content .show_year { color:#fff; }
.the_peppermen_content .releaseinformation b { color:#ccc; }
.the_peppermen_content .productioncredits b { color:#ccc; }

.fear_of_blue_topimage { /* #2f7d53 */
	background:transparent url('../images/background_images/fear_of_blue_back.jpg') scroll top center no-repeat;
	height:100%;
}

.fear_of_blue_header {
	position: relative;
}

.fear_of_blue_menu {
	background: url('../images/background_pngs/fear_of_blue_menu.png');
	padding:5px;
}

.fear_of_blue_content {
	background: url('../images/background_pngs/fear_of_blue.png');
	padding:15px;
	color:#fff;
	text-align: justify;
}

.fear_of_blue_content { color:#fff; }
.fear_of_blue_content h4, .fear_of_blue_content h5, .fear_of_blue_content h6 { color:#fff; }
.fear_of_blue_content a { color:#ccc; }
.fear_of_blue_content a:hover { color:#993333; }
.fear_of_blue_content .subtext { color:#bbb; }
.fear_of_blue_content .track_information { color:#bbb; }
.fear_of_blue_content p { color:#bbb; }
.fear_of_blue_content div { color:#bbb; }
.fear_of_blue_content .photogroup .date { color:#fff; }
.fear_of_blue_content .photoname { color:#fff; }
.fear_of_blue_content .track_lyrics { color:#fff; }
.fear_of_blue_content .show_year { color:#fff; }
.fear_of_blue_content .releaseinformation b { color:#ccc; }
.fear_of_blue_content .productioncredits b { color:#ccc; }

.my_stars_topimage { /* #2a2925 */
	background:transparent url('../images/background_images/my_stars_back.jpg') scroll top center no-repeat;
	height:100%;
}

.my_stars_header {
	position: relative;
}

.my_stars_menu {
	background: url('../images/background_pngs/my_stars_menu.png');
	padding:5px;
}

.my_stars_content {
	background: url('../images/background_pngs/my_stars.png');
	padding:15px;
	color:#fff;
	text-align: justify;
}

.my_stars_content { color:#fff; }
.my_stars_content h4, .my_stars_content h5, .my_stars_content h6 { color:#fff; }
.my_stars_content a { color:#ccc; }
.my_stars_content a:hover { color:#993333; }
.my_stars_content .subtext { color:#bbb; }
.my_stars_content .track_information { color:#bbb; }
.my_stars_content p { color:#bbb; }
.my_stars_content div { color:#bbb; }
.my_stars_content .photogroup .date { color:#fff; }
.my_stars_content .photoname { color:#fff; }
.my_stars_content .track_lyrics { color:#fff; }
.my_stars_content .show_year { color:#fff; }
.my_stars_content .releaseinformation b { color:#ccc; }
.my_stars_content .productioncredits b { color:#ccc; }


.the_struggles_topimage { /* #292927 */
	background:transparent url('../images/background_images/the_struggles_back.jpg') scroll top center no-repeat;
	height:100%;
}

.the_struggles_header {
	position: relative;
}

.the_struggles_menu {
	background: url('../images/background_pngs/my_stars_menu.png');
	padding:5px;
}

.the_struggles_content {
	background: url('../images/background_pngs/my_stars.png');
	padding:15px;
	color:#fff;
	text-align: justify;
}

.the_struggles_content { color:#fff; }
.the_struggles_content h4, .the_struggles_content h5, .the_struggles_content h6 { color:#fff; }
.the_struggles_content a { color:#ccc; }
.the_struggles_content a:hover { color:#993333; }
.the_struggles_content .subtext { color:#bbb; }
.the_struggles_content .track_information { color:#bbb; }
.the_struggles_content p { color:#bbb; }
.the_struggles_content div { color:#bbb; }
.the_struggles_content .photogroup .date { color:#fff; }
.the_struggles_content .photoname { color:#fff; }
.the_struggles_content .track_lyrics { color:#fff; }
.the_struggles_content .show_year { color:#fff; }
.the_struggles_content .releaseinformation b { color:#ccc; }
.the_struggles_content .productioncredits b { color:#ccc; }

.master_cherry_topimage { /* #2a2927 */
	background:transparent url('../images/background_images/master_cherry_back.jpg') scroll top center no-repeat;
	height:100%;
}

.master_cherry_header {
	position: relative;
}

.master_cherry_menu {
	background: url('../images/background_pngs/my_stars_menu.png');
	padding:5px;
}

.master_cherry_content {
	background: url('../images/background_pngs/my_stars.png');
	padding:15px;
	color:#fff;
	text-align: justify;
}

.master_cherry_content { color:#fff; }
.master_cherry_content h4, .master_cherry_content h5, .master_cherry_content h6 { color:#fff; }
.master_cherry_content a { color:#ccc; }
.master_cherry_content a:hover { color:#993333; }
.master_cherry_content .subtext { color:#bbb; }
.master_cherry_content .track_information { color:#bbb; }
.master_cherry_content p { color:#bbb; }
.master_cherry_content div { color:#bbb; }
.master_cherry_content .photogroup .date { color:#fff; }
.master_cherry_content .photoname { color:#fff; }
.master_cherry_content .track_lyrics { color:#fff; }
.master_cherry_content .show_year { color:#fff; }
.master_cherry_content .releaseinformation b { color:#ccc; }
.master_cherry_content .productioncredits b { color:#ccc; }

.broken_man_topimage { /* #2a2927 */
	background:transparent url('../images/background_images/broken_man_back.jpg') scroll top center no-repeat;
	height:100%;
}

.broken_man_header {
	position: relative;
}

.broken_man_menu {
	background: url('../images/background_pngs/my_stars_menu.png');
	padding:5px;
}

.broken_man_content {
	background: url('../images/background_pngs/my_stars.png');
	padding:15px;
	color:#fff;
	text-align: justify;
}

.broken_man_content { color:#fff; }
.broken_man_content h4, .broken_man_content h5, .broken_man_content h6 { color:#fff; }
.broken_man_content a { color:#ccc; }
.broken_man_content a:hover { color:#993333; }
.broken_man_content .subtext { color:#bbb; }
.broken_man_content .track_information { color:#bbb; }
.broken_man_content p { color:#bbb; }
.broken_man_content div { color:#bbb; }
.broken_man_content .photogroup .date { color:#fff; }
.broken_man_content .photoname { color:#fff; }
.broken_man_content .track_lyrics { color:#fff; }
.broken_man_content .show_year { color:#fff; }
.broken_man_content .releaseinformation b { color:#ccc; }
.broken_man_content .productioncredits b { color:#ccc; }

.the_pyramid_club_topimage { /* #2a2927 */
	background:transparent url('../images/background_images/pyramid_club_back.jpg') scroll top center no-repeat;
	height:100%;
}

.the_pyramid_club_header {
	position: relative;
}

.the_pyramid_club_menu {
	background: url('../images/background_pngs/my_stars_menu.png');
	padding:5px;
}

.the_pyramid_club_content {
	background: url('../images/background_pngs/my_stars.png');
	padding:15px;
	color:#fff;
	text-align: justify;
}

.the_pyramid_club_content { color:#fff; }
.the_pyramid_club_content h4, .the_pyramid_club_content h5, .the_pyramid_club_content h6 { color:#fff; }
.the_pyramid_club_content a { color:#ccc; }
.the_pyramid_club_content a:hover { color:#993333; }
.the_pyramid_club_content .subtext { color:#bbb; }
.the_pyramid_club_content .track_information { color:#bbb; }
.the_pyramid_club_content p { color:#bbb; }
.the_pyramid_club_content div { color:#bbb; }
.the_pyramid_club_content .photogroup .date { color:#fff; }
.the_pyramid_club_content .photoname { color:#fff; }
.the_pyramid_club_content .track_lyrics { color:#fff; }
.the_pyramid_club_content .show_year { color:#fff; }
.the_pyramid_club_content .releaseinformation b { color:#ccc; }
.the_pyramid_club_content .productioncredits b { color:#ccc; }

.related_projects_topimage { /* #535355 */
	background:transparent url('../images/background_images/related_projects_back.jpg') scroll top center no-repeat;
	height:100%;
}

.related_projects_header {
	position: relative;
}

.related_projects_menu {
	background: url('../images/background_pngs/related_projects_menu.png');
	padding:5px;
}

.related_projects_content {
	background: url('../images/background_pngs/related_projects.png');
	padding:15px;
	text-align: justify;
}

.related_projects_content { color:#fff; }
.related_projects_content h4, .prick_content h5, .prick_content h6 { color:#fff; }
.related_projects_content a { color:#ccc; }
.related_projects_content a:hover { color:#993333; }
.related_projects_content .subtext { color:#bbb; }
.related_projects_content .track_information { color:#bbb; }
.related_projects_content p { color:#bbb; }
.related_projects_content div { color:#bbb; }
.related_projects_content .photogroup .date { color:#fff; }
.related_projects_content .photoname { color:#fff; }
.related_projects_content .track_lyrics { color:#fff; }
.related_projects_content .show_year { color:#fff; }
.related_projects_content .releaseinformation b { color:#ccc; }
.related_projects_content .productioncredits b { color:#ccc; }

.cats_on_holiday_topimage { /* #535355 */
	background:transparent url('../images/background_images/cats_back.jpg') scroll top center no-repeat;
	height:100%;
}

.cats_on_holiday_header {
	position: relative;
}

.cats_on_holiday_menu {
	background: url('../images/background_pngs/related_projects_menu.png');
	padding:5px;
}

.cats_on_holiday_content {
	background: url('../images/background_pngs/prick.png');
	padding:15px;
	text-align: justify;
}

.cats_on_holiday_content { color:#fff; }
.cats_on_holiday_content h4, .prick_content h5, .prick_content h6 { color:#fff; }
.cats_on_holiday_content a { color:#ccc; }
.cats_on_holiday_content a:hover { color:#993333; }
.cats_on_holiday_content .subtext { color:#bbb; }
.cats_on_holiday_content .track_information { color:#bbb; }
.cats_on_holiday_content p { color:#bbb; }
.cats_on_holiday_content div { color:#bbb; }
.cats_on_holiday_content .photogroup .date { color:#fff; }
.cats_on_holiday_content .photoname { color:#fff; }
.cats_on_holiday_content .track_lyrics { color:#fff; }
.cats_on_holiday_content .show_year { color:#fff; }
.cats_on_holiday_content .releaseinformation b { color:#ccc; }
.cats_on_holiday_content .productioncredits b { color:#ccc; }

.hot_tin_roof_topimage { /* #535355 */
	background:transparent url('../images/background_images/tin_back.jpg') scroll top center no-repeat;
	height:100%;
}

.hot_tin_roof_header {
	position: relative;
}

.hot_tin_roof_menu {
	background: url('../images/background_pngs/related_projects_menu.png');
	padding:5px;
}

.hot_tin_roof_content {
	background: url('../images/background_pngs/related_projects.png');
	padding:15px;
	text-align: justify;
}

.hot_tin_roof_content { color:#fff; }
.hot_tin_roof_content h4, .prick_content h5, .prick_content h6 { color:#fff; }
.hot_tin_roof_content a { color:#ccc; }
.hot_tin_roof_content a:hover { color:#993333; }
.hot_tin_roof_content .subtext { color:#bbb; }
.hot_tin_roof_content .track_information { color:#bbb; }
.hot_tin_roof_content p { color:#bbb; }
.hot_tin_roof_content div { color:#bbb; }
.hot_tin_roof_content .photogroup .date { color:#fff; }
.hot_tin_roof_content .photoname { color:#fff; }
.hot_tin_roof_content .track_lyrics { color:#fff; }
.hot_tin_roof_content .show_year { color:#fff; }
.hot_tin_roof_content .releaseinformation b { color:#ccc; }
.hot_tin_roof_content .productioncredits b { color:#ccc; }

.the_leisure_set_topimage { /* #535355 */
	background:transparent url('../images/background_images/leisure_back.jpg') scroll top center no-repeat;
	height:100%;
}

.the_leisure_set__header {
	position: relative;
}

.the_leisure_set_menu {
	background: url('../images/background_pngs/related_projects_menu.png');
	padding:5px;
}

.the_leisure_set_content {
	background: url('../images/background_pngs/related_projects.png');
	padding:15px;
	text-align: justify;
}

.the_leisure_set_content { color:#fff; }
.the_leisure_set_content h4, .prick_content h5, .prick_content h6 { color:#fff; }
.the_leisure_set_content a { color:#ccc; }
.the_leisure_set_content a:hover { color:#993333; }
.the_leisure_set_content .subtext { color:#bbb; }
.the_leisure_set_content .track_information { color:#bbb; }
.the_leisure_set_content p { color:#bbb; }
.the_leisure_set_content div { color:#bbb; }
.the_leisure_set_content .photogroup .date { color:#fff; }
.the_leisure_set_content .photoname { color:#fff; }
.the_leisure_set_content .track_lyrics { color:#fff; }
.the_leisure_set_content .show_year { color:#fff; }
.the_leisure_set_content .releaseinformation b { color:#ccc; }
.the_leisure_set_content .productioncredits b { color:#ccc; }

.butterfield__topimage { /* #535355 */
	background:transparent url('../images/background_images/butterfield_back.jpg') scroll top center no-repeat;
	height:100%;
}

.butterfield__header {
	position: relative;
}

.butterfield__menu {
	background: url('../images/background_pngs/related_projects_menu.png');
	padding:5px;
}

.butterfield__content {
	background: url('../images/background_pngs/related_projects.png');
	padding:15px;
	text-align: justify;
}

.butterfield__content { color:#fff; }
.butterfield__content h4, .prick_content h5, .prick_content h6 { color:#fff; }
.butterfield__content a { color:#ccc; }
.butterfield__content a:hover { color:#993333; }
.butterfield__content .subtext { color:#bbb; }
.butterfield__content .track_information { color:#bbb; }
.butterfield__content p { color:#bbb; }
.butterfield__content div { color:#bbb; }
.butterfield__content .photogroup .date { color:#fff; }
.butterfield__content .photoname { color:#fff; }
.butterfield__content .track_lyrics { color:#fff; }
.butterfield__content .show_year { color:#fff; }
.butterfield__content .releaseinformation b { color:#ccc; }
.butterfield__content .productioncredits b { color:#ccc; }

.becky_barksdale_topimage { /* #535355 */
	background:transparent url('../images/background_images/barksdale_back.jpg') scroll top center no-repeat;
	height:100%;
}

.becky_barksdale_header {
	position: relative;
}

.becky_barksdale_menu {
	background: url('../images/background_pngs/related_projects_menu.png');
	padding:5px;
}

.becky_barksdale_content {
	background: url('../images/background_pngs/related_projects.png');
	padding:15px;
	text-align: justify;
}

.becky_barksdale_content { color:#fff; }
.becky_barksdale_content h4, .prick_content h5, .prick_content h6 { color:#fff; }
.becky_barksdale_content a { color:#ccc; }
.becky_barksdale_content a:hover { color:#993333; }
.becky_barksdale_content .subtext { color:#bbb; }
.becky_barksdale_content .track_information { color:#bbb; }
.becky_barksdale_content p { color:#bbb; }
.becky_barksdale_content div { color:#bbb; }
.becky_barksdale_content .photogroup .date { color:#fff; }
.becky_barksdale_content .photoname { color:#fff; }
.becky_barksdale_content .track_lyrics { color:#fff; }
.becky_barksdale_content .show_year { color:#fff; }
.becky_barksdale_content .releaseinformation b { color:#ccc; }
.becky_barksdale_content .productioncredits b { color:#ccc; }

.monitors_topimage { /* #535355 */
	background:transparent url('../images/background_images/monitors_back.jpg') scroll top center no-repeat;
	height:100%;
}

.monitors_header {
	position: relative;
}

.monitors_menu {
	background: url('../images/background_pngs/related_projects_menu.png');
	padding:5px;
}

.monitors_content {
	background: url('../images/background_pngs/monitors.png');
	padding:15px;
	text-align: justify;
}

.monitors_content { color:#fff; }
.monitors_content h4, .prick_content h5, .prick_content h6 { color:#fff; }
.monitors_content a { color:#ccc; }
.monitors_content a:hover { color:#993333; }
.monitors_content .subtext { color:#bbb; }
.monitors_content .track_information { color:#bbb; }
.monitors_content p { color:#bbb; }
.monitors_content div { color:#bbb; }
.monitors_content .photogroup .date { color:#fff; }
.monitors_content .photoname { color:#fff; }
.monitors_content .track_lyrics { color:#fff; }
.monitors_content .show_year { color:#fff; }
.monitors_content .releaseinformation b { color:#ccc; }
.monitors_content .productioncredits b { color:#ccc; }

.brian_mcmahon_topimage { /* #535355 */
	background:transparent url('../images/background_images/brian_back.jpg') scroll top center no-repeat;
	height:100%;
}

.brian_mcmahon_header {
	position: relative;
}

.brian_mcmahon_menu {
	background: url('../images/background_pngs/related_projects_menu.png');
	padding:5px;
}

.brian_mcmahon_content {
	background: url('../images/background_pngs/related_projects.png');
	padding:15px;
	text-align: justify;
}

.brian_mcmahon_content { color:#fff; }
.brian_mcmahon_content h4, .prick_content h5, .prick_content h6 { color:#fff; }
.brian_mcmahon_content a { color:#ccc; }
.brian_mcmahon_content a:hover { color:#993333; }
.brian_mcmahon_content .subtext { color:#bbb; }
.brian_mcmahon_content .track_information { color:#bbb; }
.brian_mcmahon_content p { color:#bbb; }
.brian_mcmahon_content div { color:#bbb; }
.brian_mcmahon_content .photogroup .date { color:#fff; }
.brian_mcmahon_content .photoname { color:#fff; }
.brian_mcmahon_content .track_lyrics { color:#fff; }
.brian_mcmahon_content .show_year { color:#fff; }
.brian_mcmahon_content .releaseinformation b { color:#ccc; }
.brian_mcmahon_content .productioncredits b { color:#ccc; }

.exotic_birds_topimage { /* #535355 */
	background:transparent url('../images/background_images/exotic_back.jpg') scroll top center no-repeat;
	height:100%;
}

.exotic_birds_header {
	position: relative;
}

.exotic_birds_menu {
	background: url('../images/background_pngs/related_projects_menu.png');
	padding:5px;
}

.exotic_birds_content {
	background: url('../images/background_pngs/lucky_pierre.png');
	padding:15px;
	text-align: justify;
}

.exotic_birds_content { color:#000; }
.exotic_birds_content h4, .prick_content h5, .prick_content h6 { color:#fff; }
.exotic_birds_content a { color:#555; }
.exotic_birds_content a:hover { color:#993333; }
.exotic_birds_content .subtext { color:#000; }
.exotic_birds_content .track_information { color:#000; }
.exotic_birds_content p { color:#000; }
.exotic_birds_content div { color:#000; }
.exotic_birds_content .photogroup .date { color:#fff; }
.exotic_birds_content .photoname { color:#fff; }
.exotic_birds_content .track_lyrics { color:#fff; }
.exotic_birds_content .show_year { color:#fff; }
.exotic_birds_content .releaseinformation b { color:#fff; }
.exotic_birds_content .productioncredits b { color:#fff; }

.system__topimage { /* #535355 */
	background:transparent url('../images/background_images/system_back.jpg') scroll top center no-repeat;
	height:100%;
}

.system__header {
	position: relative;
}

.system__menu {
	background: url('../images/background_pngs/related_projects_menu.png');
	padding:5px;
}

.system__content {
	background: url('../images/background_pngs/system56.png');
	padding:15px;
	text-align: justify;
}

.system__content { color:#fff; }
.system__content h4, .prick_content h5, .prick_content h6 { color:#fff; }
.system__content a { color:#ccc; }
.system__content a:hover { color:#993333; }
.system__content .subtext { color:#bbb; }
.system__content .track_information { color:#bbb; }
.system__content p { color:#bbb; }
.system__content div { color:#bbb; }
.system__content .photogroup .date { color:#fff; }
.system__content .photoname { color:#fff; }
.system__content .track_lyrics { color:#fff; }
.system__content .show_year { color:#fff; }
.system__content .releaseinformation b { color:#ccc; }
.system__content .productioncredits b { color:#ccc; }

.the_holy_cows_topimage { /* #535355 */
	background:transparent url('../images/background_images/cows_back.jpg') scroll top center no-repeat;
	height:100%;
}

.the_holy_cows_header {
	position: relative;
}

.the_holy_cows_menu {
	background: url('../images/background_pngs/related_projects_menu.png');
	padding:5px;
}

.the_holy_cows_content {
	background: url('../images/background_pngs/related_projects.png');
	padding:15px;
	text-align: justify;
}

.the_holy_cows_content { color:#fff; }
.the_holy_cows_content h4, .prick_content h5, .prick_content h6 { color:#fff; }
.the_holy_cows_content a { color:#ccc; }
.the_holy_cows_content a:hover { color:#993333; }
.the_holy_cows_content .subtext { color:#bbb; }
.the_holy_cows_content .track_information { color:#bbb; }
.the_holy_cows_content p { color:#bbb; }
.the_holy_cows_content div { color:#bbb; }
.the_holy_cows_content .photogroup .date { color:#fff; }
.the_holy_cows_content .photoname { color:#fff; }
.the_holy_cows_content .track_lyrics { color:#fff; }
.the_holy_cows_content .show_year { color:#fff; }
.the_holy_cows_content .releaseinformation b { color:#ccc; }
.the_holy_cows_content .productioncredits b { color:#ccc; }

/* Begin CSS Popout Menu */

.rb { border:1px solid #f00; }
.gb { border:1px solid #0f0; }
.bb { border:1px solid #00f; }

#menu{
/* width:100%; 
display:inline;*/ 
float:left;
padding-right:16px;
}

#menu a, #menu h2{
font:bold 1em Trebuchet MS, san-serif;
display:block;
white-space:nowrap;
margin:0;
}

#menu h2{
color:#B3494E;
}

#menu h2:hover{
color:#fff;
}

#menu a{
background: #ccc;
text-decoration:none;
}

#menu a, #menu a:visited{
color:#000;
}

#menu a:hover{
color:#fff;
background:#000;
width:105px;
}

#menu a:active{
color:#060;
background:#ccc;
}

#menu ul{
list-style:none;
margin:0;
padding:0;
float:left;
}

#menu li{
position:relative;
}

#menu ul ul{
position:absolute;
z-index:500;
top:auto;
display:none;
width:105px;
}

#menu ul ul ul{
top:0;
left:100%;
}

/* Begin non-anchor hover selectors */

/* Enter the more specific element (div) selector
on non-anchor hovers for IE5.x to comply with the
older version of csshover.htc - V1.21.041022. It
improves IE's performance speed to use the older
file and this method */

div#menu h2:hover{
background: transparent;
}

div#menu li:hover{
cursor:pointer;
z-index:100;
}

div#menu li:hover ul ul,
div#menu li li:hover ul ul,
div#menu li li li:hover ul ul,
div#menu li li li li:hover ul ul
{display:none;}

div#menu li:hover ul,
div#menu li li:hover ul,
div#menu li li li:hover ul,
div#menu li li li li:hover ul
{display:block;}

/* End of non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
font-weight:bold;
color:#000;
background:#eee url(/css/images/expand3.gif) no-repeat 100% 100%;
}

#menu a.x:hover{
color:#a00;
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}

/* End CSS Popout Menu */