body{
	background: url(/themes/parlor/images/backgrounds/site-repeat.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #353535;
}

.body{ font-size: 1.1em;}
strong { color: #222; }


/* @group STRUCTURE */
#wrapper{
	width: 1024px;
	background: url(/themes/parlor/images/backgrounds/container-top.png) no-repeat center top;
}

#ph_html_header{
	margin: 0;
	height: 237px;
	background: url(/themes/parlor/images/backgrounds/header.jpg) no-repeat center top;
	clear: both;
}

#main{
	width: 950px;
	padding: 50px 38px;
	position: relative;
	margin: 0 !important;
	background: url(/themes/parlor/images/backgrounds/content-repeat.png) repeat-y left top;
}

#footer{
	width: 950px;
	margin: 0 0 30px 0;
	border: none;
	height: 60px;
	padding: 15px 37px 0 37px;
	background: url(/themes/parlor/images/backgrounds/footer.png) no-repeat center top;
	color: #bbb;
}

	#footer a{
		color: #fff;
	}
	
/* @end */



/* @group MAIN NAV */

#ph_html_nav{
	width: 990px;
	position: absolute;
	left: 17px;
	top: 0;
	height: 30px;
	/* background: url(/themes/parlor/images/backgrounds/main_nav.gif) no-repeat left top; */
	background-color: #7f1205;
	text-indent: -9999px;

}
	ul#main_nav{	
		width: 950px;
		margin: 0 auto;
		text-align: center;
	}

	ul#main_nav li.nav_visible { 
		display: block;
		height: 30px;
		line-height: 30px;
		padding: 0 24px 0 2px;
		margin: 0 8px 0 0;
		text-indent: 0;
		font-size: .75em;
		text-transform: uppercase;
		background: url(/themes/parlor/images/backgrounds/nav_splitter.gif) no-repeat top right;
	}
	
	ul#main_nav li.nav_visible.last {
		background: none;
		margin-right: 0;
		padding-right: 0;
	}
	
		ul#main_nav li.nav_visible a { color: #fff;}
		ul#main_nav li.nav_visible a:hover { color: #e60909;}
	
	ul#main_nav li.non_nav{
		position: absolute;
		height: 35px;
		width: 35px;
		top: -104px;
	}
	
		li.nav_rr{
			left: 0;
			top: -80px !important;
			width: 76px !important;
			height: 23px !important;
		}
		
		li.nav_facebook{right: 136px;}
		li.nav_myspace{right: 94px;}
		li.nav_twitter{right: 52px;}
		li.nav_youtube{right: 11px;}

/* @end */



/* @group TABS */
ul.tabs{  border-bottom: 2px solid #000; }

  ul.tabs li a{
    color: #888;
    display: block;
    padding: 0 10px;
  }

    ul.tabs li a:hover{ color: inherit; }

  ul.tabs li.active a{
    color: #fff;
    background-color: #000;
  }

/* @end */




/* @group LISTS */

ul.simple_list > li{
  padding: 7px 0;
  border-bottom: 1px dotted #ccc;
}

ul.simple_list.of_tags { margin: 0;}

ul.simple_list li .thumb { margin-right: 7px; }

ul.simple_list.of_tags li{
  margin: 0;
  padding: 0;
  border: none;
  font-size: 1.2em;
  float: left;
}

/* @end */




/* @group ACTION LINKS */
ul.action_links{
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

	ul.action_links li a{
		background-color: #fff;
		padding: 4px;
		border: 1px solid #ddd;
		-moz-border-radius: 5px 5px;
		-webkit-border-radius: 5px 5px;
		color: #000;
	}
	
	ul.action_links li a:hover{ background-color: #888; color: #fff; border: 1px solid #888; }

/* @end */



/* @group IMAGES */
.thumb{ margin-right: 5px; }

.thumb img{
	padding: 0;
	border: none;
}

/* @end */




/* @group MODULES */
#right_column .module_content{
	background: url(/themes/parlor/images/backgrounds/side_frame_bottom.gif) no-repeat bottom;
	padding: 0px 14px 50px 14px;
	}
/* @end */




/* @group HEADINGS */
h1, .page_heading, #left_column .module_heading{
	display: block;
	width: auto;
	padding: 0px 34px;
	color: #fff;
	/* background: #7f1205 url(/themes/parlor/images/elements/headings/finger_pointing.gif) no-repeat 12px center;*/
	background: url(/themes/parlor/images/elements/headings/630_h1.gif) no-repeat top left;
	border: none;
	line-height: 40px;
	margin-bottom: 15px;
	font-size: 2em;
}

#full_width h1 {
	background: url(/themes/parlor/images/elements/headings/950_h1.gif) no-repeat top left;
}
	
	#newest_media .module_heading, #newest_photos .module_heading {
		height: 40px;
		line-height: 40px;
		background: url(/themes/parlor/images/elements/headings/310_h1.gif) no-repeat top;
		text-align: center;
		border: none;
		margin-bottom: 15px;
		padding: 0;
		font-size: 2.0em;
		color: #fff;
	}

#right_column .module_heading{
	height: 50px;
	color: #fff;
	padding: 10px 0 0 0;
	margin: 0;
	text-align: center;
	/* background: #7f1205 url(/themes/parlor/images/elements/headings/sharp_bar.gif) no-repeat center 35px; */
	background: url(/themes/parlor/images/backgrounds/side_frame_top.gif) no-repeat top;
}

/* @end */




/* @group COLORING */
a, a:link, a strong, strong a{ color: #b82221; }

a:hover { color: #4b0b04;text-decoration: none;}

/* @end */




/* @group POSTS */

.post {  
	margin-bottom: 35px; 
	padding-bottom: 15px;
	border-bottom: 4px solid #990000;
}

.post .date_box, .board_post .date_box {
	width: 40px;
	float: left;
	margin-right: 10px;
	text-align: center;
}

.post h2, .board_post h2{
	margin-bottom: 4px;
	line-height: 22px;
}

.post .post_bottom, .board_post .post_bottom {
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	line-height: 14px;
	background: url(/themes/parlor/images/backgrounds/post_meta_area.gif) no-repeat center center;
}

	.board_post .post_bottom { font-size: .9em;}

.meta { background-color: #eae5d5; }
.board_post .meta { font-size: 1.0em;}

	.date_box .day{
		display: block;
		font-size: 1.6em;
	}
	
	.date_box .month{
		display: block;
		text-transform: uppercase;
		font: bold 1.4em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	}
	
	.date_box .comment_count{
		color: #fff;
		font-size: 1.4em;
		height: 30px;
		margin-top: 6px;
		line-height: 20px;
	    background: url(/themes/parlor/images/backgrounds/comment_box.gif) no-repeat;
	}
	
		.date_box .comment_count a{ color: #fff; }

	#board_post_photos .thumb img { border: 4px solid #7f1205; margin-right: 5px;}
	
.tags { 
	border-top: 1px dotted #fff;
}

.readmore {
	display: block;
	width: 140px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	background: url(/themes/parlor/images/buttons/readmore.gif) no-repeat;
	font-size: 1.2em;
	float: left;
}

.board_post .tags { border: 0;}

.board_post .body.borderTop {
	border-top: 3px solid #7f1205;
}

.board_post .span-4 .thumb img { border: 2px solid #fff; }

p.intro, .intro.wide_intro {
	padding: 8px;
	background-color: #fff;
	margin-bottom: 20px;
}

.viewmore { border-top: 1px dotted #ccc; }

.rateit_strip {
	background-color: #fff;
	margin: 10px 0 15px 0;
}

div.blog_edit_bar { background-color: #fff;color: #777; }

/* @end */



/* FACEBOOK/TWITTER */

.fb_share_link, .twitter_share_link { font-size: 1.25em; }
#page-board_posts_index .fb_share_link { margin-top: 2px; }

/* @end */



/* comments */

div#comments { margin-top: 20px; }

#comments h2, #meet_and_greets h2 {
	width: auto;
	height: 40px;
	line-height: 40px;
	margin: 0 0 20px 0;
	padding: 0 20px 0 35px;
	background: url(/themes/parlor/images/elements/headings/630_h1.gif) no-repeat top left;
	color: #fff;
}

	#comments h2 a {
		display: block;
		width: 135px;
		height: 40px;
		line-height: 40px;
		text-align: left;
		padding: 0 0 0 40px;
		font-size: .9em;
		background: url(/themes/parlor/images/buttons/addcomment.gif) no-repeat;
		color: #fff;
	}

	#comments h2 a:hover { color: #000; }

	/* @group COMMENTS */

	.comment{
		margin-bottom: 25px;
		padding: 10px;
		background-color: #fff;
		border: none;
		-moz-border-radius: 8px 8px;
		  -webkit-border-radius: 8px 8px;
	}

	.comment .body, .comment_body div.body p{ font-size: 1.15em; color: #333;}

	.comment .span-13 { width: 530px; }

	.comment .span-2 .thumb img { border: 0px; padding: 0;}

	.comment h4.poster { 
		display: block;
		height: 32px;
		line-height: 32px;
		font-size: 1.3em; 
		color: #555; 
		font-weight: bold;
		border: none;
		padding: 0 10px 0 13px;
		margin-bottom: 14px;
		background: url(/images/comments/comment_h4.png) no-repeat top;
	}

	.comment_actions{
		clear: both;
		margin: 10px 0 0 0;
		border-top: 1px dotted #e5e5e5;
		padding: 10px 0 0 0;
	}

	#comment_form dt { margin-bottom: 10px;}

	blockquote.quote {
	    border: 0;
	    padding: 5px;
	    background: #eee;
		margin: 5px 0 7px 0;
		color: #777;
	}

	   blockquote.quote > cite.quote { color: #888; }

	.look_at_me { 
		padding: 10px;
		font-size: 1.2em;
		color: #fff;
		background-color: #242424;
		border: 0; 
	}

	a.flag_link { color: #990000;}
		a:hover.flag_link { color: #000; }

/* @end */



/* @group PROFILE */
#user_profile_top .thumb img { 
	border: 1px solid #ccc;
	padding: 3px;
}

ul.action_links li.profile_send_msg a { background-position: 6px 7px; background-color: #fff; }
ul.action_links li.profile_send_msg a:hover { background-color: #888; border: 1px solid #888; color: #fff; }

#latest_user_blogs .thumb img { border: 3px solid #fff; }

/* @end */


/* @group RELEASES partial */

ul#release_list li { height: 430px; border: none; }

ul#release_list li h2 { 
	font-size: 1.3em;
	font-weight: bold;
	margin: 7px 0;
	padding: 0;
	border: none; 
	background: none;
}

#release_view .tags {
	background: none;
	border-top: 1px dotted #ccc;
	padding: 10px 0 0 0;
	margin: 5px 0 0 0;
}

.album_image .thumb img { border: 5px solid #fff;}

/* @end */


/* @AUDIO/VIDEO players and MEDIA SECTION */

li.medianav_video, li.medianav_music, li.medianav_disco, li.medianav_photos, li.medianav_home { width: 140px; }
li.medianav_video a, li.medianav_music a, li.medianav_disco a, li.medianav_photos a, li.medianav_home a { width: 135px; background-color: #cfc9bc; }
li.medianav_home, li.medianav_home a { width: 280px; }

#page-media_index .span-15 { width: 600px;margin: 0;}

#featured_media_scroller { height: 360px; border-top: 10px solid #fff; }
#featured_media_scroller .feature_tab_item { background-color: #fff; border-left: 10px solid #fff; }
#featured_media_scroller .thumb img { border: 0; }

#featured_media_scroller ul.feature_tabs{ border-top: 10px solid #fff; }
#featured_media_scroller ul.feature_tabs li a{ 
	background-color: #fff; 
	color: #444;
	padding: 8px;
	-moz-border-bottom-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
}
#featured_media_scroller ul.feature_tabs li.active a, #featured_media_scroller ul.feature_tabs li a:hover{
	background-color: #222;
	color: #fff;
}
#featured_media_scroller .feature_information{ padding: 15px 15px 0px 0px; }
#featured_media_scroller .feature_information h3 { line-height: 22px;}

#page-media_index h2 { border-bottom: 3px solid #000; padding: 0 0 10px 0;}

a.add_comment_link { color: #000;}
.grid_item a.add_comment_link, #page-media_index a.add_comment_link { color: #000; font-size: 1.25em; font-style: oblique; }
.grid_item a.add_comment_link:hover, #page-media_index a.add_comment_link:hover { color: #990000;}

/* play icons for audio/video list pages */
	
	#post_top { }
	
	.topic_h2 { display: none; }
	
	.audio_player_area {  background-color: #242424; }
	
	.audio_player_area .span-2 { margin: 10px 0 10px 10px; }
	
		.audio_player_area .span-14 a, .audio_player_area .span-14 h3 { color: #fff;}
		.audio_player_area .span-14 a:hover { color: #7f1205;}
	
	.audio_player_area .span-14 { margin: 10px 0 0 0; }
	
		.audio_player_area .meta {
			margin: 0 10px 0 0;
			background-color: #353535;
			color: #ccc;
			border: 0;
			font-size: 1.2em;
		}

	#audio_list_area h2, #video_list_area h2 { 
		background-color: #fff;
		padding: 5px 10px;
		margin: 0 0 15px 0;
		color: #000;
	}

	#audio_list_area .thumb img { padding: 3px; border: 1px solid #fff;}

	#audio_list_area .span-4 .media_play_icon, #video_list_area .span-4 .media_play_icon { left: 7px; }
	
	.track_info h2 { }
	
	.video_player_area .secondary_info { font-size: 1.3em;}

/* @end */



/* @group SEARCH BOX */
#search_box{
  background-color: #fff;
  border: 0;
}

#search_results h2 { color: #000;}

#search_box #q { width: 80%; border: 1px solid #ccc; padding: 5px;}

/* @end */



/* @group TOUR */

table.tourdates tr.even td { background-color: #f0eee3; }
table.tourdates th{
    font-size: 1.3em;
    padding: 4px 12px 8px 0px;
    border-bottom: 2px solid #333;
    border-top: none;
}
table.tourdates tr td { border-bottom: 1px solid #ddd; }

/* @end */


/* @misc FORMS */

input.button{
  background-color: #990000;
  color: #fff;
  padding: 5px;
  font-size: 1.3em;
  border: 0;
  -moz-border-radius: 4px 4px;
  -webkit-border-radius: 4px 4px;
}

  input.button:hover{
    background-color: #000;
  }

label{
  font-size: 1.4em;
  color: #990000;
}

input[type='text'], input[type='password'], textarea{
  width: 98%;
  border: 1px solid #ccc;
}

fieldset { border: 1px solid #ddd7c3; }

fieldset legend{
  background-color: #990000;
  color: #fff;
}

/* @end */



/* @ pagination */
.pagination a, .pagination a:visited {text-decoration: none; color: #660000; }
.pagination span.current { background-color: #990000; border-color: #133155; color: #fff; }
.pagination a:hover, .pagination a:active { color: #fff; background-color: #000; text-decoration: none;}
/* @end */


/* @ADVERTISING */
.advert {
	padding: 4px;
	border: 1px solid #ddd;
	background-color: #fff;
}
/* @end */


/* @MISC */

.body img, .body object { max-width: 630px; }

#newest_media, #newest_photos { font-size: .95em;}
#newest_media a.mediumText, #newest_photos a.mediumText { color: #000;}

.board_post .borderTop { border-top: 1px dotted #ccc; margin-top: 10px; padding-top: 10px;}

.text_link {
	font-weight: normal;
	font-size: 1em;
	font-style: italic;
}

#latest_comments h4.poster {
	border: 0;
	padding: 0 0 2px 0;
	margin: 0;
}

#latest_comments .span-6 { width: 200px; }
#latest_comments ul.simple_list li p { margin: 0;}
#latest_comments .thumb img { border: 1px solid #ddd; padding: 3px;}

ul.action_links li a.share_this { padding-left: 20px; }
.row_actions ul.action_links li { font-size: .85em; margin-right: 3px;}

#link_list li { border-bottom: 1px dotted #999; }
#link_list li .thumb img { border: 2px solid #fff; }

#heading-tourdates_index #feed_subscribe { position: absolute; top: 5px; right: 35px; }

/* @end */