/*

	City - Header Widgets
		design/html/css - Jason Britton
		developers@hostbaby.com
		3/30/2011 - 4/4/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; }

section, article, header,
footer, nav, aside, hgroup {
	display: block;
}

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

#accessibility_nav {
	position: absolute;
	top: -999em;
	left: -999em;
	height: 1px;
	width: 1px;
}

body {
	background-attachment: fixed;
	background-color: #c0c0c0;
	background-image: url('../images/body_bg.jpg');
	background-position: left top;
	background-repeat: no-repeat;
	font-family: 'Special Elite',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; }

input, textarea, select { font-family: Arial, Helvetica, sans-serif; }

textarea {
	resize: none;
}

a, a:visited {
	cursor: pointer;
	text-decoration: none;
}

a:hover, a:active {
	text-decoration: none;
}

.widget_container input[type="text"],
#main input[type="text"],
textarea {
	background-color: #ffffff;
	color: #333333;
}

select,
.widget_container input[type="text"],
#main input[type="text"],
textarea {
	border-color: #000000;
	border-style: solid !important;
	border-width: 1px;
}

input[type="submit"] {
	background-color: #cfccc4;
	border-color: #bebbb4;
	border-style: solid;
	border-width: 1px;
	color: #333333;
}

input[type="reset"] {
	background-color: #ff1f1c !important;
	color: #fff !important;
	padding: 6px 15px !important;
}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/

	Licensed under GPL and MIT.

/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

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


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


/* Header
----------------------------------------------------------------------------------------------------*/

#banner_image {
	background-image: url('/img/Yes_-_it_IS_awesome._Thank_you__Flickr_-_Photo_Sharing-1.png');
	background-repeat: no-repeat;
	height: 340px;
}

#site_title {
	background-color: #aaaaaa;
	background-image: url('');
	background-repeat: no-repeat;
	border-top-color: #80164f;
	border-top-style: solid;
	border-top-width: 5px;
	padding: 10px 20px;
}

#site_title h1 {
	font-family: 'Rock Salt',serif;
	font-size: 2.4em;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
}

#site_title h1 span {
	visibility: visible;
}

#site_title h1 span a {
	color: #80164f;
}

#site_title h1 span a:hover {
	color: #000000;
}

/* Widgets */
#widget_region_header {
	background-color: #999199;
	float: left;
	padding-top: 10px;
}

.widget_container h3 {
	background: #856885;
	color: #ffffff;
	font-family: 'Rock Salt',serif;
	font-size: 1.2em;
	font-weight: bold;
	padding: 5px;
	text-transform: capitalize;
}

.widget_content {
	color: #211f21;
	font-size: 0.85em;
	padding: 10px;
}

.widget_content a,
.widget_content a:visited {
	color: #111111;
}

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

.widget_content li {
	display: inline-block;
}

.widget_listbaby {
	text-align: center;
}

.widget_listbaby h3,
.widget_listbaby label {
	text-align: left;
}


.widget_listbaby label {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 10px;
	text-transform: uppercase;
}

.widget_listbaby input[type="text"] {
	margin-right: 10px;
	padding: 6px 5px;
	width: 70%;
}

.widget_listbaby input[type="submit"] {
	font-family: Georgia,Times New Roman, Serif;
	font-style: italic;
	font-weight: bold;
	padding: 4px 5px;
	text-transform: lowercase;
	width: 44px;
}

.widget_content a {
	font-weight: bold;
}

.widget_calendar a:hover {
	text-decoration: underline;
}

.widget_calendar acronym,
.widget_calendar span {
	display: block;
	float: left;
}

.widget_calendar acronym {
	border: none;
	cursor: default;
	text-align: left;
	width: 60px;
}

.widget_calendar span {
	margin-left: 10px;
}

.widget_calendar .tour_location {
	width: 110px;
}

.widget_calendar .tour_city {
	width: 90px;
}

.widget_calendar ul li {
	cursor: pointer;
}

/* Content
----------------------------------------------------------------------------------------------------*/

#main {
	background-color: #ffffff;
	float: left;
	padding: 15px 0px;
}

.entry {
	margin-bottom: 20px;
}

.entry a,
.entry a:visited {
	color: #993333;
}

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

.entry h2,
h2#comment_title,
#comment_form h2,
h2#future_header,
h2#past_header {
	background-color: transparent;
	color: #333333;
	font-family: 'Rock Salt',serif;
	font-size: 1.8em;
	font-weight: bold;
	margin-bottom: 10px;
	text-transform: uppercase;
}

h2#future_header,
h2#past_header {
	margin-bottom: 20px;
	text-align: center;
}

/** anchors on calendar pages -hawk/rutabaga/jeebak **/
.calendar_post h2 a,
.calendar_post h2 a:hover,
.calendar_post h2 a:active {
	background: inherit;
	color: inherit;
	cursor: default;
}

.entry h2 {
	clear: both;
	display: block;
}

.entry h2,
.entry h2 a {
	color: #333333;
}

.entry_meta {
	margin-bottom: 10px;
}

.entry_meta span {
	margin-right: 10px;
}

.entry_content {
	color: #333333;
	font-size: 0.95em;
	text-align: left;
}

.entry_content a {
	font-weight: bold;
}

.entry_content p {
	padding-bottom: 15px;
}

a.blog_rss_feed{
	color: #f70;
}

#comment_errors {
	border: 1px solid #f00;
	margin: 20px;
	padding: 20px;
}

#comment_errors {
	font-weight: bold;
	text-align: center;
}

#entry_comments {
	margin: 0px 20px 40px;
}

#entry_comments .entry footer {
	font-weight: bold;
	margin-bottom: 5px;
}

.comment_name,
.comment_date {
	float: left;
	margin-right: 5px;
}

.comment_name {
	font-weight: bold;
}

.comment_body p {
	margin: 10px 0px;
}

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

#comment_form ul li {
	margin-bottom: 10px;
}

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

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

#comment_form select {
	padding: 4px;
	width: 394px;
}

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

#comment_form input[type="submit"],
#comment_form input[type="reset"] {
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 4px;
	padding: 5px 15px 5px 15px;
	text-transform: uppercase;
}

.audio_details {
	margin-bottom: 10px;
}

.audio_details span {
	margin-right: 10px;
}

ul.audio_tracks li {
	margin-bottom: 5px;
}

.audio_details .entry_author {
	font-weight: bold;
}

.audio_lyrics {
	margin: 20px 20px 0px;
}

.photo_gallery ul {
	margin: 0px 43px;
}

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

.press_page header {
	margin-bottom: 10px;
}

#store .entry_content {
	margin-bottom: 15px;
}

.link_list dt {
	font-weight: bold;
	margin-bottom: 10px;
}

.link_list dd {
	margin-bottom: 20px;
}

.company_name {
	font-weight: bold;
}


/* Navigation
----------------------------------------------------------------------------------------------------*/

nav ul li {
	background-color: #856885;
	margin-bottom: 10px;
}

nav ul li a {
	color: #ffffff;
	display: block;
	font-family: 'Rock Salt',serif;
	font-size: 1.3em;
	font-weight: bold;
	padding: 10px 10px 10px 30px;
	text-decoration: none;
	text-transform: uppercase;
}

nav ul li.current,
nav ul li.current a,
nav ul li a:hover {
	background-color: #000000;
	color: #f29d27;
	text-decoration: none;
}

nav ul li:hover ul {
	display: block;
}

nav ul ul {
	background-color: #997699;
	border-color: #333333;
	border-style: solid;
	border-width: 5px;
	display: none;
	right: 140px;
	position: absolute;
	width: 100%;
}

nav ul ul li:last-child {
	margin-bottom: 0px;
}

nav ul ul li a {
}

nav ul ul li a:hover {
	background-color: #80164f;
	color: #f29d27;
}


/* Footer
----------------------------------------------------------------------------------------------------*/
footer#footer {
	background-color: #777777;
	border-top-color: #80164f;
	border-top-style: solid;
	border-top-width: 5px;
	clear: both;
	margin-bottom: 30px;
}

footer#footer p {
	color: #333333;
	font-weight: normal;
	padding: 20px 20px 50px;
	text-align: right;
	text-transform: lowercase;
}


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

#pagination .pagination_element.pagination_current {
color: #333333;
}
/* 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;
}

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

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