/*
	RECORD RELEASE
*/

/* 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{ 
	background-color: transparent;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
}

h1, h2, h3, h4, h5,h6 {
	line-height: 1em;
}

body {
	padding: 15px;
}

q { 
	quotes: none;
}

q:before, 
q:after { 
	content: none;
}

a, ins, del { 
	text-decoration: none;
}

ul li {
	list-style-type: disc;
}

ol li {
	list-style-type: upper-roman;
}

/* negating some foundation behavior */
.jp-audio *,
.jp-audio *:before,
.jp-audio *:after {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
label {
	color: inherit;
}

ul,ol,dl {
	font-size: inherit;
}

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

#accessibility_nav, 
.hide, 
.widget-form label,
#header_widget_region label { 
	height: 1px;
	left: -999em;
	position: absolute;
	top: -999em;
	width: 1px;
}

/* Default Styles
------------------------------------------------------------------------------*/

body {
	font-size: 16px;
	background-color: #b2c4c3;
	background-image: none;
	background-size: cover;
	background-attachment: fixed;
}

strong { 
	font-weight: bold;
}

em { 
	font-style: italic;
}

del { 
	text-decoration: line-through;
}

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

ul li,
li { 
	list-style: none;
}

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

.entry a:not(.buy_button),
.entry a:visited,
.widget_content a,
.widget_content a:visited { 
	color: #061366;
}

.entry a:hover,
.entry a:active,
.widget_content a:hover,
.widget_content a:active {
	color: #bcf2b3;
}

#share-tool {
	color: #061366;
}

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

.page-wrap-footer {
	width:1020px;
	margin:auto;
}

/* Clearfix
------------------------------------------------------------------------------*/

.clearfix:after, 
#footer_widget_region:after,
.widget_social:after,
.widget_container:after,
#navigation ul ul:after,
.container_12:after,
.widget_calendar ul li:after { 
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}

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

/* Header
------------------------------------------------------------------------------*/
.audio.is_home .row.title_row, 
.audio.is_home .row.nav_row {
	max-width: 80%;
}

#site_title_block {
	border-bottom: 1px solid #000;
}

#site_title_block h1 {
	margin-top:10px;
	margin-bottom:10px;
	text-transform: uppercase;
}

#site_title_block h1 a {
	color: #000;
	text-decoration: none;
	font-size: 3em;
	font-family: 'Libre Baskerville',serif;
	line-height: 1.1em;
}

#site_title_block h1 a:hover {
	color: #000;
	text-decoration: underline;
}

#style_graphic { 
	background-image: url(none);
	background-repeat: no-repeat;
	height: 240px;
	padding-bottom: 10px;
	background-size:cover;
	display:none;
}

body.webkit #header_widget_region .submit {
	margin-top: 2px;
}

#header #widget_region_header {
	width: 100%;
}

/*
this section is a straight copy of
#footer #widget_region_footer .widget_container { ... }
*/
#header #widget_region_header .widget_container {
	float: left;
	margin: 0px 10px;
	padding-bottom: 20px;
	width: 300px;
}

/* Navigation
------------------------------------------------------------------------------*/
#navigation {
	font-family: 'Libre Baskerville',serif;
	font-size: 17px;
}

#navigation .off_canvas_toggle {
	display: none;
}

#navigation ul {
	clear: both;
	margin: 0px;
	padding: 0px;
	z-index:1;
}

#navigation ul li { 
	display: inline-block;
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	letter-spacing: 2px;
	padding-right: 23.5px;
}

#navigation ul li a {
	color: #000;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;

	-webkit-transition:All .15s ease-in;
	-moz-transition:All .15s ease-in;
	-o-transition:All .15s ease-in;
}

#navigation ul li a:hover,
#navigation ul li.current a { 
	color: #061366;
	-webkit-transition:All .15s ease-in;
	-moz-transition:All .15s ease-in;
	-o-transition:All .15s ease-in;
}

#navigation ul li a:hover {
	color: #f28518;
}

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

#navigation li ul li {
	display: inline-block;
}

#navigation ul li ul {
	border-radius:7px;
	background-color:#b2c4c3;
	background-repeat: repeat;
	display: none;
	margin: -1px;
	margin-top: -4px;
	padding: 3px;
	position: absolute;
	min-width:100px;
	background-image: url('../images/clearbg.png');
	background-repeat:repeat;
	z-index:999;

	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, .4);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, .4);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, .4);
}

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

#navigation ul li ul li {
	float: none;
	line-height: 1;
	position: static;
	font-size:.9em;
}

#navigation ul ul li {
	display: block;
	margin: 0;
}

#navigation ul li ul li a { 
	border-radius: 0px;
	background-color: transparent !important;
	background-image: none;
	display: block;
	float: none;
	height: auto;
	line-height: 1;
	margin-bottom:0px;
}

#navigation ul ul a,
#navigation ul .current ul a { 
	border-radius: 0px;
	background-color: transparent;
	color: #050005; 
	float: none;
	padding: 6px;
}

#navigation ul .current ul a:hover,
#navigation ul .current ul a { 
	background-color: transparent;
	color: #000;
}

#navigation ul .current ul .current a,
#navigation ul .current ul li a:hover {
	background-color: transparent;
	color: #bc0b03;
}

.tinynav {
	display:none;
}

.colorfill {
	display:none;
}

/* Content
------------------------------------------------------------------------------*/
#content { 
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 15px;
	font-family: 'Libre Baskerville',serif;
	font-size: 12px;
}

#content a {
	font-weight: bold;
}

#content p { 
	padding-bottom: 15px;
}

#content h1, #content h2,
#content h3, #content h4,
#content h5, #content h6 {
	padding-bottom: 5px;
	text-transform: uppercase;
}

#content h1 {
	font-size: 1.7em;
	font-weight: bold;
}
#content h2 {
	font-size: 1.5em;
}

#content h3 {
	font-size: 1.4em;
}

#content h4 {
	font-size: 1.3em;
}

#content h5 {
	font-size: 1.2em;
}

#content h6 {
	font-size: 1.1em;
}

#content ul li,
#content ol li {
	margin-left: 2em;
}

#content ul li {
	list-style: disc;
}

#content ol li {
	list-style: decimal;
}

.entry {
	color: #000;
}

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

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

.guestbook_post {
	margin: 20px 0px;
}

.entry_content {
	clear: both;
}

#content #future_header,
#content #past_header {
	text-decoration: underline;
	font-size: 1.8em;
}

#content .calendar_post h2 a[name],
#content .calendar_post h2 a[name]:visited,
#content .calendar_post h2 a[name]:hover {
	color: inherit;
	font-weight: inherit;
	text-decoration: none;
}
 
#content .calendar_post *{
	line-height: 1.1em;
}

.comment {
	margin-bottom: 20px;
	margin-left:20px;
}

.comment_name {
	font-weight: bold;
}

.comment_name,
.comment_date {
	margin-bottom: 5px;
}

.entry_comments {
	margin-bottom: 20px;
}

.contact .entry ul {
	margin: 5px;
}

.contact_form_label #gbimage {
	margin-top: 10px;
}

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

#comment_errors {
	margin: 15px 0px;
}

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

/* Contact/Comments/Guestbook form */
#comment_form {
	padding-bottom: 20px;
	width: 400px;
	color: #000;
}
#comment_form ul {
	padding-left:0px;
}

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

#comment_form label {
	display: block;
	font-weight: bold;
	padding-bottom: 3px;
	text-transform: uppercase;
}

#comment_form li input {
	font-size: 1.1em;
	margin-bottom: 10px;
	padding: 5px;
	width: 388px;
}

#comment_form li input[type="submit"] {
	width: auto;
}

#comment_form textarea {
	border-color: #666;
	border-style: solid;
	border-width: 2px;
	font-size: 1.1em;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width: 388px;
}

#comment_form .submit {
	background-color: #999;
	border-bottom-width: 0;
	border-left-width: 0;
	border-right-width: 0;
	border-top-width: 0;
	color: #000;
	cursor: pointer;
	float: right;
	font-size: .9em;
	font-weight: bold;
	padding-bottom: 5px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 5px;
	text-transform: uppercase;
}

#guestbook_button,
.contact_form_submit,
.widget_form form .submit {
	background-color: #061366;
	color: #b2c4c3;
	font-family: 'Libre Baskerville',serif;
	text-transform: uppercase;
	padding: 10px;
	border: none;
	cursor: pointer;
}

#guestbook_button:hover,
.contact_form_submit:hover,
.widget_form form .submit:hover {
	background-color: #f28518;
}

.entry .contact_form_instructions,
.entry .contact_form_container {
	width:100%;
	margin-top: 2em;
}

.entry .contact_form_container form{
	margin-left: 1em;
}

.entry .contact_form_element {
	width:95%;
	float:none;
	max-width: 500px;
}

.entry span.contact_form_element {
	display: block !important; /* overriding audio.css */
}

.contact_form_textbox {
	float: right;
}

.contact #content {
	text-align: left;
}

.contact #content ul li,
#mail_list #content ul li {
	list-style: none;
	margin-left: 10px;
}

ul.listbaby_fields {
	margin: 10px;
	position: relative;
	padding: 10px;
}

ul.listbaby_fields li {
	margin: 5px 0 0 5px;
	list-style-type:none;
}

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

ul.listbaby_fields li label {
	float: left;
	margin-top: 5px;
	width: 40%;
}
ul.listbaby_fields li input,
ul.listbaby_fields li select {
	width:50%;
}

ul.listbaby_fields li input[type="submit"] {
	width:auto;
	background-color:#061366;
	color: #b2c4c3;
	border: 0px;
	padding: 10px;
	text-transform: uppercase;
}

ul.listbaby_fields li input[type="submit"]:hover {
	background-color: #bcf2b3;
}

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

#content div.lb_error p {
	padding-bottom:0px;
}

/* Blog Page
------------------------------------------------------------------------------*/

.blog .entry_content {
	margin-left:20px;
	margin-bottom:20px;
}

.blog .entry.blogpost .entry_content {
	margin-left: 0px;
}

.blog #comment_form {
	margin: 0px;
}


/* Album releaser audio page overrides
------------------------------------------------------------------------------*/
#album-meta .album-cover {
	position: static;
	float: left;
	padding: 0px 10px 5px 0px;
	width: 250px;
}

#album-meta {
	padding: 10px;
}

#album-meta .album-release-date,
#album-meta .album-label {
	font-size: 1rem;
}

.album-wrapper #album-meta h2 a {
	text-transform: none;
	font-weight: normal;
}

#album-meta .album-cover img {
	width: 100% !important;
}

/* ... is_home sections (audio as home page) 
------------------------------------------------------------------------------*/
.audio.is_home #album-meta .album-cover {
	position: relative;
	width: 100%;
	margin: 0px;
	float: none;
	padding: 0px;
}

.audio.is_home #content #track_meta_row h2.title, 
.audio.is_home #content #album-meta h2.album-title {
	line-height: 1em;
	padding-top: 10px;
	margin-bottom: 10px;
}

.buy_album_links_wrapper ul {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
	-webkit-margin: 0em;
	float: right;
	margin-left: 10px;
}

.audio.is_home #style_graphic,
.audio.is_home #breadcrumbs-wrapper {
	display: none;
	height: 0px;
	padding: 0px;
	margin: 0px;
}

.audio.is_home #navigation.hide_on_audio_home {
	display: none;
}

.audio.is_home #navigation>ul {
	visibility: hidden;
	opacity: 0;
	clear: none;
	float: left;
	padding: 10px;
	position: absolute;
	border: 1px solid black;
	background-color: #b2c4c3;

	margin-left: 0px;
	transition: all 0.25s ease;

	z-index: 1;
	width: 70%;
}

.audio.is_home #navigation:hover>ul {
	visibility: visible;
	opacity: 1;
	margin-left: 150px;
	pointer-events: initial;
}

.audio.is_home #navigation .off_canvas_toggle {
	display: block;
	width: auto;
	min-width: 150px;
	float: left;
	z-index: 3;
	color: #b2c4c3;
	border: 20px solid #f28518;
	border-right-color: transparent;
	border-left: 0px;
	height: 0px;
	padding: 0px;
	background-color: transparent;
	padding-right:50px;
}

.audio.is_home #navigation .off_canvas_toggle span {
	display: block;
	margin-top: -9px;
	margin-left: 10px;
}

.audio.is_home #navigation:hover .off_canvas_toggle {
	opacity: 0.9;
	position: static;
}

.audio.is_home #album-meta .album-cover-wrapper {
	float: none;
	position: relative;
}

.audio.is_home #album-wrapper.album-wrapper {
	background-color: transparent;
}

.audio.is_home #album-meta .album-cover {
	position: relative;
}

.audio.is_home #album-meta .album-cover img {
	margin: 0px auto;
}

.audio.is_home .album-wrapper:after {
	content:'';
	clear: both;
}

.audio.is_home .row.content_row,
.audio.is_home #widget_region_footer,
.audio.is_home #footer_bottom {
	max-width: 450px;
}

.audio.is_home #track_meta_row {
	padding: 0px 5px;
}

.audio.is_home #track_fullview .track_details,
.audio.is_home #track_fullview .story,
.audio.is_home #track_fullview .lyrics {
	margin: 0px;
	padding: 5px;
}

#track_meta_row span.lyrics,
.album-tracks span.lyrics {
	width: 12%;
}

.audio.is_home .meta-track-notes-holder {
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 5px;
	position: relative;
	width: 100%;
}

.audio.is_home .buy_album_links_wrapper {
	position: absolute;
	top: 0px;
	left: 100%;
	margin-left: 10px;
}

.audio.is_home .buy_album_links_wrapper ul {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
	-webkit-margin: 0em;
	min-width: 0px;
	float: none;
	margin-left: 0px;
}

.buy_album_links_wrapper ul li {
	list-style-type: none;
	margin: 7px 0px;
	display: block;
}

.buy_album_links_wrapper ul li a,
.buy_album_links_wrapper ul li a:visited {
	background-color: #061366;
	color: #b2c4c3;
	display: block;
	border-radius: 5px;
	padding: 10px 24px;
	white-space: nowrap;
	font-size: 14px;
	width: 150px;
	overflow: hidden;
}

#content .buy_album_links_wrapper ul li a {
	font-weight: normal;
}

.buy_album_links_wrapper ul li a:hover {
	background-color: #f28518;
	color: #b2c4c3;
}

.audio.is_home .album-notes-inner {
	padding: 0px;
	margin: 0px 10px;
}

.audio.is_home #album-meta {
	padding: 0px;
}

.audio.is_home #album-wrapper .album-description {
	padding: 10px 0px;
}

.audio.is_home .album-notes-inner {
	padding: 10px 0px;
}

.audio.is_home .widget_container {
	display: none;
}

.audio.is_home .widget_container.widget_calendar,
.audio.is_home .widget_container.widget_social,
.audio.is_home .widget_container.widget_listbaby {
	display: block;
}

/* Page stuff
------------------------------------------------------------------------------*/
#content h2.page_title {
	margin-bottom: 20px;
	font-size: 2em;
	color: #000;
}

.calendar .post,
.bio .post,
.blog .post,
.products .entry {
	margin: 15px 0px;
}

/* Calendar Page
------------------------------------------------------------------------------*/
.calendar .post {
	margin-left:5%;
}

/* Photos Page
------------------------------------------------------------------------------*/

.photo #content .entry li.post {
	list-style-type:none;
	float:left;
	margin: 10px;
}

.photo .entry .post:hover img {
	width:110px;
	height:110px;
}

.photo #content .entry li.post:hover {
	display: inline-block;
	margin: 5px;
}

.instagram_gallery.entry {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	padding-bottom: 15px;
}

/* Products Page
------------------------------------------------------------------------------*/
.products .entry_content {
	margin-left:20px;
}
.products .link_list {
	margin-left:20px;
}

img.products_img {
	max-width: 325px;
	width: 100%;
	padding-bottom: 10px;
}

.products .entry {
	max-width: 350px;
	display: inline-block;
	vertical-align: top;
	padding: 5px;
	margin:0px 5px;
}

.products h3 {
	line-height: 1.25em;
}

.products .entry_title .prod_attribute {
	text-transform: none;
}

/* Press Page
------------------------------------------------------------------------------*/
.press .entry_content {
	margin-left:20px;
}

/* Widgets
------------------------------------------------------------------------------*/
.widget_container h1, .widget_container h2,
.widget_container h3, .widget_container h4,
.widget_container h5, .widget_container h6 {
	text-transform: uppercase;
}

.widget_container h1 {
	font-size: 1.4em;
}

.widget_container h2 {
	font-size: 1.2em;
}

.widget_container h3 {
	font-size: 1.1em;
}

.widget_container h4,
.widget_container h5,
.widget_container h6 {
	font-size: 1.05em;
}

.widget_container h3 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	font-size: 1em;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 4px;
	text-transform: uppercase;
	font-size: 19px;
	margin-left: 9px;
}

.widget_content {
	font-size: .9em;
	margin: 0px 8px;
	padding: 10px;
}

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

.widget_content li a:hover {
	text-decoration: underline;
}

.widget_listbaby .widget_form h4 {
	margin-bottom: 10px;
}

.widget_form {
	padding-bottom: 15px;
	padding-right: 0;
}

.widget_form form input { 
	float: left;
	margin-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	width: 90%;
}

.widget_form form .submit { 
	border-radius:5px;
	cursor: pointer;
	float: left;
	font-size: .9em;
	letter-spacing: 1px;
	margin-right: 0; 
	margin-top: 1px;
	padding: 5px;
	text-align: center; 
	width: auto; 
	vertical-align: top; 
	margin-left:0px;
}

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

.tour_date {
	float: left;
	border-radius: 5px;
	width: 25%;
	text-transform: uppercase;
	text-align: center;
	background-color: #061366;
	color: #b2c4c3;
	margin: 0px 10px 0px 0px;
	padding: 5px;
}

.tour_location {
	padding: 5px;
}

.widget_calendar .widget_content ul li:hover .tour_date {
	background-color: #f28518;
}

/* General List */
.widget_calendar .widget_content ul,
div.jp-audio ul.jp-controls {
	padding-right: 5px;
	margin-left:0px;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:0px;
}

.widget_content ul li {
	font-size: .9em;
	margin-bottom: 5px;
}

.jp-controls img {
	width:12px;
	height:13px !important;
}

/* Social widget */
.widget_social a,
.widget_social a .social_media_icon_holder {
	height: 2em;
	width: 2.1em;
	cursor: pointer;
}

.social_media_icon {
	fill: #061366;
	cursor: pointer;
}
.social_media_icon:hover {
	fill: #f28518;
}

.social_media_link {
	position: relative;
	z-index: 1;
	display: inline-block;
	opacity: 1;
	padding: 3px 0px;

	-webkit-transition: opacity 0.5s ease-out;
	transition: opacity 0.5s ease-out;
}

.social_media_link>div>embed {
	z-index: 1;
	position: relative;
}

/* Footer
------------------------------------------------------------------------------*/
#footer {
	clear: both;
	padding-bottom: 10px;
	padding-top: 10px;
}

#widget_region_footer .widget_container {
	width: 31%;
	padding-bottom: 20px;
	padding-right: 10px;
	float: left;
	font-family: 'Libre Baskerville',serif;
	font-size: 12px;
	color: #000;
}

.audio.is_home #widget_region_footer .widget_container {
	width: 100%;
	float: none;
}

#footer_bottom {
	font-family: 'Libre Baskerville',serif;
	color: #000;
	clear: both;
	padding: 15px 0px;
	font-size: 0.75em;
	line-height: 1.25em;
	text-align: right;
}

/* Media queries
------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
	#header h1 {
		font-size: .9em;
	}
	#container {
		width:95%;
		margin:auto;
	}
	#content {
		margin:auto;
		float:none;
		padding-top:10px;
	}
	#content h2 {
		font-size: 1.75em;
	}
	#navigation ul li {
	font-size:.9em;
	}
	.page-wrap {
		width:95%;
	}
	.page-wrap-footer {
		width:99%;
	}
	#style_graphic {
		height:200px;
	}
	#footer #widget_region_footer .widget_container {
		width: 46%;
		margin-left:2%;
		margin-right:2%;
	}
	.audio.is_home .buy_album_links_wrapper {
		position: static;
		width: 40%;
		float: right;
		text-align: center;
		margin: 0px;
	}
	.buy_album_links_wrapper ul li a {
		padding: 2px 8px;
	}
	#widget_region_footer .widget_container {
		width: 45%;
	}
}

/* show tinynav */
@media screen and (max-width: 770px) {
	.tinynav { 
		cursor: pointer;
		background-color:transparent;
		background-image:none;
		display: block;
		height:25px;
		width:100%;
		float:left;
		z-index:2;
		opacity:0;
		margin: 0px;
	}

	.tinynav option {
		background-color: white;
		color: #000;
		font-family: 'Libre Baskerville',serif;
	}

	#navigation>ul {
		padding: 0px;
		width: 100%;
		margin: 0px;
	}


	#navigation {
		background-color:transparent;
		padding-bottom:5px;
	}

	.audio.is_home .row.nav_row {
		max-width: none;
	}

	.audio.is_home #navigation:hover .nav_list {
		width: 100%;
		display: none;
	}

	.colorfill {
		width: 100%;
		background-color: #f28518;
		color: #b2c4c3;
		z-index:-5;
		height:25px;
		position:absolute;
		text-align:center;
		font-family:'Libre Baskerville',serif;
		display:block;
		border-radius: 5px;
	}

	.colorfill p {
		height:25px;
		line-height:25px;
		font-weight:bold;
	}

	.menu {
		position:absolute;
		right:5px;
		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: #b2c4c3;
			line-height: 0;
			position: relative;
			vertical-align: middle;
			width: 0;
			margin: 8px auto;
			z-index:1;
		}

	.nav_list,
	#navigation .off_canvas_toggle,
	.audio.is_home #navigation .off_canvas_toggle { 
		display: none; 
	}
}

@media screen and (max-width: 750px) {
	#style_graphic {
		background-size:cover;
		height:150px;
		}
	#content .entry {
		font-size:.85em;
		line-height:1.25em;
		width: 90%;
	}
	#content #album-meta .album-meta-text h2 {
		line-height:1.1em;
		margin-bottom: 15px;
	}
	.photo #content .entry {
		width:100%;
	}
	.photo .entry ul li {
		margin: 10px;
	}
	#widget_region_footer .widget_container {
		width: 100%;
		margin:0px;
	}
}

@media screen and (max-width: 550px) {
	#album-meta h2.album-title,
	#album-meta .album-meta-text {
		text-align: left;
	}
}

@media screen and (max-width: 500px) {
	#comment_form {
		width:95%;
		margin:auto;
	}

	.entry {
		margin:auto;
	}

	.entry .contact_form_instructions,
	.entry .contact_form_label {
		width:100%;
	}

	#content h2,
	#content h3,
	#content h4,
	#content h5,
	#content h6 {
		font-weight: bold;
		margin-bottom: 5px;
	}

	#content h2 {
		font-size: 1.25em;
	}
	#content h3 {
		font-size: 1.1em;
	}
	#content h4,
	#content h5,
	#content h6 {
		font-size: 1em;
	}

	#comment_form ul,
	#comment_form input[type="text"],
	#comment_form textarea {
		width:95%;
		margin: 0px;
	}

	#content #comment_form ul li {
		margin-left: 15px;
	}

	ul.listbaby_fields {
		margin: 0px;
		padding: 0px;
	}

	ul.listbaby_fields li input,
	ul.listbaby_fields li select,
	ul.listbaby_fields li input[type="submit"] {
		width: 100%;
	}

	div.lb_error {
		left: 0px;
		width: auto;
	}

	.audio.is_home #nav_wrapper {
		position: relative;
	}

	.audio.is_home #footer #widget_region_footer {
		width: auto;
	}

	#header h1 {
		font-size: .6em;
	}

	#style_graphic {
		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;
	}
	.entry .spacer_20px {
		display:none !important;
	}
	#recaptcha_table,
	#recaptcha_area { width:216px!important;}
	#recaptcha_widget_div { 
		border-color: #061366;
		border-width:2px;
		border-style:solid;
		overflow:hidden; 
		background:white;
		padding:5px; 
	} 
	.recaptchatable #recaptcha_image,
	.recaptchatable #recaptcha_image img {
		width: 220px;
	} 
	.recaptchatable .recaptcha_image_cell {
		width:220px;
	}
	.page-wrap-footer {
		width:95%;
	}
	

	.audio.is_home #album-wrapper.album-wrapper,
	.audio.is_home .meta-track-notes-holder {
		margin: 0px;
		width: 100%;
	}
	.audio .buy_album_links_wrapper,
	.audio.is_home .buy_album_links_wrapper,
	.buy_album_links_wrapper ul {
		width: 100%;
		float: none;
		clear: both;
		padding: 0px;
		margin: 0px;
	}

	.audio.is_home .buy_album_links_wrapper a {
		display: block;
		margin: auto;
		width: 90%;
	}

	#site_title_block h1 a {
		font-size: 1.8em;
		line-height: 1em;
	}

	#album-meta .album-cover {
		padding: 5px 0px;
		margin: auto;
		float: none;
		width: 100%;
	}

	#content .buy_album_links_wrapper ul li a {
		margin: auto;
		width: 90%;
	}

	body {
		padding: 5px;
	}

	.audio.is_home .row.title_row, 
	.audio.is_home .row.nav_row {
		max-width: none;
	}

	.products .entry {
		max-width: none;
	}
}

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

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

/* In-page audio player styling  */

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

/* Breadcrumb styling */

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

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

#breadcrumbs-wrapper #breadcrumbs li a:hover {
	color: #bcf2b3;
}
/* 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;
}
