/*

		theme name - Unity
		design - Unity Studios
		html/css - Xhtmlized
		cleaner - jbritton@hostbaby.com
		Created - 10/7/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; 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; }

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

body { 
	background-attachment: fixed;
	background-color: #091405;
	background-image: url(none);
	background-position: left top;
	background-repeat: repeat;
	color: #999; 
	font-family: 'Walter Turncoat',sans-serif; 
	font-size: 14px;
}

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

input[type="submit"],
input[type="reset"] {
	border: none;
	color: #333;
	font-weight: bold;
	padding: 3px;
	text-transform: uppercase;
}

a, a:visited { 
	color: #9dd426; 
	text-decoration: none; 
}

a:hover, a:active { 
	color: #ff9900; 
	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;
}


/* Doc styling
----------------------------------------------------------------------------------------------------*/
#top_color_bars {
	background-image: url(../images/color_bars.jpg);
	background-position: top left;
	background-repeat: repeat-x;
}

#header {
}

#site_title {
	background-image: url(none);
	background-repeat: repeat-x;
	padding-top: 15px;
	visibility: visible;
}

#site_title h1 {
	font-family: 'Cabin Sketch',sans-serif;
	font-size: 4em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

#site_title span {

}

#site_title h1 span a {
	color: #9dd426;
}

#site_title h1 span a:hover {
	color: #ff9900;
	text-decoration: underline;
}

#header_widget_region {
	text-transform: uppercase;
}

#header_widget_region label {
	font-weight: normal;
}

#header_widget_region input[type="text"] {
	color: #333;
	float: left;
	text-transform: uppercase;
	width: 75%;
}

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

#header_widget_region>.widget_container {
	margin-top: 25px;
}

.widget_container h3 {
	background-color: #9dd426;
	background-image: url(../images/h3_bg_star.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	color: #ffffff;
	font-family: 'Walter Turncoat',sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 5px;
	text-transform: capitalize;
}

#navigation {
	border: 1px solid #666;
	border-left: none;
	border-right: none;
	font-family: 'Walter Turncoat',sans-serif;
	font-size: .75em;
	margin-bottom: 25px;
}

#navigation ul {
	text-align: center;
}

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

#navigation ul li a {
	background-color: transparent;
	color: #ffffff;
	display: inline-block;
	padding: 9px 3px 8px;
	height: auto;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation>ul>li.current>a,
#navigation>ul>li>a:hover {
	background-color: #00ccff;
	color: #ffff00;
	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: #00ccff;
	display: none;
	left: 0;
	padding: 0px;
	position: absolute;
	top: 30px;
	width: auto;
	z-index: 9999;
}

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

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

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

#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: url(../images/nav_hover_star.png);
	background-position: center left;
	background-repeat: no-repeat;
}


#banner_image {
	background-image: url('/img/baldy600x360.jpg');
	background-repeat: no-repeat;
	border: 10px solid #fff;
	height: 360px;
	margin-bottom: 20px;
}

#content {
	background-color: #ffffff;
	background-image: url(../images/content_bg_star.png);
	background-repeat: no-repeat;
	border: 1px solid #333;
}

.entry {
	margin-bottom: 20px;
	padding: 20px 20px 0px 20px;
}

#content h2#past_header,
#content h2#future_header {
	margin-bottom:0;
	margin-left:10px;
	margin-top:10px;
	padding-bottom:0;
}

#content h2,
.calendar #content h3 {
	background-color: #ffdd00;
	color: #757575;
	font-family: 'Bangers',sans-serif;
	font-size: 2.05em;
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: capitalize;
}

#content .calendar_post .venue,
#content .calendar_post .event_title_time {
	font-weight: bold;
}

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

.entry_author,
.entry_date,
.entry_comments {
	float: left;
	font-size: .8em;
	margin-right: 10px;
}

.entry_content {
	display: inline-block;
	max-width: 100%;
}

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

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

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

#comment_form {
	margin-bottom: 25px;
}

#comment_form ul {
	margin: 0px auto;
	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 {
	width: 100%;
}

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

ul.audio_tracks {
	clear: both;
	float: none;
	margin-bottom: 10px;
}

.audio_entry p {
	clear: both;
}

body.audio #content h2 {
	margin-bottom: 5px;
}

body.audio .entry {
	padding: 2px 20px;
}

.photo_gallery ul {
	margin-left: 10px;
}

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

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 {
	background-color: transparent;
}

.widget_container {
	margin-bottom: 20px;
}

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

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

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

.widget_content {
	color: #fffffc;
	padding: 10px;
}

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

.widget_calendar ul li {
	cursor: pointer;
}

.widget_listbaby.widget_container label {
	display: block;
	margin: 3px 0;
}

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

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

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

#footer {
	background-color: #660166;
	margin: 20px 0px 30px;
	text-align: center;
}

#footer p {
	color: #1bf581;
	font-weight: normal;
	text-transform: lowercase;
}

/* 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;
}
*:first-child+html .entry_meta {
    float: none;
    width: 100%;
}
*:first-child+html .entry_content {
    float: none;
    width: 100%;
}

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

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

.pause_button_icon,
.play_button_icon {
	fill:#9dd426;
}

/* Breadcrumb styling */

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

#breadcrumbs-wrapper #breadcrumbs li a {
	color: #9dd426;
	text-decoration: none;
}

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

/* Instagram Styles */

.instagram_gallery.entry {
	border-bottom-color: #000000;
	padding-bottom:5px;
}

.ig_info p {
	margin-bottom: 3px !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;
}
