/*
	Reform School - Bed n' Breakfast
		design - Stacy Bias
		html/css - Jason Britton
		stacy@stacybias.net
		created - 11/30/2010
		updated - 11/30/2010

    Colors used:
    White: #FFFFFF
    Mint: #c4e1d9
    Wintergreen: #2c4c43
    Slate: #111111

*/

/* 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; font-size: 100%; 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_nav, .hide { 
	position: absolute; 
	top: -999em; 
	left: -999em; 
	height: 1px; 
	width: 1px; 
}

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

body { 
	background-attachment: scroll;
	background-color: #ffffff;
	background-image: url('/img/Ignescent_2015Background_2.jpg');
	background-position: center top;
	background-repeat: repeat;
	color: #111111;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 12px;
}

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 { 
	border: 1px solid #c4e1d9;
}

input[type="submit"] {
	background-color: #c4e1d9;
	border: none;
	color: #2c4c43;
	font-weight: bold;
	padding: 5px;
	text-transform: uppercase;
}

a:not(.ig_follow) {
	color: #ffffff;
	font-weight: bold;
	padding: 2px 3px;
	text-decoration: underline;
}

a:hover:not(.ig_follow):not(.image-link), a:active:not(.ig_follow):not(.image-link){
	background-color: #ffffff;
	color: #522586;
	text-decoration: underline;
}

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

/* Site Structures and stuffs
----------------------------------------------------------------------------------------------------*/
#header {
	border-bottom: 3px solid;
	border-bottom-color: #ffffff;
	margin-bottom: 10px;
	min-height: 100px;
}

#header h1 {
	background-image: url('/img/160629_Ignescent_WebsiteBanner_Top.jpg');
	background-repeat: no-repeat;
	height: 100px;
	font-family: 'Molengo',sans-serif;
	font-size: 2.5em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

#header h1 span {
	visibility: hidden;
}

#header h1 span a {
	color: #ffffff;
}

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

/* Banner Image
------------------------------------------------------------------------------*/
#banner_image {
	background-image: url('/img/160629_Ignescent_WebsiteBanner_Bottom.jpg');
	background-repeat: repeat-y;
	min-height: 200px;
}


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

#navigation ul {
	background-color: #522586;
	text-align: center;
}

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

#navigation ul li a {
	color: #ffffff;
	display: inline-block;
	font-family: 'Molengo',sans-serif;
	height: auto;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation ul li a:hover {
	background-color: #ffffff;
	color: #ffffff;
	text-decoration: none;
}

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

#navigation li:hover {
}

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

#navigation ul li ul {
	background-color: #c4e1d9;
	border: 3px solid #c4e1d9;
	display: none;
	left: 0;
  margin-top: -6px;
	padding: 0px;
	position: absolute;
	top: 30px;
	width: auto;
	z-index: 9999;
	text-align: left;
}

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

#navigation ul li ul li {
	float: none;
	text-align: left;
}

#navigation ul li ul li a {
	text-transform: none;
	float: none;
	font-size: 1em;
	padding-left: 30px;
	min-width: 100px;
}

#navigation ul li ul li:hover a {
}

#content_container {
	background: transparent;
	padding: 20px 0px;
}

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

#content h2,
#content .calendar_post .date {
	background-color: transparent;
	color: #ffffff;
	font-family: 'Molengo',sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 10px;
	padding-top: 10px;
  padding-bottom: 10px;
	text-transform: uppercase;
}

.entry h2 a:hover {
}

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

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

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

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

.entry_content {
	clear: both;
}

/* Page Specific
------------------------------------------------------------------------------*/
.audio_entry .entry_author,
.press_page .entry_author {
	font-weight: bold;
	margin: 0px;
}
/* Guestbook */
.guestbook_post .entry_author {
	font-weight: bold;
}
/* Gig Calendar */
#future_header,
#past_header {
	background-color: transparent;
	border-bottom: 1px solid #111111;
	margin-bottom: 30px;
	padding: 0px;
}
.calendar_post .date a {
	padding: 0px;
	margin: 0px;
}
#past_header {
	margin-top: 30px;
}
#content .calendar_post h2 a[name],
#content .calendar_post h2 a[name]:visited,
#content .calendar_post h2 a[name]:hover {
	color: inherit;
	background-color: inherit;
	padding: 0;
	text-decoration: none;
}
.calendar_post .venue,
.calendar_post .event_title_time {
	font-weight: bold;
}

/* Music Page */
.audio_details {
	display: inline-block;
	margin-bottom: 10px;
}
ul.audio_tracks {
	clear: both;
	margin-bottom: 10px;
}
/* Photo Gallery */
.photo_gallery ul li {
	display: inline-block;
	margin: 0px 9px 20px 4px;
}
/* Forms */
.comment {
	margin-bottom: 20px;
}
#contact_message h2,
#comment_errors {
	border: 1px solid #2f586e;
	margin: 10px 20px 20px;
	padding: 10px;
}
#comment_errors p {
	margin: 0px;
	text-align: center;
}
#comment_form {
	margin: 20px auto 0px;
	margin-bottom: 25px;
	width: 400px;
}
#comment_form ul li {
	margin-bottom: 10px;
}
#comment_form ul li label {
	width: 100%;
}
#comment_form ul li input,
#comment_form ul li textarea {
	padding: 3px;
	width: 400px;
}
#comment_form input[type="submit"] {
	width: inherit;
}

/* Widgets
------------------------------------------------------------------------------*/
.widget_container {
	background-color: transparent;
	margin-bottom: 20px;
}

.widget_container h3 {
	background-color: #522586;
	color: #ffffff;
	font-family: 'Molengo',sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px 10px;
	text-transform: none;
}

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

.widget_content {
	padding: 10px;
}

.widget_container ul li {
	margin-bottom: 10px;
}

.widget_calendar ul li {
	cursor: pointer;
}

#email_signup.widget_container input[type="text"] {
	padding: 3px;
	vertical-align: text-bottom;
	width: 70%;
}

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

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

.tour_location {
	float: left;
	width: 75%;
}

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

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


/* Footer
------------------------------------------------------------------------------*/
#footer {
	background-color: transparent;
	clear: both;
}

#footer p {
	color: #ffffff;
	font-weight: normal;
	padding: 10px;
	text-align: center;
	text-transform: uppercase;
}

/* 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: #ffffff;
color: #ffffff;
}

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

/* Audio page views */
#album-wrapper .album-title,
#track_fullview #track_meta_row h2.title {
	background: none;
	color: #ffffff;
	font-weight: normal;
}

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

.audio {
	color: #ffffff;
}

#track_fullview #track_meta_row a:hover, 
#track-list li a:hover,
.audio #album-meta a:hover {
	background-color: #ffffff;
}

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

.album-purchase ul {
	top: 28px;
}

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

.audio #album-meta .album-purchase,
.audio #album-meta .album-purchase ul,
.audio #album-meta .album-purchase ul li a,
.audio #album-meta .album-purchase ul a:hover {
	background-color: #c4e1d9;
	color: #2c4c43;
	text-decoration:none;
}

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

.audio #track_meta_row h2.title, 
.audio #album-meta h2.album-title {
	background-color: transparent;
}

/* Breadcrumb styling */

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

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

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

/* Instagram Styles */

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

.ig_follow {
	background-color: #c4e1d9;
	border: none;
	color: #2c4c43;
	font-weight: bold;
	text-decoration:none;
}
/* 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;
}
