/*   
Theme Name: Big Wild Adventures
Theme URI: bigwildadventures.com
Description: Custom theme for BigWildAdventures.com.
Author: Generation Web - genwebmarketing.com
Author URI: http://genwebmarketing.com/
Template: thematic
Version: 1.0
Tags: Thematic, GenWeb
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* -------------------------------------------------------------- 
  
   Reset default browser CSS.
   
   Based on work by Eric Meyer:
   http://meyerweb.com/eric/tools/css/reset/index.html
   
-------------------------------------------------------------- */

/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
    background:#fff;
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a img { border: none; }

/* -------------------------------------------------------------- 
   
   Set default typography based on Blueprint
   
   http://code.google.com/p/blueprintcss/
     
-------------------------------------------------------------- */   

body, input, textarea {
    color:#000;    
    font: 12px Arial,sans-serif;
    line-height:18px;
}

/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
	font-weight:normal;
	clear:both;
}

/* Text elements
-------------------------------------------------------------- */

p {
    margin-bottom:18px;
}
ul {
	margin: 0 0 18px 2.5em;
}
ol {
	margin: 0 0 18px 2.5em;
}
ul {
	list-style:disc;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl	{
    margin:0 1.5em;
}
dt {
    font-weight:bold;
}
dd {
	margin-bottom:18px;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style:normal;
}
pre {
	font:11px Monaco, monospace;
	line-height:18px;
	margin-bottom:18px;
}
code {
	font:11px Monaco, monospace;
}
abbr, acronym {
  border-bottom:1px dotted #333;
  cursor: help;
}
ins {
	text-decoration:none;
}
sup,
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* Pullquotes
-------------------------------------------------------------- */

blockquote.left {
	float: left;
	margin-left:0;
	margin-right:20px;
	text-align: right;
	width: 33%;
}
blockquote.right {
	float: right;
	margin-left:20px;
	margin-right:0;
	text-align: left;
	width: 33%;
}

/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

body, input, textarea {
    font: --px Arial,sans-serif;
    line-height:--px;
}
p, ul, ol, dd, pre {
    margin-bottom:--px;
}
pre, code {
	font:--px Monaco, monospace;
	line-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/

/*
LAYOUT: One-Column (Right) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar right of content
*/

body {
    min-width:960px;
}
#header {
    position:relative;
}
#branding {
    width:940px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:940px;
    margin:0 auto;
}
#main {
    width:960px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:620px;
    float:left;
}
#content {
    margin:0 0 0 10px;
    width:540px;
    overflow:hidden;
}
.main-aside {
    width:300px;
    float:right;
    position:relative;
    right:10px;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}

/* =Page Templates
-------------------------------------------------------------- */

/*
    Full Width Template
*/

.page-template-template-page-fullwidth-php #container {
	margin:0;
	width:940px;
}

.page-template-template-page-fullwidth-php #content {
	margin: 0 0 0 10px;
	width:940px;
}

.page-template-template-page-fullwidth-php #comments {
    width:540px;
}

/* -------------------------------------------------------------- 
   
   Default styles for Images
  
-------------------------------------------------------------- */   
.entry-content .wp-post-image {
	border: 1px solid #ccc;
	float:right;
	margin: 0 0 20px 18px;
	padding: 5px;
}
.entry-content img {
    height:auto;
    margin: 0 0 18px 0;
    max-width:100%;
}
.alignleft,
img.alignleft {
	float: left;
    margin-right:20px;
}
.alignright,
img.alignright {
	display: block;
	float: right;
    margin-left:20px;
}
.aligncenter,
img.aligncenter {
	margin-left:auto;
	margin-right:auto;
	display: block;
	clear: both;
}
.wp-caption {
	border:1px solid #ccc;
	text-align: center;
	margin-bottom:18px;
	padding:9px 5px 0;
}
.wp-caption img {
	border: 1px solid #ccc;
	margin: 0;
	padding: 0;
}
.wp-caption p.wp-caption-text {
	margin: 0;
	padding:18px 5px;
}
.gallery-icon {
	border: 1px solid #ccc;
	margin: 0 5px;
	padding-top: 6px;
}
.gallery img {
    margin:0;
}
.gallery-caption {
	padding:6px 6px 0;
}
.wp-smiley { /* Prevent the smileys from breaking line-height */
	max-height:12px;
	margin:0 !important;
}

/*

Adapt the following for use in your Child Themes when using
different font-sizes and line-heights

.entry-content img,
.wp-caption {
    margin-bottom:--px;
}
.wp-smiley {
    max-height:--px;
}

All other styles can be overridden--or ignored!--in Child Theme stylesheets

*/

/* =Global Elements
-------------------------------------------------------------- */

body, input, textarea {
    font-size: 14px;
    font-family: Tahoma, Verdana, Segoe, sans-serif;
    line-height:18px;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
li {
	margin-bottom: 5px;
}
pre, code {
	font:14px Monaco, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
table {
    border:1px solid #ccc;
    border-width:1px 1px 0 1px;
    font-size:13px;
    line-height:18px;
    margin:0 0 22px 0;
    text-align:left;
}
caption {
    text-align:left;
}
tr {
    border-bottom:1px solid #ccc;
}
th, td {
    padding: .7em 1.25em;
}
hr {
    background-color:#ccc;
    border:0;
    color:#ccc;
    height:1px;
}
.page-id-37 hr {
	clear: both;
	margin: 15px 0;
}
.page-id-37 p {
	padding-bottom: 0;
	margin-bottom: 0;
}
a:link,
a:visited {
    color:#004B91;
}
a:active,
a:hover {
    color: #48ABF0;
}
/*#wrapper {
	background: url(/images/bwa_bg_main_1.jpg) center top no-repeat #fff;
}*/
.entry-content img {
	border: 2px solid #ccc;
	padding: 1px;
}
.entry-content img.size-thumbnail {
	padding: 0;
	border: none;
}


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

#header {
    z-index:2;
    width: 960px;
	margin: 0 auto;
}
#branding {
    padding: 0;
    margin: 0;
    width: 200px;
    float: left;
}
#blog-title {
    font-family:Arial,sans-serif;
    font-size:34px;
    font-weight:bold;
    line-height:40px;
}
#blog-title a {
    text-indent: -9999px;
    background: url(/images/bwa_logo_main.png) top left no-repeat;
    display: block;
    width: 201px;
    height: 114px;
    margin-left: 25px;
}
#blog-title a:active,
#blog-title a:hover {
    color: #48ABF0;
}
#blog-description {
    color:#666;
    font-size:13px;
    font-style:bold;
}
.headcta {
	display: block;
	float: right;
	color: #fff;
	font-weight: 700;
	font-style: italic;
	text-shadow: 0px 0px 20px rgba(0,0,0,0.7);
	margin: 20px 28px 0 0;
	text-align: center;
}
.headcta a {
	color: #fff;
}
.headcta a.booklink {
	text-indent: -9999px;
	display: block;
	width: 238px;
	height: 38px;
	background: url(/images/bwa_buttons.png) 0 0 no-repeat;
	margin-bottom: 3px;
}
.headcta a.booklink:hover {
	background-position: 0 -38px;
}
.headcta a.booklink:active {
	background-position: 0 -76px;
}
.page-template-page-questionnaire-confirmation-php .headcta,
.page-template-template-page-fullwidth-php .headcta {
	margin: 10px 28px 10px 0;
}
.headslogan {
	float: right;
	margin: 20px 20px 0 0;	
}

/* =Menu
-------------------------------------------------------------- */

.skip-link {
    display:none;
}
#access {
    height:40px;
    font-size:15px;
    overflow:visible;
    z-index:100;
    width: auto;
    float: right;
    margin-right: 20px;
}
.menu {
	width: auto;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:1px solid #000;
    border-right:1px solid rgba(0,0,0,0.9);
	float:left;
}
.ie6 .sf-menu {
	margin-bottom: -1px;
}
.sf-menu a {
    background: #111;
    background: rgba(0,0,0,0.8);
	border-bottom:1px solid #000;
	padding:11px 18px 12px;
	text-decoration:none;
	font-size: 17px;
}
.windows .sf-menu a {
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    background: #000;
    background: rgba(0,0,0,0.95);
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#efefef;
}
.sf-menu li {
}
.sf-menu li li {
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background: #000;
	outline:		0;
}
.sf-menu ul {
    border-right:1px solid #000;
    border-bottom:1px solid #000;
    border-right:1px solid rgba(0,0,0,0.9);
    border-bottom:1px solid rgba(0,0,0,0.9);
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:40px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
	background: #000;
	background: rgba(0,0,0,0.95);
}
.sf-menu ul a:hover {
}
.sf-menu ul .current-menu-item a {
	background: #222;
}
#main a img.attachment-thumbnail,
#main a img.size-thumbnail,
#main a img.size-medium {
	cursor: url(/images/zoomin.cur), auto;
}
/* =Content
-------------------------------------------------------------- */

#main {
    clear:both;
    padding:50px 13px 22px 12px;
    /*background: url(/images/bwa_bg_content.png) top left no-repeat;*/
	background: url(/images/bwa_bg_main_fade.png) bottom center repeat-x;
    top: -23px;
    min-height: 840px;
    margin-bottom: -23px;
}
.page-template-page-questionnaire-confirmation-php #wrapper,
.page-template-template-page-fullwidth-php #wrapper {
	background: url(/images/bwa_main_bg_nosidebar_02.jpg) center top no-repeat;
}
#wrapper {
	background: url(/images/bwa_main_bg_sidebar_02.jpg) center top no-repeat;
}
#imgbgwrapper {
	background: url(/images/bwa_body_bg_sidebar.jpg) center top repeat-y;	
}
.page-template-page-questionnaire-confirmation-php #imgbgwrapper,
.page-template-template-page-fullwidth-php #imgbgwrapper {
	background: url(/images/bwa_body_bg_nosidebar.jpg) center top repeat-y;
}
#container {
	width: 665px;
}
#content {
	margin-left: 20px;
	width: 625px;
	overflow: visible;
}
.page-template-page-questionnaire-confirmation-php #content,
.page-template-template-page-fullwidth-php #content {
	margin-left: 20px;
	width: 920px;
	overflow: visible;
}
.page-title {
    font-size:13px;
    line-height:18px;
    padding:0 0 44px 0;
}
.attachment .page-title {
    font-style:italic;
}
.page-title a {
    color:#666;
    text-decoration:none;
}
.page-title a:active,
.page-title a:hover {
    color: #48ABF0;
}
.page-title span {
    font-style:italic;
}
.page-title .meta-nav {
    font-style:normal;
}
.hentry {
    padding:0 0 22px 0;
}
.single .hentry {
    padding:0;
}
.home #content .sticky {
    border:1px solid #ccc;
    margin:0 0 66px 0;
    padding:22px 20px 0 20px;
}
.entry-title {
    font-family:Arial,sans-serif;
    font-size:26px;
    font-weight:bold;
    line-height:26px;
    padding:10px 0 7px 0;
    margin-top: 15px !important;
}
.entry-title a {
    color:#FFF;
    text-decoration:none;
}
.entry-title a:active,
.entry-title a:hover {
    color: #48ABF0;
}
.entry-meta {
    color:#666;
    font-size:13px;
    font-style:italic;
    line-height:18px;
    border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding: 2px;
}
.entry-meta .author {
}
.entry-meta .n {
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-meta a {
    color:#666;
    text-decoration:none;
}
.entry-meta a:active,
.entry-meta a:hover {
    color: #48ABF0;
}
.entry-meta abbr {
    border:none;
    cursor:text;
    font-size:11px;
    font-style:normal;
    letter-spacing:0.05em;
    text-transform:uppercase;
}
.entry-content {
    padding:12px 0 0 0;
}
.entry-content h1,
.entry-content h2 {
    font-family:Arial,sans-serif;
    font-size:19px;
    font-weight:bold;
    padding:28px 0 14px 0;
    line-height: 21px;
}
.entry-content h2 {
    padding:14px 0 14px 0;
}
.entry-content h3 {
    font-size:17px;
    font-style:italic;
    padding:14px 0 14px 0;
}
.entry-content h4 {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.entry-content table {
    margin-left:1px;
}
.entry-content embed {
    margin:0 0 22px 0;
}
.entry-utility {
	clear:both;
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0 0 44px 0;
    background: #aaa;
	color: #fff;
	padding: 3px 7px;
}
.entry-utility a {
    color:#fff;
    font-style:italic;
    text-decoration:none;
}
.entry-utility a:active,
.entry-utility a:hover {
    color: #efefef;
    text-decoration: underline;
}
.edit-link {
	clear:both;
	display:block;
}
.page-link {
    font-size:13px;
    font-weight:bold;
    line-height:18px;
    margin:0 0 22px 0;
    padding:22px 0 0 0;
    word-spacing:0.5em;
}
.page-link a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.page-link a:active,
.page-link a:hover {
    color: #48ABF0;
}
ul#links-page,
ul#archives-page {
    list-style:none;
    margin-left:0;
    overflow:hidden;
}
li.content-column {
    float:left;
    margin-right:20px;
    width:45%;
}

#gallery-1 .gallery-item {
	float: left;
	margin-top: 10px;
	width: 33%;
}
#gallery-1 img {
	border: 2px solid #cfcfcf;
}


.gallery {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0 auto;
    padding:0 0 22px 0;
	}
.gallery .gallery-icon {
	border: none;
}
.gallery .gallery-row {
	display: block;
	clear: both;
	overflow: hidden;
	margin: 0;
	}
.gallery .gallery-item {
	overflow: hidden;
	float: left;
	margin: 0;
	text-align: center;
	list-style: none;
	padding: 0;
	position: relative;
	}
.gallery .gallery-item img, .gallery .gallery-item img.thumbnail {
	max-width: 89%;
	height: auto;
	padding: 1%;
	margin: 0 auto;
	border: none !important;
	}
.gallery-caption {
	margin-left: 0;
	}
.wp-caption-text,
.gallery-caption {
    color:#666;
    font-size:13px;
    line-height:18px;
    bottom: 0px;
	position: absolute;
	background: #000;
	background: rgba(0,0,0,0.8);
	color: #fff;
	display: block;
	padding: 3px 10px 4px;
	margin: 0 35px 10px 20px;
}
#author-info {
    margin:0 0 44px 0;
    overflow:hidden;
}
#author-info .avatar {
    float:left;
    margin:.3em 1em 0 0;
}


/* =Attachments
-------------------------------------------------------------- */

.attachment-jpeg #container,
.attachment-png #container {
    width:100%;
}
.attachment-jpeg #content,
.attachment-png #content {
    width:930px;
}
.attachment-jpeg #comments,
.attachment-png #comments {
    width:540px;
    overflow:hidden;
}
.attachment-jpeg .main-aside,
.attachment-png .main-aside {
    display:none;    
}


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

.navigation {
    color:#666;
    font-size:13px;
    line-height:18px;
    margin:0px 0 22px 0;
    overflow:hidden;
}
.navigation a {
    font-style:italic;
    text-decoration:none;
    color: #fff;
	background: #333;
	padding: 4px 15px 5px 12px;
	display: inline-block;
}
.navigation a:active,
.navigation a:hover {
    color: #48ABF0;
}
.navigation .meta-nav {
    font-style:normal;
}
.nav-previous {
	float: left;
	width:50%;
}
.nav-next {
	float: right;
	width:50%;
	text-align:right;
}
#nav-above,#nav-below {
	width: 100%;
}
#nav-above {
    display:none;
}
.paged #nav-above {
    display:block;
    padding:0 0 44px 0;
}


/* =Comments
-------------------------------------------------------------- */

#comments {
	clear:both;
    padding:22px 0 0 0;
}
#comments,
#comments input,
#comments textarea {
    font-size:13px;
    line-height:18px;
}
#comments code {
    font-size:12px;
    line-height:18px;
}
#comments h3 {
    font-family:Arial,sans-serif;
    font-size:15px;
    font-weight:bold;
    line-height:22px;
    padding:0 0 18px 0;
}
#comments-list {
    padding:0 0 18px 0;
}
#comments-list ol,
#comments-list ul {
    list-style:none;
    margin:0;
}
#comments-list ol {
    border:1px solid #ccc;
    border-bottom:none;
    margin:0 0 18px 0;
}
#comments-list li {
    background:#fafafa;
    border-bottom:1px solid #ccc;
    padding:18px 1.5em 0 1.5em;
    position:relative;
}
#comments-list li.alt {
    background:#fff;
}
#comments-list li.bypostauthor {
    background:#FFFFCC;
}
#comments-list ul li {
    border:1px solid #ccc;
    margin:0 0 18px 0;
}
#comments-list li .avatar {
    position:absolute;
    top:22px;
    left:1.5em;
    width:36px;
    height:36px;
}
#comments-list .comment-author {
    font-weight:bold;
    padding:9px 0 0 46px;
}
#comments-list .comment-meta {
    color:#666;
    font-size:11px;
    padding:0 0 9px 46px;
}
#comments-list .comment-meta a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
#comments-list .comment-meta a:active,
#comments-list .comment-meta a:hover {
    color: #48ABF0;
}
.comment-reply-link {
    font-size:11px;
    padding:0 0 18px 0;
    text-align:right;
}
.comment-reply-link a {
    color:#666;
    font-style:italic;
    text-decoration:none;
}
.comment-reply-link a:active,
.comment-reply-link a:hover {
    color: #48ABF0;
}
.comment-navigation {
    font-weight:bold;
    padding:0 0 18px 0;
    margin-right:0.5em;
}
.comment-navigation a {
    border:1px solid #ccc;
    color:#666;
    font-weight:normal;
    padding:0.5em 0.75em;
    text-decoration:none;
}
.comment-navigation a:active,
.comment-navigation a:hover {
    color: #48ABF0;
}
.comment-navigation a,
.comment-navigation span {
    margin-right:0.5em;
}
#trackbacks-list .comment-content {
    position:absolute;
    left:-10000px;
}
#respond {
    background:#fff;
    margin-bottom:22px;
    overflow:hidden;
    padding:18px 0 0 0;
    position:relative;
}
#comments-list #respond {
    border-bottom:1px solid #ccc;
    margin:0 0 18px 0;
    padding:18px 1.5em;
}
#comments-list ul #respond {
    border:1px solid #ccc;
    margin:0;
}
#cancel-comment-reply {
    font-size:11px;
    position:absolute;
    top:18px;
    right:1.5em;
}
#cancel-comment-reply a {
    color:#666;
}
#respond .required {
    color:#48ABF0;
    font-weight:bold;
}
.form-section label {
    font-size:11px;
}
.form-section input {
    margin:0 0 18px 0;
    width:98%;
}
.form-section textarea {
    width:99%;
}
#form-allowed-tags p {
    color:#666;
    font-size:11px;
    margin:0;    
}
#form-allowed-tags span {
    font-style:italic;
}
#form-allowed-tags code {
    font-size:11px;
    line-height:normal;
}
.form-submit {
    padding:18px 0 0 0;
    text-align:right;
}
.subscribe-to-comments {
    color:#666;
    float:left;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}
.solo-subscribe-to-comments {
    color:#666;
    font-size:11px;
    padding:18px 0 0 0;
}
.comment_license {
    color:#666;
    clear:both;
    font-size:11px;
    margin:0;
    padding:18px 0 0 0;
}


/* =Asides, Sidebars & Widget-Ready Areas
-------------------------------------------------------------- */

.aside,
.aside input {
    font-size:13px;
    line-height:18px;
    margin-bottom:6px;
}
.aside p,
.aside ul,
.aside ol,
.aside dd,
.aside pre {
    margin-bottom:18px;
}
.aside pre,
.aside code {
    font-size:12px;
    line-height:18px;
}
.aside .current_page_item a {
    color: #48ABF0;
}
.aside .current_page_item .page_item a {
    color:#666;
}
.aside .current_page_item .page_item a:hover,
.aside .current_page_item .page_item a:active {
    color: #48ABF0;
}
.aside {
    color:#666;
}
.aside a {
    color:#666;
}
.aside a:active,
.aside a:hover {
    color: #48ABF0;
}
.aside h3 {
    font-size:15px;
    font-style:italic;
    line-height:22px;
}
.aside h3 a {
}
.aside caption {
    font-size:11px;
    font-family:Arial,sans-serif;
    font-weight:bold;
    text-transform:uppercase;
    letter-spacing:0.05em;
}
.aside ul {
    list-style:none;
    margin-left:0;
}
.aside ul ul {
    list-style:disc;
    margin:0 0 22px 20px;
}
.aside ul ul li {
    padding:1px 0;
}
.aside ul ul ul {
    margin-bottom:0;
}
.aside form,
.aside table {
    margin-bottom:22px;
}
.aside table {
    border:none;
}
.aside thead {
    border:1px solid #ccc;
}
.aside tbody {
    border:1px solid #ccc;
}
.aside th, .aside td {
    border-right:1px solid #ccc;
    padding:.25em .8em;
}
.aside tfoot tr {
    border:none;
}
.aside tfoot td {
    border-color:transparent;
}
.widget_tag_cloud {
    margin:0 0 22px 0;
}
.aside #searchsubmit {
	display: none;	
}
#searchform #s {
	width: 225px;
}

/*
    Main Asides
*/
.main-aside ul {
    padding:0 20px;
}
.main-aside h3 {
}
.main-aside ul ul {
    padding:0;
}
#primary {
    padding:5px 0 0 0;
    margin-bottom:22px;
    width: 270px;
}
/*
    Content Asides
*/
#content .aside {
    border:1px solid #ccc;
    margin:0 0 22px 0;
    padding:18px 0 0 0;
}
#content .aside ul {
    padding:0 20px;
}
#content .aside h3 {
    font-family:Georgia,serif;
    font-weight:normal;
    font-size:17px;
    font-style:italic;
    padding:0 0 7px 0;
    text-transform:none;
}
#content .aside ul ul {
    padding:0;
}
.topquote {
	font-style: italic;
	
}
.topquote span {
	display: block;
	float: right;
	font-style: normal;
}
.asseen {
	text-align: center;
	color: #666666;
	font-size: 12px;
	line-height: 15px;
}
.asseen span {
	display: block;
	font-style: italic;
	font-size: 15px;
	line-height: 19px;
	margin-bottom: 5px;
}
.asseen img {
	display: block;
	margin: 0 auto;
}

/*
    Footer Asides
*/
#subsidiary {
    padding:33px 0 0 0;    
}
.sb_sub {
	font-weight: 700;
	padding: 15px 0 20px;
	font-size: 15px;
	text-align: center;
	line-height: 22px;
}


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

#footer {
    border-top:1px solid #ccc;
    margin-top:0;
    height: 156px;
    background: url(/images/bwa_bg_footer.jpg) repeat-x #eee;
}
#footer_wrap {
	width: 960px;
	margin: 15px auto 0;
	position: relative;
}
.footsecleft {
	float: left;
	width: 650px;
	margin-top: 5px;
}
.footsecright {
	float: right;
	width: 250px;
}
#footer p {
	margin-bottom: 0;
}
#siteinfo {
    color:#666;
    font-size:11px;
    line-height:18px;
    padding:20px 0 0 0;
	width: 650px;
}
#siteinfo a {
    color:#666;
}
#siteinfo a:active,
#siteinfo a:hover {
    color: #48ABF0;
}
#footer .testimonial {
	float: left;
	position: relative;
	display: block;
	width: 314px;
	height: 90px;
	background: url(/images/bwa_bg_foottest.png) top left no-repeat;
	padding-right: 20px;
	border-right: 1px solid #aaa;
}
#footer .testimonial a {
	width: 294px;
	padding: 5px 10px;
	color: #fff;
	font-weight: 700;
	font-style: italic;
	line-height: 18px;
	text-shadow: 0px 0px 3px rgba(0,0,0,0.3);
	display: block;
}
#footer .testimonial a span {
	position: absolute;
	left: 78px;
	bottom: 0px;
	color: #6a6a6a;
	text-shadow: none;
}
#footer .testimonial a {
	text-decoration: none;
}
.footcta {
	border-left: 1px solid #fff;
	display: block;
	float: left;
	color: #777;
	font-weight: 700;
	font-style: italic;
	padding: 5px 28px 0 20px;
	height: 85px;
	text-align: center;
}
.footcta a {
	color: #777;
}
.footcta a.booklink {
	text-indent: -9999px;
	display: block;
	width: 261px;
	height: 41px;
	margin-bottom: 2px;
	background: url(/images/bwa_buttons.png) -244px -1px no-repeat;
}
.footcta a.booklink:hover {
	background-position: -244px -42px;
}
.footcta a.booklink:active {
	background-position: -244px -83px;
}
.footerbranding {
	float: right;
	text-align: center;
}
.footerbranding .footlogo {
	display: block;
	margin: 0 auto 5px;
}
img.chamber {
	padding-right: 11px;
	border: none;
	border-right: 1px solid #BCBCBC;
}
img.greenbusiness {
	padding-left: 11px;
	border: none;
	border-left: 1px solid #fff;
}

/* =PageNavi
-------------------------------------------------------------- */

/* Using !important to override PageNavi CSS */

.wp-pagenavi {
    margin:0 0 0 -.5em;
    padding:0.5em 0;    
}
.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi span {
    border:1px solid #ccc !important;
    color:#666!important;
    font-style:normal;
    margin:0 .375em !important;
    padding:0.5em 0.25em !important;
}
.wp-pagenavi a:visited {
    border:1px solid #ccc !important;
    color:#666 !important;
}
.wp-pagenavi a:hover {
    border:1px solid #ccc !important;
    color:#48ABF0 !important;
}
.wp-pagenavi a:active {
    border:1px solid #ccc !important;
    color:#48ABF0 !important;
}
.wp-pagenavi span.pages {
    border:none !important;
    color:#666 !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.current {
    border:none !important;
    color:#666 !important;
    font-weight:normal !important;
    margin:0 !important;
    padding:0 !important;
}
.wp-pagenavi span.extend {
    background-color:#FFFFFF;
    border:1px solid #000000;
    color:#000000;
    margin:2px;
    padding:2px 4px;
}

/* Home Styles
--------------------------------------------- */
.home .entry-title {
	display: none;
}
.entry-title,
h1.push_heading {
	background: #111;
	background: rgba(0,0,0,0.8);
	padding: 10px 30px;
	margin: 0 0 20px -30px;
	font-size: 28px;
	color: #fff;
	line-height: 30px;
	letter-spacing: -1px;
	display: inline-block;
}
h1.push_heading span {
	display: block;
	font-size: 23px;
}
.addthis_toolbox {
	position: relative;
	padding-top: 2%;
	margin: 0 auto;
}
.page-template-page-questionnaire-confirmation-php .addthis_toolbox,
.page-template-template-page-fullwidth-php .addthis_toolbox {
	right: 20px;
}
h2.home_sub {
	display: block;
	padding-top: 0;
	clear: none;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
input.button,
a.button {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	padding: 4px 9px 5px;
	margin: 0 5px 10px;
	border-radius: 4px;
	background: #333;
	border: 1px solid #222;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: -moz-linear-gradient(top, rgba(85,85,85,1) 1%, rgba(57,57,57,1) 47%, rgba(51,51,51,1) 49%, rgba(34,34,34,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(85,85,85,1)), color-stop(47%,rgba(57,57,57,1)), color-stop(49%,rgba(51,51,51,1)), color-stop(100%,rgba(34,34,34,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(85,85,85,1) 1%,rgba(57,57,57,1) 47%,rgba(51,51,51,1) 49%,rgba(34,34,34,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(85,85,85,1) 1%,rgba(57,57,57,1) 47%,rgba(51,51,51,1) 49%,rgba(34,34,34,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(85,85,85,1) 1%,rgba(57,57,57,1) 47%,rgba(51,51,51,1) 49%,rgba(34,34,34,1) 100%); /* IE10+ */
	background: linear-gradient(top, rgba(85,85,85,1) 1%,rgba(57,57,57,1) 47%,rgba(51,51,51,1) 49%,rgba(34,34,34,1) 100%); /* W3C */
}
input.button:hover,
a.button:hover {
	background: #444;
	color: #fff;
}
input.button:active,
a.button:active {
	background: #303030;
}
input.button {
	cursor: pointer;
}
.page-id-80 .entry-title,
.page-id-56 .entry-title {
	font-size: 22px;
}
.page-id-76 .entry-title {
	font-size: 23px;
}
.page-id-68 .entry-title,
.page-id-51 .entry-title {
	font-size: 24px;
}
.page-id-74 .entry-title,
.page-id-66 .entry-title,
.page-id-53 .entry-title {
	font-size: 25px;
}
.page-id-88 .entry-title {
	font-size: 27px;
}
.home_sidebar {
	padding: 0 10px;
}
.home_sidebar ul {
	list-style: none;
	padding: 0 0 0 5px;
	margin-left: -5px;
}
.page-id-1049 #main .home_sidebar ul {
	border-left: none;
}

.home_sidebar li {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #ddd;
}
.home_sidebar li:last-child {
	border-bottom: none;
}
.sociallinks {
	font-size: 17px;
	padding-top: 13px;
	text-align: center;
	line-height: 30px;
	font-weight: 700;
}
.sociallinks a {
	display: inline-block;
	width: 32px; 
	height: 32px;
	text-indent: -9999px;
}
.sociallinks a.facebook {
	margin-left: 5px;
	background: url(/images/bwa_social_icons.png) 0 0 no-repeat;
}
.sociallinks a.youtube {
	background: url(/images/bwa_social_icons.png) -32px 0px no-repeat;
}
.sociallinks a.rss {
	background: url(/images/bwa_social_icons.png) -64px 0px no-repeat;
}
.sociallinks a.gplus {
	background: url(/images/bwa_social_icons.png) -96px 0px no-repeat;
}
.sociallinks a.facebook:hover {
	background-position: 0px -32px;
}
.sociallinks a.youtube:hover {
	background-position: -32px -32px;
}
.sociallinks a.rss:hover {
	background-position: -64px -32px;
}
.sociallinks a.gplus:hover {
	background-position: -96px -32px;
}
.sociallinks a.facebook:active {
	background-position: 0px -64px;
}
.sociallinks a.youtube:active {
	background-position: -32px -64px;
}
.sociallinks a.rss:active {
	background-position: -64px -64px;
}
.sociallinks a.gplus:active {
	background-position: -96px -64px;
}
#primary h3 {
	font-size: 17px;
	font-weight: 700;
	padding-top: 13px;
	margin-bottom: 5px;
	font-style: normal;
}
#primary h3 span {
	float: right;
	font-size: 13px;
	font-weight: 700;
}
#primary table,
#primary tbody,
#primary tr,
#primary td {
	border: none;
}

/* Staff Page Styles
--------------------------------------------- */
.bwa_staff_wrap img {
	margin-top: 0px;
	margin-bottom: 3px;
	float: left;
	margin-right: 18px;
}
.bwa_staff_wrap h2 {
	padding-bottom: 5px;
	border-bottom: 2px solid #ddd;
	margin-bottom: 5px;
}
.bwa_staff_wrap h2 span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
}
.contact_form {
	width: 400px;
	float: right;
	background: #efefef;
	padding: 10px;
	border-radius: 5px;
	margin-left: 10px;
	margin-bottom: 30px;
}
.questionnaire_form {
	width: 550px;
	float: right;
	margin-left: 40px;
}
.contact_conf {
	width: 400px;
	float: right;
	padding: 10px;
	border-radius: 5px;
	margin-left: 10px;
	margin-bottom: 30px;
	padding-top: 20px;
	padding-bottom: 20px;
	background: #568ACD;
	color: #fff;
	text-align: center;
}

/* Testimonial Styles
--------------------------------------------- */
.testimonial_wrap blockquote {
	border-left: 2px solid #ddd;
	background: #eee;
	padding: 10px 10px 1px 10px;
	margin: 0;
	font-style: normal;
}
.testimonial_wrap p {
	margin-bottom: 9px;
}

/* Forms Styles
--------------------------------------------- */
#gform_wrapper_1 ul.right_label li, #gform_wrapper_1 form ul.right_label li, #gform_wrapper_1 ul.left_label li, #gform_wrapper_1 form ul.left_label li {
	margin-bottom: 5px;
}
.gform_wrapper .left_label .gfield_label {
	text-align: right;
}
h3.gform_title {
	font-style: normal;
	font-family: Arial;
	font-size: 20px !important;
	color: #fff;
	background: #333 !important;
	background: rgba(0,0,0,0.8) !important;
	padding-left: 20px;
	margin-left: -20px !important;
}
#gform_wrapper_1 .gform_footer {
	padding-top: 0;
}
#content .ginput_complex label {
	margin: 0 0 3px 0;
}
#content .ginput_complex input,
#content .ginput_complex select {
	margin-bottom: 0;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
	line-height: 11px;
}
#content .gform_wrapper .top_label .gfield_label {
	margin: 7px 0 1px 0;
}
#input_2_16 {
	height: 60px;
}
#content .validation_message {
	padding: 0 !important;
}
#gform_submit_button_2 {
	float: right;
	margin-bottom: 10px;
	font-size: 16px;
	color: #ffffff;
	padding: 8px 20px 9px;
	background: #239906;
	background: -moz-linear-gradient(
		top,
		#42DB2D 0%,
		#219113);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#42DB2D),
		to(#219113));
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #fff;
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
}
#gform_submit_button_2:hover {
	background: #2cb509;
	background: -moz-linear-gradient(
		top,
		#42DB2D 0%,
		#33d633 50%,
		#219113);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#42DB2D),
		color-stop(0.50, #33d633),
		to(#219113));
}
#gform_submit_button_2:active {
	background: #258019;
}
img.gform_ajax_spinner {
	border: none;
}
#field_2_26 .gfield_description {
	display: inline;
	padding-left: 10px;
}
#field_2_37 .gfield_description,
#field_2_12 .gfield_description,
#field_2_18 .gfield_description {
	padding-bottom: 0px;
}
#content .gform_wrapper ul.gfield_radio {
	margin-top: 2px;
}

.hidden {
	display: none;
}

/* ----------------------------------------------------------------
/* Shadowbox Styles
/* --------------------------------------------------------------*/

/* Resolves a problem where cancel link shows up in default blue */
#sb-loading a {
	color: #fff;
	text-decoration: none;
}

#sb-title-inner,#sb-info-inner,#sb-loading-inner,div.sb-message{font-family:"HelveticaNeue-Light","Helvetica Neue",Helvetica,Arial,sans-serif;font-weight:200;color:#fff;}
#sb-container{position:fixed;margin:0;padding:0;top:0;left:0;z-index:999;text-align:left;visibility:hidden;display:none;}
#sb-overlay{position:relative;height:100%;width:100%;}
#sb-wrapper{position:absolute;visibility:hidden;width:100px;}
#sb-wrapper-inner{position:relative;border:1px solid #303030;overflow:hidden;height:100px;}
#sb-body{position:relative;height:100%;}
#sb-body-inner{position:absolute;height:100%;width:100%;}
#sb-player.html{height:100%;overflow:auto;}
#sb-body img{border:none;}
#sb-loading{position:relative;height:100%;}
#sb-loading-inner{position:absolute;font-size:14px;line-height:24px;height:24px;top:50%;margin-top:-12px;width:100%;text-align:center;}
#sb-loading-inner span{background:url(loading.gif) no-repeat;padding-left:34px;display:inline-block;}
#sb-body,#sb-loading{background-color:#060606;}
#sb-title,#sb-info{position:relative;margin:0;padding:0;overflow:hidden;}
#sb-title,#sb-title-inner{height:26px;line-height:26px;}
#sb-title-inner{font-size:16px;}
#sb-info,#sb-info-inner{height:20px;line-height:20px;}
#sb-info-inner{font-size:12px;}
#sb-nav{float:right;height:16px;padding:2px 0;width:45%;}
#sb-nav a{display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;}
#sb-nav-close{background-image:url(close.png);}
#sb-nav-next{background-image:url(next.png);}
#sb-nav-previous{background-image:url(previous.png);}
#sb-nav-play{background-image:url(play.png);}
#sb-nav-pause{background-image:url(pause.png);}
#sb-counter{float:left;width:45%;}
#sb-counter a{padding:0 4px 0 0;text-decoration:none;cursor:pointer;color:#fff;}
#sb-counter a.sb-counter-current{text-decoration:underline;}
div.sb-message{font-size:12px;padding:10px;text-align:center;}
div.sb-message a:link,div.sb-message a:visited{color:#fff;text-decoration:underline;}

/* -------------------------------------------------------------- 
   
   Default plugin styles for Thematic
  
-------------------------------------------------------------- */  

/* =Ajax Edit Comments
-------------------------------------------------------------- */

.edit-comment {
    margin-bottom:18px;
}

/* =PageNavi
-------------------------------------------------------------- */

/* I'm not overriding PageNavi anymore, it's too much of a mess.

/* =WordPress Stats
-------------------------------------------------------------- */

img#wpstats {   /* hide WordPress Stats smiley */
    width:0px;
    height:0px;
    overflow:hidden
}

/* =Responsive Retrofit
-------------------------------------------------------------- */
@media (max-width: 959px) {
    body, #header, #main, #container, #primary, .footsecleft, .footsecright, #footer_wrap, #siteinfo, #content {
        box-sizing: border-box;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
    #wrapper {
        box-sizing: border-box;
    }
    #wrapper, #imgbgwrapper {
        background: none;
    }
    #content {
        margin-left: 0;
    }
    #header {
        background: url(/images/responsive_background.jpg) top center repeat-x;
        zoom:1;
    }
    #header:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
    .headcta, .headslogan {
        margin-top: 5px;
    }
    .headslogan {
        float: left;
    }
    .sf-menu a {
        display: inline-block;
        font-size: 14px;
        padding: 9px 13px;
    }
    .sf-menu ul a {
        display: block;
    }
    #access {
        height: auto;
        margin: 0 0 5px;
        background: #000;
    }
    #main, #footer {
        padding-left: 20px;
        padding-right: 20px;
    }
    .footcta, #footer .testimonial {
        padding: 0;
        display: block;
        margin: 0 auto;
        float: none;
    }
    .footcta a.booklink {
        margin: 0 auto;
    }
    #footer {
        height: auto;
        padding-bottom: 30px;
        overflow: hidden;
    }
    #footer .testimonial a, #footer .testimonial {
        max-width: 100%;
        font-size: 13px;
    }
    #footer .testimonial {
        margin-bottom: 30px;
        border: none;
    }
    #footer .testimonial a {
        padding-left: 5px;
        padding-right: 0px;
        max-width: 96%;
    }
    #footer .testimonial a span {
        left: 5px;
        bottom: -12px;
    }
    #footer p {
        text-align: center;
    }
    .footerbranding {
        float: none;
        display: block;
        margin: 0 auto 10px;
    }
    #siteinfo {
        padding-top: 0;
        margin-bottom: 20px;
    }
    .addthis_toolbox {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }
    #primary {
        margin: 30px 0;
        border-top: 1px solid #ddd;
        padding: 30px 0;
    }
    .contact_form {
        float: none;
        width: auto;
        margin-left: 0;
    }
    .page-template-page-questionnaire-confirmation-php #content, .page-template-template-page-fullwidth-php #content {
        margin: 0;
    }
    #main .gform_wrapper .left_label .gfield_label {
        width: auto;
        float: none;
    }
    #main .ginput_container,
    #main .ginput_full {
        width: 95%;
    }
    #main .gform_wrapper .ginput_complex .ginput_left,
    #main .gform_wrapper .ginput_complex .ginput_right,
    #main .gform_wrapper .right_label input.medium,
    #main .gform_wrapper .right_label select.medium,
    #main .gform_wrapper .left_label input.medium,
    #main .gform_wrapper .left_label select.medium,
    #main .gform_wrapper .right_label input.large,
    #main .gform_wrapper .right_label select.large,
    #main .gform_wrapper .left_label input.large,
    #main .gform_wrapper .left_label select.large,
    #main .gform_wrapper textarea.textarea {
        width: 97%;
        float: none;
    }
    #main .gform_wrapper .right_label div.ginput_complex,
    #main .gform_wrapper .left_label div.ginput_complex {
        width: 100%;
        float: none;
    }
}
@media (max-width: 767px) {
    #blog-title, #branding {
        width: 100%;
        display: block;
    }
    #blog-title a {
        margin: 0;
        background-position: center;
        width: 100%;
    }
    #access {
        margin-bottom: 20px;
        zoom: 1;
        float: none;
        clear: both;
    }
    #access:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }
    .sf-menu {
        border: none;
    }
    .sf-menu li {
        display: inline;
        float: none;
    }
    .sf-menu a {
        display: inline-block;
        font-size: 14px;
        padding: 9px 13px;
    }
    .headcta, .headslogan {
        float: none;
        clear: both;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        display: block;
        max-width: 100%;
    }
    .booklink {
        margin: 0 auto;
    }
    #main .gf_right_half,
    #main .gf_left_half {
        float: none;
        width: auto;
    }
}
.site-description {
    font-size: 16px;
    font-weight: 400;
    color: white;
}