﻿/*
	Theme Name: Brundage 2013
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: Blizzard Internet
	Author URI: http://www.blizzardinternet.com/

	Version: 1.0

	Template: genesis
	Template Version: 2.0

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

 
/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Page Title
		- Column Widths and Positions
		- Genesis Grid Loop
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Headings
	- Widgets
		- Featured Page and Featured Post
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Jetpack
		- Gravity Forms
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Entries
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Color Styles
		- eleven40 Pro Blue
		- eleven40 Pro Green
		- eleven40 Pro Red
	- Media Queries
		- max-width: 1139px
		- max-width: 1023px
		- max-width: 767px

*/

@import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100);

/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button, html input[type=button], input[type=reset], input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox], input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*, input[type=search] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.archive-pagination:before,
.author-box:before,
.clearfix:before,
.entry:before,
.entry-comments:before,
.entry-pagination:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.archive-pagination:after,
.author-box:after,
.clearfix:after,
.entry:after,
.entry-comments:after,
.entry-pagination:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}

/*
Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

body {
	color: #0e4774;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.625;
	background: #f0f4f9;
}

body.eleven40-landing {
	background: url(images/texture.png);
}

a, button, input[type=button], input[type=reset], input[type=submit] {
	/* -webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out; */
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a {
	color: #397db3;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 40px 40px 24px;
	margin: 4rem 4rem 2.4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

h3.phone-toggle { /*added by inidaho*/
display:none;
}
.center {
	text-align:center;
}
.clear{clear: both;}
.spacer {clear: both;}
.spacer2 {height: 2px;clear: both;}
.spacer5 {height: 5px;clear: both;}
.spacer10 {height: 10px;clear: both;}
.spacer20 {height: 20px;clear: both;}
.spacer24 {height: 24px;clear: both;}
.spacer26 {height: 26px;clear: both;}
.fakelink {text-decoration:underline;color:blue;cursor:pointer;}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6,
.title {
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

h1, .title {
	font-size: 18px;
	font-size: 1.8rem;
    border-bottom: 1px dotted #98B0CF;
    clear: both;
    display: block;
	padding: 0 0 5px 0;
}

.page-id-24 .title {
	border: 0;	
}

h2 {
	font-size: 16px;
	font-size: 1.6rem;
	color: #BF1A20;
	font-weight: bold;
}

.content h3 {
	font-size: 28px;
	font-size: 2.8rem;
}

.content h4 {
	font-size: 18px;
	font-size: 1.8rem;
	background: url(images/h4-bkgd.jpg) 0 0 no-repeat;
	height: 31px;
	width: 100%;
	padding: 5px 0 0 10px;
	padding: 0.5rem 0 0 1.0rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

.content h6 {
	font-size: 40px;
	font-size: 4.0rem;
	font-weight: 300;
}
	
hr {
	display: block;
	clear: both;
	border-bottom: 1px dotted #98B0CF;
	color: #ffffff;
	background: #ffffff;
	border-top: none;	
	margin: 15px 0;
	margin: 1.5rem 0;
}

.red {
	color: #bf1a20;	
}

.content .webcam h6 {
	font-size: 18px;
	font-size: 1.8rem;	
	font-weight: bold;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	/* width: auto; */ /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 1px 1px 3px #eee inset;
	color: #444;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 10px;
	padding: 1.0rem;
	font-weight:bold;
}

button, input[type=button], input[type=reset], input[type=submit] {
	background-color: #08426F;
	border: none;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	font-weight: 400;
	letter-spacing: 1px;
	letter-spacing: 0.1rem;
	padding: 10px 24px;
	padding: 1.0rem 2.4rem;
	text-transform: uppercase;
	width: auto;
}

button:hover, input:hover[type=button], input:hover[type=reset], input:hover[type=submit] {
	background-color: #961116;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

table {
	border-left: 1px solid #89acbe;
	background: #ecf2f7;
}

.brundage_homepage_conditions_class table {
	background: none;	
}

tbody {
	border-bottom: 1px solid #89acbe;
}

th,
td {
	text-align: left;
	padding: 6px;
	padding: 0.6rem;
	border-right: 1px solid #89acbe;
}

th {
	font-weight: bold;
	border-top: 1px solid #89acbe;
	background: #cedcec url(images/th.jpg) 0 0 repeat-x;
	color: #961015;
	font-size: 16px;
	text-shadow: 1px 1px 1px #708dac;
}

td {
	border-top: 1px solid #89acbe;
}

.table2column {
	width: 45%;
	float: left;	
	margin-right: 4%;
}

table h6 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;	
}

.entry-content table p {
	margin-bottom: 0;	
}

.webcam {
	width: 45%;
	float: left;	
	margin-right: 4%;
	background: #E2E9EF;
	padding: 20px;
	height: 365px;
	margin-bottom: 25px;
}

#calendar-grid {
	width: 240px;
	float: left;	
	margin-right: 40px;
}

#calendar-grid table {
	border-right: 1px solid #89ACBE;
}

#calendar-grid #wp-calendar table td.pad {
	padding: 0;
	border: 0;
}

#calendar-grid table.nav, #calendar-grid table.nav td {
	border: 0;	
}

#calendar-grid table {
	margin-bottom: 20px;	
}

/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.wrap {
	margin: 0 auto;
	max-width: 1000px;
}

.eleven40-landing .wrap {
	max-width: 800px;
}

.site-inner {
	clear: both;
	margin: 0;
}

.site-inner .wrap {
	background: #ffffff;
	-webkit-box-shadow:  0px 2px 2px 2px rgba(32, 72, 108, .1);  
    box-shadow:  0px 2px 2px 2px rgba(32, 72, 108, .1);
}

.eleven40-landing .site-inner {
	margin: 0;
	padding: 0;
}

.eleven40-landing .site-inner .wrap {
	border: none;
}

.content .wppa-box {	
	border-radius: 0 !important;
} 

.content #wppa-bc-1 {
	padding: 2px 0;	
}

.content #wppa-bc-1, .wppa-black, .wppa-black:hover {
	color: #0E4774 !important;
	font-size: 18px !important;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 790px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-sidebar-content .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap {
	float: right;
}

/* Content */

.content {
	float: right;
	padding: 24px 40px 24px 0;
	padding: 2.4rem 4rem 2.4rem 0;
	width: 720px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.3;
}

.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content,
.content-sidebar-sidebar .content {
	width: 530px;
	padding: 24px 15px 0 15px;
	padding: 2.4rem 1.5rem 0 1.5rem;
	border-right: 1px dotted #98b0cf;
}

.content-sidebar .content {
	border-left: none;
	float: left;
	padding-left: 0;
}

.content-sidebar-sidebar .content {
	border-left: none;
	float: right;
}

.sidebar-content-sidebar .content {
	float: left;
}

.sidebar-content .content {
	border-right: none;
}

.sidebar-sidebar-content .content {
	border-right: none;
	padding-right: 0;
}

.full-width-content .content {
	border: none;
	padding: 40px 0 0;
	padding: 4rem 0 0;
	width: 100%;
}

/* .content img {
	border: 1px solid #bdd2dd;	
	-webkit-box-shadow:  0px 0px 2px 2px rgba(32, 72, 108, .1);  
    box-shadow:  0px 0px 2px 2px rgba(32, 72, 108, .1);
} */

/* Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 260px;
	padding-left: 20px;
}

.sidebar-primary .textwidget {
	padding: 0 18px;
	padding: 0 1.8rem;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;	
}

.content-sidebar-sidebar .sidebar-primary {
	float: left;	
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 210px;
	padding: 0 20px;
	margin-top: 24px;
	margin-top: 2.4rem;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* Genesis Grid Loop
--------------------------------------------- */

.genesis-grid-even,
.genesis-grid-odd {
	margin-bottom: 20px;
	margin-bottom: 2rem;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}

.genesis-grid .entry-title,
.genesis-grid .entry-title a {
	font-size: 24px;
	font-size: 2.4rem;
	line-height: 1.2;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/*
Common Classes
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.sticky {
}

.search-form {
	width: 50%;
}

.search-form input[type=submit] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem
}

img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

img.alignleft,
.featured-content .alignleft img,
.wp-caption.alignleft {
	margin: 0 10px 15px 0;
	margin: 0 1.0rem 1.5rem 0;
}

img.alignright,
.featured-content .alignright img,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.gallery-caption {
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding: 0;
	padding: 0;
}

.archive-description,
.author-box {
	background: url(images/texture.png);
	color: #fff;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding: 40px;
	padding: 4rem;
}

.sidebar-content-sidebar .archive-description,
.sidebar-content-sidebar .author-box {
	margin: 0 -40px 40px;
	margin: 0 -4rem 4rem;
}

.archive-description h1,
.author-box h1 {
	color: #fff;
	font-family: 'Lora', serif;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.archive-description p,
.author-box p {
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

/* Headings
--------------------------------------------- */

.entry-title {
	font-size: 18px;
	font-size: 1.8rem;
}

.entry-title a,
.sidebar .widgettitle a {
	
}

.entry-title a:hover {
	color: #BF1A20;
	text-decoration: none;
}

.sidebar .widget {
	width: 240px;	
}

.sidebar-secondary .widget, .sidebar-secondary .widgettitle {
	width: 170px;
}

.sidebar .widget-wrap {
	background: #016499; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxNjQ5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNzgyYjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #016499 0%, #2782b3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#016499), color-stop(100%,#2782b3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #016499 0%,#2782b3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #016499 0%,#2782b3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #016499 0%,#2782b3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #016499 0%,#2782b3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016499', endColorstr='#2782b3',GradientType=0 ); /* IE6-8 */	
	-webkit-box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, 0.1);
    box-shadow:  2px 2px 2px 1px rgba(0, 0, 0, 0.1);
	padding: 0 0 15px 0;
}

.sidebar #text-14 .widget-wrap, .sidebar #text-15 .widget-wrap {
		background: #C9DAEC; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxNjQ5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyNzgyYjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #C9DAEC 0%, #E1EAF3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C9DAEC), color-stop(100%,#E1EAF3)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #C9DAEC 0%,#E1EAF3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #C9DAEC 0%,#E1EAF3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #C9DAEC 0%,#E1EAF3 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #C9DAEC 0%,#E1EAF3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C9DAEC', endColorstr='#E1EAF3',GradientType=0 ); /* IE6-8 */	
	color: #0E4774;
}

.sidebar #text-14 .widget-wrap a, .sidebar #text-15 .widget-wrap a {
	color: #0E4774;
}

.sidebar-secondary .widget-wrap {
	background: none;
	box-shadow: none;
	color: #0E4774;
	border-bottom: 1px dotted #98B0CF;
	padding: 0 0 10px 0;
}

.sidebar-secondary .widget-wrap a {
	color: #397db3;
}

#potd-link {
	width: 170px;
	display: block;
	text-align: left;	
}

.sidebar-secondary .widgettitle {
	background: none;
	margin-left: 0;
	color: #c0272c;
	text-shadow: none;
	padding: 0;	
	text-transform: capitalize;
}

.sidebar-secondary h4.widgettitle {
	margin: 0;	
	padding: 0;
	line-height: 1;
	height: 30px;
}

.widgettitle {
	font-size: 18px;
	font-size: 1.8rem;
	margin-left: -10px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #ffffff;
	background: url(images/widget-title.png) 0 0 no-repeat;
	height: 51px;
	width: 250px;
	padding: 10px 0 0 14px;
	padding: 1.0rem 0 0 1.4rem;
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
	font-weight: normal;
}

.sidebar #text-16 .widget-wrap {
	background: url(images/widget-alt-bkgd.jpg) 0 0 repeat-x;
	font-size: 18px;
	font-size: 1.8rem;
	margin-left: -10px;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #ffffff;
	height: 41px;
	width: 250px;
	padding: 10px 0 0 0;
	padding: 1.0rem 0 0 0;
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
	font-weight: normal;
}

.sidebar #text-16 .widgettitle {
	display: none;
}


.site-header .widget-area .widgettitle {
	color: #fff;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.sidebar .widgettitle a {
	border: none;
	color: #ffffff;
}

.archive-title {
	font-size: 20px;
	font-size: 2rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.sidebar-mobile .widget {
	width: 100%;	
}

.sidebar-mobile .widget-title {
	margin: 0;
	background: #08416E;
	width: 100%;
	height: 41px;
}

.sidebar-mobile .widget-wrap {
	background: #016599;
	box-shadow: none;	
	padding: 0;
}

.sidebar.sidebar-mobile ul {
	margin: 0;	
	padding: 0;
	font-size: 16px;
	font-size: 1.6rem;
}

.sidebar.sidebar-mobile li {
	border-bottom: 1px solid #388ebc;	
	list-style: none;
	text-shadow: 1px 1px 1px #000000;
}

.sidebar.sidebar-mobile li:hover {
	
}

.sidebar-mobile li a {
	width: 100%;
	padding: 10px 0 10px 15px;
	display: block;
}

.sidebar-mobile li a:hover, .sidebar-mobile li a:active {
	background: #4296c3;
	text-decoration: none;
}

.sidebar.sidebar-mobile li li {
	
}

.sidebar-mobile li li a {
	width: 100%;
	padding: 10px 0 10px 40px;
}

.sidebar-mobile ul.children {
	border-top: 1px solid #388ebc;
	background: #388ebc;
}

.sidebar.sidebar-mobile li li {
	border-bottom: 1px solid #63aed7;
}

.sidebar-mobile li li a:hover, .sidebar-mobile li li a:active {
	background: #63aed7;
}

.sidebar-mobile li li li a {
	width: 100%;
	padding: 10px 0 10px 60px;
}

.sidebar-mobile ul.children ul.children {
	border-top: 1px solid #63aed7;
	background: #63aed7;
}

.sidebar.sidebar-mobile li li li {
	border-bottom: 1px solid #8dcbed;
}

.sidebar-mobile li li li a:hover, .sidebar-mobile li li li a:active {
	background: #8dcbed;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 20px;
	margin-bottom: 2.0rem;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.featured-content .entry-title a {
	color: #397db3;
}

.featuredpost article {
	border-bottom: 1px dotted #98B0CF;
}

#homepage-content {
	border-top: 1px dotted #98B0CF;
	padding: 20px 0 0 0;
	padding: 2.0rem 0 0 0;
}

a.more-link {
	display: block;
	float: right;
	margin: 30px 0 10px 0;
	margin: 3.0rem 0 1.0rem 0;	
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.enews-widget input[type=submit] {
	margin: 0;
	width: 100%;
}

/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type=text], div.gform_wrapper textarea, div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type=submit] {
	font-size: 14px;
	font-size: 1.4rem;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	min-height: 107px;
	width: 100%;
	z-index: 999;
	background: #ebf0f7 url(images/fresh-tracks.jpg) center top no-repeat;
}

.header-image .site-header {
	padding: 0;
}

#logo {
	background: url(images/logo.png) 0 0 no-repeat;	
	background: 
	margin: 0 0 0 20px;
	width: 192px;
	height: 107px;
	display: block;
	float: left;
}

#header-right {
    float: right;
    margin: 0 0 0 0;
	padding: 28px 0 0 0;
    padding: 2.8rem 0 0 0;
	text-align: right;
}

#phone {
	color: #bf1a20;
	font-size: 18px;
}

#phone a {
	color: #bf1a20;
}

#phone a:hover {
	text-decoration: none;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	width: 320px;
}

.site-title {
	font-size: 24px;
	font-size: 2.4rem;
	letter-spacing: 2px;
	letter-spacing: 0.2rem;
	line-height: 1;
	margin: 0;
	padding: 20px 0;
	padding: 2.0rem 0;
	text-transform: uppercase;
}

.header-image .site-title {
	padding: 0;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.site-description {
	border-bottom: double #ddd;
	border-top: double #ddd;
	font-family: 'Lora', serif;
	font-size: 30px;
	overflow: hidden;
	margin: 40px 0 0;
	margin: 4rem 0 0;
	padding: 24px 0;
	padding: 2.4rem;
	text-align: center;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .title-area {
	padding: 0;
}

.header-image .site-title a {
	float: left;
	min-height: 65px;
	width: 100%;
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	color: #fff;
	float: right;
	text-align: right;
	width: 800px;
}

.site-header .search-form {
	float: right;
	margin-top: 6px;
	margin-top: 0.6rem;
}

.site-header .widget_text {
	margin-top: 12px;
	margin-top: 1.2rem;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-size: 15px;
	font-size: 1.5rem;
	/* letter-spacing: 1px;
	letter-spacing: 0.1rem; */
	line-height: 1.0;
	margin: 0;
	padding: 0;
	width: 100%;
}

.home #nav ul.menu-primary, .home #nav div.menu-primary > ul {
	display: block;
	position: relative;
	margin: 0;
	padding: 0;	
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	float: left;
	margin: 0;
	padding: 0;
}

.genesis-nav-menu li {
	margin: 0;
	padding: 0;
}

.genesis-nav-menu a {
	color: #fff;
	display: block;
	padding: 12px 18px 12px 17px;
	padding: 1.2rem 1.8rem 1.2rem 1.7rem;
	position: relative;
	border: none;
	background: url(images/separator.jpg) right no-repeat;
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
}

li#menu-item-29 a {
	padding-right: 0;
	background: none;	
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a {
	color: #ed702b;
	text-decoration: none;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 190px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	letter-spacing: 0;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
	width: 190px;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 189px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 22px 18px;
	padding: 2.2rem 1.8rem;
	text-transform: uppercase;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
	margin-left: 4.8rem;
}

.genesis-nav-menu > .search {
	padding: 8px 12px 0 0;
	padding: 0.8rem 1.2rem 0 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .sub-menu a {
	background: url(images/texture.png);
}

.site-header .current-menu-item > a,
.site-header .genesis-nav-menu a:hover,
.site-header .sub-menu a:hover {
	color: #ed702b;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary, .home .nav-primary,
.nav-primary .sub-menu a {
	background: #136591 url(images/nav-bkgd.jpg) 0 0 repeat-x;
}

.nav-primary {
	
}

.nav-primary .wrap {
	border: none;
}

.nav-primary a:hover,
.nav-primary .current-menu-item > a,
.nav-primary .sub-menu a:hover,
.nav-primary .sub-menu .current-menu-item > a:hover {
	color: #EBF0F6;
}

.nav-primary .sub-menu .current-menu-item > a {
	color: #fff;
}

h3.menu-toggle, .home h3.menu-toggle {
	display: none;	
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary,
.nav-secondary .sub-menu a {
	background: url(images/texture.png);
}

.nav-secondary {
	border-top: 1px solid #fff;
}

.nav-secondary .wrap {
	border: none;
}

.nav-secondary a:hover,
.nav-secondary .current-menu-item > a,
.nav-secondary .sub-menu a:hover,
.nav-secondary .sub-menu .current-menu-item > a:hover {
	color: #ed702b;
}

.nav-secondary .sub-menu .current-menu-item > a {
	color: #fff;
}

#header-container, .metaslider {
	background: url(images/header-bottom.jpg) bottom repeat-x;
	padding: 0 0 23px 0;
	line-height: 0;
	z-index: 1;
}

#header-container .wrap {
	-webkit-box-shadow:  0px 0px 2px 2px rgba(32, 72, 108, .2);  
    box-shadow:  0px 0px 2px 2px rgba(32, 72, 108, .2);	
}

#ad-slider {
	margin: -175px 0 0 275px;	
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.single .entry {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.eleven40-landing .entry {
	background-color: #fff;
	padding: 40px 40px 16px;
	padding: 4rem 4rem 1.6rem;
}

.entry-content ol,
.entry-content p,
.entry-content ul {
	margin-bottom: 20px;
	margin-bottom: 2.0rem;
}

.entry-content ol,
.entry-content ul {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.entry-meta {
	clear: both;
	color: #999;
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-footer .entry-meta {
	border-top: double #ddd;
	padding-top: 12px;
	padding-top: 1.2rem;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
	margin: 0 0.6rem 0 0.2rem;
}

.entry-categories,
.entry-tags {
	display: block;
}

/* Pagination
--------------------------------------------- */

.archive-pagination,
.entry-pagination {
	clear: both;
	font-family: 'Oswald', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 40px 0;
	margin: 4rem 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #222;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	padding: 8px 12px;
	padding: 0.8rem 1.2rem;
}

.archive-pagination a:hover,
.archive-pagination li.active a {
	background-color: #ed702b;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */

.entry-comments,
.ping-list {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.entry-comments .comment-author {
	margin-bottom: 0;
}

.comment-respond input[type=email], .comment-respond input[type=text], .comment-respond input[type=url] {
	width: 50%
}

.comment-respond label {
	display: block;
	margin-right: 12px;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin-top: 24px;
	margin-top: 2.4rem;
	padding: 32px;
	padding: 3.2rem;
}

.comment-list li li {
	margin-right: -32px;
	margin-right: -3.2rem;
}

.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff; 
	border-right: none; 
}

.comment .avatar {
	margin: 0 16px 24px 0;
	margin: 0 1.6rem 2.4rem 0;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 14px;
	font-size: 1.4rem;
	padding-top: 24px;
	padding-top: 2.4rem;
	color: #ffffff;
}

.sidebar-secondary {
	padding-top: 0;	
}

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar ul {
	margin: 0 0 0 30px;	
}

.sidebar li {
	list-style: square;
	word-wrap: break-word;
}

.sidebar-secondary ul {
	margin: 0 0 0 0;	
	line-height: 1.2;
	
}

.sidebar-secondary li {
	list-style: none;
	margin: 0 0 15px 0;	
}

.sidebar-secondary li p {
	margin: 0 0 5px 0;	
}

.rfb_link {
	font-size: 12px;
	font-size: 1.2rem;	
}

ul.rfb_posts {
	margin-bottom: 20px;	
}

.sidebar a {
	color: #ffffff;	
}

.widget ul > li:last-child {
	border-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.sidebar ul ul {
	margin: 0 0 0 10px;	
}

.sidebar .widget {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.sidebar .search-form {
	width: 100%;
}

#social {
	margin: 8px 0 16px 0;	
	height: 43px;
}

#social a {
	width: 43px;
	height: 43px;
	display: block;
	float: left;	
	margin-right: 10px;
}

a#twitter {
	background: url(images/social-icons.png) 0 0 no-repeat;	
}

a#twitter:hover {
	background: url(images/social-icons.png) 0 -43px no-repeat;	
}

a#facebook {
	background: url(images/social-icons.png) -43px 0 no-repeat;	
}

a#facebook:hover {
	background: url(images/social-icons.png) -43px -43px no-repeat;	
}

a#pinterest {
	background: url(images/social-icons.png) -86px 0 no-repeat;	
}

a#pinterest:hover {
	background: url(images/social-icons.png) -86px -43px no-repeat;	
}

a#gplus {
	background: url(images/social-icons.png) -129px 0 no-repeat;	
	margin-right: 0;
}

a#gplus:hover {
	background: url(images/social-icons.png) -129px -43px no-repeat;	
}

#snow-blog {
	display: block;	
	background: url(images/blog-button-bkgd.jpg) 0 0 repeat-x;
	height: 31px;
	width: 204px;
	padding: 4px 0 0 0;
	margin: 0 auto;
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
}

#signup {
	height: 31px;
	margin: 10px 0 0 10px;	
}

#powder-email, #powder-text {
	display: inline-block;	
	background: url(images/blog-button-bkgd.jpg) 0 0 repeat-x;
	height: 31px;
	width: 88px;
	padding: 4px 0 0 0;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
	float: left;
}

#powder-text {
	margin: 0 0 0 10px;
}

a.more {
	background: #2581B2 url(images/arrow.png) right no-repeat;	
	display: block;
	border-radius: 8px;
	color: #ffffff;
	padding: 4px 25px 7px 11px;
	float: right;
	width: 70px;
}

a.more:hover {
	background-color: #BF1A20;
	text-decoration: none;	
}

.widget_shopping_cart_content {
	padding: 0 10px;	
}

.woocommerce .sidebar ul.cart_list li img, .woocommerce .sidebar ul.product_list_widget li img, .woocommerce-page .sidebar ul.cart_list li img, .woocommerce-page .sidebar ul.product_list_widget li img {
	box-shadow: none;	
}

.woocommerce .content div.product div.images img, .woocommerce .content #content div.product div.images img, .woocommerce-page .content div.product div.images img, .woocommerce-page .content #content div.product div.images img, .woocommerce .content ul.products li.product a img, .woocommerce-page .content ul.products li.product a img {
	box-shadow: none;	
	width: 200px;
}

.page .woocommerce ul.products li.product a img, .page .woocommerce-page ul.products li.product a img {
	box-shadow: none;
}

.woocommerce .content ul.products li.product .price, .woocommerce-page .content ul.products li.product .price, .woocommerce .content .amount, .woocommerce-page .content .amount, .content .woocommerce ul.products li.product .price, .content .woocommerce-page ul.products li.product .price {
	color: #BF1A20;
}

.woocommerce .content a.button.alt, .woocommerce button.button.alt, .woocommerce .content input.button.alt, .woocommerce .content #respond input#submit.alt, .woocommerce .content #content input.button.alt, .woocommerce-page .content a.button.alt, .woocommerce-page .content button.button.alt, .woocommerce-page .content input.button.alt, .woocommerce-page .content #respond input#submit.alt, .woocommerce-page .content #content input.button.alt {
    background: -moz-linear-gradient(center top , #BF1A20 0%, #961116 100%) repeat scroll 0 0 transparent;
    border-color: #961116;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}

.woocommerce .content a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce .content input.button.alt:hover, .woocommerce .content #respond input#submit.alt:hover, .woocommerce .content #content input.button.alt:hover, .woocommerce-page .content a.button.alt:hover, .woocommerce-page .content button.button.alt:hover, .woocommerce-page .content input.button.alt:hover, .woocommerce-page .content #respond input#submit.alt:hover, .woocommerce-page .content #content input.button.alt:hover {
    background: -moz-linear-gradient(center top , #961116 0%, #720e12 100%) repeat scroll 0 0 transparent;
    border-color: #961116;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.6);
}

.content .woocommerce-message:before {
	background-color: #BF1A20;
}

.content .woocommerce-message {
	border-top: 3px solid #BF1A20;
}

.woocommerce .content div.product div.images, .woocommerce-page .content div.product div.images {
	width: 30%;
}

.woocommerce .content div.product div.summary, .woocommerce-page .content div.product div.summary {
	width: 66%;
}

.content .woocommerce span.onsale, .content .woocommerce-page span.onsale, .woocommerce .content span.onsale, .woocommerce-page .content span.onsale {
    background:#fa9c2f;
	background:-webkit-gradient(linear,left top,left bottom,from(#fa9c2f),to(#e78109));
	background:-webkit-linear-gradient(#fa9c2f,#e78109);
	background:-moz-linear-gradient(center top,#fa9c2f 0%,#e78109 100%);
	background:-moz-gradient(center top,#fa9c2f 0%,#e78109 100%);
}

.content .tribe-events-calendar thead th {
    border-top: 1px solid #89ACBE;
    color: #961015;
    font-size: 16px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #708DAC;
	padding: 0.6rem;
	text-transform: capitalize;
}

.content .tribe-events-calendar div[id*="tribe-events-daynum-"], .content .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
	background: #1C7AAC;	
}

.content .tribe-events-calendar div[id*="tribe-events-daynum-"] a:hover {
	color: #D4E2EF;
}


.content .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"], .content .tribe-events-calendar td.tribe-events-past div[id*="tribe-events-daynum-"] > a {
	background: #c3d6e7;
}

.content #tribe-events-content .tribe-events-calendar td {
	border-right: 1px solid #D2D2D2 !important;	
}

.content #tribe-events-content table.tribe-events-calendar {
    border-left: 1px solid #D2D2D2;
}

.content .tribe-events-calendar thead th {
    border-left: 1px solid #669cb9;
    border-right: 1px solid #669cb9;
}

.content .tribe-events-calendar h4 {
	background: none;	
}

.content h2.tribe-events-page-title, .content #tribe-geo-results h2.tribe-events-page-title, .single-tribe_events h2.tribe-events-single-event-title {
    font-size: 20px !important;
    font-weight: bold;
}

.content #tribe-bar-collapse-toggle, .content #tribe-bar-form {
	background: #e3edf7;
}

.content .tribe-bar-views-inner, .content #tribe-bar-views .tribe-bar-views-list .tribe-bar-views-option a {
	background: #D5E3F0;
}

.content .tribe-events-calendar thead th {
	background-color: #CCDCEC;
}

.sidebar .tribe-events-list-widget ol,.sidebar .tribe-events-list-widget p {
	margin: 0 0 0 15px;
	font-size: 14px;
}

.sidebar .tribe-events-list-widget ol li h4 {
	font-weight: bold;
	margin: 0;
	font-size: 14px;
}

.sidebar .tribe-events-list-widget ol li h4 a {
	text-decoration: underline;	
}

.sidebar .tribe-events-list-widget ol li h4 a:hover {
	color: #E1E9F4;
	text-decoration: none;
}

.sidebar .tribe-events-list-widget .duration {
	font-weight: normal;
	font-size: 12px;	
}

.sidebar .tribe-events-list-widget ol li {
	margin: 0 0 15px 0;
}

/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background: #016499; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxNjQ5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxZTdiYWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #016499 0%, #1e7bad 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#016499), color-stop(100%,#1e7bad)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #016499 0%,#1e7bad 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #016499 0%,#1e7bad 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #016499 0%,#1e7bad 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #016499 0%,#1e7bad 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#016499', endColorstr='#1e7bad',GradientType=0 ); /* IE6-8 */
	color: #ccdaec;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px 0 0 0;
	padding: 2rem 0 0 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	width: 250px;
}

.footer-widgets-1 {
	margin-right: 40px;
	margin-right: 4rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}

.footer-widgets .widget {
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
}

.footer-widgets a {
	color: #ccdaec;
}

.footer-widgets .entry-title a,
.footer-widgets .widgettitle {
	color: #fff;
}

.footer-widgets .widgettitle {
	display: none;	
}

.footer-widgets li {
	border-bottom: 1px solid #333;
	list-style-type: none;
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
	padding-bottom: 8px;
	padding-bottom: 0.8rem;
	word-wrap: break-word;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets .latest-tweets li span a {
	color: #ccc;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0;
	padding: 0;
	text-align: center;
}

.site-footer,
.site-footer a {
	color: #333;
}

.site-footer a:hover {
	color: #ed702b;
}

.site-footer p {
	margin-bottom: 0;
}


/*
Color Styles
---------------------------------------------------------------------------------------------------- */

.eleven40-pro-blue .archive-pagination a,
.eleven40-pro-blue .footer-widgets .entry-title a, 
.eleven40-pro-blue .genesis-nav-menu a,
.eleven40-pro-blue .site-title a,
.eleven40-pro-blue .site-title a:hover,
.eleven40-pro-green .archive-pagination a,
.eleven40-pro-green .footer-widgets .entry-title a, 
.eleven40-pro-green .genesis-nav-menu a,
.eleven40-pro-green .site-title a,
.eleven40-pro-green .site-title a:hover,
.eleven40-pro-red .archive-pagination a,
.eleven40-pro-red .footer-widgets .entry-title a, 
.eleven40-pro-red .genesis-nav-menu a,
.eleven40-pro-red .site-title a,
.eleven40-pro-red .site-title a:hover {
	color: #fff;
}

.eleven40-pro-blue .entry-title a,
.eleven40-pro-green .entry-title a,
.eleven40-pro-red .entry-title a {
	color: #333;
}

/* eleven40 Pro Blue
--------------------------------------------- */

.eleven40-pro-blue a,
.eleven40-pro-blue .entry-title a:hover,
.eleven40-pro-blue .genesis-nav-menu a:hover,
.eleven40-pro-blue .genesis-nav-menu .current-menu-item > a,
.eleven40-pro-blue .nav-primary .sub-menu a:hover,
.eleven40-pro-blue .nav-secondary .sub-menu a:hover,
.eleven40-pro-blue .site-footer a:hover,
.eleven40-pro-blue .site-header .sub-menu a:hover {
	color: #2aa4cf;
}

.eleven40-pro-blue button:hover, .eleven40-pro-blue input:hover[type=button], .eleven40-pro-blue input:hover[type=reset], .eleven40-pro-blue input:hover[type=submit], .eleven40-pro-blue .archive-pagination a:hover, .eleven40-pro-blue .archive-pagination li.active a {
	background-color: #2aa4cf;
}

/* eleven40 Pro Green
--------------------------------------------- */

.eleven40-pro-green a,
.eleven40-pro-green .entry-title a:hover,
.eleven40-pro-green .genesis-nav-menu a:hover,
.eleven40-pro-green .genesis-nav-menu .current-menu-item > a,
.eleven40-pro-green .nav-primary .sub-menu a:hover,
.eleven40-pro-green .nav-secondary .sub-menu a:hover,
.eleven40-pro-green .site-footer a:hover,
.eleven40-pro-green .site-header .sub-menu a:hover {
	color: #6ca741;
}

.eleven40-pro-green button:hover, .eleven40-pro-green input:hover[type=button], .eleven40-pro-green input:hover[type=reset], .eleven40-pro-green input:hover[type=submit], .eleven40-pro-green .archive-pagination a:hover, .eleven40-pro-green .archive-pagination li.active a {
	background-color: #6ca741;
}

/* eleven40 Pro Red
--------------------------------------------- */

.eleven40-pro-red a,
.eleven40-pro-red .entry-title a:hover,
.eleven40-pro-red .genesis-nav-menu a:hover,
.eleven40-pro-red .genesis-nav-menu .current-menu-item > a,
.eleven40-pro-red .nav-primary .sub-menu a:hover,
.eleven40-pro-red .nav-secondary .sub-menu a:hover,
.eleven40-pro-red .site-footer a:hover,
.eleven40-pro-red .site-header .sub-menu a:hover {
	color: #cf4344;
}

.eleven40-pro-red button:hover, .eleven40-pro-red input:hover[type=button], .eleven40-pro-red input:hover[type=reset], .eleven40-pro-red input:hover[type=submit], .eleven40-pro-red .archive-pagination a:hover, .eleven40-pro-red .archive-pagination li.active a {
	background-color: #cf4344;
}

/* Brundage Snow Report Plugin Styles */

#brundage_homepage_conditions_widget-2 {
	margin: -211px 0 2.0rem 0;
	z-index: 10000 !important;
	position: relative;
}

#brundage_homepage_conditions_widget-2 table td {
	border: 0;
}

#potd-snow-report {
	width: 31%;
	float: right;	
	background: #E0E8F3;
	margin: 25px 0 0 0;
}

#potd-snow-report h4 {
	background: url(images/widget-alt-bkgd.jpg) 0 0 repeat-x;
	font-size: 18px;
	font-size: 1.8rem;
	margin-left: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	color: #ffffff;
	height: 41px;
	width: 100%;
	padding: 10px 0 0 10px;
	padding: 1.0rem 0 0 1.0rem;
	text-shadow: 1px 1px 1px #000000;
    filter: dropshadow(color=#000000, offx=1, offy=1);
	font-weight: normal;
}

.page-id-24 .snow-depths, .page-id-24 .content .lifts, .page-id-24 #snow-recap {
	float: left;
	width: 65%;	
}

#snow-recap {
	margin: 30px 0 0 0;
	margin: 3.0rem 0 0 0;	
}

.content #potd-snow-report {
	padding: 0 0 10px 0;	
}

.content #potd-snow-report #wppa-container-1 {
	padding: 10px 10px 0 10px;	
}

.content #potd-snow-report p {
	display: none;	
}

.content #potd-snow-report a#potd-link {
	margin: 0 10px 0 10px;
	width: 192px;
	display: block;
	text-align: center;
}

.content .snow-recap caption span.prev-next {
	padding-right: 0;	
}

.content .snow-recap caption span.title, .content .lifts caption, .content .snow-depths caption, .content .trails caption {
	text-transform: capitalize;	
}

.content .snow-recap caption, .content .lifts caption, .content .snow-depths caption, .content .trails caption {
	padding: 5px 2%;
}

div.storm-totals h2, div.storm-totals h3 {
	font-weight: bold;	
}

#forecast {
	width: 100%;
	clear: both;	
}

#forecast h3 {
	color: #961015;
    font-size: 21px;
    margin-bottom: 0.5rem;
    text-align: center;
	font-weight: bold;
}

.wp_wunderground th {
	font-weight: normal;	
}

.current-weather-shortcode p {
	margin: 0 0 14px 0;
	margin: 0 0 1.4rem 0;	
}

#grooming-link {
	width: 65%;
	height: 30px;
	padding: 5px 0;
	padding: 0.5rem 0;
	text-align: center;
	float: left;
	background: #C9DAEC;
}

#disclaimer {
	font-style: italic;	
}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

/* Desktops, laptops and iPads (landscape)
--------------------------------------------- */

@media only screen and (max-width: 1139px) {

	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 660px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 475px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		
	}

	.genesis-nav-menu a {
		padding: 12px;
		padding: 1.2rem;
	}

}

/* iPads (portrait)
--------------------------------------------- */

@media only screen and (max-width: 1023px) {

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area,
	.wrap {
		width: 100%;
	}
	
	.content {
		width: 610px;	
	}
	
	.sidebar {
		width: 280px;	
	}
	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.footer-widgets-4 {
		width: 250px;	
	}

	.site-header {
		position: relative;
	}

	.site-inner {
		margin-top: 0;
	}

	.comment-respond,
	.entry,
	.entry-comments,
	.entry-footer .entry-meta,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .search-form,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		/* padding: 20px 16px;
		padding: 2rem 1.6rem; */
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}

	.content {
		border: none;
		padding-left: 0;
		padding-right: 0;
	}

	.entry-footer .entry-meta {
		margin: 0;
		padding-top: 12px;
		padding-top: 1.2rem;
	}

	.author-box {
		padding: 20px;
		padding: 2rem;
	}

	.sidebar-content-sidebar .author-box {
		margin-left: 0;
		margin-right: 0;
	}

	.footer-widgets {
		padding: 40px 5% 16px;
	}

	.footer-widgets-1 {
		margin: 0;
	}
	
	.genesis-nav-menu .menu-item {
		border-bottom: 1px solid #016499;
	}
	
	#brundage_homepage_conditions_widget-2 {
		margin: 0 0 2.0rem 0;	
	}

}

@media only screen and (max-width: 990px) {
	.content {
		width: 100%;
		padding: 24px 20px 0 20px;
		padding: 2.4rem 2.0rem 0 2.0rem;	
	}
}

/* iPhones (portrait and landscape)
--------------------------------------------- */

@media only screen and (max-width: 767px) {

	.header-image .site-header .title-area {
		background-position: center center !important;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.genesis-grid-even,
	.genesis-grid-odd {
		width: 100%;
	}
	
	.table2column {
		float: none;
		width: 90%;	
	}
	
	table {
		line-height: 1.4;
		font-size: 13px;	
	}
	
	table th {
		font-size: 12px;	
	}
	
	table h6 {
		font-size: 14px;
	}
	
	.home .entry {
		margin-bottom: 10px;
		margin-bottom: 1.0rem;
	}

}

@media only screen and (max-width: 480px) {
	body {
		background: none;	
	}
	
	.genesis-nav-menu a {
		background: none;	
	}
	
	.webcam {
		float: none;
		width: 90%;	
	}
	
	section#text-5 {
		display: none;	
	}
	
	#header-container {
		display: none;	
	}
	
	#logo {
		float: none;
		margin: 0 auto;	
	}
	
	#header-right {
		text-align: center;
		float: none;
		padding: 0 0 10px 0;	
	}
	
	.site-header {
		background: #EBF0F7;	
	}
	
	.sidebar-primary {
		padding: 0;
		width: 100%;
	}
	
	.sidebar-primary .widget {
		margin: 20px auto;
		margin: 2.0rem auto;	
	}
	
	.sidebar-secondary {
		/* display: none; */
	}
	
	#homepage-content .alignleft {
		float: none;
	}
	
	#homepage-content .alignleft img {
		display: block;
		margin: 0 auto;	
		width: 164px;
	}
	
	#phone {
		display: none;	
	}
	
	.page-id-24 #phone {
		display: block;	
	}
	
	.home .metaslider {
		display: none;	
	}
	
	li#menu-item-29 a {
		padding: 12px;
		padding: 1.2rem;
	}
	
	.genesis-nav-menu li {
		float: none;
		display: block;
		width: 100%;
			
	}
	
	.genesis-nav-menu a {
		text-align: center;	
	}
	
	.nav-primary {
		background: none;
		border: 0;
	}
	
	#nav ul.menu-primary,
	#nav div.menu-primary > ul {
		display: none;
	}
	
	#nav ul.toggled-on, .menu-toggle {
    	display: inline-block;
	}
	
	h3.menu-toggle {
		padding: 9px 10px;
		font-size: 18px;
		font-weight: normal;
		color: #ffffff;
		width: 100px !important;
		height: 41px;
		margin: 10px auto;
		text-align: center;
		display: block;
		text-transform: uppercase;
		text-shadow: 1px 1px 1px #000000;
    	filter: dropshadow(color=#000000, offx=1, offy=1);
		background: #136591 url(images/nav-bkgd.jpg) 0 0 repeat-x;
		cursor: pointer;
	}
		h3.phone-toggle {
		padding: 9px 10px;
		font-size: 18px;
		font-weight: normal;
		color: #ffffff;
		width: 300px;
		height: 41px;
		margin: 10px auto;
		text-align: center;
		display: block;
		text-transform: uppercase;
		text-shadow: 1px 1px 1px #000000;
    	filter: dropshadow(color=#000000, offx=1, offy=1);
		background: #136591 url(images/nav-bkgd.jpg) 0 0 repeat-x;
		cursor: pointer;
	}

	h3.menu-toggle:hover,
	h3.menu-toggle:active,
	h3.menu-toggle.toggled-on {
		background: url(images/nav-bkgd-hover.jpg) 0 0 repeat-x;
	}
	
	#nav .wrap {
		margin: 0 auto;
		padding: 0;
	}
		
	ul.menu-primary {
		margin: -20px 0 0 0;
		padding: 10px 0;
		/* position: absolute; */
		z-index: 100;
	}
	
	.menu-primary li {
		float: none;
		padding: 0 !important;
		margin: 0;
		background: #08416E;
	}
	
	.menu-primary li:hover, .menu-primary li:active {
		background: #016499;
	}
	
	.site-inner .wrap {
		box-shadow: none;	
	}
}

@media only screen and (max-width: 320px) {

	.header-image .site-header .title-area {
		background-size: contain !important;
	}

}