/*

	Licorice candy used to be Double Sided
		design - Discmakers
		html/css - Xhtmlized
		cleansing - Jason Britton
		jbritton@hostbaby.com
		Created - 11/23/2010
		Updated - 2/07/2011 Jerome
*/


/* 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: #ffffff;
	background-image: url(none);
	background-position: center top;
	background-repeat: no-repeat;
	color: #464848;
	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, select { font-family: Arial, Helvetica, sans-serif; }

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

a:hover, a:active {
	color: #0f0000;
	text-decoration: underline;
}

ul#accessibility_nav {
	display: 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.
----------------------------------------------------------------------------------------------------*/
.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
 * http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

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

/* Layout
------------------------------------------------------------------------------*/
#header {
	background-color: transparent;
	background-image: url('/img/banner2.jpg');
	background-repeat: no-repeat;
	padding-top: 20px;
}

#header h1 {
	float: left;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 4em;
	font-style: normal;
	font-weight: bold;
	padding: 0px 0px 10px 10px;
	text-transform: none;
}

#header h1 span {
	visibility: hidden;
}

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

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

/* Navigation
------------------------------------------------------------------------------*/
#navigation {
	border-bottom: 1px dashed #231f20;
	margin-bottom: 15px;
}

#navigation ul {
	float: left;
}

#navigation ul li {
	float: left;
	position: relative;
}

#navigation ul li a {
	border-bottom: 4px solid #fff;
	color: #000000;
	display: block;
	font-family: Helvetica,Trebuchet MS,Sans-Serif;
	font-size: 1.1em;
	font-weight: bold;
	padding-right: 13px;
	padding-top: 15px;
	padding-bottom: 11px;
	text-decoration: none;
	text-transform: lowercase;
}

#navigation ul li.last a {
	padding-right: 0;
}

#navigation ul li a:hover {
	border-bottom-style: solid;
	border-bottom-width: 4px;
	border-bottom-color: #000000;
	color: #000000;
	text-decoration: none;
}

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

#navigation ul li ul {
	background-color: #000000;
	display: none;
	left: 0;
	position: absolute;
	top: 50;
	z-index: 9999;
}

#navigation ul li ul li {
	float: none;
	display: inline;
}

#navigation ul li ul li a {
	border: 0;
	color: #ffffff;
	display: block;
	float: none;
	padding: 7px 10px;
	text-decoration: none;
	text-transform: lowercase;
	width: 100px;
}

#navigation ul li ul li a:hover {
	border: 0;
	color: #eeeeee;;
}

/* Widgets
------------------------------------------------------------------------------*/
#widget_region_left_sidebar {
	background-color: #fff;
	border-bottom: 1px dashed #231f20;
	margin-bottom: 20px;
	padding: 15px 0px 40px;
}

.widget_container {
	background-color: #ffffff;
	float: left;
	margin: 0px 30px 30px 0px;
	width: 360px;
  word-wrap: break-word;  /* Limited browser support */
}

.widget_container h3 {
	background-color: #ffffff;
	border-bottom: 1px dashed #231f20;
	color: #000000;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 1.8em;
	font-weight: normal;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-transform: lowercase;
}

/* generic list */
.widget_container ul li {
	padding: 5px;
}

.widget_container ul li.odd {
	background-color: transparent;
}

/* Calendar */
.widget_calendar li {
	cursor: pointer;
}

.tour_date {
	display: inline;
	font-weight: bold;
	float: left;
	width: 30%;
}

.tour_location {
	float: left;
	width: 70%;
	display: inline;
	font-size: .9em;
}
#content #future_header,
#content #past_header {
	border-bottom: none;
	font-size: 2em;
}

.calendar_post .details .notes p {
	padding: 0px !important;
}
.calendar_post .date {
	background-color: transparent;
	border-bottom: 1px dashed #231f20;
	color: #000000;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 2.6em;
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: lowercase;
}
.calendar_post .venue {
	padding-left: 5px;
}
.calendar_post .venue,
.calendar_post .event_title_time {
	font-weight: bold;
}

/* Banner Image
------------------------------------------------------------------------------*/
#banner_image {
	background-image: url('/img/TechyWebFront2.jpg');
	background-repeat: no-repeat;
	border-bottom: 1px dashed #231F20;
	height: 340px;
	margin-bottom: 20px;
	padding-bottom: 20px;
}


/* Content
------------------------------------------------------------------------------*/
#main {
	float: left;
}

#content {
	background-color: #FFFFFF;
}

#content h2 {
	background-color: transparent;
	border-bottom: 1px dashed #231f20;
	color: #000000;
	font-family: Arial,Helvetica,Sans-Serif;
	font-size: 2.6em;
	font-weight: normal;
	margin-bottom: 20px;
	padding: 0px 5px 5px 5px;
	text-transform: lowercase;
}

.entry_meta {
	display: block;
	margin-bottom: 15px;
}

.entry_artist,
.entry_author,
.entry_comments,
.entry_date,
.entry_source {
	display: inline;
}

span.entry_author {
	display: inline;
	font-weight: bold;
}

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

.entry {
	margin-bottom: 25px;
}

#content p {
	color: #000000;
	line-height: 1.4em;
	margin-bottom: 15px;
	padding: 0px 5px 0px 5px;
}

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

#content a {
	font-weight: bold;
}

#content a:hover {
	text-decoration: underline;
}

h2#future_header,
h2#past_header {
	font-size: 2em;
	border: none;
}

h2#past_header {
	margin-top: 40px;
}

h3,
.details,
.read_more,
.blog .entry_author {
	padding-left: 5px;
}

#content .calendar_post .entry h2 a[name],
#content .calendar_post .entry h2 a[name]:visited,
#content .calendar_post .entry h2 a[name]:hover {
	color: inherit;
	text-decoration: none;
}

.audio_details {
	margin-bottom: 10px;
	padding-left: 5px;
}

ul.audio_tracks {
	margin-bottom: 15px;
}

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

.comment_name {
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
}

.comment_body {
	margin-bottom: 15px;
}

#contact_message h2,
#comment_errors {
	border: 2px dashed;
	margin: 20px;
	padding: 10px;
}

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

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

#comment_form ul li {
	float: left;
	margin-bottom: 10px;
	width: 400px;
}

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

#listbaby input[type="input"],
#comment_form input[type="text"],
#listbaby input[type="submit"],
#comment_form input[type="submit"],
#comment_form textarea {
	border-style: solid;
	border-width: 2px;
}

#listbaby input[type="input"],
#comment_form input[type="text"],
#listbaby input[type="submit"],
#comment_form input[type="submit"],
#comment_form textarea,
#comment_errors {
	border-color: #000000;
}

#listbaby input[type="input"] {
	margin-bottom: 10px;
	width: 100%;
}

#comment_form input[type="text"] {
	padding: 5px;
	height: 16px;
	width: 382px;
}

#comment_form textarea {
	padding: 5px;
	height: 161px;
	width: 382px;
	overflow: auto;
}

#listbaby input[type="submit"] {
	background-color: #fff;
}

#comment_form input[type="submit"] {
	background: #fff;
	font-weight: bold;
	padding: 5px;
}

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: #444444;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #000000;
}

#footer p {
	color: #ffffff;
	font-weight: bold;
	margin-top: 5px;
	padding-bottom: 2px;
	text-align: center;
	text-transform: uppercase;
}

/* Email sign up
------------------------------------------------------------------------------*/
#email-signup {
	float: left;
	margin-right: 50px;
	width: 140px;
}

#email-signup h3 {
	margin-bottom: 15px;
	padding-bottom: 15px;
	width: 140px;
}

#email-signup form {
	float: left;
	margin-bottom: 10px;
}

#email-signup form label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	text-transform: uppercase;
}

#email-signup form .text {
	border: 2px solid #ff489e;
	margin-bottom: 5px;
	padding: 1px;
	width: 124px;
}

.icons {
	width: 95px;
}

.icons a {
	background-image: url(../images/icons.gif);
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 45px;
	margin-right: 1px;
	margin-bottom: 1px;
	text-indent: -9999px;
	width: 46px;
}

.icons a.myspace {
	background-position: 0 -46px;
}

.icons a.twitter {
	background-position: 0 -92px;
}

.icons a.email {
	background-position: 0 -138px;
}

#email-signup ul li {
	width: 140px;
}


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

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

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

/* Breadcrumb styling */

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

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

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

/* Instagram Styles */

.instagram_gallery.entry {
	border-bottom-color: #000000;
	margin-bottom:15px;
}
/* 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;
}
