/*
    Theme Name: Exodus Church
	Theme URI: http://theexoduschurch.org
	Description: Custom WordPress theme for the Exodus Church.
    Author: Thomas Griffin
    Author URI: http://thomasgriffinmedia.com/

    Version: 1.8

    Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments

    Template: genesis
    Template Version: 1.8

	License: GNU General Public License v3.0 (or later)
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


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

body,
h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6,
p,
select,
textarea {
	color: #3d2c11;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5625;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

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

input,
label,
select,
textarea {
	color: #3d2c11;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
}

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

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

.weather {
padding: 8px 35px 8px 14px;
margin-bottom: 18px;
color: #c09853;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #fcf8e3;
border: 1px solid #fbeed5;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
margin: 0 auto;
	text-align: center;
	padding: 20px;
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;
}

.clear {
	clear: both;
}

.exodus-global-bar {
	padding: 8px 0;
	background: #3d2c11;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999999;
}

.exodus-global-bar p {
	color: #fff;
	font-size: 14px;
	float: left;
	margin-top: 3px;
}

.exodus-global-bar .site-switch {
	float: right;
	display: block;
	padding: 4px 10px 3px;
	background: #85331b;
	color: #fff;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: 600;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

html {
	margin-top: 37px;
}


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

a,
a:visited,
a.esvBibleRef {
	-moz-transition: color 0.1s linear;
	-o-transition: color 0.1s linear;
	-webkit-transition: color 0.1s linear;
	color: #a1570d;
	text-decoration: none;
	transition: color 0.1s linear;
}

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

a img {
	border: none;
}


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

body {
	background: #f9f7f4 url(images/noise.png) scroll 0 0;
}

::-moz-selection {
	background-color: #0d72c7;
	color: #fff;
}

::selection {
	background-color: #0d72c7;
	color: #fff;
}


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

#wrap {
	margin: 0 auto;
	width: 100%;
	padding: 0;
}

.wrap {
	margin: 0 auto;
	width: 960px;
}


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

#header {
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 0 20px;
	width: 100%;
}

#title-area {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 400px;
}

#title {
	font-family: 'Helvetica Neue', arial, serif;
	font-size: 36px;
	line-height: 1.25;
	margin: 0;
	text-transform: uppercase;
}

#title a,
#title a:hover {
	color: #333;
	padding: 0;
	text-decoration: none;
}

#description {
	font-size: 14px;
	padding: 0;
}

#header .widget-area {
	float: right;
	padding: 0;
}

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


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

.header-image #title-area,
.header-full-width #title-area {
	height: 47px;
	width: 244px;
}

.header-image #title,
.header-image #title a,
.header-full-width #title,
.header-full-width #title a {
	background: url(images/logo.png) no-repeat scroll 0 0;
	display: block;
	height: 47px;
	outline: none;
	text-indent: -9999px;
	width: 244px;
}


/* Header / Primary / Secondary Navigation
------------------------------------------------------------ */

.menu-primary,
.menu-secondary,
#header .menu {
	clear: both;
	font-size: 16px;
	margin: 12px auto 0;
	overflow: hidden;
	width: 100%;
}

.menu-primary ul,
.menu-secondary ul,
#header .menu ul {
	float: left;
	width: 100%;
}

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

.menu-primary a,
.menu-secondary a,
#header .menu a {
	color: #3d2c11;
	display: block;
	font-weight: 500;
	padding: 12px 25px;
	position: relative;
	text-decoration: none;
}

#header .menu li.new-here a {
	color: #a1570d;
	font-weight: 700;
}

#header .menu li.contact a {
	padding-right: 0;
}

.menu-primary li a:active,
.menu-primary li a:hover,
.menu-primary .current_page_item a,
.menu-primary .current-cat a,
.menu-primary .current-menu-item a,
.menu-secondary li a:active,
.menu-secondary li a:hover,
.menu-secondary .current_page_item a,
.menu-secondary .current-cat a,
.menu-secondary .current-menu-item a,
#header .menu li a:active,
#header .menu li a:hover,
#header .menu .current_page_item a,
#header .menu .current-cat a,
#header .menu .current-menu-item a {
	color: #a1570d;
}

.menu-primary li li a,
.menu-primary li li a:link,
.menu-primary li li a:visited,
.menu-secondary li li a,
.menu-secondary li li a:link,
.menu-secondary li li a:visited,
#header .menu li li a,
#header .menu li li a:link,
#header .menu li li a:visited {
	background: none;
	background-color: #fff;
	border: 1px solid #e5e0d9;
	border-top: none;
	color: #333;
	font-size: 12px;
	padding: 9px 10px 8px;
	position: relative;
	text-transform: none;
	width: 138px;
}

.menu-primary li li a:active,
.menu-primary li li a:hover,
.menu-secondary li li a:active,
.menu-secondary li li a:hover,
#header .menu li li a:active,
#header .menu li li a:hover {
	background-color: #f7f4ee;
	color: #333;
}

.menu-primary li ul,
.menu-secondary li ul,
#header .menu li ul {
	height: auto;
	left: -9999px;
	margin: 0 0 0 -1px;
	position: absolute;
	width: 160px;
	z-index: 9999;
}

.menu-primary li ul a,
.menu-secondary li ul a,
#header .menu li ul a {
	width: 140px;
}

.menu-primary li ul ul,
.menu-secondary li ul ul,
#header .menu li ul ul {
	margin: -36px 0 0 159px;
}

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

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

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

.menu-primary li a.sf-with-ul,
.menu-secondary li a.sf-with-ul,
#header .menu li a.sf-with-ul {
	padding-right: 25px;
}

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

#wpadminbar li:hover ul ul {
	left: 0;
}


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

.menu li.right {
	float: right;
	padding: 7px 15px 6px;
}

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

.menu li.right a:hover {
	color: #0d72c7;
	text-decoration: none;
}

.menu li.search {
	padding: 0 10px;
}

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

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


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

#inner {
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0;
}

.page-child #inner {
	padding-bottom: 0;
}


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

.breadcrumb {
	font-size: 14px;
	margin: -10px 0 30px;
	padding: 5px 10px;
}


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

.taxonomy-description {
	background-color: #fff;
	margin: -10px 0 30px;
	padding: 0 0 15px;
}

.taxonomy-description p {
	font-size: 14px;
	padding: 15px 15px 0;
}


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

#content-sidebar-wrap,
#container {
	width: 750px;
}

.content-sidebar #content-sidebar-wrap,
.content-sidebar #container,
.full-width-content #content-sidebar-wrap,
.full-width-content #container
.sidebar-content #content-sidebar-wrap,
.sidebar-content #container {
	margin: 0 auto;
	width: 960px;
}


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

#content {
	float: left;
	padding: 0;
	width: 410px;
}

.content-sidebar #content,
.sidebar-content #content {
	width: 640px;
}

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

.full-width-content #content {
	width: 960px;
}

.post {
	margin: 0 0 40px;
}

.entry-content {
	overflow: hidden;
}

.entry-content p {
	margin: 0 0 25px;
}

blockquote {
	background: url(images/blockquote.png) no-repeat;
	border: none;
	margin: 5px 5px 20px;
	padding: 25px 30px 5px 70px;
}

blockquote p {
	color: #A7A29B;
	font-family: Georgia, sans-serif;
	font-style: italic;
}

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

.clear {
	clear: both;
}

.clear-line {
	border-bottom: 1px solid #e5e0d9;
	clear: both;
}


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

.before-slider,
.after-slider,
.mission {
	background: url(images/transparent.png) scroll 0 0;
	margin-bottom: 20px;
	padding: 20px 20px 8px;
}

.after-slider {
	padding: 20px;
}

.mission {
	padding: 20px 0 18px;
}

.before-slider .clear-line {
	border-color: #a1570d;
	padding: 5px 0;
	margin-bottom: 10px;
}

.before-slider .location {
	float: left;
	height: 62px;
	margin-right: 10px;
	position: relative;
	width: 300px;
}

.before-slider .location a.target {
	background: url(images/location.png) no-repeat scroll 0 0;
	display: block;
	height: 50px;
	outline: none;
	width: 300px;
}

.before-slider .location a.target:hover,
.before-slider .location a.active {
	background-position: 0 -50px;
}

.before-slider .location .left {
	float: left;
}

.before-slider .location .right {
	float: right;
	width: 60%;
}

.before-slider .location-hover,
.before-slider .connect-hover,
.before-slider .sermons-hover {
	-moz-border-radius: 3px;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, .75);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .75);
	background: #fcfcfc url(images/white-hover.png) scroll 0 0;
	behavior: url(/pie/PIE.htc);
	border-radius: 3px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .75);
	display: none;
	left: 0;
	min-height: 100px;
	padding: 20px;
	position: absolute;
	top: 62px;
	width: 260px;
	z-index: 100;
}

.before-slider .location .pointer,
.before-slider .connect .pointer,
.before-slider .sermons .pointer {
	background: transparent url(images/pointer.png) no-repeat scroll 0 0;
	height: 12px;
	left: 140px;
	position: absolute;
	top: -12px;
	width: 24px;
}

.before-slider .location-hover h3 {
	color: #a1570d;
	float: left;
	font-size: 18px;
	margin-bottom: 5px;
}

.before-slider .location-hover .google-maps {
	background: url(images/small-pin.png) no-repeat scroll 0 50%;
	clear: both;
	display: block;
	float: left;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 12px;
	font-weight: bold;
	padding-left: 15px;
}

.before-slider .location-hover .address {
	float: right;
	text-align: right;
}

.before-slider .location-hover span {
	font-size: 13px;
	font-weight: 500;
}

.before-slider .location-hover .service {
	clear: both;
	display: block;
	font-family: Helvetica, Arial, sans-serif !important;
}

.before-slider .connect {
	float: left;
	height: 62px;
	margin-right: 10px;
	position: relative;
	width: 300px;
}

.before-slider .connect p {
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 15px;
}

.before-slider .connect a.target {
	background: url(images/connect.png) no-repeat scroll 0 0;
	display: block;
	height: 50px;
	outline: none;
	width: 300px;
}

.before-slider .connect a.target:hover,
.before-slider .connect a.target.active {
	background-position: 0 -50px;
}

.before-slider .connect ul {
	padding-bottom: 0;
}

.before-slider .connect ul li {
	float: left;
	font-size: 13px;
	font-weight: 600;
	list-style-type: none;
	margin-left: 0;
	width: 48%;
}

.before-slider .connect ul li.even {
	border: 0 none;
	float: right;
}

.before-slider .sermons {
	float: left;
	height: 62px;
	position: relative;
	width: 300px;
}

.before-slider .sermons a.target {
	background: url(images/sermons.png) no-repeat scroll 0 0;
	display: block;
	height: 50px;
	outline: none;
	width: 300px;
}

.before-slider .sermons a.target:hover,
.before-slider .sermons a.target.active {
	background-position: 0 -50px;
}

.before-slider .sermons h4 {
	float: left;
	margin-top: 6px;
}

.before-slider .sermons .date {
	float: right;
	width: 40px;
	height: 42px;
}

.before-slider .sermons .date .month {
	display: block;
	margin-bottom: 2px;
	background: #e5e0d9;
	text-align: center;
	font-size: 77%;
	color: #85331B;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 16px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.before-slider .sermons .date .day {
	display: block;
	background: #e5e0d9;
	text-align: center;
	font-size: 138.5%;
	text-transform: uppercase;
	line-height: 24px;
	color: #85331B;
	font-weight: 500;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.before-slider .sermons .latest-sermon {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 13px;
	font-weight: normal;
}

.before-slider .sermons .latest-sermon span {
	display: inline-block;
	font-weight: 600;
	margin-right: 5px;
	text-align: right;
	width: 73px;
}

.before-slider .sermons .latest-sermon .sermon-mp3 {
	background: url(images/mp3-small.png) no-repeat scroll 0 0;
	display: inline-block;
	height: 16px;
	margin-right: 10px;
	width: 16px;
}

.before-slider .sermons .latest-sermon .sermon-pdf {
	background: url(images/pdf-small.png) no-repeat scroll 0 0;
	display: inline-block;
	height: 16px;
	margin-right: 10px;
	width: 16px;
}

.before-slider .sermons .latest-sermon .sermon-pod {
	background: url(images/podcast-small.png) no-repeat scroll 0 0;
	display: inline-block;
	height: 16px;
	margin-right: 10px;
	width: 16px;
}

.mission p {
	font-size: 19px;
	font-weight: 500;
	margin-bottom: 0;
	text-align: center;
	text-shadow: 0 1px 1px #fff;
}

.after-slider .the-city,
.after-slider .blog,
.after-slider .events {
	background: url(images/transparent-dark.png) scroll 0 0;
	float: left;
	width: 260px;
	margin-right: 10px;
	min-height: 100px;
	padding: 20px;
}

.after-slider .events {
	margin-right: 0;
}

.after-slider h3 {
	color: #85331b;
	font-weight: 500;
	text-shadow: 0 1px rgba(255, 255, 255, .3);
}

.after-slider p {
	margin-bottom: 0;
}

.after-slider .the-city .city-logo {
	background: url(images/thecity.png) no-repeat scroll 0 0;
	float: left;
	height: 56px;
	margin-right: 10px;
	width: 59px;
}

.after-slider .the-city .city-logo a {
	display: block;
	height: 56px;
	outline: none;
	width: 59px;
}

.after-slider .the-city p {
	font-size: 13px;
	font-weight: 700;
}

.after-slider .blog ul,
.after-slider .events ul {
	padding-bottom: 0;
}

.after-slider .blog ul li,
.after-slider .events ul li {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 13px;
	font-weight: 700;
	list-style-type: none;
	margin-left: 0;
}


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

.sermon-series {
	float: left;
	margin: 0 30px 30px 0;
	width: 300px;
}

.sermon-series.last {
	margin-right: 0;
}

.sermon-series p {
	text-align: center;
}

.sermon-series .thumb {
	-moz-box-shadow: 0 0 3px #bbb7b4;
	-webkit-box-shadow: 0 0 3px #bbb7b4;
	box-shadow: 0 0 3px #bbb7b4;
}

.sermon-series .thumb img,
.sermon-series .thumb a {
	display: block;
}

.sermon-series .series-title {
	color: #85331B;
	font-weight: 500;
	font-size: 18px;
	font-style: italic;
	margin-top: 10px;
}

.sermon-series .series-title a:hover {
	text-decoration: none;
}

.sermon-series .series-dates {
	font-size: 14px;
}


/* Sermon Series Archive Page
------------------------------------------------------------ */

.sermon-series-intro .thumb {
	-moz-box-shadow: 0 0 3px #bbb7b4;
	-webkit-box-shadow: 0 0 3px #bbb7b4;
	box-shadow: 0 0 3px #bbb7b4;
	float: left;
	margin-right: 40px;
}

.sermon-series-intro .thumb img {
	display: block;
	margin-bottom: 0;
}

.sermon-series-intro h1.entry-title {
	color: #85331B;
	font-size: 44px;
	font-weight: 600;
	text-transform: uppercase;
}

.sermon-series-intro p {
	color: #A7A29B;
	font-family: Georgia, sans-serif;
	font-size: 22px;
}

.sermons-wrap {
	margin-top: 40px;
}

.sermon-row {
	clear: both;
}

.sermon-single {
	display: block;
	float: left;
	margin: 0 20px 20px 0;
	width: 225px;
}

.sermon-single.last {
	margin-right: 0;
}

.sermon-single .thumb {
	-moz-box-shadow: 0 0 3px #bbb7b4;
	-webkit-box-shadow: 0 0 3px #bbb7b4;
	box-shadow: 0 0 3px #bbb7b4;
}

.sermon-single .thumb img,
.sermon-single .thumb a {
	display: block;
}

.sermon-single p {
	text-align: center;
}

.sermon-single .sermon-title {
	color: #85331B;
	font-weight: 500;
	font-size: 18px;
	font-style: italic;
	margin-top: 10px;
}

.sermon-single .sermon-meta {
	font-size: 13px;
	font-weight: 600;
}


/* Child Page Styling
------------------------------------------------------------ */

.connected-pages {
	float: left;
	width: 180px;
}

.back-to-parent {
	background: none !important;
}

.back-to-parent a {
	color: #85331B !important;
	font-weight: 600;
}

.connected-pages li {
	list-style-type: none;
	padding: 10px 15px;
	position: relative;
}

.connected-pages li:hover,
.connected-pages li.current_page_item,
.connected-pages li.current_page_ancestor {
	background: transparent url(images/transparent.png);
	color: #85331B;
}

.connected-pages li.has-children > .icon {
	background: url(images/icon-plus.png) no-repeat scroll 0 0;
	height: 10px;
	position: absolute;
	top: 17px;
	right: 10px;
	width: 10px;
}

.connected-pages li.has-children > .icon.open {
	background: url(images/icon-minus.png) no-repeat scroll 0 0;
}

.connected-pages .children {
	display: none;
}

.connected-pages li a {
	display: block;
}

.connected-pages li.current_page_item a {
	font-weight: 500;
}

.connected-pages li.current_page_item .children li a {
	font-weight: 300;
}

.connected-pages li a:hover {
	text-decoration: none;
}

.connected-pages .children li {
	background: none;
}

#content .child-pages {
	border-left: 1px solid #e5e0d9;
	float: left;
	padding-left: 40px;
	width: 739px;
}


/* Global Tabs Styling
------------------------------------------------------------ */

#tabs {
	display: none;
	overflow: hidden;
}

#tabs ul {
	border-right: 1px solid #e5e0d9;
	clear: left;
	float: left;
	height: 100%;
	margin-right: 40px;
	overflow: hidden;
	padding-bottom: 0;
	width: 270px;
}

#tabs li {
	list-style-type: none;
	margin-left: 0;
	padding: 10px 15px;
	position: relative;
}

#tabs li:hover,
#tabs li.ui-state-active {
	background: transparent url(images/transparent.png);
	color: #85331B;
}

#tabs li a {
	display: block;
}

#tabs li.ui-state-active a {
	font-weight: 500;
}

#tabs li a:hover {
	text-decoration: none;
}

#tabs .ui-tabs-hide {
	display: none;
}

#tabs .ui-tabs-panel {
	float: right;
	width: 649px;
}


/* Single Sermon
------------------------------------------------------------ */

.type-sermons h1 {
	float: left;
}

.type-sermons .sermon-meta {
	color: #a7a29b;
	float: right;
	font-size: 12px;
	font-family: Helvetica, Arial, sans-serif !important;
	margin-top: 15px;
}

.type-sermons .sermon-passage {
	margin-bottom: 10px;
}

.sermon-left {
	float: left;
	width: 640px;
}

.sermon-left .one-half,
.sermon-left .one-half p {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 13px;
	font-weight: normal;
}

.sermon-left .sermon-mp3 {
	background: url(images/mp3.png) no-repeat scroll 0 0;
	display: inline-block;
	height: 32px;
	margin-right: 10px;
	width: 32px;
}

.sermon-left .sermon-sg {
	background: url(images/pdf.png) no-repeat scroll 0 -1px;
	display: inline-block;
	height: 32px;
	margin-right: 10px;
	width: 32px;
}

.sermon-left .sermon-pod {
	background: url(images/podcast.png) no-repeat scroll 0 0;
	display: inline-block;
	height: 32px;
	margin-right: 10px;
	width: 32px;
}

.sermon-right {
	float: left;
	margin-left: 40px;
	width: 280px;
}

.sermon-right h4 {
	font-weight: 500;
	margin: 9px 0 13px;
}

.entry-content .sermon-right ul {
	border-top: 1px solid #e5e0d9;
	padding-bottom: 0;
}

.entry-content .sermon-right ul li {
	border-bottom: 1px solid #e5e0d9;
	list-style-type: none;
	margin-left: 0;
	padding: 10px 15px;
	position: relative;
}

.entry-content .sermon-right li:hover,
.entry-content .sermon-right li.active {
	background: transparent url(images/transparent.png);
	color: #85331B;
}

.entry-content .sermon-right li a {
	display: block;
}

.entry-content .sermon-right li:hover a,
.entry-content .sermon-right li.active a {
	font-weight: 500;
}

.entry-content .sermon-right li a:hover {
	text-decoration: none;
}


/* Community Groups
------------------------------------------------------------ */

.com-group-wrap {
	overflow: hidden;
}

.com-group {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 20px;
	width: 48%;
}

.com-group.odd {
	clear: left;
	float: left;
}

.com-group.even {
	border: 0 none;
	float: right;
}

.com-group h6 {
	margin-bottom: 0;
}

.social-sharing {
	margin-bottom: 15px;
}

.social-sharing {
	overflow: hidden;
}

.social-sharing div {
	float: left;
}

.social-sharing .fb-like {
	margin-top: -2px;
	width: 95px;
}

.social-sharing .tweet-button {
	width: 97px;
}


/* 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,
.genesis-grid-odd {
	margin: 0 0 20px;
	padding: 0 0 15px;
	width: 48%;
}

.genesis-grid-even {
	float: right;
}

.genesis-grid-odd {
	clear: both;
	float: left;
}


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

h1,
h2,
h2 a,
h2 a:visited,
h3,
h4,
h5,
h6 {
	color: #85331B;
	line-height: 1.25;
	margin: 0 0 10px;
}

h1 {
	font-size: 30px;
}

.taxonomy-description h1 {
	margin: 0;
}

h1.entry-title,
h2.entry-title,
h2.entry-title a {
	color: #85331B;
	font-weight: 500;
	text-shadow: 0 1px rgba(255, 255, 255, .3);
}

h2,
h2 a,
h2 a:visited {
	font-size: 28px;
}

h2 a,
h2 a:visited {
	color: #3d2c11;
}

h2 a:hover {
	color: #85331b;
	text-decoration: none;
}

.widget-area h2,
.widget-area h2 a {
	font-size: 14px;
	margin: 0 0 5px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

.taxonomy-description h1,
.widget-area h4 {
	border-bottom: 4px double #e5e0d9;
	font-family: 'Proxima Nova', Helvetica, Arial, sans-serif !important;
	font-size: 16px;
	font-weight: 600;
	padding: 9px 10px 8px 0;
}

.widget-area h4 a {
	color: #333;
	text-decoration: none;
}

#footer-widgets h4 {
	background: none;
	border: none;
	padding: 0;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
	font-weight: 600;
}

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

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

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

.archive-page ul ul,
.entry-content ul ul {
	margin-left: 30px;
}

.archive-page ul ul.children,
.entry-content ul ul.children {
	margin-left: 0;
}

.archive-page ul ul li,
.entry-content ul ul li {
	list-style-type: circle;
}

.archive-page ul ul ul li,
.entry-content ul ul ul li {
	list-style-type: square;
}

.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 {
	font-size: 14px;
	margin: -5px 0 15px;
}


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

.post-meta {
	border-top: 1px solid #e5e0d9;
	clear: both;
	font-size: 14px;
	padding: 5px 0 0;
}


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

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

.author-box p {
	font-size: 14px;
}


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

.sticky {
	background-color: #f7f4ee;
	margin: -10px 0 40px;
	padding: 20px;
}


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

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


/* Post Icons
------------------------------------------------------------ */

.post-comments,
.tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin: 0 0 0 3px;
	padding: 0 0 0 10px;
}


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

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

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

.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: 5px 0 0 10px;
}

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

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

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

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

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

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

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

p.wp-caption-text {
	font-size: 14px;
	margin: 5px 0;
}

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

.gallery-caption {
}


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

.navigation {
	font-size: 14px;
	overflow: hidden;
	padding: 20px 0;
	width: 100%;
}

.navigation li {
	display: inline;
}

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

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


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

.sidebar {
	display: inline;
	float: right;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 13px;
	font-weight: normal;
	width: 280px;
}

.sidebar p {
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: 13px;
	font-weight: normal;
}

#sidebar-alt {
	float: left;
	width: 150px;
}

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

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

.sidebar p {
	font-size: inherit;
}

.sidebar .widget {
	margin: 0 0 15px;
	padding: 0 0 15px;
}

.sidebar.widget-area ol,
.sidebar.widget-area ul,
.widget-area .textwidget,
.widget_tag_cloud div div {
	padding: 0;
}

.sidebar.widget-area ul li,
#footer-widgets .widget-area ul li {
	border-bottom: 1px solid #e5e0d9;
	list-style-type: none;
	margin: 0 0 7px;
	padding: 0 0 5px;
	word-wrap: break-word;
}

.sidebar.widget-area ul ul li {
	border: none;
	margin: 0;
}


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

.widget_archive select,
#cat {
	display: inline;
	margin: 5px 15px 0;
	padding: 3px;
	width: 85%;
}


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

.featuredpage,
.featuredpost {
	clear: both;
	margin: 0 0 15px;
	overflow: hidden;
}

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

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

.more-from-category {
	padding: 5px 15px 0;
}


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

.user-profile {
	overflow: hidden;
}

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

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


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

input[type="button"],
input[type="submit"],
div.gform_wrapper input[type="submit"],
.button {
	background: none;
	background-color: #aa5d11;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aa5d11), color-stop(100%, #a1570d));
	background-image: -webkit-linear-gradient(top, #aa5d11, #a1570d);
	background-image: -moz-linear-gradient(top, #aa5d11, #a1570d);
	background-image: -ms-linear-gradient(top, #aa5d11, #a1570d);
	background-image: -o-linear-gradient(top, #aa5d11, #a1570d);
	background-image: linear-gradient(top, #aa5d11, #a1570d);
	border-top: 1px solid #81480e;
    border-left: 1px solid #8b4e11;
    border-bottom: 1px solid #814911;
    border-right: 1px solid #8b4e11;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
    -webkit-box-shadow: inset 0 1px 0 0 #af6418;
    -moz-box-shadow: inset 0 1px 0 0 #af6418;
    box-shadow: inset 0 1px 0 0 #af6418;
    color: #fff !important;
    font: normal 14px 'Proxima Nova', Helvetica, Arial, sans-serif !important;
    line-height: 1;
    height: 100%;
    margin: 0;
    padding: 7px 30px 6px !important;
    text-align: center;
    text-decoration: none !important;
    text-shadow: 0 1px rgba(0, 0, 0, .3);
    -moz-transition: background-color 0.1s linear;
	-o-transition: background-color 0.1s linear;
	-webkit-transition: background-color 0.1s linear;
	transition: background-color 0.1s linear;
}

input:hover[type="button"],
input:hover[type="submit"],
div.gform_wrapper input:hover[type="submit"],
.button:hover {
	background-color: #a1570d;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a1570d), color-stop(100%, #a05a14));
    background-image: -webkit-linear-gradient(top, #a1570d, #a05a14);
    background-image: -moz-linear-gradient(top, #a1570d, #a05a14);
    background-image: -ms-linear-gradient(top, #a1570d, #a05a14);
    background-image: -o-linear-gradient(top, #a1570d, #a05a14);
    background-image: linear-gradient(top, #a1570d, #a05a14);
    border-top: 1px solid #81480e;
    border-left: 1px solid #8b4e11;
    border-bottom: 1px solid #814911;
    border-right: 1px solid #8b4e11;
    -webkit-box-shadow: inset 0 1px 0 0 #af6418;
    -moz-box-shadow: inset 0 1px 0 0 #af6418;
    box-shadow: inset 0 1px 0 0 #af6418;
    cursor: pointer;
}


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

#header .searchform {
	float: right;
	padding: 12px 0 0;
}

.sidebar .searchform {
	padding: 0;
}

.s {
	margin: 10px 0 0 0;
	padding: 6px 5px;
	width: 159px;
}

#nav .s {
	background-color: #fff;
	margin: 2px -7px 0 0;
}


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

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

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

.enews #subbox {
	margin: 5px -7px 0 0;
	padding: 6px 5px;
	width: 75%;
}


/* 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: #f7f4ee;
	font-weight: bold;
	margin: 10px 0 0;
}

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


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

#footer-widgets {
	background-color: #f7f4ee;
	border-top: 1px solid #e5e0d9;
	clear: both;
	font-size: 14px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer-widgets .wrap {
	overflow: hidden;
	padding: 20px 30px 10px;
}

#footer-widgets .widget {
	background: none;
	border: none;
	margin: 0 0 15px;
	padding: 0;
}

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

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

#footer-widgets p {
	font-size: inherit;
	margin: 0 0 10px;
}

#footer-widgets ul {
	margin: 0;
}

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

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

.footer-widgets-1 {
	float: left;
	margin: 0 30px 0 0;
	width: 280px;
}

.footer-widgets-2 {
	float: left;
	width: 280px;
}

.footer-widgets-3 {
	float: right;
	width: 280px;
}


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

#footer {
	clear: both;
	font-size: 12px;
	font-weight: bold !important;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}

#footer .wrap {
	border-top: 1px solid #e5e0d9;
	overflow: hidden;
	padding: 10px 0;
}

#footer p,
#footer a {
	color: #a7a29b;
	font-family: Helvetica, Arial, sans-serif !important;
	font-size: inherit;
	font-weight: bold !important;
}

#footer p .footer-location {
	float: right;
}

#footer p .footer-location .google-maps {
	color: #a1570d;
}

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

#footer .creds {
	float: right;
	text-align: right;
	width: 650px;
}


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

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

#author,
#comment,
#email,
#url {
	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;
	list-style-type: none;
	margin: 15px 0 5px;
	padding: 10px 15px;
}

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

.comment-content p {
	font-size: 14px;
	margin: 0 0 20px;
}

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

.commentmetadata {
	font-size: 12px;
	margin: 0 0 5px;
}

.reply {
	font-size: 14px;
	font-weight: 300;
}

.nocomments {
	text-align: center;
}

#comments .navigation {
	display: block;
}

.bypostauthor {
}

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

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


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

div.gform_wrapper input,
div.gform_wrapper select,
div.gform_wrapper textarea {
	box-sizing: border-box;
	font-size: 14px !important;
	padding: 4px 5px !important;
}

div.gform_footer input.button {
	color: #333;
}

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

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

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


/* Nivo Slider Styling
------------------------------------------------------------ */

.slider {
	background: url(images/transparent.png) scroll 0 0;
	padding: 20px !important;
	margin-bottom: 20px;
}

.soliloquy-container {
	margin: 0 auto !important;
}

/* jPlayer
------------------------------------------------------------ */

.jp-audio-container {
	margin-bottom: 20px;
}

div.jp-audio {
	font-size: 10px;
	color: #fff;
	line-height: 1.2;
}

div.jp-audio {
	width: 100%;
}

div.jp-interface {
	position: relative;
	width: 100%;
	background: rgb(58,59,60);
	background: url(images/audio.png) 0 -210px;


	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.5);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.5);

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
div.jp-audio div.jp-type-single div.jp-interface {
	height: 30px;
}

div.jp-interface ul.jp-controls {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div.jp-interface ul.jp-controls li {
	display: inline;
}
div.jp-interface ul.jp-controls a {
	position: absolute;
	overflow: hidden;
	text-indent: -9999px;
}

a.jp-play,
a.jp-pause {
	width: 33px;
	height: 30px;
	z-index: 1;
	outline: none;
}
div.jp-audio div.jp-type-single a.jp-play,
div.jp-audio div.jp-type-single a.jp-pause {
	top: 0;
	left: 0;
	border-right: 1px solid rgb(44,29,18);
}
a.jp-play {
	background: url(images/audio.png) 0 0 no-repeat;
}
a.jp-play:hover {
	background: url(images/audio.png) -33px 0 no-repeat;
}
a.jp-pause {
	background: url(images/audio.png) 0 -30px no-repeat;
	display: none;
}
a.jp-pause:hover {
	background: url(images/audio.png) -33px -30px no-repeat;
}

div.jp-progress-container {
	position: absolute;
	top: 0;
	left: 34px;
	width: 225px;
	height: 6px;
	padding: 12px 10px;
	border-left: 1px solid rgb(73,48,30);
	border-right: 1px solid rgb(44,29,18);
}
div.jp-progress {
	position: absolute;
	overflow:hidden;
}
div.jp-audio div.jp-type-single div.jp-progress {
	width: 223px;
	height: 7px;
	padding: 1px;
	background: url(images/audio.png) 0 -192px repeat-x ;
}

div.jp-seek-bar {
	width: 0px;
	height: 5px;
	cursor: pointer;
	background: url(images/audio.png) 0 -163px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
div.jp-play-bar {
	width: 0px;
	height: 5px;
	background: url(images/audio.png) 0 -133px repeat-x ;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

div.jp-title-container {
	position: absolute;
	top: 0;
	left: 281px;
	width: 175px;
	height: 6px;
	padding: 12px 10px;
	border-left: 1px solid rgb(73,48,30);
	border-right: 1px solid rgb(44,29,18);
}

div.jp-title-container .jp-title {
	margin-top: -2px;
}

div.jp-time-holder {
	position: absolute;
	top: 0;
	left: 478px;
	width: 55px;
	height: 6px;
	padding: 12px 10px;
	border-left: 1px solid rgb(73,48,30);
	border-right: 1px solid rgb(44,29,18);
}

div.jp-time-holder .jp-current-time {
	position: absolute;
	top: 10px;
	left: 10px;
}

div.jp-time-holder .jp-duration {
	color: #644229;
	position: absolute;
	top: 10px;
	left: 42px;
}

div.jp-volume-bar-container {
	position: absolute;
	top: 0;
	left: 555px;
	width: 40px;
	height: 6px;
	padding: 12px 10px;
	border-left: 1px solid rgb(73,48,30);
}
div.jp-volume-bar {
	position: relative;
	overflow: hidden;
	background: url(images/audio.png) 0 -192px repeat-x;
	width: 40px;
	height: 9px;
	cursor: pointer;
}
div.jp-audio div.jp-type-single div.jp-volume-bar {
	top: 0;
	left: 20px;
}

div.jp-volume-bar-value {
	width: 0px;
	height: 5px;
	margin: 1px;
	background: url(images/audio.png) 0 -133px repeat-x;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}

a.jp-mute,
a.jp-unmute {
	width: 17px;
	height: 13px;
	z-index: 1;
	outline: none;
}
div.jp-audio div.jp-type-single a.jp-mute,
div.jp-audio div.jp-type-single a.jp-unmute {
	top: 9px;
	left: 564px;
}

a.jp-mute {
	background: url(images/audio.png) -10px -68px no-repeat;
}
a.jp-mute:hover {
	background: url(images/audio.png) -43px -68px no-repeat;
}
a.jp-unmute {
	background: url(images/audio.png) -10px -98px no-repeat;
	display: none;
}
a.jp-unmute:hover {
	background: url(images/audio.png) -43px -98px no-repeat;
}

div.jp-jplayer {
	width:0px;
	height:0px;
}

div.jp-jplayer {
	background-color: #000000;
}