/*

	Zen Garden - Left Sidebar
		design/html/css - Jason Britton
		jbritton@hostbaby.com
		1/26/2011

/* 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
----------------------------------------------------------------------------------------------------*/
.container {
	-moz-box-shadow: 0px 5px 10px #000000;
	-webkit-box-shadow: 0px 5px 10px #000000;
	box-shadow: 0px 5px 10px #000000;
}

body { 
	background-attachment: fixed;
	background-color: #91963b;
	background-image: url('../images/top_back.jpg');
	background-position: center top;
	background-repeat: repeat-x;
	color: #666666; 
	font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}

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

input, textarea {
	border: 1px solid #2f586e;
}

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

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

/* Layout
----------------------------------------------------------------------------------------------------*/
#header {
	background-color: #808835;
	display: inline-block;
	width: 100%;
}

#header h1 {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	margin: 10px;
	text-transform: uppercase;
	visibility: visible;
}

#header h1 span {
	background-image: url('http://larrycoryell.net/themes/zen_garden/css/style.css');
	background-repeat: no-repeat;
}

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

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


/* Navigation
------------------------------------------------------------------------------*/
/* First Level Menu Container
*********************************/
#navigation {
	margin: 0;
	width: 960px;
}
#navigation>ul {
  background-attachment: inherit;
	background-color: #f5f5f5;
	background-image: url('../images/nav_bg.jpg');
	background-position: top left;
	background-repeat: repeat-x;
	height: 40px;
	list-style: inherit;
	margin: 0;
	padding: 0;
	text-align: center;
	width: 960px;
}
/* First Level Menu Item
*********************************/
#navigation>ul>li {
    display: inline-block;
    position: relative; /* keeps the subnav in the right spot. */
}
#navigation>ul>li>a {
	color: #666666;
	display: block;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.16em;
	font-weight: bold;
	padding: 10px 5px 8px 5px;
	text-decoration: none;
	text-transform: none;
}
/* First Level Menu Item
   +--------------------- Behaviors */
#navigation>ul>li>a:hover,
#navigation>ul>li.current>a,
#navigation>ul>li>ul>li>a:hover,
#navigation>ul>li>ul>li.current>a {
    color: #999933;
    text-decoration: none;
}
/* Second Level Menu Container
*********************************/
#navigation>ul>li>ul {
    background-attachment: inherit;
    background-color: #e8e8e8;
    border-radius:  0px 0px 5px 5px;
    -moz-border-radius:  0px 0px 5px 5px;
    -webkit-border-radius:  0px 0px 5px 5px;
    margin: 0;
    padding: 0;
}
/* Second Level Menu Item
*********************************/
#navigation>ul>li>ul>li {
    line-height: 1.3;
		border-top: 1px solid #e1e1e1;
}
#navigation>ul>li>ul>li>a {
    color: #666;
    display: block;
    font-family: inherit;
    text-decoration: none;
    padding: 3px 7px 3px 7px;
    text-align: left;
    text-transform: none;
    width: 120px;
}

/* Utility
*********************************/
/* Pop up controls ------------ */
#navigation li:hover ul {display: block;}
#navigation li ul li {display: inline-block;}
#navigation ul li.active ul {display: block;}
#navigation ul li ul {
    display: none;
    position: absolute;
    z-index: 9999;
}



#top_fold {
	background-image: url(../images/top_fold_bg.jpg);
	background-repeat: no-repeat;
	height: 325px;
}

#widget_region_header {
	color: #fff;
	padding: 20px;
}

#widget_region_header h1,
#widget_region_header h2,
#widget_region_header h3,
#widget_region_header h4,
#widget_region_header h5,
#widget_region_header h6 {
	font-size: 1.5em;
	line-height: 2.6em;
}

#widget_region_header p {
	font-size: 1em;
	line-height: 1.6em;
}

#banner_image_bg {
	background-image: url(../images/banner_image_bg.png);
	background-repeat: no-repeat;
	height: 265px;
	margin-top: 10px;
	padding: 50px 0px 0px 30px;
}

#banner_image {
	background-image: url('../../../img/Larrygi_1.JPG');
	background-repeat: no-repeat;
	height: 250px;
	width: 450px;
}

#content_container {
	background: #e8e7e7;
	display: inline-block;
}

#content,
#widget_region_right_sidebar {
	padding: 20px;
}

.entry {
	margin-bottom: 30px;
}

#content h2 {
	background-color: transparent;
	color: #999933;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.56em;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: none;
}

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

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

.entry_content {
	clear: both;
	margin-bottom: 10px;
}

.entry_comments h2 {
	margin-bottom: 10px !important;
}

#content p {
	color: #666666;
	font-size: 1em;
	line-height: 1.65em;
	text-align: left;
}

.comment {
	margin-bottom: 10px;
}

#comment_form {
	display: block;
	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;
}

.widget_container {
	background-color: transparent;
	margin-bottom: 15px;
}

.widget_container h3 {
	background-color: transparent;
	color: #1a4d60;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 3px 5px;
	text-transform: none;
}

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

.widget_content {
	color: #666666;
	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;
}

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

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

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

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 {
	background-color: #91963b;
}

#widget_region_footer {
	-moz-box-shadow: 0px 0px 0px #000;
}

#footer_content p {
	color: #ffffff;
	font-weight: normal;
	padding: 5px;
	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;
}
*:first-child+html .entry_meta {

}
/* 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 #CBE8F0;
	height: 375px;
	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;
}

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

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

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

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