/*
	Dark Stone
		design - Paris Vega
		html/css - Xhtmlized
		cleansing - Jason Britton
		jbritton@hostbaby.com
		Created - 11/1/2010
		Updated - 12/13/2010 -jb

*/

/* Reset
-----------------------------------------------------------------------------------------------*/

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, samp, small, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; vertical-align: baseline; background: transparent; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
a, ins, del { text-decoration: none; }
table { border-collapse: collapse; border-spacing: 0; }
th, td { vertical-align: top; }
th { text-align: left; }

/* Accessibility Navigation & Hide
-----------------------------------------------------------------------------------------------*/

#accessibility-nav, .hide { 
	position: absolute; 
	top: -999em; 
	left: -999em; 
	height: 1px; 
	width: 1px; 
}

/* Default Styles
-----------------------------------------------------------------------------------------------*/
body { 
	background-attachment: fixed; 
	background-color: #000000;
	background-image: url('http://www.three37band.com/themes/bright_newsroom/images/body_bg.jpg');
	background-position: center top;
	background-repeat: no-repeat;
	color: #ddd; 
	font-size: 12px;
	font-family: Arial Black,Gadget,Sans-Serif;
}

strong { font-weight: bold; }

em { font-style: italic; }

del { text-decoration: line-through; }

th { font-weight: normal; }

address, cite, dfn { font-style: normal; }

li { list-style: none; }

abbr, acronym { border-bottom: 1px dotted #999; cursor: help; }

input, textarea, select { font-family: "Arial", "Helvetica", sans-serif; }

a, a:visited { 
	color: #971273; 
	text-decoration: underline; 
}

a:hover, a:active { 
	color: #971273; 
	text-decoration: none; 
}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.
*/


/* Containers
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/

.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}

/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}

/* Grid >> 12 Columns
----------------------------------------------------------------------------------------------------*/

.container_12 .grid_1 {
	width:60px;
}

.container_12 .grid_2 {
	width:140px;
}

.container_12 .grid_3 {
	width:220px;
}

.container_12 .grid_4 {
	width:300px;
}

.container_12 .grid_5 {
	width:380px;
}

.container_12 .grid_6 {
	width:460px;
}

.container_12 .grid_7 {
	width:540px;
}

.container_12 .grid_8 {
	width:620px;
}

.container_12 .grid_9 {
	width:700px;
}

.container_12 .grid_10 {
	width:780px;
}

.container_12 .grid_11 {
	width:860px;
}

.container_12 .grid_12 {
	width:940px;
}

/* Clear Floated Elements
----------------------------------------------------------------------------------------------------*/

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* Container
-----------------------------------------------------------------------------------------------*/

.container {
	width: 950px;
	margin: 0 auto;
}

.wrapper-content {
	margin: 0 0 36px 0;
	padding: 23px 18px 25px 23px;
	background: #000;
}

/* Navigation
-----------------------------------------------------------------------------------------------*/
#navigation {
	background-image: url(http://www.three37band.com/themes/bright_newsroom/images/bg_nav.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	font-family: "Arial Black";
	font-style: normal;
	margin-bottom: 20px;
	min-height: 38px;
}

#navigation ul {
	margin: 0px auto;
	padding: 8px 0px;
	text-align: center;
}

#navigation ul li {
	display: inline-block;
	position: relative; /* keeps the subnav in the right spot. */
}

#navigation ul li a {
	color: #ffffff;
	display: block; 
	font-family: Arial,Helvetica,Sans-Serif;
	font-weight: bold;	
	letter-spacing: -1px;
	padding: 0 11px 0 0;
	text-decoration: underline;
	text-transform: uppercase;
}

#navigation ul li a:hover,
#navigation ul li.current a { 
	background-image: url(http://www.three37band.com/themes/bright_newsroom/images/bg_nav_li.png);
	background-position: top center;
	background-repeat: no-repeat; 
	color: #e004e0;
	text-decoration: line-through;
}

#navigation li.nav-sub:hover,
#navigation li.nav-sub-hover {
	background: url(http://www.three37band.com/themes/bright_newsroom/images/bg_nav-sub.png) no-repeat -885px -474px;
}

#navigation li.nav-sub:hover a,
#navigation li.nav-sub-hover a {
	background: url(http://www.three37band.com/themes/bright_newsroom/images/bg_nav-sub.png) no-repeat 100% 0;
}


#navigation li:hover ul {
	display: block;
}

#navigation li:hover {
}

#navigation li ul li {
	display: inline-block;
}
#navigation li ul li a {
	padding: 5px;
	color: #919191;
	text-decoration: none;
}

#navigation ul li ul {
	background-color: #000;
	background-image: url(http://www.three37band.com/themes/bright_newsroom/images/bg_nav_sub.png) no-repeat 0 100%;
	display: none;
	left: -30px;
	padding: 3px;
	position: absolute;
	z-index: 9999;
}

#navigation ul li.active ul {
	display: block;
}

#navigation ul li ul li {
	float: none;
	line-height: 1.3;
	position: static;
}

#navigation ul li ul li a,
#navigation ul li ul li a:active,
#navigation ul li ul li a:hover,
#navigation ul li.current ul li a {
	background-image: none;
	background-position: -9999px;
	text-transform: none;
	float: none;
	font-size: 1em;
	min-width: 90px;
}

#navigation ul ul a { 
	float: none;
	text-align: center;
	text-transform: none;
}

#navigation ul ul a,
#navigation ul .current ul a,
#navigation ul .current ul a:hover,
#navigation ul .current ul a { 
	background-image: none;
	color: #464848;
}

#navigation ul .current ul .current a,
#navigation ul .current ul li a:hover {
	color: #900;
}

/* Header
-----------------------------------------------------------------------------------------------*/
#header {
}

#banner_image {
	background-color: transparent;
	background-image: url('../../../img/hostbanner2.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	display: block;
	height: 300px;
	padding: 20px;
	width: 899px;
}

#header h1 {
	background-image: none;
	background-repeat: no-repeat;
	font-family: 'Oswald',sans-serif;
	font-size: 6em;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	letter-spacing: -5px;
	padding: 39px 0 44px 3px;
}

#header h1 span {
	visibility: visible;
}

#header h1 span a {
	color: #e004e0;
	text-decoration: none;
}

#header h1 span a:hover {
	color: #971273;
}

/* Content
-----------------------------------------------------------------------------------------------*/
#main {
	float: left;
	margin: 0px 10px 20px;
}

#content {
	background-color: #111111;
	margin-bottom: 20px;
}

.entry {
	margin: 20px;
	padding: 10px;
}

.entry_meta,
.entry_content {
}

#content h2 {
	background-color: transparent;
	color: #dddddd;
	font-family: 'Oswald',sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}


h2.non_entry_title {
	margin-left: 20px;
}

.entry_author,
.entry_artist,
.entry_date,
.entry_comments {
	float: left;
	margin: 0px 10px 10px 0px;
}

.entry_comments {
	float: none;
  clear: both;
	margin: 0px 10px 10px 20px;
}

.press_page .entry_author,
.guestbook_post .entry_author {
	font-weight: bold;
}

.entry_content {
	clear: both;
}

#content p {
	color: #ffffff;
	line-height: 1.4em;
	margin-bottom: 10px;
}

#content p:not(.ig_user) {
	font-size: 1em;
	text-align: left;
}

.audio #content .lyrics h3,
.audio #content .story h3 {
	color: #ffffff;
}

#content ul {
	margin-top: 10px;
}

#content img {
	margin: 10px;
}

.entry ul li {
	margin-bottom: 5px;
}

.photo_gallery {
	margin-top:0;
	padding-top:0;
}

.photo_gallery ul li {
	display: inline-block;
	margin: 0px 8px 10px 8px;
}


/** calendar **/
#future_header,
#past_header {
	padding: 20px 20px 0px;
	text-decoration: underline;
}
.calendar_post .date {
	background-color: transparent;
	color: #dddddd;
	font-family: 'Oswald',sans-serif;
	font-size: 2.5em;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.calendar_post .venue,
.calendar_post .event_title_time {
	font-weight: bold;
}
.calendar_post .venue {
	font-size: 1.2em;
}

/** audio **/
#album-wrapper .album-title,
#track_fullview #track_meta_row h2.title {
	background: none;
	color: #ffffff;
	font-weight: bold;
}

#album-wrapper .album-description {
	color: #ffffff;
}

#album-wrapper .notes-content {
	color: #ffffff;
}

#album-wrapper .notes-label {
	color: #ffffff;
}

#album-wrapper .album-release-date {
	color: #ffffff;
}

#album-wrapper .album-label {
	color: #ffffff;
}

#album-wrapper .artist_name,
#album-wrapper .album-artist {
	color: #ffffff;
}

#album-wrapper .tracktime {
	color: #ffffff;
}

#track_meta_row .tracktime {
	color: #ffffff;
}

.audio #album-meta div.album-description {
	border-top-color: #ffffff;
}

.track_details .track_artist {
	color: #ffffff;
}

.track_details .track_date {
	color: #ffffff;
}

.track_details .track_author {
	color: #ffffff;
}

.album-purchase .buy_album_button,
.album-purchase ul li a,
.album-purchase ul li a:hover,
.audio #album-meta .album-purchase ul {
	color: buttontext;
	text-decoration: none;
	background-color: buttonface;
}

#album-meta .album-purchase .buy_album_button .open_close_icon,
#album-meta .album-purchase ul li {
	border-top-color: buttontext;
}

#track_fullview .track_details.track_details_divider {
	border-bottom-color: #ffffff;
}

#track-list .album-tracks li {
	border-top-color: #ffffff;
}

.audio .album-notes-outer  {
	border-top-color: #ffffff;
}

#contact_form ul {
	margin: 0px auto;
	width: 400px;
}

#contact_form ul li input[type="text"],
#contact_form ul li textarea{
	width: 380px;
}

#contact_form ul li input[type="submit"] {
	background-color: #111;
	border: 1px solid #999;
	color: #971273;
	padding: 3px 5px;
	
}

#contact_form ul li input {
	padding: 5px;
}

#contact_form ul li {
	margin-bottom: 10px;
}

span.name {
	margin-right: 10px;
}

.comment {
	margin-bottom: 20px;
}

.comment_meta {
	margin-bottom: 5px;
}

.comment_name {
	font-weight: bold;
}

#contact_message h2,
#comment_errors {
	border: 1px solid #971273;
	clear: both;
	margin: 20px;
	padding: 10px;
}

#comment_errors p {
	margin: 0px;
	text-align: center;
}

ul.listbaby_fields {
	left: 10%;
	margin: 10px;
	position: relative;
	padding: 10px;
	width: 80%;
}

ul.listbaby_fields li {
	margin: 5px 0 0 5px;
}

ul.listbaby_fields li label.required {
	font-weight: bold;
}

ul.listbaby_fields li label {
	float: left;
	margin-top: 5px;
	width: 20%;
}

div.lb_error {
	border: 3px solid red;
	left: 15%;
	margin: 10px 0 0 5px;
	padding: 5px;
	position: relative;
	width: 70%;
}


/* Sidebar
-----------------------------------------------------------------------------------------------*/

#widget_region_right_sidebar {
	background-color: #000000;
}

#widget_region_right_sidebar .image {
	display: block;
}

.widget_container {
	margin: 20px;
	color: #fff;
}

.widget_container h3 {
	background-color: #151515;
	color: #ffffff;
	font-family: 'Oswald',sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 5px 11px 6px 11px;
	text-transform: uppercase;
}

.widget_content {
	background-color: #151515;
	margin: 0px 7px;
	padding: 10px;
}

.widget_content ul li {
	padding: 10px;
}

.widget_content ul li.odd {
	background-color: #111;
}

.widget_calendar .widget_content ul li {
	cursor: pointer;
}

.tour_date {
	float: left;
	font-weight: bold;
	width: 25%;
}

.tour_location {
	color: #666;
	float: left;
	width: 75%;
}

.button {
	display: block;
	width: 227px;
	height: 52px;
	margin: 0 auto;
	line-height: 52px;
	letter-spacing: -2px;
	text-align: center;
	font-size: 18px;
	font-family: "Arial Black";
	background: url(http://www.three37band.com/themes/bright_newsroom/images/button.png) no-repeat 0 0;
	color: #fff;
	text-decoration: none;
}

form.default {
	padding: 0 0 0 25px;
}

form.default fieldset {
}

form.default fieldset label {
	display: block;
	padding: 0 0 16px 0;
	letter-spacing: -1px;
	font-size: 18px;
	font-family: "Arial Black";
	color: #ddd;
}

form.default fieldset input[type="text"] {
	width: 172px;
	height: 37px;
	float: left;
	border: solid 1px #000;
	padding: 0;
	background: #fff;
}

form.default fieldset input[type="submit"] {
	width: 53px;
	height: 39px;
	line-height: 39px;
	text-indent: -8000px;
	border: none;
	padding: 0;
	background: url(http://www.three37band.com/themes/bright_newsroom/images/button_join.png) no-repeat 0 0;
	cursor: pointer;
}

.social {
	padding: 0 0 0 20px;
	text-align: center;
}

.social li {
	float: left;
	padding: 0 8px;
}

.social li a {
	display: inline;
}

.social li a img {
	display: inline;
}

ul.list {
	padding: 0 0 0 26px;
}

ul.list li {
	float: left;
	margin: 0 25px 13px 0;
	width: 53px;
	height: 53px;
}

dl.list {
	padding: 0 0 0 30px;
	line-height: 24px;
	font-weight: bold;
}

dl.list dt {
	display: block;
	float: left;
	padding: 0 3px 0 0;
	color: #fff;
}

dl.list dd {
	color: #505050;
}

/* Footer
-----------------------------------------------------------------------------------------------*/

#footer {
	background: #000000;
	padding: 10px 0px 20px;
}

#footer #widget_region_footer {
	float: left;
}

#footer #widget_region_footer .widget_container {
	width: 293px;
	float: left;
	margin: 0px 10px;
	padding-bottom: 20px;
}


#footer .footer-bottom {
	padding-top: 20px;
	text-align: center;
	font-family: "Arial Black";
	font-size: 18px;
	color: #ddd;
}

#footer_p {
	color: #ffffff;
	float: left;
	font-size: 1.5em;
	font-weight: bold;
	margin: 20px 10px 0px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

/* BROWSER SUPPORT
--------------------------------------------------------------------------------
==============================================================================*/

/* Internet Explorer (IE7 & Under)
------------------------------------------------------------------------------*/
*:first-child+html .clearfix,
*:first-child+html .container_12,
*:first-child+html #navigation,
*:first-child+html #navigation ul {
	zoom: 1;
}

*:first-child+html #navigation {
    position:relative;
    z-index:1;
}
*:first-child+html #navigation ul li {
    display: inline;
}
*:first-child+html #navigation ul li ul li {
    z-index: 100;
    float: none;
}

/* Products *Post* Img */

.products_img {
	max-width: 100%;
}

#pagination a.pagination_element.pagination_digit,
#pagination a.pagination_element.pagination_next,
#pagination a.pagination_element.pagination_prev,
#pagination a.pagination_element.pagination_first,
#pagination a.pagination_element.pagination_last {
border-color: #971273;
color: #971273;
}

#pagination .pagination_element.pagination_current {
color: #ffffff;
}

.pause_button_icon,
.play_button_icon {
	fill:#971273;
}

.audio #track_meta_row,
.audio #album-wrapper.album-wrapper {
	background-color: rgba(255,255,255,0.03);
}


/* Breadcrumb styling */

#breadcrumbs-wrapper #breadcrumbs {
	margin: 8px 0 0 8px;
	color: #ffffff;
}

#breadcrumbs-wrapper #breadcrumbs li a {
	color: #971273;
	text-decoration: underline;
}

#breadcrumbs-wrapper #breadcrumbs li a:hover {
	color: #971273;
	text-decoration: none;
}

/* Instagram Styles */

.ig_info {
	padding-top: 15px;
}

.instagram_gallery.entry {
	border-bottom-color: #ffffff;
	margin-bottom:8px;
}

.instagram_meta p {
	margin-bottom: 5px !important;
}
/* Contact Form */

.float_left
{
	float: left;
}

/* Only in Builder */
.add_field_div
{
	margin-top: 2px;
}

.add_field
{
	cursor: pointer;
	color: #317598;
	font-size: 14px;
}

.add_field_desc
{
	color: #666666;
	font-size: 11px;
	margin-left: 12px;
}

.builder_td
{
	padding: 0px;
	width: 250px;
}

.builder_fieldset {
	background-color: #FFFFFF;
	border: 2px solid #68B0B9;
	height: 100%;
	padding: 10px;
	text-align: left;
	width: 220px;
}

#recipient_email_address,
#instructions,
#text_label,
#textarea_label,
#textarea_default_text,
#dropdown_label,
#dropdown_choices,
#checkbox_label,
#checkbox_choices,
#radiobutton_label,
#radiobutton_choices
{
	width: 210px;
}

#instructions,
#textarea_default_text,
#dropdown_choices,
#checkbox_choices,
#radiobutton_choices
{
	height: 70px;
}

#instructions {
	resize: vertical;
}

#contact_form_builder_target
{
	width: 430px;
	text-align: left;
}

#contact_form_builder_modal
{
	background-color: #ffffff;
}

.contact_form_container
{
	width: 375px;
	margin-bottom: 20px;
}


#content #contacts input,	#content #contacts	textarea,
.contact_form_textbox,	.contact_form_textbox	input,
.contact_form_dropdown,	.contact_form_dropdown	select,
.contact_form_textarea,	.contact_form_textarea	textarea,
.contact_form_multi,	.contact_form_multi		input		/* for checkboxes and radiobuttons */
{
	display: -moz-inline-stack !important;
	display: inline-block !important;
	margin: 0 !important;
	text-align: left;
	resize: none;
}

/*
 * this stylesheet is used both dashboard and public side.
 * limit cursor-help for form building to dashboard side.
 * possible bug: if a person names their page "website"... yep
 */
#website
{
	#content #contacts input,	#content #contacts	textarea,
	.contact_form_textbox,	.contact_form_textbox	input,
	.contact_form_dropdown,	.contact_form_dropdown	select,
	.contact_form_textarea,	.contact_form_textarea	textarea,
	.contact_form_multi,	.contact_form_multi		input		/* for checkboxes and radiobuttons */
	{
		cursor: move;
	}
}

/*
#content #contacts input, #content #contacts textarea
{
	width: 300px !important;
}
*/

.contact_form_textbox,	.contact_form_textbox	input,
.contact_form_dropdown,	.contact_form_dropdown	select,
.contact_form_textarea,	.contact_form_textarea	textarea
{
	border-style: dotted;
	border-width: 1px;
	border-color: #444444;
	width: 100% !important;
}

.contact_form_textarea, .contact_form_textarea	textarea
{
	height: 100px !important;
}

#content #contacts input:focus, #content #contacts textarea:focus, #content #contacts select:focus
{
/*	background-color:#ffffe3; */
	border:1px solid #5D88D5;
}

/* Blarm */

.contact_form_row						/* used only in builder */
{
	margin-bottom: 6px;
}

.contact_form_builder_instructions		/* used only in builder */
{
	margin: 10px 7px 0px 40px;
}

.contact_form_instructions				/* used only in published page */
{
	width: 375px;
	margin: 10px 0px 10px 0px;
}

.contact-form-builder-warning
{
	color: red;
	background-color: #fff;
	border: 0px solid red;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

.x_delete,				/* used only in builder */
.spacer_20px,			/* used in both builder and published page */
.contact_form_label,	/* used in both builder and published page */
.contact_form_element,	/* used in both builder and published page */
.target_fieldset,		/* used only in builder */
.contact_form_submit	/* used only in published page */
{
	display: -moz-inline-stack !important;
	display: inline-block !important;
}

.contact_form_submit	/* used only in published page */
{
	text-align: center !important;
	width: 85px !important;
}

.x_delete				/* used only in builder */
{
	width: 20px;
	vertical-align: top;
	cursor: pointer;
}

.spacer_20px			/* used in both builder and published page */
{
	width: 20px;
}

.contact_form_label		/* used in both builder and published page */
{
	text-align: left;
	width: 100px;
	vertical-align: top;
	margin: 0px 0px 6px 0px;
}

.contact_form_element	/* used in both builder and published page */
{
	text-align: left;
	width: 225px;
	margin: 0px 0px 6px 0px;
}

.target_fieldset		/* used only in builder */
{
	width: 425px;
	min-height: 375px;
	background: #fff;
	border:2px solid #68B0B9;
}

#contacts #gbimage		/* used only in published page */
{
	border: none;
	background: #000000;
	padding: 0px;
}

table.borderless form 
{
margin-top: 0px;
}

label.contact_form_instruction
{
background-color: #FFFFFF;
}