/*

	Leather Stetched
		design - Andy Lee
		html/css - Andy Lee
		andy@cdbaby.com
		Created: 10/7/2010
		Updated: 12/12/2012 -AL

*/

/* 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, fieldset, form, label, legend, caption { margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
a, ins, del { text-decoration: none; }

/* Default styles
----------------------------------------------------------------------------------------------------*/

body, html {
	min-width: 320px;
}

body {
	background-attachment: fixed;
	background-color: #643404;
	background-image: url('../images/leatherbg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	color: #ffffff;
	font-family: 'Goudy Bookletter 1911', serif;
}


strong { font-weight: bold; }

em { font-style: italic; }

del { text-decoration: line-through; }

th { font-weight: normal; }

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

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

input[type="submit"] {
	cursor:pointer;
	background-color: #614a0b;
	border: none;
	color: #ffe699;
	font-weight: bold;
	padding: 3px;
	text-transform: uppercase;
}

.widget_content input[type="submit"] {
	margin-left:0px;
	margin-top:5px;
}

.entry a:not(.ig_follow),
.entry a:link:not(.ig_follow),
.entry a:visited:not(.ig_follow),
.widget_content a,
.widget_content a:link,
.widget_content a:visited {
	color: #fffb00;
	-webkit-transition:All .15s ease-in;
	-moz-transition:All .15s ease-in;
	-o-transition:All .15s ease-in;	
}

.entry a:hover:not(.ig_follow),
.entry a:active:not(.ig_follow),
.widget_content a:hover,
.widget_content a:active {
	background-color: #fffb00;
	color: #3b2c00;
	-webkit-transition:All .15s ease-in;
	-moz-transition:All .15s ease-in;
	-o-transition:All .15s ease-in;
}

.entry ul,
.entry ol.
.widget_content ul,
.widget_content ol {
	padding-left:15px;
}

.entry img,
.widget_content img {
	max-width:100%;
	height:auto;
}



/* Containers
----------------------------------------------------------------------------------------------------*/
.page_wrap {
	margin-bottom:10px;
  margin-left: auto;
	margin-right: auto;
	margin-top:10px;
	padding-top: 1px;
	width: 1020px;
  background-color: transparent;
}




/* 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;
}


/* Site Structures and stuffs
----------------------------------------------------------------------------------------------------*/
#header {
	background-color: rgba(64, 34, 3, .7);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#b2402203', endColorstr='#b2402203');
	margin-bottom: 20px;
	margin-left:10px;
	margin-right:10px;
	padding: 20px 0px;
	width:1000px;
}

#site_title h1 {
	font-size: 2.75em;
	font-weight: bold;
  margin-left:10px;
	text-transform: uppercase;
}

#site_title a {
	color: #ffe699;
	text-decoration: none;
}

#site_title a:hover {
	color: #FFFFFF;
}

#style_graphic {
	background-image: url('/img/desert-wallpaper-16490-17027-hd-wallpapers.jpg');
	background-repeat: no-repeat;
	background-position:center top;
	height: 250px;
	margin-top: 10px;
	margin-left:10px;
	margin-right:10px;
	display:block;
}

#navigation {
	background-color: rgba(64, 34, 3, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99402203', endColorstr='#99402203');
	font-size: 1em;
	margin-left:10px;
	margin-right:10px;
	width:150px;
	float:left;
}

#navigation ul {
	padding-left:0px;
	margin:0px;
}

#navigation ul li {
	list-style-type:none;
}

#navigation ul li a {
	color: #ffe699;
	display: block;
	font-size:.9em;
	padding: 8px;
	height: auto;
	width: auto;
	-webkit-transition:All .15s ease-in;
	-moz-transition:All .15s ease-in;
	-o-transition:All .15s ease-in;
	text-transform:uppercase;
}

#navigation ul li a:hover {
	background-color: #402203;
	color: #ffe699;
	-webkit-transition:All .15s ease-in;
	-moz-transition:All .15s ease-in;
	-o-transition:All .15s ease-in;
}

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

#navigation ul li ul {
 -webkit-box-shadow: 	0px 10px 20px rgba(0, 0, 0, .9);
	-moz-box-shadow:    0px 10px 20px rgba(0, 0, 0, .9);
	box-shadow:         0px 10px 20px rgba(0, 0, 0, .9);
	display: none;
	margin-left:100px;
	position: absolute;
	margin-top:-10px;
	width: auto;
	z-index: 9999;
}

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

#navigation ul li ul li a {
	background-color:#ffe699;
	color: #402203;
	font-size:.9em;
	padding: 8px;
}

.tinynav,
.colorfill {
	display: none;
}


/* -----  Main content container ----- */

#content {
	background-color: rgba(64, 34, 3, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99402203', endColorstr='#99402203');
	margin-left:10px;
 	margin-right:10px;
	width:575px;
	float:left;
	overflow:hidden;
}

.entry {
	font-size:1em;
	padding: 15px;
 	color: #ffe699;
}

#content h2 {
	color: #ffe699;
	font-size: 1.75em;
	font-weight: bold;
	text-transform: uppercase;
}

.entry_meta {
	float: left;
	margin-bottom: 5px;
}

.entry_artist,
.entry_author,
.entry_comments,
.entry_date,
.entry_source {
	margin-right: 10px;
}

.blog .entry_artist,
.blog .entry_author,
.blog .entry_date {
	float:left;
}


.entry_artist a,
.entry_author a,
.entry_comments a,
.widget_content a {
	font-weight: bold;
}

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

.photo .entry ul {
	padding-left:0px;
}

.photo .entry ul li {
	margin:2px;
}

.photo #content .entry a:not(.ig_follow),
.photo #content .entry a:not(.ig_follow):hover {
	background-color:transparent;
}

.press_page .entry_author {
	margin: 0px;
}

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

.guestbook_post {
	padding:0px 15px 15px 15px;
}

.entry_content {
	clear: both;
}

.entry p {
	line-height: 1.5em;
	margin-bottom: 10px;
}

.audio_details {
	display: inline-block;
	margin-bottom: 10px;
}

ul.audio_tracks {
	clear: both;
	margin-bottom: 10px;
	padding-left:15px;
}

ul.audio_tracks li {
	list-style-type:none;
}

.photo_gallery ul li {
	display: inline-block;
	list-style-type:none;
}

.comment {
	margin-bottom: 20px;
}

.comment_name {
	font-weight: bold;
}

.comment_date {
	margin-bottom: 5px;
}

.comment_body {
	padding-left:10px;
}

#contact_message h2,
#comment_errors {
	border: 1px solid #933;
	margin: 20px;
	padding: 20px;
}

#comment_errors p {
	text-align: center;
}

#comment_form {
	margin: 0px auto;
	margin-bottom: 25px;
	width: 400px;
}

#comment_form ul {
	padding-left:0px;
}

#comment_form ul li {
	list-style-type:none;
	margin-bottom: 10px;
}

#comment_form ul li label {
	width: 100%;
}

#comment_form ul li input[type="text"],
#comment_form ul li textarea {
	padding: 3px;
	width: 400px;
}

#comment_form input[type="submit"] {
	background-color: #614a0b;
  color: #ffe699;
}
#content .contact_form_textbox,
#content .contact_form_textbox input,
#content .contact_form_dropdown,
#content .contact_form_dropdown select,
#content .contact_form_textarea,
#content .contact_form_textarea textarea {
	border-width:0px;
	border-style:solid;
	outline:none;
}

/** calendar page **/
#future_header,
#past_header {
	border-bottom: 3px solid #fff;
	margin: 10px;
}
.calendar_post .date a {
	margin: 0px;
	padding: 0px;
}
.calendar_post .venue,
.calendar_post .event_title_time {
	font-weight: bold;
}
.calendar_post .date {
	color: #ffe699;
	font-size: 1.75em;
	font-weight: bold;
	text-transform: uppercase;
}

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%;
}

#share-tool {
	color: #ffe699;
}

.rss {
	padding-left:15px;
}

.rss a {
	color: #fffb00;
}

/* ----- Widgets and schtuff ------ */

#widget_region_right_sidebar {
	background-color: rgba(64, 34, 3, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99402203', endColorstr='#99402203');
	width:234px;
	float:left;
	margin-left:10px;
}

#widget_region_right_sidebar h3 {
	background-color: #63470f;
	color: #ffe699;
	font-size: 1em;
	font-weight: bold;
	margin: 10px 0px;
	padding: 5px;
	text-transform: uppercase;
}

.widget_container {
	width:98%;
	margin: 5px auto;
}

.widget_content {
	color:#ffe699;
	font-size:.8em;
	width:95%;
	margin:auto;
}

#email_signup.widget_container {
	width:95%;
	outline:none;
	margin:auto;
}

.widget_container p {
	line-height: 1em;
}

#email_signup.widget_container form {
	margin: 10px;
}

#email_signup.widget_container input[type="text"] {
	border: 1px solid #d9ff00;
	padding: 3px;
}

#email_signup.widget_container input[type="submit"] {
	float: right;
}

#social.widget_container ul li {
	float: left;
	margin-right: 10px;
}

#album.widget_container img {
	float: left;
	margin-right: 10px;
}

#album.widget_container p {
	white-space: normal;
}

#album.widget_container input {
	float: right;
}

#jplayer_container ul,
.widget_calendar ul {
	padding-left:0px;
	margin:0px;
}

#jplayer_container li {
	padding-left:0px;
	margin:0px;
	list-style-type:none;
}

.widget_calendar ul li {
	cursor: pointer;
	list-style-type:none;
}

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

.tour_location {
	float: left;
	width: 75%;
	position: relative;
	left: 2%;
}


.widget_content > a,
.widget_content > a:hover,
.widget_content > a:active,
.widget_content .jp-controls a:hover,
.widget_content .jp-controls a:active,
.widget_content .jp-controls a {
	background-color:transparent;
}

.widget_container #email {
	outline: none;
	width:95%;
}

/* Footer! */

#footer {
	background-color: rgba(64, 34, 3, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99402203', endColorstr='#99402203');
	margin-top: 20px;
  width:1020px;
}

#footer p {
	color: #ffe699;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	text-transform: uppercase;
}

/* Media queries
------------------------------------------------------------------------------*/
@media screen and (max-width: 1050px) {
	.page_wrap,
	#footer,
	#header,
	#navigation,
	#style_graphic {
		width:98%;
		margin: 5px auto 0px;
	}
	#style_graphic {
		background-size:cover;
		height:200px;
	}
	#footer {
		margin-top:10px;
		width:100%;
	}
	#content {
		width:63%;
		margin: 0px 1% 0px 1%;
	}
	#widget_region_right_sidebar {
		width:33%;
		margin: 0px 1% 0px 1%;
	}
	#header {
		padding:0px;
	}
	#site_title h1 {
	font-size: 2.25em;
	}
	#content h2 {
		font-size:1.45em;
	}
	#navigation {
		float:none;
		margin-bottom:5px;
	}
	#navigation ul li {
		float:left;
	}
	#navigation ul li ul li {
		float:none;
	}
	#navigation ul li ul {
		margin-left:0px;
		margin-top:0px;
	}
	.entry {
		font-size:.9em;
	}
	.widget_content {
		font-size:.8em;
	}
}

@media screen and (max-width: 750px) {
	#content,
	#widget_region_right_sidebar {
		width:98%;
		margin:auto;
		float:none;
	}
	#style_graphic {
		height:150px;
	}
	.widget_container {
		width:48%;
		margin:1%;
		float:left;
	}
	#navigation ul li a,
	#navigation ul li ul li a,
	#footer {
		font-size: .8em;
	}
	.photo .entry ul li {
	margin:4px;
	}
	h2#future_header {
		padding-top:10px;
	}
}

@media screen and (max-width: 500px) {
	#site_title h1 {
		font-size:1.8em;
	}

	#style_graphic {
		display:none;
	}
	
	#comment_form {
		width:90%;
	}
	
	#comment_form ul li input[type="text"],
	#comment_form ul li textarea {
		width:98%;
	}
	.entry .contact_form_container {
		width:98%;
	}
	.entry .contact_form_instructions,
	.entry .contact_form_label {
		width:100%;
	}

	#widget_region_right_sidebar {
		padding-top:1px;
	}
	.widget_container {
		width:98%;
		margin:auto;
		float:none;
		padding-bottom:5px;
	}
	.photo .entry ul li {
		margin:8px;
	}
	#navigation {
		background-color:transparent;
		position:relative;
		z-index:5;
	}
	.tinynav {
		cursor: pointer;
		background-color:transparent;
		background-image:none;
		display: block;
		height:25px;
		width:100%;
		float:left;
		z-index:2;
		opacity:0;
	}
	.colorfill {
		width:100%;
		background-color:rgba(64, 34, 3, .6);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#99402203', endColorstr='#99402203');
		z-index:-5;
		height:25px;
		position:absolute;
		color:#ffe699;
		text-align:center;
		font-family:'Goudy Bookletter 1911', serif;
		display:block;
	}
		.colorfill p {
			height:25px;
			line-height:25px;
			font-weight:bold;
		}
	.menu {
		position:absolute;
		right:10px;
		width:25px;
		height:25px;
		z-index:-1;
	}
		.menu_arrow {
			height: 0;
			border-left: 10px solid transparent;
			border-right: 10px solid transparent;
			border-top-width: 10px;
			border-top-style: solid;
			border-top-color: #ffe699;
			line-height: 0;
		  position: relative;
		  vertical-align: middle;
		  width: 0;
		  margin: 8px auto;
		  z-index:1;
		}
		
  .nav_list {
  	display: none;
  }

  .recaptchatable .recaptcha_r1_c1,
  .recaptchatable .recaptcha_r2_c1,
  .recaptchatable .recaptcha_r7_c1,
  .recaptchatable .recaptcha_r8_c1,
  .recaptchatable .recaptcha_r3_c1,
  .recaptchatable .recaptcha_r3_c2,
  .recaptchatable .recaptcha_r3_c3,
  .recaptchatable .recaptcha_r4_c4,
  .recaptchatable .recaptcha_r4_c2  {
  	display:none;
  	background:none;
  }
  #recaptcha_area .recaptchatable .recaptcha_r4_c1,
  .recaptchatable .recaptcha_r4_c2,
  .recaptchatable .recaptcha_r4_c4
   {
	  background-image:none;
  }
  #recaptcha_area .recaptcha_input_area {
	  margin-left:5px !important;
  }
	#recaptcha_table,
	#recaptcha_area { width:216px!important;}
  #recaptcha_widget_div {
	  border-color:#614a0b;
		border-width:2px;
		border-style:solid;
	  width: 216px;
	  overflow:hidden;
	  background:white;
	  padding:5px;
	 }
  .recaptchatable #recaptcha_image,
  .recaptchatable #recaptcha_image img  { width: 200px; }
  .recaptchatable .recaptcha_image_cell {
	  width:200px;
  }
}


#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: #fffb00;
color: #fffb00;
}

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

/* In-page audio player styling  */

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

.audio #album-meta .album-purchase,
.audio #album-meta .album-purchase ul,
.audio #album-meta .album-purchase ul a {
	background-color: #614a0b;
	color: #ffe699;
}

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

#track-list .album-tracks li,
.audio .album-notes-outer,
#album-wrapper .album-description {
	border-top-color: #ffe699;
}

#track_fullview .track_details.track_details_divider {
	border-bottom-color: #ffe699;
}
/* Breadcrumb styling */

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

#breadcrumbs-wrapper #breadcrumbs li a {
	color: #fffb00;
}

#breadcrumbs-wrapper #breadcrumbs li a:hover {
	color: #fffb00;
}

/* Instagram Styles */

.instagram_gallery.entry {
	border-bottom-color: #ffe699;
}

.instagram_meta {
	padding-top:10px;
}

.photo_gallery.entry {
	padding-top:0px;
}

.photo_gallery .entry_content {
	margin-top:20px;
}

.ig_follow {
	background-color: #614a0b;
	border: none;
	color: #ffe699;
	font-weight: bold;
}

#content .see_more_videos_icon a:hover {
	background-color: transparent;
}

.vid_thumbnail.playlist_link:hover .see_more_videos_icon svg,
.vid_thumbnail.playlist_link:hover .button_label {
	opacity: 1;
}
/* 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;
}
