/*
	Theme Name: Lancaster PA
	Description: Child theme of Genesis, by <a href="http://www.billerickson.net/go/genesis">StudioPress</a>.
	Author: Bill Erickson
	Author URI: http://www.billerickson.net
	
	Template: genesis
*/

/* Width includes Padding
------------------------------------------------------------ */

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

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

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

input {
	color: #1d1d1d;
	font-family: 'Open Sans', Arial, Helvetica, Tahoma, sans-serif;
		font-size: 14px;
	line-height: 18px;

}

blockquote,
input,
select,
textarea,
.author-box,
.sticky,
.taxonomy-description,
.wp-caption {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

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

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

ul li a {
	line-height: 24px;
}

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

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

a:hover,
h2 a:hover,
.home #content h2 a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}


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

body {
	background-color: #dcdcc9;
}


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

#wrap {
	background: #fbf9ee;
	margin: 0 auto;
	max-width: 1000px;

	-webkit-box-shadow:  0px 0px 10px 5px rgba(100, 100, 100, .25);
    	    box-shadow:  0px 0px 10px 5px rgba(100, 100, 100, .25);
}

.content-skinny-sidebar #wrap {
	max-width: 1006px;
}


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

#header {
	background: #59a32c;
	overflow: hidden;
	padding: 30px;
	width: 100%;
	
	-webkit-box-shadow: inset 0px 0px 20px 17px rgba(75, 141, 35, .75);
	box-shadow: inset 0px 0px 20px 17px rgba(75, 141, 35, .75);
}

#title-area {
	background: url(images/logo.png) no-repeat 0 5px;
	float: left;
	overflow: hidden;
	padding: 0 0 0 120px;
	margin: 17px 0 10px;
	width: 440px;
}

#title {
	font-size: 36px;
	font-weight: 700;
	line-height: 36px;
	margin: 0;

	text-shadow: 0px 0px 10px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0);
}

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

#description {
	color: #fff;
	font-size: 13px;
	font-weight: 400;
}

#header .widget-area {
	float: right;
	width: 230px;
}

#header .widget {
	overflow: hidden;
	width: 100%;
}

#header .widget-area ul {
	margin: 0;
	overflow: hidden;
	width: 100%;
}


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

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

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

#header ul.nav li a.sf-with-ul,
#header ul.menu li a.sf-with-ul,
#nav li a.sf-with-ul,
#subnav li a.sf-with-ul {
	
}

li a .sf-sub-indicator {
	display: none;
}

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

#header ul.nav,
#header ul.menu {
	float: right;
	width: auto;
}

#header ul.nav ul,
#header ul.menu ul {
	float: right;
	margin: 0;
	padding: 0;
	width: 100%;
}

#header ul.nav li,
#header ul.menu li {
	float: left;
	list-style-type: none;
}

#header ul.nav li a,
#header ul.menu li a {
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 0;
	margin: 0 0 0 10px;
	position: relative;
	text-decoration: none;
}

#header ul.nav li a:hover,
#header ul.nav li a:active,
#header ul.nav .current_page_item a,
#header ul.nav .current-cat a,
#header ul.nav .current-menu-item a,
#header ul.menu li a:hover,
#header ul.menu li a:active,
#header ul.menu .current_page_item a,
#header ul.menu .current-cat a,
#header ul.menu .current-menu-item a {
	color: #dfdfdf;
}

#header ul.nav li li a,
#header ul.nav li li a:link,
#header ul.nav li li a:visited,
#header ul.menu li li a,
#header ul.menu li li a:link,
#header ul.menu li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#header ul.nav li li a:hover,
#header ul.nav li li a:active,
#header ul.menu li li a:hover,
#header ul.menu li li a:active {
	background-color: #000;
}

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

#header ul.nav li ul a,
#header ul.menu li ul a {
	width: 140px;
}

#header ul.nav li ul ul,
#header ul.menu li ul ul {
	margin: -33px 0 0 159px;
}

#header ul.nav li:hover>ul,
#header ul.nav li.sfHover ul,
#header ul.menu li:hover>ul,
#header ul.menu li.sfHover ul {
	left: auto;
}

/* Mobile Menu
------------------------------------------------------------ */

.mobile-menu {
	display: none;
	margin: 20px 0;
}

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

#nav {
	background: url(images/nav-bg.jpg);
	clear: both;
	color: #fff;
	margin: 0 -16px;
	padding-left: 40px;
	position: relative;
	width: 1032px;
}

#nav.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0;
	z-index: 9999;
}

.logged-in #nav.fixed {
	top: 32px;
}

#nav.fixed .wrap {
	max-width: 1032px;
	margin: 0 auto;
}

#nav.fixed .arrow-left,
#nav.fixed .arrow-right {
	display: none;
}

#nav .arrow-left {
	position: absolute;
	left: 0;
	bottom: -15px;
	background: url(images/arrow-left.png) no-repeat;
	width: 15px;
	height: 15px;
}

#nav .arrow-right {
	position: absolute;
	right: 0;
	bottom: -15px;
	background: url(images/arrow-right.png) no-repeat;
	width: 15px;
	height: 15px;
}

#nav ul {
	float: left;
	width: 100%;
}

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

#nav li a {
	color: #fff;
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	padding: 16px;
	position: relative;
	text-decoration: none;
}

#nav li a:hover,
#nav li a:active,
#nav .current_page_item a,
#nav .current-cat a,
#nav .current-menu-item a,
#nav .current-page-ancestor a {
	color: #88d1ff;
}

#nav li li a,
#nav li li a:link,
#nav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#nav li li a:hover,
#nav li li a:active {
	background-color: #115682;
}

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

#nav li ul a {
	width: 140px;
}

#nav li ul ul {
	margin: -33px 0 0 159px;
}

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


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

#nav li.right {
	float: right;
	font-size: 13px;
	padding: 6px 10px 5px;
}

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

#nav li.right a:hover {
	color: #fff;
	text-decoration: underline;
}

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

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

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


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

#subnav {
	background-color: #333;
	border-bottom: 1px solid #666;
	clear: both;
	color: #fff;
	overflow: hidden;
	text-transform: uppercase;
	width: 100%;
}

#subnav ul {
	float: left;
	width: 100%;
}

#subnav li {
	float: left;
	list-style-type: none;
}

#subnav li a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 7px 10px 5px;
	position: relative;
	text-decoration: none;
}

#subnav li a:hover,
#subnav li a:active,
#subnav .current_page_item a,
#subnav .current-cat a,
#subnav .current-menu-item a {
	background-color: #000;
	color: #fff;
}

#subnav li li a,
#subnav li li a:link,
#subnav li li a:visited {
	background-color: #333;
	border: 1px solid #666;
	border-top-width: 0;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
	position: relative;
	text-transform: none;
	width: 138px;
}

#subnav li li a:hover,
#subnav li li a:active {
	background-color: #000;
}

#subnav li ul {
	height: auto;
	left: -9999px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

#subnav li ul a {
	width: 140px;
}

#subnav li ul ul {
	margin: -33px 0 0 159px;
}

#subnav li:hover>ul,
#subnav li.sfHover ul {
	left: auto;
}


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

#inner {
	padding: 25px;
	overflow: hidden;
	width: 100%;
}


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

.breadcrumb {
	font-size: 12px;
	padding-bottom: 10px;
}

.edit-term-link {
	display: none;
}

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

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


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

#content-sidebar-wrap {
	width: 100%;
}


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

#content {
	float: left;
	width: 63.158%; /* 600/950 */
}

.content-skinny-sidebar #content,
.skinny-sidebar-content #content {
	width: 75.83682%; /* 725/956 */
}

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

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

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

.post,
.search #content .hentry {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.page .entry-content {
	padding-bottom: 50px;
}

.entry-content p,
.event-listing p,
.listing-section p {
	padding: 0 0 15px;
}

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

.clear {
	clear: both;
}

.clear-line,
hr {
	border: none;
	background: transparent;
	border-bottom: 1px solid #afaf9c;
	clear: both;
	margin: 10px 0 20px;
}

.type-events {
	overflow: hidden;
}

/* 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;
	margin-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;
	margin-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;
}

/* Featured Area
------------------------------------------------------------ */

.featured-area.featured-image,
.featured-area.two-images img,
.featured-area.rotator,
.home-rotator {
	background: #fff;
	margin: 20px auto 30px;
	padding: 10px;

	-webkit-box-shadow:  0px 0px 5px 2px rgba(98, 95, 78, .25);
			box-shadow:  0px 0px 5px 2px rgba(98, 95, 78, .25);
}

.featured-area.featured-image {
	max-width: 600px;
}

.featured-area.rotator {
	max-width: 590px;
	margin-bottom: 50px;
}

.content-skinny-sidebar .featured-area.featured-image,
.skinny-sidebar-content .featured-area.featured-image {
	max-width: 745px;
}

.content-skinny-sidebar .featured-area.rotator,
.skinny-sidebar-content .featured-area.rotator {
	max-width: 715px;
}

.full-width-content .featured-area.featured-image {
	max-width: 100%;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #1d1d1d;
	font-weight: 400;
	margin: 0 0 5px;
	line-height: 1.25em;
}

h1 {
	font-size: 24px;
	font-weight: 600;
}

h2 {
	color: #549b28;
	font-size: 24px;
}

h1.entry-title,
h2.entry-title,
h2.entry-title a,
h2.entry-title a:visited {
	color: #157DEC;
	font-size: 24px;
	line-height: 28px;
	font-weight: 600;
}

h1.entry-title {
	color: #1d1d1d;
}

h2.entry-title a .type {
	font-size: 13px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

.widget-area h4,
#footer-widgets h4 {
	color: #422d05;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
}

h5 {
	color: #549b28;
	font-size: 16px;
}

h6 {
	font-size: 16px;
}


/* 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
------------------------------------------------------------ */

.post-info {
	margin: 5px 0;
}


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

.post-meta {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	width: 100%;
}

.bottom-ad {
	text-align: center;
	padding: 20px 0;
}

.bottom-ad img.alignnone,
.bottom-ad img.alignleft,
.bottom-ad img.alignright,
.bottom-ad img.aligncenter {
	background: #fff;
	padding: 0;
	-webkit-box-shadow:  0;
			box-shadow:  0;
}


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

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


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

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


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

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

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

img {
	height: auto;
	max-width: 100%;
	overflow: hidden;
}

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

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

.comment-list li .avatar {
	background-color: #fff;
	float: right;
	margin: 0 5px 0 10px;
	padding: 4px;
}

.listing .image img,
img.alignnone,
img.alignleft,
img.alignright,
img.centered {
	background: #fff;
	padding: 6px;
	-webkit-box-shadow:  0px 0px 5px 2px rgba(98, 95, 78, .25);
			box-shadow:  0px 0px 5px 2px rgba(98, 95, 78, .25);
}

.featuredpost img,
.featuredpage img,
.home-featured-businesses img {
	background: #fff;
	margin-bottom: 20px;
	padding: 6px;
	-webkit-box-shadow:  0px 0px 5px 2px rgba(98, 95, 78, .25);
			box-shadow:  0px 0px 5px 2px rgba(98, 95, 78, .25);

}

img.centered,
.aligncenter {
	display: block;
	margin: 5px auto 25px;
}

img.alignnone {
	display: inline;
	margin: 5px 5px 25px;
}

img.alignleft {
	display: inline;
	margin: 5px 25px 25px 5px;
}

img.alignright {
	display: inline;
	margin: 5px 25px 25px;
}

.alignleft {
	float: left;
	margin: 5px 25px 5px 5px;
}

.alignright {
	float: right;
	margin: 5px 5px 5px 25px;
}

.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
------------------------------------------------------------ */

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

.navigation li,
.entry-content .navigation li {
	display: inline;
	margin: 0;
}

.navigation li a,
.navigation li.disabled,
.navigation li a:hover,
.navigation li.active a {
	border: 1px solid #ddd;
	padding: 5px 8px;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #f5f5f5;
}


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

.sidebar {
	background: #eceadc;
	display: block;
	float: right;
	font-size: 12px;
	line-height: 18px;
	padding: 24px 24px 4px;
	width: 32.105%; /* 305/950 */
}

.content-skinny-sidebar .sidebar,
.skinny-sidebar-content .sidebar {
	padding: 18px 18px 4px;
	width: 20.50%; /* 196/956 */
}

.sidebar p,
.sidebar li {
	font-size: 14px;
	line-height: 18px;
}

.sidebar p,
.sidebar .ngg-widget  {
	padding-bottom: 20px;
}

#sidebar-alt {
	float: left;
	width: 15.625%; /* 150/960 */
}

.sidebar-content #sidebar,
.skinny-sidebar-content #sidebar {
	float: left;
}

.content-sidebar-sidebar #sidebar-alt {
	float: right;
}

.sidebar .widget {
	border-top: 1px solid #e6e2c7;
	padding: 20px 0 0;
}

.sidebar .widget.first-widget {
	border-top: 0;
	margin-top: 0;
	padding-top: 0;
}

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

.sidebar.widget-area ul {
	padding-bottom: 25px;
}

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

.widget-area ul li {
	list-style-type: disc;
	word-wrap: break-word;
}

.widget-area .ngg-widget img {
	border: none;
	padding: 0;
}

.sidebar .widget_sponsors img {
	background: #fff;
	padding: 6px;
}

.sidebar .widget_sponsors .image {
	text-align: center;
}

.sidebar .widget_sponsors .title,
.sidebar .widget_sponsors .title a {
	color: #157DEC;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

/* Tag Cloud
------------------------------------------------------------ */

.widget_tag_cloud div div {
	padding: 5px 10px 0;
}


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

#cat,
.widget_archive select {
	display: inline;
	font-size: 12px;
	margin: 10px 10px 0;
	padding: 3px;
	width: 278px;
}

#sidebar-alt #cat,
#sidebar-alt .widget_archive select {
	width: 128px;
}


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

.home #content .more-from-category a {
	color: #344e01;
	font-size: 14px;
	font-weight: 600;
}

.featuredpost .post,
.featuredpage .page {
	overflow: hidden;
	width: 100%;
	margin-bottom: 20px;
}

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

.user-profile {
	overflow: hidden;
}

.user-profile p {
	padding: 10px 10px 0;
}

.user-profile .posts_link {
	padding: 0 10px;
}


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

.enews #subbutton,
.reply a,
.reply a:visited,
#submit {
	background-color: #333;
	border: 1px solid #666;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	padding: 3px 5px;
	text-decoration: none;
	text-transform: uppercase;
}

.enews #subbutton:hover,
.reply a:hover,
#submit:hover {
	background-color: #000;
	border: 1px solid #666;
	color: #fff;
	text-decoration: none;
}

.button,
.button:visited,
div.gform_footer input.button {
	background: #fd6500;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	line-height: 20px;
	padding: 8px 20px;

	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}

.button.green,
.button.green:visited {
	background: #549b28;
}

.button:hover,
div.gform_footer input.button:hover,
#footer-cta .button:hover {
	text-decoration: none;
	background: #fd4100;
	color: #fff;
}

.button.green:hover {
	background: #295e09;
}

#footer-cta .button {
	background: #fd6500;
	border-bottom: 2px solid #592604;
	border-top: 2px solid #fe9a58;
	color: #fff;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	padding: 14px 30px;
	text-transform: uppercase;

	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow:  0px 0px 5px 5px rgba(50, 50, 50, .45);
	        box-shadow:  0px 0px 5px 5px rgba(50, 50, 50, .45);
}

.button-link,
.button-link:visited {
	color: #fff;
	background: #b8b6aa;
	font-size: 13px;
	line-height: 23px;
	padding: 0 5px;
	min-width: 65px;
	text-align: center;
	margin-right: 10px;
	margin-bottom: 10px;
	display: inline-block;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.button-link:hover {
	background: #fd6500;
	color: #fff;
}

.event-listing .button-links,
.listing-section .button-links { 
	padding-bottom: 0;
}

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

#header .searchform {
	margin-top: 20px;
	float: right;
}

.searchform,
#mc-embedded-subscribe-form {
	background: #fff;
	display: block;
	width: 205px;
	height: 27px;
	position: relative;

	-webkit-box-shadow: inset 2px 2px 4px 1px rgba(117, 117, 117, .5);
	box-shadow: inset 2px 2px 4px 1px rgba(117, 117, 117, .5);
	-webkit-border-radius: 20px;
	border-radius: 20px;
}

.s,
#mc-embedded-subscribe-form .email {
	background: transparent;
	border: none;
	font-size: 14px;
	line-height: 27px;
	height: 37px;
	margin: 0;
	padding: 0;
	width: 140px;
	outline: none;
	position: absolute;
	top: 0;
	left: 15px;
}

.searchsubmit,
#mc-embedded-subscribe-form .button {
	background: #000;
	border: none;
	color: #fff;
	padding: 0;
	margin: 0;
	display: block;
	font-weight: 600;
	line-height: 27px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	width: 51px;
	height: 27px;
	position: absolute;
	top: 0;
	right: 0;

	-webkit-border-radius: 0px 20px 20px 0px;
	border-radius: 0px 20px 20px 0px;
}

.searchsubmit:hover,
#mc-embedded-subscribe-form .button:hover {
	cursor: pointer;
	background: #333;
}

.sidebar .searchform {
	margin-bottom: 20px;
}

.sidebar .searchsubmit,
#mc-embedded-subscribe-form .button {
	background: #fd6500;
}

.sidebar .searchsubmit:hover,
#mc-embedded-subscribe-form .button:hover {
	background: #fd4100;
}

.content-skinny-sidebar .searchform,
.content-skinny-sidebar #mc-embedded-subscribe-form,
.skinny-sidebar-content .searchform,
.skinny-sidebar-content #mc-embedded-subscribe-form {
	width: 160px;
}

.content-skinny-sidebar .s,
.content-skinny-sidebar #mc-embedded-subscribe-form .email,
.skinny-sidebar-content .s,
.skinny-sidebar-content #mc-embedded-subscribe-form .email {
	width: 95px;
	font-size: 12px;
}

#mc-embedded-subscribe-form {
	margin-bottom: 20px;
}

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

.enews p {
	padding: 5px 10px 0;
}

.enews #subscribe {
	padding: 0 0 0 10px;
}

.enews #subbox {
	font-size: 12px;
	margin: 5px 5px 0 0;
	padding: 4px 5px;
	width: 225px;
}


/* 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 CTA
------------------------------------------------------------ */

#footer-cta {
	background: url(images/cta-bg.jpg);
	overflow: hidden;
	padding: 0 50px;
	width: 100%;
}

#footer-cta .one-third,
#footer-cta .two-thirds {
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer-cta h4 {
	color: #fff;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 10px;
	text-transform: uppercase;
}

#footer-cta p {
	color: #fff;
	font-size: 14px;
	line-height: 18px;
}

#footer-cta .two-thirds {
	background: url(images/cta-arrow.png) no-repeat right center;
}

#footer-cta .one-third {
	text-align: right;
	padding-top: 33px;
}


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

#footer-widgets {
	background: #eceadc;
	overflow: hidden;
	margin-top: 2px;
	width: 100%;
}

#footer-widgets .widget {
	background: transparent;
	border: none;
}

#footer-widgets .textwidget {
	padding: 0;
}

#footer-widgets .widget_tag_cloud div div {
	padding: 0;
}

#footer-widgets .widget-area {
	border-right: 2px solid #fbf9ee;
	float: left;
	margin-left: 3%;
	width: 31%;
	padding: 30px;
}

#footer-widgets .widget-area.footer-widgets-1 {
	margin-left: 0;
}

#footer-widgets .widget-area.footer-widgets-3 {
	border-right: 0;
}

#footer-widgets p,
#footer-widgets li {
	font-size: 12px;
	line-height: 18px;
}

#footer-widgets ul {
	margin-left: 20px;
}

#footer-widgets li {
	list-style-type: disc;
	color: #c3c0a9;
}

#footer-widgets .widget_socials {
	padding-top: 30px;
}

.widget_socials .social-icon {
	display: inline-block;
	text-indent: -9999em;
	width: 38px;
	height: 39px;
	margin: 0 3px;
	opacity: .9;
}

.widget_socials .social-icon:hover {
	cursor: pointer;
	opacity: 1;
}

.widget_socials .twitter {
	background: url(images/social-icons.png) no-repeat;
}

.widget_socials .facebook {
	background: url(images/social-icons.png) no-repeat -51px;
}

.widget_socials .gplus {
	background: url(images/social-icons.png) no-repeat -103px;
}

.widget_socials .youtube {
	background: url(images/social-icons.png) no-repeat -154px;
}

.widget_socials .flickr {
	background: url(images/social-icons.png) no-repeat -209px;
}

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

#footer {
	overflow: hidden;
	padding: 20px;
	margin-bottom: 30px;
	width: 100%;
}

#footer ul {
	overflow: hidden;
	padding-bottom: 20px;
	width: 100%;
}

#footer li {
	float: left;
	margin-left: 30px;
	font-size: 12px;
	font-weight: 600;
	line-height: 18px;
}

#footer li.no-bullet {
	margin-left: 0;
}

#footer p {
	color: #434343;
	font-size: 12px;
	line-height: 18px;
}

#footer .two-thirds,
#footer .one-third {
	margin-bottom: 0;
}

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

#comments,
#respond {
	margin: 0 0 15px;
	overflow: hidden;
}

#author,
#comment,
#email,
#url {
	font-size: 12px;
	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;
	padding: 10px 5px 10px 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;
}

.commentmetadata {
	font-size: 11px;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

.thread-alt,
.thread-even {
	background-color: #f5f5f5;
}

.alt,
.depth-1,
.even {
	border: 1px solid #ddd;
}

/* Events
------------------------------------------------------------ */

.event-listing {
	border-top: 1px solid #afaf9c;	
	overflow: hidden;
	padding-top: 20px;
	width: 100%;
}

.event-listing.first {
	border-top: 0;
}

.event-listing .event-name a,
.single-events .event-name {
	color: #157DEC;
	font-weight: bold;
	padding-bottom: 20px;
}

.event-listing .event-name a:hover {
	text-decoration: underline;
}

.event-listing .one-third {
	text-align: right;
}

.single-events .hentry p {
	padding-bottom: 15px;
}

/* Listings
------------------------------------------------------------ */

.listing-section {
	overflow: hidden;
	padding: 5px;
	width: 100%;
}

.listing-section .title,
.listing-section .title a,
.listing-section .title a:visited {
	border: none;
	color: #157DEC;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	padding-bottom: 10px;
}

.listing-section .title a:hover {
	text-decoration: underline;
}

.listing-section p {
	font-size: 13px;
	line-height: 18px;
}

.listing-section.small .listing {
	border-top: 1px solid #afaf9c;
	overflow: hidden;
	padding-top: 20px;
	margin-top: 10px;
	width: 100%;
}

.listing-section.small .listing.first {
	border-top: 0;
	padding-top: 0;
}

.listing-section .one-fourth,
.listing-section .three-fourths {
	margin-bottom: 0;
}

.listing-section .one-fourth .image {
	padding: 5px 0 15px 5px;
}

.listing-section.links-only {
	background: url(images/links-only-divider.jpg) repeat-y 49% top;
	border-top: 1px solid #dcdccc;
	border-bottom: 1px solid #dcdccc;
}

.listing-section.listing-only .title,
.listing-section.listing-only .title a {
	font-size: 14px;
}

.listing-section.links-only .one-half {
	padding-top: 15px;
}

.listing-section.links-only .clear-line {
	border-bottom: 1px solid #dcdccc;
	margin-bottom: 0;
}

.listing-section.listing-only {
	padding-top: 40px;
}

.listing-section.listing-only .title,
.listing-section.listing-only .title a {
	color: #1d1d1d;
	padding-bottom: 0;
}

.listing-small-left {
	width: 24.755%; /* 177/715 */
	float: left;
}

.listing-small-right {
	width: 74%;
	float: left;
	padding-left: 20px;
}

.ad-section ul,
.ad-section ol {
	margin-left: 30px;
}


/* Homepage
------------------------------------------------------------ */

.home #content h1 {
	padding-bottom: 20px;
}

.home #content h2 a {
	color: #157DEC;
	font-size: 16px;
	font-weight: 600;
}

.home #content p a:hover,
.home #content h2 a:hover,
.home #content .more-from-category a:hover {
	text-decoration: underline;
}
.home #content p a,
.home #content p a:visited {
	color: #ff4200;
	font-weight: bold;
}

#home-middle {
	border-top: 1px solid #e6e2c6;
	border-bottom: 1px solid #e6e2c6;
	overflow: hidden;
	padding: 20px 0 0;
	margin-bottom: 40px;
	width: 100%;
}

.home-bottom {
	border-bottom: 1px solid #e6e2c6;
}

.home-bottom h2 {
	margin-top: 10px;
}

.home-featured-businesses {
	padding: 25px;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.home-featured-businesses .title,
.home-featured-businesses .title a {
	color: #157DEC;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.home .flex-control-nav { display: none;}

.home .flexslider .slides li {
	position: relative;
}


.home .flex-caption {
	background-color: rgba(0, 0, 0, .75);
	position: absolute;
	padding: 20px;
	bottom: 0;
	right: 0;
	width: 50%;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.home .flex-caption a {
	color: #fd6500;
}

.home .flex-caption a:hover {
	color: #89B239;
}

/* Smaller Screens
------------------------------------------------------------ */

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

	#nav {
		margin: 0;
		width: 100%;
	}
	
	#nav .arrow-left,
	#nav .arrow-right { 
		display: none;
	}
	
	#footer-cta .two-thirds,
	#footer-cta .one-third {
		background: transparent;
		width: 100%;
		float: none;
		padding-bottom: 0;
		text-align: center;
		overflow: hidden;
	}
	
	#footer-cta {
		padding-bottom: 30px;
	}
	
	.content-skinny-sidebar #content,
	.content-skinny-sidebar #sidebar,
	.skinny-sidebar-content #content,
	.skinny-sidebar-content #sidebar {
		width: 100%;
		margin: 0;
		overflow: hidden;
		float: none;
	}
	
	.content-skinny-sidebar #sidebar .widget,
	.skinny-sidebar-content #sidebar .widget {
		width: 210px;
		float: left;
		padding: 20px;
	}
}

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

	.content-sidebar #content, 
	.sidebar-content #content, 
	.content-sidebar #sidebar, 
	.sidebar-content #sidebar,
	#footer-widgets .widget-area,
	#footer .two-thirds,
	#footer .one-third { 
		width: 100%; 
		margin: 0;
		float: none;
	} 
	
	#header #title-area,
	#header .widget-area {
		float: none;
		margin: 0 auto;
	}
	
	#header #title-area {
		padding-left: 0;
		padding-top: 50px;
		background: url(images/logo.png) no-repeat center top;
		text-align: center;
		width: 100%;
	}
	
	#header ul.menu {
		text-align: center;
		float: none;
		width: 100%;
		padding-top: 20px;
	}
	
	#header ul.menu li {
		float: none;
		display: inline-block;
	}
	
	.sidebar .widget {
		text-align: center;
	}
	
	#footer-widgets .widget-area {
		border-right: 0;
		border-bottom: 2px solid #fbf9ee;
		text-align: center;
	}

	#footer-widgets .widget-area li {
		list-style-type: none;
	}
	
	#footer p {
		text-align: center;
	}
	
	#footer .searchform {
		float: none;
		margin: 20px auto;
	}
	
	.listing-small-left,
	.listing-small-right {
		float: none;
		width: 100%;
		padding-left: 0;
	}
} 

@media only screen and (max-width: 480px) { 
	
	.one-half,
	.one-third,
	.two-thirds,
	.one-fourth,
	.three-fourths,
	.one-fifth,
	.two-fifths,
	.three-fifths,
	.four-fifths,
	.one-sixth,
	.five-sixths {
		float: none;
		width: 100%;
		padding: 0;
		margin: 0;
	}
	
	.mobile-menu {
		display: block;
	}
	
	#nav,
	#header .widget_nav_menu {
		display: none;
	}
	
	.listing-section.links-only { background: transparent;}
	.listing-section.links-only .clear-line { display: none; }
} 

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {
	margin: 0; 
	background: #fff; 
	border: 0;
	padding: 0;
	position: relative; 
	zoom: 1;
}

.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1; padding: 0;}

.flexslider .slides li {
	list-style-type: none;
	margin: 0;
}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0; display: none;}
.flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(images/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -36px; }
.flex-direction-nav .flex-prev {left: -36px;}
.flexslider:hover .flex-next {opacity: 0.8; right: 5px;}
.flexslider:hover .flex-prev {opacity: 0.8; left: 5px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -50px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 0;}
  .flex-direction-nav .flex-next {opacity: 1; right: 0;}
}