/*
	Theme Name: Barbara Payton Child Theme
	Description: Barbara Payton is a two or three column child theme created for the Genesis Framework.
	Author: Ponder Consulting & Web Design
	Author URI: http://www.ponderconsulting.com/
 
	Version: 1.0.1
 
	Tags: custom-background, custom-header, featured-images, threaded-comments, two-columns
 
	Template: genesis
	Template Version: 1.8
 
	License: GNU General Public License v2.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

/* Table of Contents

* Defaults
* Hyperlinks
* Body
* Wrap
* Header
* Image Header - Partial Width
* Image Header - Full Width
* Navigation Constants
* Header Right Navigation
* Primary Navigation
* Primary Navigation Extras
* Secondary Navigation
* Inner
* Genesis Slider
* Home
* Breadcrumb
* Taxonomy Description
* Content-Sidebar Wrap
* Content
* Column Classes
* Featured Post Grid
* Headlines
* Ordered / Unordered Lists
* Post Info
* Post Meta
* Author Box
* Sticky Posts
* Archive Page
* Images
* Post Navigation
* Primary / Secondary Sidebars
* Dropdowns
* Featured Page / Post
* User Profile
* Buttons
* Search Form
* eNews & Updates Widget
* Calendar Widget
* Footer Widgets
* Footer
* Comments
* Gravity Forms
* Backcountry Blue
* Backcountry Green
* Backcountry Red

*/


/* Defaults
------------------------------------------------------------ */

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #ededed;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

input {
	color: #444;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
}

blockquote,
input,
select,
textarea,
.author-box,
/*.sticky,*/
.taxonomy-description,
.wp-caption {
	-moz-box-shadow: 0 0 0 0 #000 inset;
	-webkit-box-shadow: 0 0 0 0 #000 inset;
	border: 0px solid #ddd;
	box-shadow: 0 0 0 0 #000 inset;
}

li,
ol,
ul {
	margin: 0;
	padding: 0;
}

ol li {
	list-style-type: decimal;
}


/* Hyperlinks
------------------------------------------------------------ */

a,
a:visited {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #ff9000;
	text-decoration: underline;
}

a img {
	border: none;
}


/* Body
------------------------------------------------------------ */

body {
	background: url(images/bg.jpg) repeat;
}


/* Wrap
------------------------------------------------------------ */

.site-container {
	background: url(images/wrap-bg-blue.jpg) repeat-x;
	margin: 0 auto 0;
}



/* Follow Icons
------------------------------------------------------------ */

#follow-icons div{
	display: inline-block;
}

.Social_Widget{
	display: inline-block;
}

#follow-icons {
	margin: 0 auto 0;
	padding: 10px 0 10px 0;
	width: 960px;
	text-align: right;
}

.smw_right{
	float: right;
}

.smw_right .combo{
	float: right; 
	margin-left: 10px;
	clear: both;
}

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

.site-header {
	color: #fff;
	margin: 0 auto 0;
	min-height: 80px;
	overflow: hidden;
	text-shadow: 1px 1px #222;
	width: 960px;
	clear: both;
}

.site-header .wrap {
	margin: 0 0 0 0;
	min-height: 64px;
	
}


.title-area {
	background: url(images/logo.png) no-repeat;
	float: left;
	overflow: hidden;
	padding: 0;
	width: 300px;
}

.site-title {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 48px;
	margin: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #fff;
	text-decoration: none;
}

.site-description {
	color: #777;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 16px;
	font-style: italic;
}

.site-header .widget-area {
	float: right;
	padding: 10px 0 0;
	width: 600px;
}

.site-header .widget-area ul li {
	border-bottom: none;
	margin: 0;
	padding: 0;
}


/* Image Header - Partial Width
------------------------------------------------------------ */

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
	display: block;
	float: left;
	height: 64px;
	overflow: hidden;
	padding: 0;
	text-indent: -9999px;
	width: 300px;
}

.header-image .site-description {
	display: block;
	overflow: hidden;
}


/* Image Header - Full Width
------------------------------------------------------------ */

.header-full-width .title-area,
.header-full-width .site-title,
.header-full-width .site-title a {
	width: 300px;
	float: left;
}


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

li:hover ul ul,
li.sfHover ul ul {
	left: -9999px;
}

li:hover,
li.sfHover {
	position: static;
}

.nav-primary li a.sf-with-ul  {
	padding-right: 25px;
}

.nav-primary li a .sf-sub-indicator {
	background: url(images/arrow-down.png) no-repeat;
	height: 16px;
	position: absolute;
	right: 8px;
	text-indent: -9999px;
	top: 10px;
	width: 16px;
}

.site-header li a .sf-sub-indicator,
.nav-secondary li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

.nav-primary li a:hover .sf-sub-indicator {
	background: url(images/arrow-down-hover.png) no-repeat;
}

.nav-primary li li a .sf-sub-indicator {
	background: url(images/arrow-right.png) no-repeat;
	top: 10px;
}

.nav-primary li li a:hover .sf-sub-indicator {
	background: url(images/arrow-right-hover.png) no-repeat;
}


/* Header Right Navigation
------------------------------------------------------------ */

.site-header ul.menu {
	float: right;
}

.site-header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

.site-header ul.menu li {
	float: left;
	list-style-type: none;
	text-transform: uppercase;
}

.site-header ul.menu li a {
	color: #ddd;
	display: block;
	font-family: 'Droid Sans', arial, serif;
	font-size: 12px;
	padding: 16px 12px 5px 12px;
	position: relative;
	text-decoration: none;
	text-shadow: 1px 1px #222;
}

.site-header ul.menu li a:active,
.site-header ul.menu .current_page_item a,
.site-header ul.menu .current-cat a,
.site-header ul.menu .current-menu-item a {
	background: url(images/nav-over.png) top center no-repeat;
	color: #fff;
}

.site-header ul.menu li a:hover,
.site-header ul.menu li:hover a {
	background: url(images/nav-over-orange.png) top center no-repeat;
	color: #ff9000;
}

.site-header ul.menu li li a,
.site-header ul.menu li li a:link,
.site-header ul.menu li li a:visited {
	border-bottom: 1px solid #333;
	color: #777;
	font-size: 11px;
	padding: 7px 5px;
	position: relative;
	text-transform: none;
	width: 128px;
}

.site-header ul.menu li li:last-child a { 
	border: none; 
} 

.site-header ul.menu li li a:hover,
.site-header ul.menu li li a:active {
	color: #fff;
}

.site-header ul.menu li ul {
	background: url(images/bg-dark.jpg);
	height: auto;
	left: -9999px;
	padding: 0 10px;
	position: absolute;
	width: 140px;
	z-index: 9999;
}

.site-header ul.menu li ul a {
	width: 120px;
}

.site-header ul.nav li ul ul,
.site-header ul.menu li ul ul {
	margin: -37px 0 0 139px;
}

.site-header ul.menu li:hover>ul,
.site-header ul.menu li.sfHover ul {
	left: auto;
}


.nav-primary {
	background: none;
	color: #fff;
	font-family: 'Droid Sans', arial, serif;
	font-size: 11px;
	float: right;
	width: 560px;
	overflow: visible;
	z-index: 99;
	position: relative;
}

.nav-primary ul {
	margin-left: 400px;
	margin-top:20px;
}
.nav-primary ul ul {
	margin-top: 0;
}

.nav-primary li {
	float: left;
	list-style-type: none;
}

.nav-primary li li {
	border: none;
}

.nav-primary li a {
	color: #ddd;
	display: block;
	padding: 16px 8px 0px 8px;
	position: relative;
	text-decoration: none;
	text-transform: none;
}

.nav-primary li a:hover,
.nav-primary li a:active,
.nav-primary .current_page_item a,
.nav-primary .current-menu-item a {
	background: url(images/nav-over.png) top center no-repeat;
	color: #fff;
}

.nav-primary li a.sf-with-ul {
	padding-right: 20px;
	}	
.nav-primary li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 22px;
	right: 5px;
}

.nav-primary li li a,
.nav-primary li li a:link,
.nav-primary li li a:visited {
	background: #680a3f;
	color: #ddd;
	font-size: 11px;
	padding: 0px 10px 5px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.nav-primary li li a:hover,
.nav-primary li li a:active {
	color: #fff;
}

.nav-primary li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.nav-primary li ul a { 
	width: 140px;
}

.nav-primary li ul ul {
	margin: -32px 0 0 159px;
}

.nav-primary li:hover>ul,
.nav-primary li.sfHover ul {
	left: auto;
}



/* Primary Navigation Extras
------------------------------------------------------------ */

.nav-primary li.right {
	float: right;
	font-size: 12px;
	padding: 7px 15px 6px;
}

.nav-primary li.right a {
	background: none;
	border: none;
	color: #777;
	display: inline;
	text-decoration: none;
}

.nav-primary li.right a:hover {
	color: #ccc;
	text-decoration: none;
}

.nav-primary li.search {
	padding: 0 10px;
}

.nav-primary li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin: 0 0 0 10px;
	padding: 0 0 0 16px;
}

.nav-primary li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding: 0 0 0 20px;
}


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

.nav-secondary {
	background: url(images/bg-medium.jpg);
	border-bottom: 8px solid #171717;
	clear: both;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	text-shadow: 1px 1px #222;
	width: 960px;
}

.nav-secondary ul {
	float: left;
	width: 100%;
}

.nav-secondary li {
	float: left;
	list-style-type: none;
}

.nav-secondary li a {
	background: url(images/nav-line.png) no-repeat center right;
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 12px 22px 8px 20px;
	position: relative;
	text-decoration: none;
}

.nav-secondary li a:hover,
.nav-secondary li a:active,
.nav-secondary li:hover a,
.nav-secondary .current_page_item a,
.nav-secondary .current-cat a,
.nav-secondary .current-menu-item a {
	background: #222 url(images/nav-line.png) no-repeat center right;
}

.nav-secondary li li a,
.nav-secondary li li a:link,
.nav-secondary li li a:visited {
	background: none;
	border-bottom: 1px solid #333;
	color: #777;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 11px;
	font-style: italic;
	padding: 7px 5px;
	position: relative;
	text-transform: none;
	width: 128px;
}

.nav-secondary li li a:hover,
.nav-secondary li li a:active {
	color: #fff;
}

.nav-secondary li ul {
	background: #222;
	height: auto;
	left: -9999px;
	padding: 0 10px;
	position: absolute;
	width: 140px;
	z-index: 9999;
}

.nav-secondary li ul a {
	width: 120px;
}

.nav-secondary li ul ul {
	margin: -37px 0 0 139px;
}

.nav-secondary li:hover>ul,
.nav-secondary li.sfHover ul {
	left: auto;
}

.menu-description {
	clear: both;
	color: #777;
	display: block;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 12px;
	font-style: italic;
}


/* Inner
------------------------------------------------------------ */

.site-inner {
	-moz-box-shadow: 0 3px 6px #000; 
	-webkit-box-shadow: 0 3px 6px #000;
	box-shadow: 0 3px 6px #000; 
/*	background: url(images/bg-transparent-white.png) repeat;*/
	margin: 0 auto 20px;
	overflow: hidden;
	padding: 20px 25px 20px 25px;
	width: 910px;
}

/* Genesis Slider
------------------------------------------------------------ */

.backcountry #genesis-slider {
	border: 1px solid #ddd;
	margin: 0 auto 20px;
	padding: 9px;
}

.backcountry #genesis-slider p {
	color: #fff;
	font-size: 12px;
	line-height: 20px;
}

.backcountry .slide-excerpt {
	background-color: #000;
	margin: 0;
	padding: 0px 3px;
}

html > body.backcountry .slide-excerpt-border {
	border: none;
	padding: 0;
}


/* Home
------------------------------------------------------------ */

#home {
	overflow: hidden;
}

.home-left {
	float: left;
	width: 275px;
}

.home-right {
	float: right;
	width: 275px;
}


/* Breadcrumb
------------------------------------------------------------ */

.breadcrumb {
	color: #ededed;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 12px;
	font-style: italic;
	margin: 0 0 30px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #999;
}

.breadcrumb a,
.breadcrumb a:visited {
	color: #dcdcdc;
	text-decoration: none;
}

.breadcrumb a:hover {
	color: #c9c9c9;
	text-decoration: none;

}


/* Taxonomy Description
------------------------------------------------------------ */

.taxonomy-description {
	margin: 0 0 30px;
	padding: 10px;
}


/* Content-Sidebar Wrap
------------------------------------------------------------ */

.content-sidebar-wrap {
	float: left;
	width: 740px;
}

.content-sidebar .content-sidebar-wrap,
.full-width-content .content-sidebar-wrap,
.sidebar-content .content-sidebar-wrap {
	width: 910px;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}


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

.content {
	float: left;
	padding: 10px 10px 20px;
	width: 400px;
}

.content-sidebar .content,
.sidebar-content .content {
	width: 570px;
}

.home.backcountry.content-sidebar .content {
	padding: 0;
	width: 580px;
}

.sidebar-content .content,
.sidebar-sidebar-content .content {
	float: right;
}

.full-width-content .content {
	width: 890px;
}

blockquote {
	margin: 5px 15px 20px;
	padding: 15px 20px 0;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	padding: 0 0 15px;
}

p.subscribe-to-comments {
	padding: 20px 0 10px;
}

.after-post-ad {
	border-top: 1px solid #eee;
	padding: 10px 0;
	overflow: hidden;
}

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #eee;
	clear: both;
	margin: 0 0 15px;
}


/* Column Classes
------------------------------------------------------------ */

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin: 0 0 20px;
	padding-left: 3%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48%;
}

.one-third,
.two-sixths {
	width: 31%;
}

.four-sixths,
.two-thirds {
	width: 65%;
}

.one-fourth {
	width: 22.5%;
}

.three-fourths {
	width: 73.5%;
}

.one-fifth {
	width: 17.4%;
}

.two-fifths {
	width: 37.8%;
}

.three-fifths {
	width: 58.2%;
}

.four-fifths {
	width: 78.6%;
}

.one-sixth {
	width: 14%;
}

.five-sixths {
	width: 82%;
}

.first {
	clear: both;
	padding-left: 0;
}


/* Featured Post Grid
------------------------------------------------------------ */

.genesis-grid-even {
	float: right;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-odd {
	clear: both;
	float: left;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even,
.genesis-grid-odd {
	margin: 0 0 20px;
}


/* Headlines
------------------------------------------------------------ */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin: 0 0 10px;
}

h1,
h2,
h2 a,
h2 a:visited {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 24px;
	line-height: 30px;
}

.backcountry #genesis-slider h2 {
	margin: 0;
}

.backcountry #genesis-slider h2 a,
.backcountry #genesis-slider h2 a:visited {
	color: #fff;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 16px;
	font-style: italic;
	line-height: 24px;
	margin: 0;
}

.backcountry #genesis-slider h2 a:hover {
	color: #e47600;
}


.featuredpost h2 a,
.featuredpost h2 a:visited {
	font-size: 18px;
	line-height: 22px;
}

.taxonomy-description h1,
.widget-area h2,
.widget-area h2 a {
	color: #ff9000;
	font-size: 14px;
	line-height: 20px;
	margin: 0 0 5px;
}

h2 a:hover {
	color: #ff9000;
	text-decoration: underline;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px;
}

#home h4,
.widget-area h4 {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 20px;
	font-style: italic;
	font-weight: bold;
	margin: 0 0 10px 0;
}

.widget-area h4 {
	background: #none;
	color: white;
	padding: 4px 4px 4px 0;
	text-align: left;
}
.widget-area h4 a {
	text-decoration: none;
}

.footer-widgets h4 {
	color: #777;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 16px;
	font-style: italic;
	margin: 0 0 10px;
	padding: 0;
	background: none;
	text-align: left;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}


/* Ordered / Unordered Lists
------------------------------------------------------------ */

.entry-content ol,
.entry-content ul {
	margin: 0;
	padding: 0 0 15px;
}

.entry-content ol {
	margin: 0;
}

.archive-page ul li,
.entry-content ul li {
	list-style-type: square;
	margin: 0 0 0 30px;
	padding: 0;
}

.entry-content ol li {
	margin: 0 0 0 35px;
}

.archive-page ul ul,
.entry-content ol ol,
.entry-content ul ul {
	padding: 0;
}


/* Post Info
------------------------------------------------------------ */

.entry-header .entry-meta {
	color: #f6f6f6;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 13px;
	font-style: italic;
	margin: -5px 0 5px;
}

#home .entry-header .entry-meta,
#home-bottom .entry-header .entry-meta {
	margin: 0 0 5px;
	font-size: 12px;
}

.entry-header .entry-meta a,
.entry-header .entry-meta a:visited {
	color: #f6f6f6;
	text-decoration: none;
}

.entry-header .entry-meta a:hover {
	color: #f6f6f6;
	text-decoration: underline;
}


/* Post Meta
------------------------------------------------------------ */

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	clear: both;
	color: #ececec;
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 13px;
	font-style: italic;
	padding: 5px 0 0;
}

.entry-footer .entry-meta a,
.entry-footer .entry-meta a:visited {
	color: #ececec;
	text-decoration: none;
}

.entry-footer .entry-meta a:hover {
	color: #c2c2c2;
	text-decoration: none;
}


/* Author Box
------------------------------------------------------------ */

.author-box {
	margin: 0 0 40px;
	overflow: hidden;
	padding: 10px;
}

.author-box-content p {
	font-size: 13px;
	line-height: 20px;
}


/* Sticky Posts
------------------------------------------------------------ */

/*.sticky {
	margin: 0 0 40px;
	padding: 20px;
}
*/

/* Archive Page
------------------------------------------------------------ */

.archive-page {
	float: left;
	padding: 20px 0;
	width: 45%;
}


/* Images
------------------------------------------------------------ */

.content-sidebar .entry-content img,
.sidebar-content .entry-content img {
	max-width: 570px;
}

.content-sidebar-sidebar .entry-content img,
.sidebar-content-sidebar .entry-content img,
.sidebar-sidebar-content .entry-content img {
	max-width: 400px;
}

.avatar,
.featuredpage img,
.featuredpost img,
.post-image {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	padding: 4px;
}

#home .featuredpost img,
#home-bottom .featuredpost img {
	background-color: #fff;
	margin: 0 0 10px;
}

#home .featuredpost a:hover img,
#home-bottom .featuredpost a:hover img {
	border: 1px solid #bbb;
}

.author-box .avatar {
	background-color: #fff;
	float: left;
	height: 72px;
	margin: 0 10px 0 0;
	width: 72px;
}

.post-image {
	margin: 0 10px 10px 0;
}

.comment-list li .avatar {
	-moz-box-shadow: 0 0 1px 1px #eee inset;
	-webkit-box-shadow: 0 0 1px 1px#eee inset;
	background: url(images/bg.jpg);
	border: 1px solid #ddd;
	box-shadow: 0 0 1px 1px #eee inset;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 10px;
}

img.alignnone {
	display: inline;
	margin: 0 0 10px;
}

img.alignleft {
	display: inline;
	margin: 0 10px 10px 0;
}

img.alignright {
	display: inline;
	margin: 0 0 10px 10px;
}

.alignleft {
	float: left;
	margin: 0 10px 0 0;
}

.alignright {
	float: right;
	margin: 0 0 0 10px;
}

.wp-caption {
	padding: 5px;
	text-align: center;
}

p.wp-caption-text {
	font-size: 12px;
	line-height: 16px;
	padding: 5px 0;
}

.wp-smiley,
.wp-wink {
	border: none;
	float: none;
}

.gallery-caption {
}


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

.pagination {
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li.disabled,
.pagination li a:hover,
.pagination li.active a {
	-moz-box-shadow: 0 0 1px 1px #eee;
	-webkit-box-shadow: 0 0 1px 1px#eee;
	background: url(images/bg.jpg);
	border: 1px solid #ddd;
	box-shadow: 0 0 1px 1px #eee;
	color: #555;
	cursor: pointer;
	font-family: Arial, Helvetica, Tahoma, sans-serif !important;
	font-size: 12px;
	font-weight: bold;
	padding: 10px;
	text-decoration: none;
}

.pagination li a:hover,
.pagination li.active a {
	background: url(images/bg.jpg);
	border: 1px solid #ddd;
	color: #e47600;
	text-decoration: none;
}


/* Primary / Secondary Sidebars
------------------------------------------------------------ */

.sidebar {
	display: inline;
	float: right;
	font-size: 12px;
	line-height: 20px;
	width: 300px;
}

.sidebar p {
	font-size: 12px;
	line-height: 20px;
}

.sidebar-secondary {
	float: left;
	width: 150px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

.sidebar .widget {
	border: none;
	margin: 0 0 30px;
	padding: 0;
}

.sidebar .widget.widget_search {
	background: none;
}

.widget-area ol ol,
.widget-area ul ul {
	margin: 0 0 0 15px;
}

.widget-area ul li {
	border-bottom: 1px solid #ddd;
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0 0 10px;
	word-wrap: break-word;
}

.widget-area ul li a {
	color: #fff;
	text-decoration: none;
}

.widget-area ul li a:hover {
	color: #ff9000;
	text-decoration: none;
}

.latest-tweets ul li a,
.latest-tweets ul li a:visited {
	color: #ff9000;
	text-decoration: none;
}

.latest-tweets ul li a:hover {
	color: #ff9000;
	text-decoration: underline;
}

.latest-tweets li span a,
.latest-tweets li span a:visited {
	color: #999;
	font-size: 12px;
	text-decoration: none;
}

.latest-tweets li span a:hover {
	color: #444;
	text-decoration: none;
}


/* Dropdowns
------------------------------------------------------------ */

#cat,
.widget_archive select {
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	width: 100%;
}


/* Featured Page / Post
------------------------------------------------------------ */

.featuredpage,
.featuredpost {
	clear: both;
	overflow: hidden;
}

.featuredpost p {
	font-size: 12px;
	line-height: 20px;
}

.featuredpage .page,
.featuredpost .post {
	border-bottom: 1px solid #eee;
	margin: 0 0 20px;
	overflow: hidden;
	padding: 0 0 10px;
}

.footer-widgets .featuredpage .page,
.footer-widgets .featuredpost .post {
	margin: 0 0 10px;
	padding: 0;
}


/* User Profile
------------------------------------------------------------ */

.user-profile {
	overflow: hidden;
}


/* Buttons
------------------------------------------------------------ */

input[type="button"],
input[type="submit"],
.comment-reply a {
	-moz-box-shadow: 0 0 0 0 #eee;
	-webkit-box-shadow: 0 0 0 0 #eee;
	background: #000;
	border: 0px solid #ddd;
	box-shadow: 0 0 0 0 #eee;
	color: #fff !important;
	cursor: pointer;
	font-family: Arial, Helvetica, Tahoma, sans-serif !important;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 5px 4px 5px;
	text-decoration: none;
}

#respond input[type="button"],
#respond input[type="submit"] {
	padding: 11px 12px;
}

.comment-reply a {
	padding: 5px 7px;
}

input:hover[type="button"],
input:hover[type="submit"],
.comment-reply a:hover {
	background: #ff9000;
	border: 0px solid #ddd;
	color: #fff !important;
	text-decoration: none;
}


/* Search Form
------------------------------------------------------------ */

.site-header .search-form {
	float: right;
	padding: 20px 0 0;
}

.nav-primary .search-form {
	float: right;
}

.sidebar .search-form {
	margin: 10px 0 0;
}

.search-form input[type="search"] {
	color: #333;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	margin: 0 4px 0 0;
	padding: 5px;
	width: 210px;
}

.nav-primary .search-form input[type="search"] {
	background-color: #fff;
	margin: 2px 2px 0 0;
}


/* eNews and Update Widget
------------------------------------------------------------ */

.enews #subbox {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 5px;
	width: 220px;
}


/* Calendar Widget
------------------------------------------------------------ */

#wp-calendar {
	width: 100%;
}

#wp-calendar caption {
	font-size: 12px;
	font-style: italic;
	padding: 2px 5px 0 0;
	text-align: right;
}

#wp-calendar thead {
	background-color: #f5f5f5;
	font-weight: bold;
	margin: 10px 0 0;
}

#wp-calendar td {
	background-color: #f5f5f5;
	padding: 2px;
	text-align: center;
}


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

.footer-widgets {
	background: none;
	clear: both;
	color: #999;
	margin: 0 auto 0;
	padding: 10px 0 0 0;
}

.footer-widgets .wrap {
	font-size: 13px;
	line-height: 20px;
	margin: 0 auto 0;
	overflow: hidden;
	text-shadow: 1px 1px #222;
	width: 960px;
}

.footer-widgets .widget {
	overflow: hidden;
}

.footer-widgets a,
.footer-widgets a:visited {
	color: #ccc;
	text-decoration: none;
}

.footer-widgets a:hover {
	color: #fff;
	text-decoration: none;
}

.footer-widgets p {
	color: #999;
	font-size: 13px;
	line-height: 20px;
	padding: 0 0 15px;
}

.footer-widgets ul {
	margin: 0 0 10px;
}

.footer-widgets ul li {
	border-bottom: 1px solid #373737;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 7px;
}

.footer-widgets .footer-widgets-4 ul li {
	border-bottom: none;
}

.footer-widgets #wp-calendar thead,
.footer-widgets #wp-calendar td {
	background: none;
}

.footer-widgets-1 {
	float: left;
	margin: 0 20px 0 0;
	width: 150px;
}

.footer-widgets-2 {
	float: left;
	margin: 0 20px 0 0;
	width: 300px;
}

.footer-widgets-3 {
	float: left;
	width: 225px;
}

.footer-widgets-4 {
	float: right;
	width: 225px;
}

/* Social Icons
------------------------------------------------------------ */

.footer-widgets ul li.social-facebook,
.footer-widgets ul li.social-pinterest,
.footer-widgets ul li.social-rss,
.footer-widgets ul li.social-twitter {
	float: left;
}

.footer-widgets ul li.social-facebook a,
.footer-widgets ul li.social-facebook a:hover,
.footer-widgets ul li.social-pinterest a,
.footer-widgets ul li.social-pinterest a:hover,
.footer-widgets ul li.social-rss a,
.footer-widgets ul li.social-rss a:hover,
.footer-widgets ul li.social-twitter a,
.footer-widgets ul li.social-twitter a:hover {
	background: #222 url(images/social-icons.png);
	display: block;
	height: 48px;
	margin: 0 10px 10px 0;
	padding: 0;
	text-indent: -9999px;
	width: 48px;
}

.footer-widgets ul li.social-facebook a:hover,
.footer-widgets ul li.social-pinterest a:hover,
.footer-widgets ul li.social-rss a:hover,
.footer-widgets ul li.social-twitter a:hover {
	background: #960208 url(images/social-icons.png);
}

.footer-widgets ul li.social-facebook a {
	background-position: 0 0;
}

.footer-widgets ul li.social-facebook a:hover {
	background-position: 0 0;
}

.footer-widgets ul li.social-pinterest a {
	background-position: -48px 0;
}

.footer-widgets ul li.social-pinterest a:hover {
	background-position: -48px 0;
}

.footer-widgets ul li.social-rss a {
	background-position: 0 -48px;
}

.footer-widgets ul li.social-rss a:hover {
	background-position: 0 -48px;
}

.footer-widgets ul li.social-twitter a {
	background-position: -48px -48px;
}

.footer-widgets ul li.social-twitter a:hover {
	background-position: -48px -48px;
}



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

.site-footer {
	background: none;
	clear: both;
	overflow: hidden;
	padding: 20px;
}

.site-footer .wrap {
	font-size: 12px;
	margin: 0 auto 0;
	width: 960px;
}

.site-footer p {
	color: #777;
	font-size: 12px;
}

.site-footer a,
.site-footer a:visited {
	color: #777;
}

.site-footer a:hover {
	color: #333;
	text-decoration: none;
}

.site-footer .gototop {
	float: left;
	width: 200px;
}

.site-footer .creds {
	float: right;
	text-align: right;
	width: 755px;
}


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

.entry-comments,
#respond {
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 15px;
	overflow: hidden;
}

.entry-comments p,
#respond p {
	font-size: 13px;
	line-height: 20px;
}

#author,
#comment,
#email,
#url {
	font-size: 13px;
	margin: 10px 5px 0 0;
	padding: 5px;
	width: 250px;
}

#comment {
	height: 150px;
	margin: 10px 0;
	width: 98%;
}

.ping-list {
	margin: 0 0 40px;
}

.comment-list ol,
.ping-list ol {
	padding: 10px;
}

.comment-list li,
.ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 30px;
	padding: 10px 5px 0 10px;
}

.comment-list li ul li {
	list-style-type: none;
	margin-left: 10px;
	margin-right: -6px;
}

.comment-list p,
.ping-list p {
	margin: 10px 5px 10px 0;
}

.comment-list cite,
.ping-list cite {
	font-style: normal;
}

.comment-meta {
	font-size: 11px;
}

.comment-meta a,
.comment-meta a:visited {
	color: #666;
	text-decoration: none;
}

.comment-meta a:hover {
	color: #333;
	text-decoration: none;
}

.nocomments {
	text-align: center;
}

.entry-comments .pagination {
	display: block;
}

.comment-reply {
	border-bottom: 1px solid #eee;
	padding: 0 0 30px;
}

.bypostauthor {
}


/* Gravity Forms
------------------------------------------------------------ */

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	color: #777;
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 12px !important;
	padding: 8px 0 8px 8px !important;
}

div.gform_footer input.button {
	color: #555;
	padding: 10px !important;
}

div.gform_footer input.button:hover {
	color: #e47600;
}

div.gform_wrapper .ginput_complex label {
	font-size: 12px;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 0 0 10px;
}

div.gform_wrapper .gform_footer {
	border: none;
	margin: 0;
	padding: 0;
}

#home-page-photo {
	margin: 0 auto 0;
	width: 960px;
	height: 360px;
	-moz-box-shadow: 0 -1px 4px #000; 
	-webkit-box-shadow: 0 -1px 4px #000;
	box-shadow: 0 -1px 4px #000; 
}


/* MailChimp Form Embed Code - Classic - 08/17/2011 */
#mc_mv_EMAIL.mc_input {
	float:left;
	width: 130px;
}

#mc_signup_form .mc_var_label {
	float:left;
	margin-right: 10px;
}
#mc_signup_submit {float:left; margin-top:-30px; width: 50px !important;}

.mc_success_msg {margin: 0 0 10px 0;}
#mc_message {margin: 0 0 10px 0;}

.mc4wp-alert {
	margin-top:35px !important;
}

.mc4wp-notice {
	margin-top:35px !important;
}

.ngg-album-compactbox {
	border: none !important;
}
.ngg-album {
	border: none !important;
}
	
.ytc-thumbnails{
    overflow: hidden;
}
.ytc-thumbnails .ytc-row{
    margin-bottom: 25px!important;
}
a.ytclink{
    color: #fff;
}

/* rm mobile adjustments */

@media screen and (max-width: 992px) { 

	/* Follow Icons
	------------------------------------------------------------ */

	#follow-icons {
		padding: 10px 0 10px 0;
		width: 100%;
	}

	#follow-icons div{
		text-align: center;
		float: none;
	}

	.smw_right{
		text-align: center !important;
	}

	.smw_right{
		text-align: center !important;
	}

	.smw_right .combo{
		display: inline-block;
		float: none !important;
		margin-left: 0px;
	}
	
	#follow-icons{
		text-align: center;
	}

	#follow-icons div{
		display: inline-block !important;
	}

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

	.site-header {
		min-height: 80px;
		width: 760px;
	}

	.site-header .wrap {
		min-height: 64px;
		text-align: center;
	}


	.title-area {
		float: none !important;
		width: 300px;
		display: inline-block !important;
	}

	.site-header .widget-area {
		float: none;
		width: 100%;
	}


	/* Image Header - Partial Width
	------------------------------------------------------------ */

	.header-image .site-title{
		display: block;
		float: none;
		height: 64px;
		width: 100%;
		text-align: center;
	}

	.header-image .site-title a {
		float: none;
	}

	/* Image Header - Full Width
	------------------------------------------------------------ */

	.header-full-width .site-title{
		width: 100%;
		text-align: center;
		float: none;
	}


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

	.nav-primary li a.sf-with-ul  {
		padding-right: 25px;
	}


	/* Header Right Navigation
	------------------------------------------------------------ */

	.site-header ul.menu {
		float: none;
		width: 100%;
		display: block;
		clear: both;
		text-align: center;
	}

	.site-header ul.menu ul {
		float: none;
		width: 100%;
	}

	.site-header ul.menu li {
		float: none;
		display: inline-block;
	}

	.site-header ul.menu li a {
		display: block;
		padding: 16px 12px 5px 12px;
	}

	.site-header ul.menu li li a,
	.site-header ul.menu li li a:link,
	.site-header ul.menu li li a:visited {
		padding: 7px 5px;
		width: 128px;
	}

	.site-header ul.menu li ul {
		padding: 0 10px;
		width: 140px;
	}

	.site-header ul.menu li ul a {
		width: 120px;
	}

	.site-header ul.nav li ul ul,
	.site-header ul.menu li ul ul {
		margin: -37px 0 0 139px;
	}

	.site-header ul.menu li:hover>ul,
	.site-header ul.menu li.sfHover ul {
		left: auto;
	}

	.nav-primary {
		float: right;
		width: 560px;
	}

	.nav-primary ul {
		margin-left: 400px;
		margin-top:20px;
	}

	.nav-primary li {
		float: left;
	}

	.nav-primary li a {
		padding: 16px 8px 0px 8px;
	}


	.nav-primary li a.sf-with-ul {
		padding-right: 20px;
	}	

	.nav-primary li a .sf-sub-indicator {
		width: 10px;
		height: 10px;
		top: 22px;
		right: 5px;
	}

	.nav-primary li li a,
	.nav-primary li li a:link,
	.nav-primary li li a:visited {
		padding: 0px 10px 5px;
		width: 138px;
	}

	.nav-primary li ul {
		left: -9999px;
		width: 160px;
	}

	.nav-primary li ul a { 
		width: 140px;
	}

	.nav-primary li ul ul {
		margin: -32px 0 0 159px;
	}

	.nav-primary li:hover>ul,
	.nav-primary li.sfHover ul {
		left: auto;
	}



	/* Primary Navigation Extras
	------------------------------------------------------------ */

	.nav-primary li.right {
		float: right;
		padding: 7px 15px 6px;
	}

	.nav-primary li.search {
		padding: 0 10px;
	}

	.nav-primary li.rss a {
		margin: 0 0 0 10px;
		padding: 0 0 0 16px;
	}

	.nav-primary li.twitter a {
		padding: 0 0 0 20px;
	}


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

	.nav-secondary {
		width: 760px;
	}

	.nav-secondary ul {
		float: left;
		width: 100%;
	}

	.nav-secondary li {
		float: left;
	}

	.nav-secondary li a {
		padding: 12px 22px 8px 20px;
	}

	.nav-secondary li li a,
	.nav-secondary li li a:link,
	.nav-secondary li li a:visited {
		padding: 7px 5px;
		width: 128px;
	}

	.nav-secondary li ul {
		padding: 0 10px;
		width: 140px;
	}

	.nav-secondary li ul a {
		width: 120px;
	}

	.nav-secondary li ul ul {
		margin: -37px 0 0 139px;
	}

	.nav-secondary li:hover>ul,
	.nav-secondary li.sfHover ul {
		left: auto;
	}

	/* Inner
	------------------------------------------------------------ */

	.site-inner {
		margin: 0 auto 20px;
		padding: 20px 25px 20px 25px;
		width: 710px;
	}

	/* Home
	------------------------------------------------------------ */

	.home-left {
		float: left;
		width: 275px;
	}

	.home-right {
		float: right;
		width: 275px;
	}


	/* Breadcrumb
	------------------------------------------------------------ */

	.breadcrumb {
		margin: 0 0 30px;
	}


	/* Content-Sidebar Wrap
	------------------------------------------------------------ */

	.content-sidebar-wrap {
		float: left;
		width: 540px;
	}

	.content-sidebar .content-sidebar-wrap,
	.full-width-content .content-sidebar-wrap,
	.sidebar-content .content-sidebar-wrap {
		width: 710px;
	}

	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		float: right;
	}


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

	.content {
		float: left;
		padding: 10px 10px 20px;
		width: 400px;
	}

	.content-sidebar .content,
	.sidebar-content .content {
		width: 370px;
	}

	.home.backcountry.content-sidebar .content {
		width: 380px;
	}

	.sidebar-content .content,
	.sidebar-sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		width: 100%;
	}

	/* Featured Post Grid
	------------------------------------------------------------ */

	.genesis-grid-even {
		float: right;
		padding: 0 0 15px;
		width: 48%;
	}

	.genesis-grid-odd {
		padding: 0 0 15px;
		width: 48%;
	}

	/* Archive Page
	------------------------------------------------------------ */

	.archive-page {
		float: left;
		padding: 20px 0;
		width: 45%;
	}


	/* Images
	------------------------------------------------------------ */

	.content-sidebar .entry-content img,
	.sidebar-content .entry-content img {
		max-width: 100%;
	}

	.content-sidebar-sidebar .entry-content img,
	.sidebar-content-sidebar .entry-content img,
	.sidebar-sidebar-content .entry-content img {
		max-width: 100%;
	}

	.author-box .avatar {
		float: left;
		height: 72px;
		margin: 0 10px 0 0;
		width: 72px;
	}

	/* Primary / Secondary Sidebars
	------------------------------------------------------------ */

	.sidebar {
		display: inline;
		float: right;
		font-size: 12px;
		line-height: 20px;
		width: 300px;
	}

	.sidebar-secondary {
		float: left;
		width: 150px;
	}

	.sidebar-content .sidebar-primary,
	.sidebar-sidebar-content .sidebar-primary {
		float: left;
	}

	.content-sidebar-sidebar .sidebar-secondary {
		float: right;
	}

	/* Search Form
	------------------------------------------------------------ */

	.nav-primary .search-form {
		float: right;
	}

	.search-form input[type="search"] {
		margin: 0 4px 0 0;
		width: 210px;
	}

	/* eNews and Update Widget
	------------------------------------------------------------ */

	.enews #subbox {
		margin: 5px 5px 0 0;
		width: 220px;
	}

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

	.footer-widgets .wrap {
		width: 760px;
	}

	.footer-widgets-1 {
		float: left;
		margin: 0 20px 0 0;
		width: 150px;
	}

	.footer-widgets-2 {
		float: left;
		margin: 0 20px 0 0;
		width: 300px;
	}

	.footer-widgets-3 {
		float: left;
		width: 225px;
	}

	.footer-widgets-4 {
		float: none;
		width: 100%;
		display: block;
		text-align: center;
		clear: both;
	}

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

	.site-footer .wrap {
		width: 760px;
	}

	.site-footer .gototop {
		float: left;
		width: 200px;
	}

	.site-footer .creds {
		float: right;
		width: 755px;
	}

	.footer-widgets h4{
		text-align: center;
	}


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

	#author,
	#comment,
	#email,
	#url {
		margin: 10px 5px 0 0;
		padding: 5px;
		width: 250px;
	}

	#comment {
		height: 150px;
		margin: 10px 0;
		width: 98%;
	}


	#home-page-photo {
		width: 760px;
		height: auto;
	}


	/* MailChimp Form Embed Code - Classic - 08/17/2011 */
	#mc_mv_EMAIL.mc_input {
		float:left;
		width: 130px;
	}

	#mc_signup_form .mc_var_label {
		float:left;
		margin-right: 10px;
	}

	#mc_signup_submit {float:left; margin-top:-30px; width: 50px !important;}

	.mc4wp-alert {
		margin-top:35px !important;
	}

	.mc4wp-notice {
		margin-top:35px !important;
	}

	embed{
		max-width: 100% !important;
	}


} /* @media screen and (max-width: 992px)  */


@media screen and (max-width: 768px) { 
	
	* { box-sizing: border-box; }

	/* Column Classes
	------------------------------------------------------------ */

	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		float: none;
		margin: 0 0 20px;
		padding-left: 0%;
		width: 100%;
	}

	.first {
		clear: both;
		padding-left: 0;
	}

	/* Follow Icons
	------------------------------------------------------------ */

	#follow-icons {
		padding: 10px 0 10px 0;
		width: 100%;
	}

	.smw_right{
		text-align: center !important;
	}

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

	.site-header {
		min-height: 80px;
		width: 100%;
	}

	.site-header .wrap {
		min-height: 64px;
		text-align: center;
	}


	.title-area {
		float: none !important;
		width: 300px;
		display: inline-block !important;
	}

	.site-header .widget-area {
		float: none;
		width: 100%;
	}


	/* Image Header - Partial Width
	------------------------------------------------------------ */

	.header-image .site-title{
		display: block;
		float: none;
		height: 64px;
		width: 100%;
		text-align: center;
	}

	.header-image .site-title a {
		float: none;
	}

	/* Image Header - Full Width
	------------------------------------------------------------ */

	.header-full-width .site-title{
		width: 100%;
		text-align: center;
		float: none;
	}

	#menu-primary-navigation{
		display: none !important;
	}

	/* Inner
	------------------------------------------------------------ */

	.site-inner {
		margin: 0 auto 20px;
		padding: 20px 25px 20px 25px;
		width: 100%;
	}

	/* Home
	------------------------------------------------------------ */

	.home-left {
		float: none;
		width: 100%;
	}

	.home-right {
		float: none;
		width: 100%;
	}


	/* Breadcrumb
	------------------------------------------------------------ */

	.breadcrumb {
		margin: 0 0 30px;
	}


	/* Content-Sidebar Wrap
	------------------------------------------------------------ */

	.content-sidebar-wrap {
		float: none;
		width: 100%;
	}

	.content-sidebar .content-sidebar-wrap,
	.full-width-content .content-sidebar-wrap,
	.sidebar-content .content-sidebar-wrap {
		width: 100%;
	}

	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		float: none;
	}


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

	.content {
		float: none;
		padding: 10px 10px 20px;
		width: 100%;
	}

	.content-sidebar .content,
	.sidebar-content .content {
		width: 100%;
	}

	.home.backcountry.content-sidebar .content {
		width: 100%;
	}

	.sidebar-content .content,
	.sidebar-sidebar-content .content {
		float: none;
	}

	.full-width-content .content {
		width: 100%;
	}

	/* Featured Post Grid
	------------------------------------------------------------ */

	.genesis-grid-even {
		float: right;
		padding: 0 0 15px;
		width: 48%;
	}

	.genesis-grid-odd {
		padding: 0 0 15px;
		width: 48%;
	}

	/* Archive Page
	------------------------------------------------------------ */

	.archive-page {
		float: none;
		padding: 20px 0;
		width: 100%%;
	}


	/* Images
	------------------------------------------------------------ */

	.content-sidebar .entry-content img,
	.sidebar-content .entry-content img {
		max-width: 100%;
	}

	.content-sidebar-sidebar .entry-content img,
	.sidebar-content-sidebar .entry-content img,
	.sidebar-sidebar-content .entry-content img {
		max-width: 100%;
	}

	.author-box .avatar {
		float: left;
		height: 72px;
		margin: 0 10px 0 0;
		width: 72px;
	}

	/* Primary / Secondary Sidebars
	------------------------------------------------------------ */

	.sidebar {
		display: block;
		float: none;
		font-size: 12px;
		line-height: 20px;
		width: 100%;
	}

	.sidebar-secondary {
		float: none;
		width: 100%;
	}

	.sidebar-content .sidebar-primary,
	.sidebar-sidebar-content .sidebar-primary {
		float: none;
	}

	.content-sidebar-sidebar .sidebar-secondary {
		float: none;
	}

	/* Search Form
	------------------------------------------------------------ */

	.nav-primary .search-form {
		float: none;
	}

	.search-form input[type="search"] {
		margin: 0 4px 0 0;
		/*width: 100%;*/
	}

	/* eNews and Update Widget
	------------------------------------------------------------ */

	.enews #subbox {
		margin: 5px 0px 0 0;
		width: 100%;
	}

	/* Footer Widgets
	------------------------------------------------------------ */
	
	.footer-widgets{
		padding: 15px !important;
	}

	.footer-widgets .wrap {
		width: 100%;
	}

	.footer-widgets-1 {
		float: none;
		margin: 0 0px 0 0;
		width: 100%;
	}

	.footer-widgets-2 {
		float: none;
		margin: 0 0px 0 0;
		width: 100%;
	}

	.footer-widgets-3 {
		float: none;
		width: 100%;
	}

	.footer-widgets-4 {
		float: none;
		width: 100%;
		display: block;
		text-align: center;
		clear: both;
	}

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

	.site-footer .wrap {
		width: 100%;
	}

	.site-footer .gototop {
		float: none;
		width: 100%;
	}

	.site-footer .creds {
		float: none;
		width: 100%;
	}

	.footer-widgets h4{
		text-align: left;
	}


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

	#author,
	#comment,
	#email,
	#url {
		margin: 10px 0px 0 0;
		padding: 5px;
		width: 100%;
	}

	#comment {
		height: 150px;
		margin: 10px 0;
		width: 98%;
	}


	#home-page-photo {
		width: 100%;
		height: auto;
	}


	/* MailChimp Form Embed Code - Classic - 08/17/2011 */
	#mc_mv_EMAIL.mc_input {
		float:none;
		width: 100%;
	}

	#mc_signup_form .mc_var_label {
		float:none;
		margin-right: 0px;
	}

	#mc_signup_submit {float:none; margin-top:-30px; width: 50px !important;}

	.mc4wp-alert {
		margin-top:35px !important;
	}

	.mc4wp-notice {
		margin-top:35px !important;
	}

	embed{
		max-width: 100% !important;
		max-height: 300px !important;
	}


} /* @media screen and (max-width: 992px)  */
