/*
    Theme Name: Balance Child Theme
	Theme URI: http://www.studiopress.com/themes/balance
	Description: Balance is a two column child theme created for the Genesis Framework.
    Author: StudioPress
    Author URI: http://www.studiopress.com/
 
    Version: 1.0
 
    Tags: black, blue, green, pink, red, white, light, one-column, two-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, featured-images, full-width-template, theme-options, threaded-comments
 
    Template: genesis
    Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Import Fonts
* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Header / Primary / Secondary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Post Icons
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms

*/


/* Import Fonts
------------------------------------------------------------ */

@import url(https://fonts.googleapis.com/css?family=Lora);
/* Defaults
------------------------------------------------------------ */

body, h1, h2, h2 a, h2 a:visited, h3, h4, h5, h6, p, select, textarea {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.treecolumn {
font-size: 1.333333333em;
font-family: "American Typewriter", "Schmutz W01 Cleaned", serif;
color: #222;
}

p {
	margin-bottom: 1em;	
}

p + p {
	margin: 1em 0;	
}

hr {
	border: none;
	border-top: 1px solid #E1DBCF;
}
input {
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
}
input[type=text], input[type=email], select, textarea {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fff;
	border: 1px solid #cfcdc5;
	color: #666;
 	vertical-align: middle;
}
#content input[type=text], #content input[type=email], #content select, #content textarea{
 	margin-bottom: 10px;
}

input[type=text]:focus, input[type=email]:focus, textarea:focus {
	outline: none;
	border: 1px solid #ABA;
}

input[type=text], input[type=email] {
	margin: 0;
	padding: 0 10px;
	height: 24px;
	line-height: 24px;
	font-size: 1em;
	background: #f2f2f2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 22%, #ffffff 45%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(22%,#ffffff), color-stop(45%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#ffffff 22%,#ffffff 45%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 0%,#ffffff 22%,#ffffff 45%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 0%,#ffffff 22%,#ffffff 45%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 22%,#ffffff 45%,#e5e5e5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */
}

textarea {
	padding: 10px;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-transform: none;
}
li, ol, ul {
	margin: 0;
	padding: 0;
}
ol li {
	list-style-type: decimal;
}

#content li {
	margin: .5em 0;
}

#content li p {
	font-size: 1em;
}

.clearfix:after, .widget-wrap:after, .sidebar .widget:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* Hyperlinks
------------------------------------------------------------ */

a, a:visited, h2 a, h2 a:visited, h3 a, h3 a:visited {
	color: #339900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}

.pdfLink {
	padding-left: 21px;
	background: transparent url(/wp-content/themes/balance/images/pdf.png) no-repeat 1% top;
}

/* Body
------------------------------------------------------------ */

body {
	font-size: 12px;
	background-image: url(/wp-content/uploads/2012/09/bodyBG.jpg);
}

::-moz-selection {
 background-color: #222;
 color: #fff;
}
::selection {
	background-color: #222;
	color: #fff;
}
/* Wrap
------------------------------------------------------------ */

#wrap {
	margin: 0 auto 10px;
	background: transparent url(/wp-content/uploads/2012/10/header_whitefade.png) repeat-x left top;
}
.wrap {
	margin: 0 auto;
	max-width: 960px;
}
/* Header
------------------------------------------------------------ */

body #header {
	margin: 0 auto;
	padding-top: 15px;
	min-height: 135px;
	overflow: hidden;
	width: 960px;
	background: transparent url(/wp-content/uploads/2012/10/digTop.png) no-repeat 10px bottom !important;
}

#header .wrap {
	float: left;
	width: 100%;
	background: transparent url(/wp-content/uploads/2012/10/cityscape.png) no-repeat 355px bottom;
}

#title-area {
	float: left;
	overflow: hidden;
	width: 43%;
}
#title {
	float: left;	
	margin: 0;
}

#title a {
	display: block;
	float: left;
	width: 195px;
	height: 149px;
	text-indent: -999999px;
	background: transparent url(/wp-content/uploads/2012/10/logo.png) no-repeat left top;
}
#title a, #title a:hover {
	color: #222;
	text-decoration: none;
}
#description {
	float: left;
	margin: 94px 0 0 15px;
	color: #7AC142;
	font-size: 1.3333333em;
}
#header .widget-area {
	float: right;
	margin: 5px 0 20px;
	width: 57%;
	text-align: right;
}
#header .widget-area .widget_black_studio_tinymce {
	float: right;
	clear: right;
}

#header .share-menu {
	float: right;
	margin-bottom: 15px;	
	line-height: 1em;
}

#header .share-menu span {
	text-shadow: 0px 1px 1px #ffffff;
}

#header .share-menu .share-text {
	text-align: left;
	margin: 0 0 8px 2px;
}

#header .share-menu .st_plusone_hcount,
#header .share-menu .st_plusone_hcount div,
#header .share-menu .st_plusone_hcount iframe {
	width: 60px !important;
}

#header .widget-area .menu {
	margin-bottom: 15px;	
}

#header .widget-area .menu a {
	padding: 0 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	text-shadow: 0px 1px 1px #ffffff;
	border-right: 1px solid #CCC;
}

#header .widget-area .menu li.last a {
	padding-right: 0;
	border-right: none;	
}

/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image #title-area, .header-image #title, .header-image #title a {
	display: block;
	float: left;
	height: 135px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 350px;
}
.header-image #description {
	display: block;
	overflow: hidden;
}
/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width #title-area, .header-full-width #title, .header-full-width #title a {
	width: 960px;
}
/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */
#nav .wrap {
	width: 960px;
	margin: 0 auto;
}

#nav {
	position: relative;
	z-index: 999;	
}

.nav, .menu-secondary {
	clear: both;
	color: #222;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
#header .menu {
	float: right;
}
.nav, .menu-secondary {
}
.nav, .menu-secondary {
	/* margin: 0 0 10px; */
}
.nav ul, .menu-secondary ul {
	float: left;
	width: 100%;
}
.nav li, .menu-secondary li, #header .menu li {
	float: left;
	list-style-type: none;
}

.nav {
	background: #594628 url(/wp-content/uploads/2012/10/digBottom.png) no-repeat left top;
	-webkit-border-radius: 5px;
	border-radius: 5px;	
}

.nav li, .menu-secondary  a {
	display: block;
	position: relative;
}

.nav a {
	display: block;
	color: #FFF;
	padding: 11px 13px 12px 12px;
	font-family: "Gill Sans MT", "Gill Sans", GillSans, Calibri, "Trebuchet MS", sans-serif;
	font-size: 1.16666666667em; /* 14px / 12px */
	text-decoration: none;
	text-shadow: 0px 0px 2px #666666;
}

.no-gill-sans .nav a {
	font-size: 1em;	
}

.nav > li {
	background: transparent url(/wp-content/uploads/2012/10/navDivider.png) no-repeat right center;	
	border-top: 1px solid #594628;
	border-left: 1px solid #594628;
}

.nav > li:hover {
	background-image: none;
	border-top: 1px solid #70920e;
	border-left: 1px solid #70920e;
	background-color: #9abc36;
	background-image: none;	
}	

.nav > li.parent:hover {
	background-color: #9abc36;
}

.nav > li.current_page_item > a,
.nav > li.current_page_ancestor > a {
	color: #9ABC36;
}

.nav > li.current_page_item:hover > a,
.nav > li.current_page_ancestor:hover > a {
	color: #FFF;
}

.nav li.home {
	background-image: none;
	margin-right: 70px;	
	border: 0px !important;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0 ;
}

.nav li.home a {
	padding-top: 12px;
}

.nav li.last {
	background-image: none;
}

/* 2nd level */
/* Added in to allow for top aligned child menu items */
.nav li li {
	position: relative !important;	
	margin: 0 0 10px;
	text-align: left;
}

.nav li li li li.last {
	margin-bottom: 0;	
}

.nav li li a {
	padding: 5px 13px;
}

.nav li li:hover {
	background-color: #70920e;
}

.nav li li a:active, .nav li li a:hover, .menu-secondary li li a:active, .menu-secondary li li a:hover, #header .menu li li a:active, #header .menu li li a:hover {
	background-color: #70920e;
}
.nav li ul, .menu-secondary li ul, #header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 216px;
	border: 1px solid #70920e;
	border-top: none;
	-webkit-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
	
	background: #9abc36; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlhYmMzNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3MjkxMTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #9abc36 0%, #729115 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9abc36), color-stop(100%,#729115)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #9abc36 0%,#729115 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #9abc36 0%,#729115 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #9abc36 0%,#729115 100%); /* IE10+ */
	background: linear-gradient(to bottom, #9abc36 0%,#729115 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9abc36', endColorstr='#729115',GradientType=0 ); /* IE6-8 */
}

/* 3rd level */

.nav li li.parent > a {
	background: transparent url(/wp-content/uploads/2012/10/navArrow.png) no-repeat 98% center;
}

/* 4th level */
.nav li li li ul {
	-webkit-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}

.nav li ul a, .menu-secondary li ul a, #header .menu li ul a {
	width: 190px;
}
.nav li ul ul, .menu-secondary li ul ul, #header .menu li ul ul {
	top: 0;
	margin: 0 0 0 216px;
}
.menu li:hover ul ul, .menu li.sfHover ul ul {
	left: -9999px;
}
.menu li:hover, .menu li.sfHover {
	position: static;
}
ul.menu li:hover>ul, ul.menu li.sfHover ul, #header .menu li:hover>ul, #header .menu li.sfHover ul {
	left: auto;
}

/* Hover state for last 3 main menu items, which needs to appear left instead of right */
ul.menu > li.last li:hover > ul,
ul.menu > li.page-item-14 li:hover > ul,
ul.menu > li.page-item-15 li:hover > ul {
	left: -434px;
}
.nav li a.sf-with-ul, .menu-secondary li a.sf-with-ul, #header .menu li a.sf-with-ul {
	padding-right: 25px;
}
.menu li a .sf-sub-indicator, .menu li li a .sf-sub-indicator, .menu li li li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 0px;
	text-indent: -9999px;
	top: 17px;
	width: 16px;
}
li:hover ul ul, li.sfHover ul ul {
	left: -9999px;
}
li:hover, li.sfHover {
	position: static;
}
#wpadminbar li:hover ul ul {
	left: 0;
}
/* Primary Navigation Extras
------------------------------------------------------------ */

.menu li.right {
	float: right;
	padding: 6px 15px 5px;
}
.menu li.right a {
	background: none;
	border: none;
	color: #222;
	display: inline;
	text-decoration: none;
}
.menu li.right a:hover {
	color: #d05353;
	text-decoration: none;
}
.menu li.search {
	padding: 0 10px;
}
.menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}
.menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}
/* Inner
------------------------------------------------------------ */

#inner {
	margin: 8px auto 0;
	overflow: hidden;
	width: 960px;
}
.balance-landing #inner {
	margin: 20px auto 0;
}
/* Home Featured
------------------------------------------------------------ */
.home #inner {
	display: none;	
}

#home-wrap {
	width: 940px;
	overflow: auto;
	margin: 8px auto 0;
	padding: 10px;
	background-color: #FFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.home-featured-1 {
	overflow: auto;
	margin-bottom: 10px;
	padding: 20px 0 10px 15px;
	background-color: #cfd8c9;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0px 0px 30px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0px 0px 30px 1px rgba(0, 0, 0, .3);
}

.home-featured-1 p {
	font-family: "American Typewriter", "Schmutz W01 Cleaned", serif;
	margin: 0;
}

.home-featured-1 .left {
	float: left;
	width: 170px;
	padding-top: 20px;
	text-align: right;
	font-size: 1.5em; /* 18px / 12px */
}

.home-featured-1 .left p {
	padding-right: 20px;
	line-height: 1.3em;	
}
.home-featured-1 .left img {
	margin: 0 -20px 20px 0;
	max-width: 170px;
}

.home-featured-1 .top-right {
	float: right;
	width: 740px;
	clear: right;
}

.home-featured-1 .top-right .featured-p {
	float: left;
	width: 550px;		
	margin-bottom: 1em;
	font-size: 1.16666666667em; /* 14px / 12px */
	letter-spacing: -.02em;
}

p.donate-button,
p.donate-text  {
	float: right;
	width: 140px;
	margin-right: 20px;
	text-align: center;
}

p.donate-button a {
	position: relative; /* PIE.htc fix */
	display: inline-block;
	zoom:1;
	*display:inline;
	padding: 10px 20px;
	margin: 40px 0 10px;
	color: #FFF;
	font-family: "Gill Sans MT", "Gill Sans", GillSans, Calibri, "Trebuchet MS", sans-serif;
	font-size: 1.3333333333em; /* 16px / 12px */
	border: 1px solid #e15e2f;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-shadow: 0px 0px 20px #ee5522;

	background: #ff9c6d; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOWM2ZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMTVlMmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #ff9c6d 0%, #e15e2f 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff9c6d), color-stop(100%,#e15e2f)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ff9c6d 0%,#e15e2f 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ff9c6d 0%,#e15e2f 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ff9c6d 0%,#e15e2f 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ff9c6d 0%,#e15e2f 100%); /* W3C */
	-pie-background: linear-gradient(#ff9c6d, #e15e2f);
}

p.donate-button a:hover {
	text-decoration: none;	
	background: linear-gradient(#ff7a3d,#e0420d); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: linear-gradient(#ff7a3d,#e0420d);
	background: linear-gradient(#ff7a3d,#e0420d); /* FF3.6+ */
	background: linear-gradient(#ff7a3d,#e0420d); /* Chrome,Safari4+ */
	background: linear-gradient(#ff7a3d,#e0420d); /* Chrome10+,Safari5.1+ */
	background: linear-gradient(#ff7a3d,#e0420d); /* Opera 11.10+ */
	background: linear-gradient(#ff7a3d,#e0420d); /* IE10+ */
	background: linear-gradient(#ff7a3d,#e0420d); /* W3C */
	-pie-background: linear-gradient(#ff7a3d,#e0420d);
}

p.donate-text {
	font-family: Arial, Helvetica, sans-serif;
	text-shadow: 0px 1px 0px #ffffff;
}


.home-featured-1 .bottom-right {
	float: right;
	margin-bottom: 1em;
}

.home-featured-1 .bottom-right p {
	float: left;
	position: relative;
}

.home-featured-1 .bottom-right p .tail,
#sidebar #black-studio-tinymce-26 p .tail {
	position: absolute;
	z-index: 200;
	display: block;
	bottom: -8px;
	right: 6px;
	width: 26px;
	height: 21px;
	background: transparent url(/wp-content/uploads/2012/09/bubbleTriangle.png) no-repeat left top;
}

.home-featured-1 .bottom-right p:hover .tail,
#sidebar #black-studio-tinymce-26 p:hover .tail {
	position: absolute;
	z-index: 999;
	display: block;
	bottom: -8px;
	right: 6px;
	width: 26px;
	height: 21px;
	background: transparent url(/wp-content/uploads/2012/09/bubbleTriangle_hover.png) no-repeat left top;	
}

.home-featured-1 .bottom-right p a {
	position: relative; /* for PIE.htc */
	float: left;
	padding: 18px 29px;
	margin-right: 14px;
	font-size: 1.3333333333em; /* 16px / 12px */
	color: #333;
	border: 2px solid #FFF;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: #9abc36;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
}

.home-featured-1 .bottom-right p:hover a {
	text-decoration: none;	
	background-color: #d7ed61;
}

/* Specific bubbles */
.home-featured-1 .bottom-right p.bubble-0 a {
	width: 126px;
}

.home-featured-1 .bottom-right p.bubble-1 a {
	width: 74px;
}

.home-featured-1 .bottom-right p.bubble-2 a {
	width: 96px;
}

.home-featured-1 .bottom-right p.bubble-3 a {
	width: 139px;
}

.home-featured-1 .bottom-right a span {
	display: block;	
	margin-top: 10px;
	color: #448404;
	font-size: 0.8125em; /* 13px / 16px */
	text-align: right;
}

.home-featured-2 {
	margin-bottom: 20px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.home-bottom .widgettitle {
	padding: 10px 20px;
	margin-top: 5px;
	font-size: 1.333333333em; /* 16px / 12px */
	color: #FFF;
	background: #006caa;
	line-height: 1em;
}

.home-bottom .textwidget {
	padding: 0 10px;
}

.home-bottom img {
	border: 1px solid #d5d5d5;	
	margin-right: 10px !important;
}

.home-bottom a {
	margin-top: 1em;	
}

.home-bottom-left {
	float: left;
	width: 47%;
	margin-left: 10px;
}

.home-bottom-right {
	float: right;
	width: 47%;
	margin-right: 10px;
}

.unoslider_theme_basic .unoslider_pause, .unoslider_theme_basic .unoslider_play, .unoslider_theme_basic .unoslider_left, .unoslider_theme_basic .unoslider_right {
	background-color: transparent !important;
}

#home-wrap .unoslider {
	background: #8d704e url(/wp-content/uploads/2012/09/sliderBG.png);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#home-wrap .unoslider_theme_basic .unoslider_indicator { /* Overwrites some built-in plugin css styles */
	top: auto;
	bottom: 20px;
	left: 40px;
	width: 270px;
	text-align: center;
}

#home-wrap .unoslider_theme_basic .unoslider_indicator a.unoslider_indicator_active {/* Overwrites some built-in plugin css styles */
	width: 12px;
	height: 13px;
	margin: 3px 1px;
	background-color: #87C533;
	border: 2px solid white;
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}

.unoslider_slider_area {
	background: transparent url(/wp-content/uploads/2012/10/slider_tree.png) no-repeat 77px 18px;	
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.unoslider_slider_area h2,
.unoslider_slider_area p {
	width: 270px;
	margin-left: 40px;
}

.unoslider_slider_area h2 {
	margin-top: 0;
	margin-bottom: 10px;
	padding: 80px 0 15px;	
	color: #FFC;
	font-size: 1.83333333333em; /* 22px / 12px */
	background: transparent url(/wp-content/uploads/2012/09/slider_dotted_border.png) left bottom repeat-x;
}

.unoslider_slider_area p {
	color: #FFF;
	font-size: 1.08333333333em; /* 13px / 12px */
	font-weight: bold;
}

.unoslider_slider_area p a {
	display: block;
	margin-top: .5em;
	color: #FFF;
	font-size: 0.84615384615em; /* 11px / 13px */
	text-transform: uppercase;	
}

.unoslider_slider_area img {
	float: right;
	width: 590px !important;
	height: 325px !important;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
}

/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	color: #333;
	margin: 10px auto 8px;
	padding-left: 3px;
}
.breadcrumb a {
	background: url(images/bullet.png) no-repeat right;
	margin: 0 5px 0 0;
	padding: 0 10px 0 0;
}
.breadcrumb .home {
	margin: 0 20px 0 0;
}
/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}
/* Content-Sidebar Wrap
------------------------------------------------------------ */

#content-sidebar-wrap {
	float: left;
	width: 770px;
	margin-bottom: 15px;
	-webkit-border-radius: 5px 5px 0 5px;
	border-radius: 5px 5px 0 5px;
	background-color: #fff;
}

.sidebar-content-sidebar #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap{
	background: #FFF url(/wp-content/uploads/2012/10/sidebar-BG.gif) repeat-y top right;}
.content-sidebar #content-sidebar-wrap, .full-width-content #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap {
	width: 960px;
}
.balance-landing #content-sidebar-wrap {
	float: none;
	margin: 0 auto;
	width: 700px;
}
.sidebar-content-sidebar #content-sidebar-wrap, .sidebar-sidebar-content #content-sidebar-wrap {
	float: right;
}
/* Content
------------------------------------------------------------ */

#content {
	float: left;
	padding: 0 0 20px;
	width: 450px;
}
.content-sidebar #content, .sidebar-content #content {
	width: 610px;
	margin-top: 1px; /* For alignment with sidebar top border */
	padding: 0 20px 20px 15px;
	-webkit-border-radius: 5px 0px 0px 5px;
	border-radius: 5px 0px 0px 5px;
	background-color: #FFF;
}
.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
}
.full-width-content #content {
	width: 960px;
}
.balance-landing #content {
	width: 700px;
}

.post {
	background: url(images/dashes.png) repeat-x bottom;
	margin: 0 0 50px;
	padding: 0 0 50px;

}
.error404 .post {
	float: left;
	width: 100%;
}
.featured-subpage-image img, .tree-header-img {
	position: relative; /* PIE.htc fix */
	margin-bottom: 15px !important;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

h1.entry-title {
	margin: 9px 0 15px 10px;
	padding-bottom: 10px;
	font-size: 2.16666666667em;
	color: #9d7c57;
	border-bottom: 1px solid #e1dbcf;	
}

.entry-content {
	margin: 0 0 35px;
	padding: 0 10px 10px;
	position: relative;
	clear: both;
}

.entry-content p.intro {
	font-size: 1.16666666667em; /* 14px / 12px */
	line-height: 1.57142857143em; /* 22px / 14px */
}

.entry-content p {
	margin: 0 0 1.333333333em;
	font-size: 1.08333333333em; /* 13px / 12px */
	line-height: 1.53846153846em; /* 20px / 13px */
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}
.clear {
	clear: both;
}
.clear-line {
	border-bottom: 1px solid #ddd;
	clear: both;
	margin: 0 0 20px;
}
.more-link {
	border-bottom: 5px solid #d05353;
	bottom: -53px;
	color: #d05353;
	display: block;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 9px;
	font-weight: bold;
	left: 0;
	padding: 0 0 8px;
	position: absolute;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	width: 120px;
	z-index: 100;
}
.more-link:hover {
	border-bottom: 5px solid #222;
	text-decoration: none;
}
/* Column Classes
------------------------------------------------------------ */

.five-sixths, .four-fifths, .four-sixths, .one-fifth, .one-fourth, .one-half, .one-sixth, .one-third, .three-fifths, .three-fourths, .three-sixths, .two-fifths, .two-fourths, .two-sixths, .two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}
.one-half, .three-sixths, .two-fourths {
	width: 48%;
}
.one-third, .two-sixths {
	width: 31%;
}
.four-sixths, .two-thirds {
	width: 65%;
}
.one-fourth {
	width: 22.5%;
}
.three-fourths {
	width: 73.5%;
}
.one-fifth {
	width: 17.4%;
}
.two-fifths {
	width: 37.8%;
}
.three-fifths {
	width: 58.2%;
}
.four-fifths {
	width: 78.6%;
}
.one-sixth {
	width: 14%;
}
.five-sixths {
	width: 82%;
}
.first {
	clear: both;
	padding-left: 0;
}
#content .first{
clear:none;
}
/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	width: 48%;
}
.genesis-grid-odd {
	clear: both;
	float: left;
	width: 48%;
}
/* Headlines
------------------------------------------------------------ */

h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-family: "American Typewriter", "Schmutz W01 Cleaned", serif; 
	margin: 10px 0;
}

h1, h2, h2 a, h2 a:visited, .page-template-page_portfolio-php h4 {
	line-height: 1.25;
	margin: 10px 0 25px;
	font-family: "American Typewriter", "Schmutz W01 Cleaned", serif; 
}

/* Main content headlines */
#content-sidebar-wrap h2,
#content-sidebar-wrap h3,
#content-sidebar-wrap h4 {
	font-family: "American Typewriter", "Schmutz W01 Cleaned", serif;
}
.single-tree h2{padding-left: 10px;}
#content-sidebar-wrap p + h2, #content-sidebar-wrap ul + h2, #content-sidebar-wrap ol + h2,
#content-sidebar-wrap p + h3, #content-sidebar-wrap ul + h3, #content-sidebar-wrap ol + h3,
#content-sidebar-wrap p + h4, #content-sidebar-wrap ul + h4, #content-sidebar-wrap ol + h4 {
	margin-top: 1.5em;
}

#content-sidebar-wrap h2 {
	font-size: 1.5em; /* 18px / 12px */	
	margin-bottom: 10px;
}

#content-sidebar-wrap h3 {
	font-size: 1.333333333em; /* 16px / 12px */	
	margin-bottom: 5px;
}

#content-sidebar-wrap h4 {
	font-size: 1.25em; /* 16px / 12px */
	margin-bottom: 5px;
}
/* End main content headlines */

.taxonomy-description h1, .widget-area h2, .widget-area h2 a {
	font-size: 18px;
	margin: 0 0 5px;
}
.genesis-grid h2, .genesis-grid h2 a {
	font-size: 28px;
}
.page-template-page_portfolio-php h2, .page-template-page_portfolio-php h2 a, .page-template-page_portfolio-php h2 a:visited {
	font-size: 20px;
	margin: 10px 0;
	text-align: center;
}

h3 {
	font-size: 20px;
}
h4 {
	font-size: 30px;
}
.widget-area h4 {
	color: #888;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 15px;
	padding: 0;
	text-transform: uppercase;
}
.footer-widgets h4 {
	margin-bottom: 5px;
}
.widget-area h4 a {
	text-decoration: none;
}
h5 {
	font-size: 24px;
}
h6 {
	font-size: 20px;
}
/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol, .entry-content ul { /* For inline lists, to allow for floating */
	font-size: 13px;
}

.entry-content ol + p, .entry-content ul + p {
	margin-top: 1.333333em;
}

.entry-content li ol, .entry-content li ul { /* For nested lists */
	display: block;
}

.entry-content ol {
	margin-left: 20px;
}

.entry-content ul {
	list-style-type: none;
}

.archive-page ul li, .entry-content ul li {
	margin-left: 5px;
	padding-left: 10px;
	background: transparent url(/wp-content/uploads/2012/10/bullet.png) no-repeat left .5em;	
}
.entry-content ol li {
	margin: 0 0 0 35px;
}
.archive-page ul ul, .entry-content ol ol, .entry-content ul ul {
	padding: 0;
}
/* Post Info
------------------------------------------------------------ */

#content .post-info {
	float: left;
	width: 100%;
	color: #888;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 9px;
	margin-bottom: 5px;
	padding-left: 10px;
	text-transform: uppercase;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#content .post-info a {
	font-weight: bold;
	text-decoration: none;
}

#content .post-info .author a:hover {
	text-decoration: underline;
}

.post-info img {
	position: relative;
	top: -4px;
	float: left;
	margin-right: 6px;
	padding: 2px;
	border: 1px solid #EEE;
}

#content .post-info hr {
	clear: both;
	height: 0;
	background: none;
	background-color: transparent;
	border-bottom: 1px dotted #EEE;
	border-top: none;
}

/* Post Meta
------------------------------------------------------------ */
.post-social-media {
	clear: both;
	margin: .5em 0;
}

.post-meta {
	border-top: 1px solid #ddd;
	clear: both;
	color: #888;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 9px;
	line-height: 2;
	margin: 50px 0 0;
	padding: 15px 0 0;
	position: relative;
	text-transform: uppercase;
}
.post-meta a {
	font-weight: bold;
	text-decoration: none;
}
/* Author Box
------------------------------------------------------------ */

.author-box {
	background: url(images/gray-texture.jpg);
	color: #222;
	font-size: 14px;
	margin: 0 0 40px;
	overflow: hidden;
	padding: 40px;
	text-shadow: #fff 1px 1px;
}

.author-box strong {
	display: block;
	margin-bottom: .5em;
}

.author-box p {
	color: #222;
	font-size: 14px;
	text-shadow: #fff 1px 1px;
}
/* Sticky Posts
------------------------------------------------------------ */

.sticky {
	margin: 0 0 40px;
	padding: 20px;
}
/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}
/* Post Icons
------------------------------------------------------------ */

.post-comments {
	position: absolute;
	top: -27px;
	right: 0px;
}
.post-comments a {
	background: url(images/comment-icon.jpg) no-repeat 0px 0px;
	color: #888;
	padding: 0 0 0 20px;
}
.post-comments a:hover {
	color: #d05353;
}
.tags {
	display: block;
	margin: 10px 0 0;
}
/* Images
------------------------------------------------------------ */

img {
	height: auto;
	max-width: 100%;
}
.featuredpage img, .featuredpost img, .post-image {
	padding: 0;
}
.page-template-page_portfolio-php .featuredpage img, .page-template-page_portfolio-php .featuredpost img {
	margin: 0 0 10px;
}
.avatar {
	padding: 5px;
}
.author-box .avatar {
	background-color: #fff;
	border: none;
	float: left;
	height: 80px;
	margin: 0 30px 0 0;
	width: 80px;
}
.post-image {
	margin: 0 10px 10px 0;
}
.comment-list li .avatar {
	background-color: #fff;
	border: none;
	float: left;
	height: 33px;
	margin: 0 15px 0 0;
	padding: 3px;
	width: 33px;
}
img.centered, .aligncenter {
	display: block;
	margin: 0 auto 10px;
}
img.alignnone {
	display: inline;
	margin: 0 0 20px;
}
img.alignleft {
	display: inline;
	margin: 0 25px 20px 0;
}
img.alignright {
	display: inline;
	margin: 0 0 20px 25px;
}
.alignleft {
	float: left;
	margin: 0 25px 0 0;
}
.alignright {
	float: right;
	margin: 0 0 0 25px;
}
#content .alignright{clear:right;}
.entry-content img {
	border: 2px solid #f4f4f4;
}

img.smiley,
img.sponsors {
	border: none;
}

p.wp-caption-text {
	padding: 0 4px;
	font-size: 11px !important;
	font-style: italic;
}

.wp-smiley, .wp-wink {
	border: none;
	float: none;
}

.page-id-64 .wpcol-one-quarter img {
	border: none;
}
/* Post Navigation
------------------------------------------------------------ */

.navigation {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}
.navigation li {
	display: inline;
}
.navigation li a, .navigation li.disabled, .navigation li a:hover, .navigation li.active a {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f5f5f5;
	border-radius: 3px;
	color: #777;
	font-size: 11px;
	font-family: Helvetica, Arial, Tahoma, sans-serif;
	font-weight: bold;
	padding: 8px 12px;
	text-decoration: none;
}
.navigation li a:hover, .navigation li.active a {
	background-color: #eee;
}

/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	width: 313px;
	padding-bottom: 2em;
	/*border: 1px solid #e1dbcf;
	border-left: 1px solid #e1dbcf;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	background: #f4f2ec;*/
}
.sidebar p {
	font-size: 13px;
}
#sidebar .call {
	width: 48%;
	text-align: center;
	padding: 10px 1%;
	font-size: 10px;
	float: left;
}
#sidebar-alt {
	float: left;
	width: 150px;
}
.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
}
.content-sidebar-sidebar #sidebar-alt {
	float: right;
}
.sidebar .widget {
	padding: 18px 10px 18px 18px;
	background: transparent url(/wp-content/uploads/2012/10/sidebar-widget-border.gif) repeat-x left bottom;
}

.sidebar .widget.last {
	background-image: none;
}

#content-sidebar-wrap .sidebar .widgettitle,
#content-sidebar-wrap .sidebar h4 {
	margin-bottom: 10px;
	font-family: "Gill Sans MT", "Gill Sans", GillSans, Calibri, "Trebuchet MS", sans-serif;
	color: #333;
	font-size: 1.16666666667em; /* 14px / 12px */	
	font-weight: normal;
}

.sidebar .widget p {
	margin: 0 0 15px;
}
.sidebar.widget-area ul, .sidebar.widget-area ul ul, #footer-widgets .widget-area ul, #footer-widgets .widget-area ul ul {
	margin: 0;
}
.sidebar.widget-area ul li {
	list-style-type: none;
}

/* Custom sidebar widget styles
------------------------------------------------------------ */

/* Simple Nav */
#sidebar .simple-section-nav {
	font-size: 1.08333333333em; /* 13px / 12px */
	padding: 0;
	border-bottom: none;
}

#sidebar .simple-section-nav .widgettitle {
	margin: 13px 0 12px 10px;
	text-transform: none;
}

#sidebar .simple-section-nav ul {
	border-top: 1px dotted #bcbab5;
}

#sidebar .simple-section-nav li {
	margin: 0;
	padding: 0;	
	background-image: none;
}

#sidebar .simple-section-nav .widget-wrap > ul > li.parent {
	border-bottom: 1px dotted #bcbab5;
}

#sidebar .simple-section-nav li a {
	display: block;
	padding: 3px;
	border-bottom: 1px dotted #bcbab5;
}

#sidebar .simple-section-nav .widget-wrap > ul > li > a {
	background: #ece9df url(/wp-content/uploads/2012/10/sidebarArrow.png) no-repeat 18px center;
	padding-left: 30px;
	font-weight: bold;
}
#sidebar .simple-section-nav .widget-wrap > ul > li.current_page_item > a,
#sidebar .simple-section-nav .widget-wrap > ul > li.current_page_ancestor > a {
	color: #594628;
	background: #ece9df url(/wp-content/uploads/2012/11/sidebarArrowBrown.png) no-repeat 18px center;
}

#sidebar .simple-section-nav .widget-wrap > ul > li.current_page_item.parent > a,
#sidebar .simple-section-nav .widget-wrap > ul > li.current_page_ancestor.parent > a {
	background: #ece9df url(/wp-content/uploads/2012/11/sidebarArrowBrownDown.png) no-repeat 18px center;
}

#sidebar .simple-section-nav li ul {
	margin-left: 25px;
	border-top: none;
	padding: 5px 0;
}

#sidebar .simple-section-nav li li a {
	border-bottom: none;
}

#sidebar .simple-section-nav .widget-wrap li li.current_page_item > a {
		color: #666;
}

#sidebar .simple-section-nav li ul ul {
	margin-left: 25px;	
	padding: 0;
}
/* End Simple Nav */

/* Donate */
#sidebar #black-studio-tinymce-38 p {
	font-size: 1em; /* 12px */
	color: #585755;
	text-shadow: 0px 1px 0px white;
}


#sidebar p.donate-button,
#sidebar p.donate-text {
	margin: 0 0 5px !important;
	clear: right;
}

#sidebar p.donate-button a {
	margin: 0;
	font-size: 1.3333333em; /* 16px / 12px */	
}
/* End Donate */

/* Bubbles */
#sidebar #black-studio-tinymce-26 p {
	position: relative;
	margin-bottom: 8px;
}

#sidebar #black-studio-tinymce-26 a {
	position: relative; /* PIE.htc fix */
	display: block;
	vertical-align: top;
	margin-right: 14px;
	padding: 12px 0 5px;
	text-align: center;
	font-size: 1.23076923077em; /* 16px / 13px */
	font-family: "American Typewriter", "Schmutz W01 Cleaned", serif; 
	color: #333;
	border: 2px solid #FFF;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: #9abc36;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
}

#sidebar #black-studio-tinymce-26 p:hover a {
	text-decoration: none;	
	background-color: #d7ed61;
}

#sidebar #black-studio-tinymce-26 a span {
	display: block;
	margin: 0px 20px 0 0;
	text-align: right;
	color: #448404;
	font-size: 0.8125em; /* 13px / 16px */
}
/* End Bubbles */

/* Upcoming Events */
#sidebar .widget_em_widget li {
	float: left;
	margin-bottom: 15px;
	padding: 0;
	background-image: none;
}

#sidebar .widget_em_widget strong {
	color: #666;	
}

#sidebar .widget_em_widget img {
	float: right;
	margin-left: 10px;
	max-width: 45%;	
}
/* End Upcoming Events */

/* Shop FUF */
#sidebar #black-studio-tinymce-27 .widget-wrap {
	margin: -2px 5px 0 0;
	padding: 2px 0 0 20px;
	border: 2px solid #99cc66;
	border-radius: 4px;
	-webkit-border-radius: 4px;	
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI0NCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZGFlZGM4IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top, #ffffff 44%, #daedc8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(44%,#ffffff), color-stop(100%,#daedc8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 44%,#daedc8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 44%,#daedc8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 44%,#daedc8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 44%,#daedc8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#daedc8',GradientType=0 ); /* IE6-8 */
}

#sidebar #black-studio-tinymce-27 h4 {
	margin-top: 20px;	
}

#sidebar #black-studio-tinymce-27 p {
	margin-top: 0;	
	font-size: 1em;
	color: #666;
	font-weight: bold;
}
#sidebar #black-studio-tinymce-27 a {
	font-weight: normal;
}

#sidebar #black-studio-tinymce-27 img {
	margin: -20px 0 0 12px;	
}
/* End Shop FUF */

/* FUF Youth */
#sidebar #black-studio-tinymce-25 .widgettitle {
	padding: 10px 13px;
	margin-top: 0;
	font-family: "American Typewriter", "Schmutz W01 Cleaned", serif; 
	font-size: 1.333333333em;
	color: #FFF;
	background: #006CAA;
	line-height: 1em;
}

#sidebar #black-studio-tinymce-25 p {
	margin: 0 5px 10px 130px;
	font-size: 1em;
}

#sidebar #black-studio-tinymce-25 img {
	max-width: 125px;
	margin: 3px 0 0 -130px;	
	border: 1px solid #FFF;
}
/* End FUF Youth */

/* Blockquote */
#sidebar .blockquote { /* Containing '.widget-wrap' div */
	background: transparent url(/wp-content/uploads/2012/10/sidebar-tree.png) no-repeat 5px 65%;
}

#sidebar blockquote {
	min-height: 131px;
	margin: 0;
	padding: 5px 42px 0 80px;
	background: transparent url(/wp-content/uploads/2012/10/top-quote.png) no-repeat 20px top;
}

#sidebar blockquote strong {
	font-size: 1.16666666667em; /* 14px / 12px */	
	display: block;
}

#sidebar blockquote a,
#sidebar blockquote del {
	display: block;
	margin-top: .5em;
	text-align: right;	
	font-weight: normal;
	font-size: 1em;
	text-decoration: none;
	color: #390;
}
/* End Blockquote */

/* Subscrive to e-Newsletter */
#sidebar .Social_Widget {
	/* To make this widget appear in the same box as the facebook like box widget */
	background-image: none; 	
	padding-bottom: 0;
}

#sidebar .gform_body {
	float: left;	
}

#sidebar .gform_body input[type="text"] {
	width: 175px;
	font-size: 1em;	
}

#sidebar .gform_footer {
	display: block;
	float: left;
	clear: both;
}

#sidebar .gform_footer input[type="submit"] {
	font-size: 1.16666666667em !important; /* 14px / 12px */	
	font-weight: normal;
}
/* End Subscribe to e-Newsletter */

/* Facebook Like Box */
#sidebar .widget_FacebookLikeBox  {
	padding-top: 2px;
}
#sidebar .widget_FacebookLikeBox span {
	kin-height: 70px;
}

#sidebar .widget_FacebookLikeBox iframe { 
	margin-left: -10px;
	min-height: 70px;
}
/* End Facebook Like Box */

/* Treeview */
.sidebar .treecontrols {
	padding: 18px 10px 18px 18px;
}

.sidebar .treecontrols .gform_body {
	float: none;
}

.sidebar .treecontrols .gfield_label {
	display: block;
	margin: 1.5em 0 .25em;
	font-weight: bold;
}

.treedb .hoverImage{
width: 187px !important;
line-height: 1.5 !important;}

.treeblurb{line-height: 1.4 !important;}
/* End Treeview */


/* Dropdowns
------------------------------------------------------------ */

#cat, .widget_archive select {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline;
	font-size: 12px;
	margin: 10px 0;
	width: 100%;
}
/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage, .featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}
.featuredpage .page, .featuredpost .post {
	border-bottom: none;
	position: relative;
	margin: 0 0 15px;
	overflow: hidden;
	padding: 0 0 40px;
}
.page-template-page_portfolio-php .featuredpage .page, .page-template-page_portfolio-php .featuredpost .post {
	float: left;
	margin: 0 10px 30px;
	padding: 0 0 20px;
	overflow: hidden;
	width: 300px;
}
.featuredpage .page .more-link, .featuredpost .post .more-link {
	bottom: 0;
}
.featuredpost .post {
	padding: 0 0 70px;
}
.featuredpost .post .more-link {
	bottom: 30px;
}
.more-from-category {
	padding: 5px 15px 0;
}
/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}
/* Buttons
------------------------------------------------------------ */

input[type="button"], input[type="submit"] {
	position: relative; /* PIE.htc fix */
	margin: 0;
	padding: 4px 8px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #209837;
	color: #fff;
	cursor: pointer;
	font-family: "Gill Sans MT", "Gill Sans", GillSans, Calibri, "Trebuchet MS", sans-serif;
	text-decoration: none;
	
	background: rgb(95,214,117); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVmZDY3NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMDk4MzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(95,214,117,1) 0%, rgba(32,152,55,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(95,214,117,1)), color-stop(100%,rgba(32,152,55,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(95,214,117,1) 0%,rgba(32,152,55,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(95,214,117,1) 0%,rgba(32,152,55,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(95,214,117,1) 0%,rgba(32,152,55,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(95,214,117,1) 0%,rgba(32,152,55,1) 100%); /* W3C */
	-pie-background: linear-gradient(rgba(95,214,117,1),rgba(32,152,55,1)); /* W3C */
	
}
input:hover[type="button"], input:hover[type="submit"] {
	text-decoration: none;
	background: rgb(63,182,85); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmYjY1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDc4MTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(63,182,85,1) 0%, rgba(0,120,23,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,182,85,1)), color-stop(100%,rgba(0,120,23,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(63,182,85,1) 0%,rgba(0,120,23,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(63,182,85,1) 0%,rgba(0,120,23,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(63,182,85,1) 0%,rgba(0,120,23,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(63,182,85,1) 0%,rgba(0,120,23,1) 100%); /* W3C */
	-pie-background: linear-gradient(rgba(63,182,85,1),rgba(0,120,23,1)); /* W3C */
	
}

a.button {
	display: inline-block;
	margin: 5px 0 0;
	padding: 3px 12px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #209837;
	color: #fff;
	cursor: pointer;
	font-size: 1.08333333333em; /* 13px / 12px */
	font-weight: bold;
	text-decoration: none;
}

a.blue {
	border: 1px solid #2B70E0;
	background: #69aeff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzY5YWVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyYjcwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #69aeff 0%, #2b70e0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#69aeff), color-stop(100%,#2b70e0)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #69aeff 0%,#2b70e0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #69aeff 0%,#2b70e0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #69aeff 0%,#2b70e0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #69aeff 0%,#2b70e0 100%); /* W3C */
	-pie-background: linear-gradient(#69aeff,#2b70e0); /* W3C */
}

a.blue:hover {
		background: rgb(94,172,224); /* Old browsers */
	background: #5eace0; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVlYWNlMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyODZjY2MiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #5eace0 0%, #286ccc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5eace0), color-stop(100%,#286ccc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #5eace0 0%,#286ccc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #5eace0 0%,#286ccc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #5eace0 0%,#286ccc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #5eace0 0%,#286ccc 100%); /* W3C */
	-pie-background: linear-gradient(#5eace0,#286ccc); /* W3C */
}


/* Gravity Forms in the main content
------------------------------------------------------------ */
.entry-content form {
	margin-bottom: 1.33333333em;
	display
}
.entry-content form li {
	padding-left: 0;
	background-image: none;	
}

.entry-content .gfield {
	float: left;
	width: 100%;
	margin-bottom: 1.5em;	
}

.entry-content .gform_wrapper {
	display: block !important;
}

.entry-content .gfield label {
	font-weight: bold;
	margin: 4px 0;
}

.entry-content .gfield label p{
	font-weight: normal;
}

.entry-content .ginput_complex .ginput_left, .entry-content .ginput_complex .ginput_right {
	width: 48%;
	float: left;
}

.entry-content .field_name_first input, .entry-content .ginput_complex .ginput_left input {
	width: 85% !important;
}

.entry-content .ginput_complex input, .entry-content .ginput_complex select {
	width: 85% !important;
}

.entry-content .ginput_complex label, .entry-content .gfield_time_hour label, .gfield_time_minute label {
	display: block;
	margin: 2px 0 0;
	font-weight: normal;
	font-size: .8em;
}

#recaptcha_response_field {
	border: 1px solid #CCC !important;	
}

#gforms_confirmation_message {
	margin: 30px 0;
	max-width: 99%;
	background-color: #DAEDC8;
	padding: 10px 15px !important;
	border: 1px solid #090;
	color: #090;
	font-weight: bold;
}

.gform_wrapper li.gfield.gfield_error table.gfield_list thead th {
	color: #790000
}

.gform_wrapper li.gfield.gfield_error,
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: #FFDFDF;
	margin-bottom: 6px !important;
	padding: 6px 6px 4px 6px !important;
	border: 1px solid #C89797
}
.page-id-2534 #input_6_3{
	width: 200px;
	height: 100px;
}
/* Really Simple Captcha ------------------------------------------------------*/

.gform_wrapper .gfield_captcha_input_container {
	padding-top: 3px
}
.gform_wrapper .simple_captcha_small input {
	width: 100px
}
.gform_wrapper .simple_captcha_medium input {
	width: 150px
}
.gform_wrapper .simple_captcha_large input {
	width: 200px
}
.gform_wrapper .gform_wrapper .left_label .simple_captcha_small,
.gform_wrapper .right_label .simple_captcha_small,
.gform_wrapper .left_label .simple_captcha_medium,
.gform_wrapper .right_label .simple_captcha_medium,
.gform_wrapper .left_label .simple_captcha_large,
.gform_wrapper .right_label .simple_captcha_large {
	margin-left: 32%
}
.gform_wrapper .gfield_captcha_container img.gfield_captcha {
	border: none !important;
	background: none !important;
	float: none !important;
	margin: 0 !important;
	padding: 0 !important
}


/* Search Form
------------------------------------------------------------ */
.nav .searchform {
	float: right;
}
.sidebar .searchform {
	padding: 0;
}

.searchform {
	display: inline-block;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	border: 3px solid #e8e5de;
	zoom: 1;
	*display: inline;
}

form input.s {
	color: #999;
	-webkit-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
	border-right: none;
	width: 180px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

form input.searchsubmit {
	position: relative; /* PIE.htc fix */
	width: 26px;
	height: 26px;
	margin: 0 0 0 -3px;
	padding: 0;
	border: 1px solid #4f4f4f;
	-webkit-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	vertical-align: middle;
	
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(/wp-content/uploads/2012/10/magnifying_glass-e1349127541578.png) no-repeat center center; /* fallback */
	background: url(/wp-content/uploads/2012/10/magnifying_glass-e1349127541578.png) no-repeat center center, -moz-linear-gradient(top, #4f4f4f 0%, #686868 100%); /* FF3.6+ */
	background: url(/wp-content/uploads/2012/10/magnifying_glass-e1349127541578.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4f4f4f), color-stop(100%,#686868)); /* Chrome,Safari4+ */
	background: url(/wp-content/uploads/2012/10/magnifying_glass-e1349127541578.png) no-repeat center center, -webkit-linear-gradient(top, #4f4f4f 0%,#686868 100%); /* Chrome10+,Safari5.1+ */
	background: url(/wp-content/uploads/2012/10/magnifying_glass-e1349127541578.png) no-repeat center center, -o-linear-gradient(top, #4f4f4f 0%,#686868 100%); /* Opera 11.10+ */
	background: url(/wp-content/uploads/2012/10/magnifying_glass-e1349127541578.png) no-repeat center center, -ms-linear-gradient(top, #4f4f4f 0%,#686868 100%); /* IE10+ */
	background: url(/wp-content/uploads/2012/10/magnifying_glass-e1349127541578.png) no-repeat center center, linear-gradient(to bottom, #4f4f4f 0%,#686868 100%); /* W3C */
}

form input.searchsubmit:hover {
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(/wp-content/uploads/2012/10/magnifying_glass-e1349127541578.png) no-repeat center center; /* fallback */
	background: url(/wp-content/uploads/2012/10/magnifying_glass-e1349127541578.png) no-repeat center center, -moz-linear-gradient(top, #6f6f6f 0%, #888888 100%); /* FF3.6+ */
	background: url(/wp-content/uploads/2012/10/magnifying_glass-e1349127541578.png) no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6f6f6f), color-stop(100%,#888888)); /* Chrome,Safari4+ */
	background: url(/wp-content/uploads/2012/10/magnifying_glass-e1349127541578.png) no-repeat center center, -webkit-linear-gradient(top, #6f6f6f 0%,#888888 100%); /* Chrome10+,Safari5.1+ */
	background: url(/wp-content/uploads/2012/10/magnifying_glass-e1349127541578.png) no-repeat center center, -o-linear-gradient(top, #6f6f6f 0%,#888888 100%); /* Opera 11.10+ */
	background: url(/wp-content/uploads/2012/10/magnifying_glass-e1349127541578.png) no-repeat center center, -ms-linear-gradient(top, #6f6f6f 0%,#888888 100%); /* IE10+ */
	background: url(/wp-content/uploads/2012/10/magnifying_glass-e1349127541578.png) no-repeat center center, linear-gradient(to bottom, #6f6f6f 0%,#888888 100%); /* W3C */
	-pie-background: linear-gradient(#6f6f6f,#888888); /* W3C */
}

.nav .s {
	background-color: #fff;
	margin: 2px 2px 0 0;
}
/* eNews and Update Widget
------------------------------------------------------------ */

.enews-widget {
	background: url(images/dashes-bg.png) #d05353 !important;
	border-bottom: none !important;
	color: #fff;
	font-size: 16px;
	text-align: center;
}
.home #sidebar .enews, .home #sidebar .enews-widget {
	display: none;
}
#sidebar .enews {
	padding: 20px 20px 0;
}
#footer-widgets .enews {
	padding: 20px;
}
.enews p {
	color: #fff !important;
	font-size: 16px;
	padding: 0;
	text-align: center;
	text-shadow: #a64242 -1px -1px;
}
.enews #subscribe {
	padding: 0;
}
.enews #subbox {
	-moz-box-shadow: inset 0 1px 2px 1px #eee;
	-webkit-box-shadow: inset 0 1px 2px 1px #eee;
	background: url(images/email-icon.png) no-repeat 16px 15px #fff;
	border-bottom: none;
	border-left: 1px solid #963c3c;
	border-right: none;
	border-top: 1px solid #963c3c;
	box-shadow: inset 0 1px 1px 1px #eee;
	color: #bbb;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 9px;
	padding: 14px 15px 14px 45px;
	text-transform: uppercase;
	width: 160px;
}
.enews h4.widgettitle {
	color: #fff;
	font-family: Georgia, "Times New Roman", Times;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
	text-shadow: #a64242 -1px -1px;
	text-transform: none;
}
#subbutton {
	background: #fff;
	color: #555;
	margin-top: 15px;
	text-shadow: #fff 1px 1px;
}
/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}
#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}
#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}
/* Footer Widgets
------------------------------------------------------------ */

#footer-widgets {
	clear: both;
	padding: 10px 0;
	overflow: hidden;
	display:none;
}
.home #footer-widgets{
	display: block;
}
#footer-widgets .wrap {
	width: 960px;
	overflow: hidden;
	margin: 0 auto;
	background-color: #f4f2ec;
	padding: 3px 0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
}

#footer-widgets .widget-area {
	float: left;
	width: 33%;
	margin-bottom: -1000px; /* Achieve equal height columns */
	padding: 15px 0 1000px;	/* Achieve equal height columns */
	border-right: 1px solid #d1cfc7;
    box-shadow: 1px 0 0 #FFF;
	-webkit-box-shadow: 1px 0 0 #FFF;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 20px;
	padding: 0 30px 15px;
	border-bottom: 1px solid #d1cfc7;
}

#footer-widgets .last-widget {
	border-bottom: none;
	margin-bottom: 0;	
}

#footer-widgets h4 {
	font-family: "Gill Sans MT", "Gill Sans", GillSans, Calibri, "Trebuchet MS", sans-serif;
	font-size: 1.08333333333em; /* 13px / 12px */
	color: #64522d;
}

#footer-widgets .widget, #footer-widgets .widget p {
	color: #666;
}
#footer-widgets .widget p {
	margin: 0 0 15px;
}
#footer-widgets ul, #footer-widgets li {
	margin: 0;
	list-style-type: none;
}

#footer-widgets #wp-calendar thead, #footer-widgets #wp-calendar td {
	background: none;
}

#footer-widgets .footer-widgets-1 {
}

#footer-widgets .footer-widgets-2 .widget{
	padding-left: 20px;
	padding-right: 20px;
}

#footer-widgets .footer-widgets-3 {
	border-right: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

/* Footer widget - left */
#footer-widgets .footer-widgets-1 ul li {
	margin: .6em 0;
}

/* Footer widget - middle */
#footer-widgets .footer-widgets-2 .first-widget {
	padding-bottom: 45px;	
}

#footer-widgets .footer-widgets-2 .last-widget p {
	margin: 0;	
}

#footer-widgets .gform_body {
	float: left;
}

#footer-widgets .gform_wrapper input[type=text] {
	position: relative; /* PIE.htc fix */
	width: 160px;
	margin-right: 20px;
	font-size: 1em;
	vertical-align: middle;
	
	background: #f2f2f2; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjIyJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f2f2f2 0%, #ffffff 22%, #ffffff 45%, #e5e5e5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f2f2), color-stop(22%,#ffffff), color-stop(45%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2f2f2 0%,#ffffff 22%,#ffffff 45%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2f2f2 0%,#ffffff 22%,#ffffff 45%,#e5e5e5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2f2f2 0%,#ffffff 22%,#ffffff 45%,#e5e5e5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2f2f2 0%,#ffffff 22%,#ffffff 45%,#e5e5e5 100%); /* W3C */
	-pie-background: linear-gradient(#f2f2f2,#e5e5e5); /* W3C */	
}

#footer-widgets .gform_wrapper input[type=submit] {
	font-family: "Gill Sans MT", "Gill Sans", GillSans, Calibri, "Trebuchet MS", sans-serif;
	font-size: 1.16666666667em; /* 14px / 12px */
	text-transform: none;
	vertical-align: middle;
	font-weight: normal;
}

#footer-widgets .gform_footer {
	display: block;
	float: left;
	clear: both;	
}

#footer-widgets li.gfield {
	margin-bottom: 10px !important;
}

#footer-widgets .footer-widgets-2 .last-widget {
	margin-top: 35px;	
}

#footer-widgets .footer-widgets-2 .last-widget h4 {
	margin-bottom: 0;	
}

/* Footer widgets - right */
#footer-widgets .footer-widgets-3 .first-widget a {
	
}

#footer-widgets .footer-widgets-3 .Social_Widget {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 5px;
}

#footer-widgets .footer-widgets-3 iframe { 
	margin-left: -10px;
	min-height: 69px;
}

#footer-widgets .footer-widgets-3 .last-widget {
	margin-bottom: 10px;
}

/* Footer
------------------------------------------------------------ */

#footer {
	clear: both;
	color: #666;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 11px;
	overflow: hidden;
}

#footer p {
	color: #666666;	
}

#footer .gototop {
	float: left;
	margin-left: 25px;
	width: 620px;
}
#footer .gototop a {/*
	background: url(images/return-top-arrow.png) no-repeat center left;
	padding: 5px 0 5px 36px;*/
}
#footer .creds {
	float: right;
	text-align: right;
	width: 300px;
	font-size: 10px;
	text-transform: uppercase;
}

#footer .creds p {
	font-weight: bold;
}
/* Comments
------------------------------------------------------------ */
#comments, #respond {
	display: none;
}

.comment-list {
	margin-left: 0 !important;
}

.single-post #comments,
.single-post #respond,
.page-id-2534 .entry-content #comments,
.page-id-2534 .entry-content #respond {
	display: block;
}

.entry-content #comments .comment {
	padding-bottom: 35px;
}

.entry-content #comments .comment-header,
.entry-content #comments .comment-content,
.entry-content #comments .comment-content p {
	margin-bottom: 0;
}

#comments, #respond {
	font-size: 13px;
	margin: 0 0 15px;
	overflow: hidden;
}
#comments p, #respond p {
	font-size: 13px;
}
#author, #comment, #email, #url {
	font-size: 16px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}
#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}
.ping-list {
	margin: 0 0 40px;
}
.comment-list ol, .ping-list ol {
	padding: 10px;
}
.comment-list {
	list-style: none;
}
.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0;
	padding: 35px 35px 15px;
	text-shadow: #fff 1px 1px;
}
.comment-list li {
	list-style: none;
}
.comment-list li ul li {
	background: #fff;
	list-style-type: none;
}
.comment-list li ul li li {
	background: url(images/gray-texture.jpg);
}
.comment-list p, .ping-list p {
	margin: 10px 5px 10px 0;
}
.comment-list cite, .comment-list .says, .ping-list cite {
	color: #555;
	font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 11px;
	font-style: normal;
	text-transform: uppercase;
}
.commentmetadata {
	font-family: Verdana, Helvetica, Arial, Tahoma, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
}
.comment-content {
	margin: 20px 0;
}
.comment-reply-link {
	border-bottom: 5px solid #d05353;
	font-family: Verdana, Arial, Tahoma, sans-serif;
	font-size: 9px;
	padding: 0 8px 15px;
	text-decoration: none;
	text-transform: uppercase;
}
.comment-reply-link:hover {
	border-bottom: 5px solid #222;
	text-decoration: none;
}
.nocomments {
	text-align: center;
}
#comments .navigation {
	display: block;
}
.bypostauthor {
}
.thread-alt, .thread-even {
	background: url(images/gray-texture.jpg);
}
/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input, div.gform_wrapper select, div.gform_wrapper textarea {
	color: #666;
	font-size: 1em;
}

div.gform_footer input.button {
	color: #fff;
}
div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}
div.gform_wrapper li, div.gform_wrapper form li {
	margin: 0 0 10px;
}
div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}
/* Balance Blue
------------------------------------------------------------ */

.balance-blue a, .balance-blue a:visited, .balance-blue .post-comments a:hover, .balance-blue #header .menu a:hover, .balance-blue #header .menu .current_page_item a, .balance-blue #header .menu .current-cat a, .balance-blue #header .menu .current-menu-item a, .balance-blue .nav a:hover, .balance-blue .nav .current_page_item a, .balance-blue .nav .current-cat a, .balance-blue .nav .current-menu-item a, .balance-blue .menu-secondary a:hover, .balance-blue .menu-secondary .current_page_item a, .balance-blue .menu-secondary .current-cat a, .balance-blue .menu-secondary .current-menu-item a, .balance-blue .more-link {
	color: #6eadce;
}
.balance-blue a:hover, .balance-blue h2 a, .balance-blue h2 a:visited, .balance-blue #header .menu a, .balance-blue .nav a, .balance-blue .menu-secondary a {
	color: #222;
}
.balance-blue h2 a:hover {
	color: #6eadce;
}
.balance-blue .more-link, .balance-blue #content .post-info .author a, .balance-blue .comment-reply-link {
	border-bottom: 5px solid #6eadce;
}
.balance-blue #content .post-info .author a:hover, .balance-blue .more-link:hover, .balance-blue .comment-reply-link:hover {
	border-bottom: 5px solid #222;
}
.balance-blue input[type="button"], .balance-blue input[type="submit"], .balance-blue .enews-widget, .balance-blue .home-featured-right {
	background: #6eadce url(images/dashes-bg.png) !important;
	text-shadow: #598ca7 -1px -1px !important;
}
.balance-blue input[type="button"], .balance-blue input[type="submit"] {
	border-bottom: 1px solid #4f7d94;
	border-right: 1px solid #4f7d94;
}
.balance-blue input:hover[type="button"], .balance-blue input:hover[type="submit"] {
	background: #649dbb url(images/dashes-bg.png) !important;
}
.balance-blue .home-featured-right input[type="text"], .balance-blue .enews #subbox {
	border-left: 1px solid #4f7d94;
	border-top: 1px solid #4f7d94;
}
.balance-blue .enews p, .balance-blue .enews h4.widgettitle, .balance-blue .home-featured-right, .balance-blue .home-featured-right p, .balance-blue .home-featured-right h4.widgettitle {
	text-shadow: #598ca7 -1px -1px !important;
}
.balance-blue .post-comments a {
	color: #888;
}
.balance-blue input[type="submit"].searchsubmit {
	background: url(images/blue/search-icon.png) no-repeat !important;
	border: none !important;
}
.balance-blue .home-featured-right input[type=submit] {
	background: url(images/email-button.png) no-repeat !important;
}
.balance-blue #subbutton {
	background: #fff !important;
	text-shadow: none !important;
}
.whats-new {
	width: 100%;
	float: left;
	font-size: 12px;
}
.whats-new .widget {
	width: 45%;
	float: left;
	padding: 1.5%;
	margin-right: 2%;
}
.whats-new .widget h4 {
	font-size: 15px;
}
/* Balance Green
------------------------------------------------------------ */

.balance-green a, .balance-green a:visited, .balance-green .post-comments a:hover, .balance-green #header .menu a:hover, .balance-green #header .menu .current_page_item a, .balance-green #header .menu .current-cat a, .balance-green #header .menu .current-menu-item a, .balance-green .nav a:hover, .balance-green .nav .current_page_item a, .balance-green .nav .current-cat a, .balance-green .nav .current-menu-item a, .balance-green .menu-secondary a:hover, .balance-green .menu-secondary .current_page_item a, .balance-green .menu-secondary .current-cat a, .balance-green .menu-secondary .current-menu-item a, .balance-green .more-link {
	color: #80bf61;
}
.balance-green a:hover, .balance-green h2 a, .balance-green h2 a:visited, .balance-green #header .menu a, .balance-green .nav a, .balance-green .menu-secondary a {
	color: #222;
}
.balance-green h2 a:hover {
	color: #80bf61;
}
.balance-green .more-link, .balance-green #content .post-info .author a, .balance-green .comment-reply-link {
	border-bottom: 5px solid #80bf61;
}
.balance-green #content .post-info .author a:hover, .balance-green .more-link:hover, .balance-green .comment-reply-link:hover {
	border-bottom: 5px solid #222;
}
.balance-green input[type="button"], .balance-green input[type="submit"], .balance-green .enews-widget, .balance-green .home-featured-right {
	background: #80bf61 url(images/dashes-bg.png) !important;
	text-shadow: #61914a -1px -1px !important;
}
.balance-green input[type="button"], .balance-green input[type="submit"] {
	border-bottom: 1px solid #5c8a46;
	border-right: 1px solid #5c8a46;
}
.balance-green input:hover[type="button"], .balance-green input:hover[type="submit"] {
	background: #61914a url(images/dashes-bg.png) !important;
}
.balance-green .home-featured-right input[type="text"], .balance-green .enews #subbox {
	border-left: 1px solid #5c8a46;
	border-top: 1px solid #5c8a46;
}
.balance-green .enews p, .balance-green .enews h4.widgettitle, .balance-green .home-featured-right, .balance-green .home-featured-right p, .balance-green .home-featured-right h4.widgettitle {
	text-shadow: #61914a -1px -1px !important;
}
.balance-green .post-comments a {
	color: #888;
}
.balance-green input[type="submit"].searchsubmit {
	background: url(images/green/search-icon.png) no-repeat !important;
	border: none !important;
}
.balance-green .home-featured-right input[type=submit] {
	background: url(images/email-button.png) no-repeat !important;
}
.balance-green #subbutton {
	background: #fff !important;
	text-shadow: none !important;
}
/* Balance Pink
------------------------------------------------------------ */

.balance-pink a, .balance-pink a:visited, .balance-pink .post-comments a:hover, .balance-pink #header .menu a:hover, .balance-pink #header .menu .current_page_item a, .balance-pink #header .menu .current-cat a, .balance-pink #header .menu .current-menu-item a, .balance-pink .nav a:hover, .balance-pink .nav .current_page_item a, .balance-pink .nav .current-cat a, .balance-pink .nav .current-menu-item a, .balance-pink .menu-secondary a:hover, .balance-pink .menu-secondary .current_page_item a, .balance-pink .menu-secondary .current-cat a, .balance-pink .menu-secondary .current-menu-item a, .balance-pink .more-link {
	color: #b96a97;
}
.balance-pink a:hover, .balance-pink h2 a, .balance-pink h2 a:visited, .balance-pink #header .menu a, .balance-pink .nav a, .balance-pink .menu-secondary a {
	color: #222;
}
.balance-pink h2 a:hover {
	color: #b96a97;
}
.balance-pink .more-link, .balance-pink #content .post-info .author a, .balance-pink .comment-reply-link {
	border-bottom: 5px solid #b96a97;
}
.balance-pink #content .post-info .author a:hover, .balance-pink .more-link:hover, .balance-pink .comment-reply-link:hover {
	border-bottom: 5px solid #222;
}
.balance-pink input[type="button"], .balance-pink input[type="submit"], .balance-pink .enews-widget, .balance-pink .home-featured-right {
	background: #b96a97 url(images/dashes-bg.png) !important;
	text-shadow: #8d5172 -1px -1px !important;
}
.balance-pink input[type="button"], .balance-pink input[type="submit"] {
	border-bottom: 1px solid #864d6d;
	border-right: 1px solid #864d6d;
}
.balance-pink input:hover[type="button"], .balance-pink input:hover[type="submit"] {
	background: #8d5172 url(images/dashes-bg.png) !important;
}
.balance-pink .home-featured-right input[type="text"], .balance-pink .enews #subbox {
	border-left: 1px solid #864d6d;
	border-top: 1px solid #864d6d;
}
.balance-pink .enews p, .balance-pink .enews h4.widgettitle, .balance-pink .home-featured-right, .balance-pink .home-featured-right p, .balance-pink .home-featured-right h4.widgettitle {
	text-shadow: #8d5172 -1px -1px !important;
}
.balance-pink .post-comments a {
	color: #888;
}
.balance-pink input[type="submit"].searchsubmit {
	background: url(images/pink/search-icon.png) no-repeat !important;
	border: none !important;
}
.balance-pink .home-featured-right input[type=submit] {
	background: url(images/email-button.png) no-repeat !important;
}
.balance-pink #subbutton {
	background: #fff !important;
	text-shadow: none !important;
}
/* Balance Turquoise
------------------------------------------------------------ */

.balance-turquoise a, .balance-turquoise a:visited, .balance-turquoise .post-comments a:hover, .balance-turquoise #header .menu a:hover, .balance-turquoise #header .menu .current_page_item a, .balance-turquoise #header .menu .current-cat a, .balance-turquoise #header .menu .current-menu-item a, .balance-turquoise .nav a:hover, .balance-turquoise .nav .current_page_item a, .balance-turquoise .nav .current-cat a, .balance-turquoise .nav .current-menu-item a, .balance-turquoise .menu-secondary a:hover, .balance-turquoise .menu-secondary .current_page_item a, .balance-turquoise .menu-secondary .current-cat a, .balance-turquoise .menu-secondary .current-menu-item a, .balance-turquoise .more-link {
	color: #69b5b4;
}
.balance-turquoise a:hover, .balance-turquoise h2 a, .balance-turquoise h2 a:visited, .balance-turquoise #header .menu a, .balance-turquoise .nav a, .balance-turquoise .menu-secondary a {
	color: #222;
}
.balance-turquoise h2 a:hover {
	color: #69b5b4;
}
.balance-turquoise .more-link, .balance-turquoise #content .post-info .author a, .balance-turquoise .comment-reply-link {
	border-bottom: 5px solid #69b5b4;
}
.balance-turquoise #content .post-info .author a:hover, .balance-turquoise .more-link:hover, .balance-turquoise .comment-reply-link:hover {
	border-bottom: 5px solid #222;
}
.balance-turquoise input[type="button"], .balance-turquoise input[type="submit"], .balance-turquoise .enews-widget, .balance-turquoise .home-featured-right {
	background: #69b5b4 url(images/dashes-bg.png) !important;
	text-shadow: #549190 -1px -1px !important;
}
.balance-turquoise input[type="button"], .balance-turquoise input[type="submit"] {
	border-bottom: 1px solid #4c8382;
	border-right: 1px solid #4c8382;
}
.balance-turquoise input:hover[type="button"], .balance-turquoise input:hover[type="submit"] {
	background: #549190 url(images/dashes-bg.png) !important;
}
.balance-turquoise .home-featured-right input[type="text"], .balance-turquoise .enews #subbox {
	border-left: 1px solid #4c8382;
	border-top: 1px solid #4c8382;
}
.balance-turquoise .enews p, .balance-turquoise .enews h4.widgettitle, .balance-turquoise .home-featured-right, .balance-turquoise .home-featured-right p, .balance-turquoise .home-featured-right h4.widgettitle {
	text-shadow: #549190 -1px -1px !important;
}
.balance-turquoise .post-comments a {
	color: #888;
}
.balance-turquoise input[type="submit"].searchsubmit {
	background: url(images/turquoise/search-icon.png) no-repeat !important;
	border: none !important;
}
.balance-turquoise .home-featured-right input[type=submit] {
	background: url(images/email-button.png) no-repeat !important;
}
.balance-turquoise #subbutton {
	background: #fff !important;
	text-shadow: none !important;
}
.home-button {
	width: 46%;
	margin-right: 2%;
	;
	float: left;
	text-align: center;
	padding-bottom: 20px;
	clear: right;
}
.home-button h4 {
	font-size: 13px;
}
#header-left {
	width: 40%;
	float: right;
	clear: right;
	text-align: right;
	padding-bottom: 10px;
	padding-top: 10px;
}
#div501c3 {
	width: 40%;
	float: left;
	clear: left;
	text-align: left;
	padding-bottom: 10px;
}
/* popover styles */
			
/* the overlayed element */
.apple_overlay {
	/* initially overlay is hidden */
	display: none;
	/* growing background image */
	background-image: url(/wp-content/themes/balance/images/white.png);
	/*
      width after the growing animation finishes
      height is automatically calculated
      */
	width: 640px;
	/* some padding to layout nested elements nicely  */
	padding: 35px;
	/* a little styling */
	font-size: 11px;
}
/* default close button positioned on upper right corner */
.apple_overlay .close {
	background-image: url(/wp-content/themes/balance/images/close.png);
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
	height: 35px;
	width: 35px;
}
   /* use a semi-transparent image for the overlay */
  #overlay {
    background-image:url(/wp-content/themes/balance/images/transparent.png);
    color:#000;
    height:450px;
  }
  /* container for external content. uses vertical scrollbar, if needed */
  div.contentWrap {
    height:441px;
    overflow-y:auto;
  }			
  
/* Sub page custom styles 
------------------------------------------------------------ */

/* Newsletter */
.page-id-64 .wpcol-one-quarter {
	text-align: center;
}

.page-id-64 .wpcol-one-quarter img {
	margin-bottom: 5px;	
}

/* Press Releases */
.page-id-67 .entry-content > ul > li {
	margin-bottom: 1.5em;	
	background-image: none;
}

/* Events Calendar */
.calendar-switch {
	float: right;
}

.calendar-switch:hover {
	opacity: 0.8;
	text-decoration: none;
}

.calendar-switch:after {
	content: "";
	clear: both;
}

.calendar-switch * {
	display: inline-block;
	vertical-align: middle;
}

.event-list .event {
	padding: 2em 0 1.6666666em;
	border-bottom: 1px solid #F4F2EC;
}

.event-list .event h2 {
	margin: 0 !important;
	font-size: 1.66666666666em !important;
}

.event-list .event h3, .single-event .entry-content h3 {
	margin: .25em 0 0;
}

.event-list .event p {
	margin-bottom: .5em;
	font-size: 1.08333333333em !important;
}

.event-list .event .event-link {
	margin-top: 1.5em;
}

.single-event .entry-content h2 {
 	margin: 0 !important;
 }

.single-event .em-location-map {
	/*max-width: 60%;*/
	float: right;
	margin: 0 0 1.5em 3em;
}

.single-event .fb-comments, .single-event .post-meta, .single-location .fb-comments, .single-location .post-meta {
	display: none;
}

#content table.fullcalendar td {
	width: 14%;
	vertical-align: top;
	height: 100px;
}

#content table.fullcalendar thead td {
	border: none;
	vertical-align: middle;
	height; 1.2em !important;
}

#content table.fullcalendar .month_name {
	text-align: center;
}

#content table.fullcalendar thead  .em-calnav-next {
	float: right;
}

#content table.fullcalendar .days-names td {
	height: 1.2em !important;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
}

#content table.fullcalendar li {
	margin: .5em 0;
	padding: 0;
	background-image: none;
	font-size: .8em;
	line-height: 1.2;
}

#content table.fullcalendar li a {
	display: inline-block;
}

/* Photos */
.photo-gallery {
	margin: 0 0 35px;
	padding: 0 10px 10px;
	float: left;
}

/* WP Tabs */
#content .wp-tabs {
	margin-bottom: 2.5em;
}

#content .wp-tabs ul li {
	margin-bottom: -2px;
}

/* Blog */
.single-post .post-info {
	margin: -10px 0 10px !important;
}

.single-post br {
	display: none;
}

.page-id-70 .post {
	margin-bottom: 35px;
}

.page-id-70 #content-sidebar-wrap .breadcrumb {
	display: none;
}
.page-id-70 #content-sidebar-wrap .blog-breadcrumb {
	display: block;
}

/* Search */
.search-results .breadcrumb {
	display: none;
}

.search-results .breadcrumb:first-child {
	display: block;
	margin-bottom: 30px;
}
.search .post-info{
display:none;}
.search h2{
clear: left;}
/* Volunteer */
.page-id-59 .gfield_checkbox li {
	margin-bottom: 1em !important;
}
/* End Volunteer */

/* Start Single Tree Pages */

/* Temporary fix for single tree page header images */
.single-tree .post-info {
	display: none;
}

.single-tree .entry-meta, .single-tree .entry-utility, .single-tree #primary, .single-tree .gform_footer {
	display: none;
}

.single-tree ul.traitlist {
clear: both;
}

.images-row {
	display: table-cell;
	vertical-align: bottom;
	margin-bottom: 1em;
}

.images-row .wp-caption {
	display: table-cell;
	margin: 0;
	padding-right: 10px;
	float: none;
	vertical-align: bottom;
	text-align: center;
	margin: 10px 0 10px 0;	
	max-width: 180px;
	border-radius: 6px; 
	-moz-border-radius: 6px; 
	-webkit-border-radius: 6px; 
}

.images-row .wp-caption-text {
	text-align: center;
}

.single-tree .post-meta {
	display: none;
}

/* resize captcha */
.gform_wrapper iframe{
transform:scale(0.77);
-webkit-transform:scale(0.77);
transform-origin:0 0;
-webkit-transform-origin:0 0;
}

/* End Single Tree Pages*/
			
/* Responsive Design
------------------------------------------------------------ */
@media (min-width: 1100px) {
	.no-gill-sans .nav a {
		font-size: 1.1em;
	}
}

/*
@media only screen and (max-width: 960px) {
body,  .balance-landing #inner .wrap,  .balance-landing.full-width-content #content,  .content-sidebar-sidebar #content,  .content-sidebar #content,  .footer-widgets-1,  .footer-widgets-2,  .footer-widgets-3,  .full-width-content #content,  .home-featured-left,  .home-featured-right,  .sidebar,  .sidebar-content #content,  .sidebar-content-sidebar #content,  .sidebar-sidebar-content #content,  .wrap,  #breadcrumb,  #content-sidebar-wrap,  #footer,  #footer .creds,  #footer .gototop,  #header,  #header .widget-area,  #inner,  #sidebar-alt,  #title-area {
	width: 100% !important;
}
#description,  #footer .creds,  #footer .gototop,  #title,  #title-area {
	float: none;
	text-align: center;
}
#title-area {
	padding: 30px 0 20px;
}
.enews #subbox,  .s {
	width: 60%;
}
#header .widget-area {
	float: none;
	margin: 0;
	padding: 0;
}
#header .searchform {
	float: none;
	margin: 0 0 20px;
	padding: 0;
	text-align: center;
}
.nav,  .menu-secondary,  #header .menu,  #header .widget-area,  #title-area {
	float: none;
	text-align: center;
	width: 100%;
}
.nav li,  .menu-secondary li,  #header .menu li {
	display: inline-block;
	float: none;
}
.menu li.right {
	display: none;
}
#home-featured .wrap {
	padding: 0;
}
.home-featured-left,  .home-featured-right {
	border: none;
	float: none;
	margin: 0;
	padding: 10px 0 20px;
	text-align: center;
	width: 100%;
}
.home-featured-right .widget {
	margin: 0;
	padding: 0 20px 20px;
}
#inner {
	margin: 20px 0 0;
	padding: 0 0 10px;
}
.breadcrumb {
	padding: 15px 20px;
	margin: 0 auto;
	width: auto;
}
.page .page,  .post,  #comments,  #respond {
	padding: 20px;
}
.navigation {
	padding: 0 20px;
}
h1,  h2,  h2 a,  h2 a:visited {
	font-size: 30px;
}
h3,  h4 {
	font-size: 24px;
}
h5,  h6 {
	font-size: 20px;
}
.post-image {
	height: auto;
	max-width: 100% !important;
	margin: 0 0 20px !important;
	float: none;
	display: block;
}
.archive-page {
	float: none;
	width: 100%;
}
.genesis-grid-even,  .genesis-grid-odd {
	float: none;
	width: auto;
}
.navigation,  .author-box {
	margin: 0;
}
.sidebar {
	margin: 20px 0 0;
	padding: 0;
}
.widget-wrap {
	padding: 0 20px;
	float: left;
	width: 100%;
}
#comments,  #respond {
	margin: 20px 0 0;
}
.comment-list li,  .ping-list li {
	padding: 20px;
	margin: 0 -10px;
}
.footer-widgets-1,  .footer-widgets-2,  .footer-widgets-3 {
	margin: 0;
}
#footer,  #footer .creds,  #footer .gototop {
	background: none;
	padding: 10px 0;
	text-align: center;
}
#footer .gototop a {
	background: none;
	padding: 0;
}
#footer-widgets .wrap {
	padding: 0;
}
}
 @media only screen and (max-width: 600px) {
h1,  h2,  h2 a,  h2 a:visited {
	font-size: 24px;
}
h3,  h4 {
	font-size: 20px;
}
h5,  h6 {
	font-size: 18px;
}
.five-sixths,  .four-fifths,  .four-sixths,  .one-fifth,  .one-fourth,  .one-half,  .one-sixth,  .one-third,  .three-fifths,  .three-fourths,  .three-sixths,  .two-fifths,  .two-fourths,  .two-sixths,  .two-thirds {
	padding: 0;
	width: 100%;
}
}
*/