/*

	Blue Newsroom
		design/html/css - "Jason Britton"
		developers@hostbaby.com

		START DATE		END DATE
		3/14/2011 	- 	3/18/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 {
	position: absolute;
	left: -9999px;
}

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


/* General Styling
----------------------------------------------------------------------------------------------------*/

body {
	background-attachment: fixed;
	background-color: #193946;
	background-image: url('');
	background-position: left top;
	background-repeat: no-repeat;
	font-family: Arial,Helvetica,Sans-serif;
	font-size: 16px;
}

ul li {
	list-style-type: none;
}

ol li {
	list-style-type: lower-roman;
}

a:not(.ig_follow) {
	color: #64a1b3;
	text-decoration: none;
}

a:hover:not(.ig_follow) {
	color: #64a1b3;
	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;
}


/* Header, site title and banner image
----------------------------------------------------------------------------------------------------*/

header#branding {
	display: inline-block;
	margin-bottom: 20px;
}

#site_title {
	background-image: url('');
	background-repeat: no-repeat;
}

#site_title span {
	display: block;
	visibility: visible;
}

#site_title span h1 {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	bottom: 0;
	display: block;
	font-family: Helvetica,Arial,Sans-serif;
	font-size: 2em;
	font-style: normal;
	font-weight: bold;
	height: 20px;
	margin-top: 20px;
	text-transform: capitalize;
	white-space: nowrap;
	width: 60px;
}

#site_title span h1 a {
	color: #2696ad;
	text-decoration: none;
}

#site_title span h1 a:hover {
	color: #948888;
	text-decoration: none;
}

#banner_image {
	background-image: url('/img/NewBanner860450.jpg');
	background-repeat: repeat;
	height: 450px;
}


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

nav {
	margin: 20px 0;
}

nav ul li {
	display: inline-block;
	float: left;
}

nav ul.nav_list li a {
	color: #d4d2d5;
	font-family: Helvetica,Arial,Sans-serif;
	font-size: 1.125em;
	padding: 5px;
	text-decoration: none;
	text-transform: uppercase;
	margin: 10px 0;
}

nav ul.nav_list li a:hover {
	color: #d4d2d5;
	text-decoration: underline;
}

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

nav ul ul {
	-webkit-box-shadow: 0 6px 5px #333;
	-moz-box-shadow: 0 6px 5px #333;
	-o-box-shadow: 0 6px 5px #333;
	box-shadow: 0 6px 5px #333;
	background-color: #cfd0d2;
	display: none;
	margin-top: -5px;
	position: absolute;
	z-index: 1000;
}

nav ul ul li {
	display: block;
	padding: 10px;
	max-width: 150px;
}

nav ul.nav_list ul li a {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	color: #193946;
	display: block;
	text-decoration: none;
	margin: 0;
}

nav ul ul li a:hover {
	background-color: #ffffff;
	color: #64a1b3;
	display: block;
	text-decoration: none;
}


/* Main content area
----------------------------------------------------------------------------------------------------*/

#content {
	background-color: #cfd0d2;
}

.entry {
	width:580px;
	display: inline-block;
	padding: 10px 20px 20px;
}

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

.entry h2 {
	background-color: transparent;
	font-family: 'Oswald',sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: normal;
}

.audio .entry h2,
#blog .entry h2 {
	float: right;
	text-align: right;
	width: 500px;
}

#breadcrumbs-wrapper nav {
	margin: 20px 0 0 0;
}

#breadcrumbs-wrapper {
	margin: 0 20px;
}

.entry h3 {
	margin-bottom: 10px;
}

.press .entry_date {
	margin-bottom: 20px;
}

.widget_container h3,
.entry_date {
	color: #CFD0D2;
}

#content .entry_date {
	-webkit-box-shadow: 2px 2px 2px #666;
	-moz-box-shadow: 2px 2px 2px #666;
	-o-box-shadow: 2px 2px 2px #666;
	box-shadow: 2px 2px 2px #666;
	background-color: #948888;
	display: inline-block;
	left: -50px;
	min-width:80px;
	padding: 45px 5px 0;
	position: relative;
	top: 5px;
	width: auto;
}

.entry_date .month {
	font-size: 1.192em;
	text-transform: uppercase;
}

.entry_date .day {
	font-size: 3em;
	left: 5px;
	line-height: 45px;
	position: absolute;
	top: 3px;
}

.entry_date .year {
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
	display: block;
	position:absolute;
	right: -5px;
	top: 15px;
}

.entry_meta {
	float: right;
	margin-bottom: 20px;
	position: relative;
	top: -15px;
}

.audio .entry_title,
.audio .audio_details,
.blog .entry_title {
	float:right;
	width:450px;
}

.entry_author {
	float: right;
}

.press .entry_author,
.contact .entry h2 {
	float: none;
}

.contact .entry header {
	margin-bottom: 15px;
}

.contact ul.contact_info li {
	margin-left: 20px;
}

.contact .entry h2 {
	margin-bottom: 5px;
	text-align: left;
}

.entry_content {
	color: #111111;
	float: left;
	line-height: 1.7em;
	margin-top: 20px;
	max-width: 100%;
}

body:not(.photo) .entry_content {
	text-align: justify;
	font-size: 0.7em;
}

.entry_content p {
	margin-bottom: 20px;
	text-align: justify;
}

a.blog_rss_feed {
	display: block;
	margin: 10px;
}

.entry_content dl,
.entry_content ol,
.entry_content ul {
	clear: both;
	margin-bottom: 20px;
}

.entry_content li {
	margin: 0 0 5px 55px;
}

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

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

#comment_form {
	margin-bottom: 25px;
}

#comment_form h2 {
	margin: 20px 0 20px 20px;
}

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

#comment_form ul li,
.widget_container li {
	margin-bottom: 10px;
	width: 100%;
}

#comment_form ul li input[type="text"],
#comment_form ul li textarea {
	border-style: solid;
	border-width: 1px;
	width: 394px;
}

#comment_form ul li label {
	display: block;
	margin-bottom: 5px;
	width: 100%;
}

#comment_errors {
	background-color: #fff;
	border: 1px dashed #81a279;
	clear: both;
	margin: 0 40px;
}

#comment_errors p {
	padding: 10px;
	text-align: center;
}

h2#future_header,
h2#past_header {
	color: #777;
	font-size: 1.5em;
	padding: 10px;
}

ul.audio_tracks {
	clear: both;
	float: left;
	margin: 0 0 10px 40px;
	padding-left: 20px;
}

ul.audio_tracks li {
	margin: 0 0 5px 0;
}

.audio_entry p {
	clear: both;
}

.entry_content pre {
	border-color: #999;
	border-style: dashed;
	border-width: 1px;
	margin-bottom: 20px;
	padding: 10px;
	white-space: pre-line;
}

.entry_content dd {
	margin-left: 25px;
}

.entry_content acronym {
	background-color: #e0f6ff;
	border-color: #999;
	border-style: dashed;
	border-width: 1px;
	padding: 5px;
}

.entry_content cite {
	border-left-color: #999;
	border-left-style: solid;
	border-left-width: 6px;
	padding-left: 10px;
}

.entry_content blockquote {
	background-color: #fff;
	font-style: italic;
	margin: 10px 40px;
	padding: 10px 20px;
}

#store .entry,
#store .entry_content {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Calendar */
.calendar_post .date {
	margin-bottom: 5px;
	color: #193946;
	background-color: transparent;
	font-family: 'Oswald',sans-serif;
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 20px;
	text-transform: normal;
}
.calendar_post .venue,
.calendar_post .event_title_time {
	margin-bottom: 10px;
	font-weight: bold;
}
.calendar_post .details {
	line-height: 1.7em;
}

/* Widget region - right sidebar
----------------------------------------------------------------------------------------------------*/

.widget_container {
	background-color: #fffcfc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget_container h3 {
	background-color: #111111;
	border-bottom-color: #2696ad;
	border-bottom-style: solid;
	border-bottom-width: 6px;
	font-family: Helvetica,Arial,Sans-serif;
	font-size: 1.3em;
	font-weight: normal;
	margin-bottom: 10px;
	padding: 10px;
	text-align: center;
	text-transform: capitalize;
}

.widget_content {
	color: #111111;
	padding: 0 5px;
}

.widget_content li {
	display: inline-block;
	margin-bottom: 10px;
}

.tour_date {
	float: left;
	font-weight: bold;
	margin-right: 10px;
	width: 55px;
}

.tour_location {
	float: right;
	text-align: right;
	width: 145px;
}

/* Listbaby widget styling */
.widget_listbaby h4 {
	margin-bottom: 10px;
}

.widget_listbaby .widget_content {
	padding: 0 20px;
}

.widget_listbaby label {
	display: inline-block;
	margin-bottom: 5px;
}

.widget_listbaby input {
	border-color: #000;
	border-style: solid;
	border-width: 2px;
	margin-bottom: 5px;
	width: 100%;
}

.widget_listbaby input[type="submit"] {
	background-color: #81a279;
	border: none;
	color: #fff;
	float: right;
	padding: 3px;
	width: 60%;
	word-wrap:normal;
}

/* mail_list form styling */
ul.listbaby_fields {
	margin: 0 auto 20px;
	width: 300px;
}

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

ul.listbaby_fields li label.required {
	font-weight: bold;
}

ul.listbaby_fields li label,
ul.listbaby_fields li input[type="text"],
ul.listbaby_fields li select,
ul.listbaby_fields li textarea,
#comment_form ul li input[type="text"],
#comment_form ul li textarea {
	border-color: #81a279;
}

ul.listbaby_fields li label {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 16px;
	width: 282px;
}

ul.listbaby_fields li input[type="text"] {
	border: 2px solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 16px;
	width: 282px;
}

ul.listbaby_fields li select {
	border: 2px solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 294px;
}

ul.listbaby_fields li textarea {
	border: 2px solid;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	height: 161px;
	width: 282px;
	overflow: auto;
}

ul.listbaby_fields li input[type="submit"] {
	display: block;
	float: left;
	font-weight: bold;
	margin-right: 4px;
	padding: 5px 15px 5px 15px;
	text-transform: uppercase;
}

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

.lb_error p {
	font-weight: bold;
	margin: 0 !important;
	text-align: center !important;
}

.widget_calendar li {
	list-style: none;
	cursor: pointer;
}

/* Flickr */
#flickr_badge_wrapper img {
	max-width: 220px;
	overflow: hidden;
}


/* Footer
----------------------------------------------------------------------------------------------------*/

footer.grid_12 {
	background-color: #666666;
}

footer.grid_12 p {
	color: #64a1b3;
	font-weight: normal;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
}

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

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

.pause_button_icon,
.play_button_icon {
	fill:#64a1b3;
}

/* Breadcrumb styling */

#breadcrumbs-wrapper #breadcrumbs {
	margin-left: 8px;
	color: #111111;
}

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

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

/* Instagram Styling */

.instagram_gallery.entry {
	border-bottom-color: #111111;
	width: 580px;
	box-sizing: content-box;
}

.ig_user {
	color: #111111;
}

.instagram_meta p {
	margin-bottom: 5px !important;
}

.ig_follow {
	background-color: #81a279;
	border: none;
	color: #fff;
}
/* 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: 0;
	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 0 40px;
}

.contact_form_instructions				/* used only in published page */
{
	width: 375px;
	margin: 10px 0 10px 0;
}

.contact-form-builder-warning
{
	color: red;
	background-color: #fff;
	border: 0 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: 0 0 6px 0;
}

.contact_form_element	/* used in both builder and published page */
{
	text-align: left;
	width: 225px;
	margin: 0 0 6px 0;
}

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

table.borderless form 
{
margin-top: 0;
}

label.contact_form_instruction
{
background-color: #FFFFFF;
}
