/*
Theme Name: City Church
Theme URI: http://ithemes.com/
Description: A Builder Child Theme
Author: iThemes
Author URI: http://ithemes.com/
Version: 1.0.3
Template: Builder
Tags: blog, theme options, multiple layouts, multiple color schemes

Version History
	See history.txt
*/

/*********************************************
	Default font settings and typography.
	The font-size percentage is of 16px. (0.75 * 16px = 12px)
*********************************************/
html {
	font-size: 100.01%;
	overflow-y: scroll;
}
body {
	color: #222222;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 75%;
	line-height: 1.7;
}
input, select, textarea {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
pre, code, tt, kbd {
	font-family: 'andale mono', 'lucida console', monospace;
	font-size: 1em;
	line-height: 1.5;
}s
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
address, dfn, img, samp, ul, ol, dl {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
a img {
	margin: 0;
}


/*********************************************
	Constrain table and input widths
*********************************************/
table, input, textarea, select {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
}


/*********************************************
	Main Background
*********************************************/
body {
	background: url('images/bg.jpg') repeat scroll top left;
}

/*********************************************
	Universal Link Styles
*********************************************/
a {
	color: #921022;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
a:focus {
	color: #000000;
}


/*********************************************
	Headings
*********************************************/
h1, h2, h3, h4, h5, h6 {
	color: #111111;
	font-weight: bold;
}
h1 {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1.5;
	margin-top: 0.75em;
	margin-bottom: 0.75em;
}
h2 {
	font-size: 1.7em;
	line-height: 1.75;
	margin-top: 0.9em;
	margin-bottom: 0.9em;
	color: #656565;
}
h3 {
	font-size: 1.5em;
	line-height: 1;
	margin-top: 1em;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2em;
	line-height: 1.25;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
h5, h6 {
	font-size: 1em;
}
h6 {
	font-style: italic;
}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0;
}


/*********************************************
	Container Div
*********************************************/
.builder-container-outer-wrapper {
	background: transparent;
	border: none;
	display: block;
	margin: 1.5em auto 0;
}


/*********************************************
	Default Module Styling
*********************************************/
.builder-module {
	margin: 0 auto 1.5em;
}
.builder-module-last {
	margin-bottom: 0;
}

.builder-module-block-outer-wrapper {
	overflow: visible !important;
}

.left .builder-module-element,
.middle .builder-module-element {
	margin-right: 20px;
}
.right .builder-module-element,
.middle .builder-module-element {
	margin-left: 20px;
}


/*********************************************
	Default Module Styling - Content & HTML
*********************************************/
.builder-module-content .builder-module-element,
.builder-module-html .builder-module-element {
	text-align: left;
	background-color: #FFF;
	padding: 20px;
	border: 1px solid #DDD;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.builder-module-content .builder-module-element *:first-child,
.builder-module-html .builder-module-element *:first-child {
	margin-top: 0;
}
.builder-module-content .builder-module-element *:last-child,
.builder-module-html .builder-module-element *:last-child {
	margin-bottom: 0;
}


/*********************************************
	All Sidebars
*********************************************/
.left.builder-module-sidebar .widget {
	padding-right: 20px;
}
.left.builder-module-sidebar .widget-wrapper-left .widget {
	padding-right: 1.5em;
}

.right.builder-module-sidebar .widget {
	padding-left: 1.5em;
}
.right.builder-module-sidebar .widget-wrapper-right .widget {
	padding-left: 1.5em;
}

.widget-wrapper {
	width: 100%;
}
.widget {
	color: #333333;
	margin: 0 0 20px 0;
}
.widget-section-wrapper .widget:first-child {
	margin-top: 0;
}

h4.widget-title {
	color: #333333;
	font-size: 1.5em;
	line-height: 1.25;
	margin: 0 0 1em 0;
	padding: 0;
}
h4.widget-title a {
	color: #333333;
}
h4.widget-title + * {
	margin-top: 0;
}
.widget *:first-child {
	margin-top: 0;
}
.widget *:last-child {
	margin-bottom: 0;
}
.widget a.rsswidget img {
	display: none;
}

/*
	TODO edit sidebar ribbons for a later release

.builder-module-content .builder-module-sidebar.builder-module-sidebar-2-right {
	background: none;
	border: none;
	border-radius: 0;

}
.widget-outer-wrapper-top,
.widget-outer-wrapper-bottom {
	position: relative;
}
.widget-outer-wrapper-top .widget-wrapper,
.widget-outer-wrapper-bottom .widget-wrapper {
	width: auto;
	background: #FFF;
	margin: 0 10px;
}
.widget-outer-wrapper-top .widget-wrapper:after {
	content: ' ';
	display: block;
	position: relative;
	z-index: 1000;
	width: 100%;
	height: 10px;
	bottom: -20px;
	background-color: transparent;
	border-width: 10px 0 0 0;
	border-style: solid;
	border-color: transparent;
	box-shadow: #BBB 0 -1px 7px 2px;
}
.widget-outer-wrapper-bottom .widget-wrapper:before {
	content: ' ';
	display: block;
	position: relative;
	z-index: 1000;
	width: 100%;
	height: 10px;
	top: -20px;
	background-color: transparent;
	border-width: 10px 0 0 0;
	border-style: solid;
	border-color: transparent;
	box-shadow: #BBB 0 1px 7px 2px;

}
.widget-outer-wrapper-top:after,
.widget-outer-wrapper-top:before,
.widget-outer-wrapper-bottom:after,
.widget-outer-wrapper-bottom:before {
	content: ' ';
	display: block;
	position: absolute;
	z-index: 1000;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
}
.widget-outer-wrapper-top:after {
	bottom: -.75em;
	left: -10px;
	border-color: transparent #212121 transparent transparent;
}
.widget-outer-wrapper-top:before {
    bottom: -.75em;
    right: -10px;
    border-color: transparent transparent transparent #212121;
}
.widget-outer-wrapper-bottom:after {
	top: -.75em;
	left: -10px;
	border-color: transparent #212121 transparent transparent;
}
.widget-outer-wrapper-bottom:before {
    top: -.75em;
    right: -10px;
    border-color: transparent transparent transparent #212121;
}
.widget-outer-wrapper-left,
.widget-outer-wrapper-right {
	position: relative;
	z-index: 5;
	background: #212121;
	background: -webkit-gradient(linear, left top, left bottom, from(#333333), to(#111111));
	background: -webkit-linear-gradient(#333333, #111111);
	background: -moz-linear-gradient(#333333, #111111);
	background: -ms-linear-gradient(#333333, #111111);
	background: -o-linear-gradient(#333333, #111111);
	background: linear-gradient(#333333, #111111);
	color: #FFF;
}
.builder-module-sidebar .widget-outer-wrapper-left .widget,
.builder-module-sidebar .widget-outer-wrapper-right .widget,
.builder-module-sidebar .widget-outer-wrapper-left .widget-title,
.builder-module-sidebar .widget-outer-wrapper-right .widget-title {
	color: #FFF;
}
*/


/*********************************************
	All Sidebars - Content & HTML
*********************************************/
.builder-module-content .builder-module-sidebar,
.builder-module-html .builder-module-sidebar {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.builder-module-content .builder-module-sidebar,
.builder-module-html .builder-module-sidebar {
	padding-top: 20px;
}
.builder-module-content .builder-module-sidebar .widget,
.builder-module-html .builder-module-sidebar .widget {
	margin: 0 20px 20px 20px;
	padding: 0;
}
.builder-module-content .builder-module-sidebar .widget-wrapper-left .widget,
.builder-module-html .builder-module-sidebar .widget-wrapper-left .widget {
	padding-right: 10px;
	margin-right: 0;
}
.builder-module-content .builder-module-sidebar .widget-wrapper-right .widget,
.builder-module-html .builder-module-sidebar .widget-wrapper-right .widget {
	padding-left: 10px;
	margin-left: 0;
}

/*********************************************
	Header Module
*********************************************/
.site-title,
.site-title a,
.site-title a:hover {
	float: left;
	color: #262626;
	font-size: 3em;
	font-weight: 100;
	line-height: 1;
	height: auto;
	margin: 0;
	padding: 0;
	text-decoration: none;
	text-shadow: #DDDDDD 3px 1px 0, #FFFFFF 2px 2px;
}
.site-tagline,
.site-tagline a {
	float: right;
}
.site-tagline,
.site-tagline a,
.site-tagline a:hover {
	color: #969696;
	font-size: 1em;
	font-weight: normal;
	line-height: 1;
	height: auto;
	margin: 2em 0 0;
	padding: 0;
	text-decoration: none;
	text-shadow: #FFFFFF 2px 2px;
}
.left .site-title,
.left .site-title a,
.left .site-tagline,
.left .site-tagline a,
.right .site-title,
.right .site-title a,
.right .site-tagline,
.right .site-tagline a,
.middle .site-title,
.middle .site-title a,
.middle .site-tagline,
.middle .site-tagline a {
	float: none;
}


.site-title a:hover,
.site-tagline a:hover {
	color: #000000;
}

.site-title {
	font-size: 2em;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0;
}

.site-tagline {
	font-size: 1em;
	font-weight: bold;
	line-height: 1;
	margin: .5em 0 0 0;
}


/*********************************************
	Navigation Module
*********************************************/
.builder-module-navigation-outer-wrapper {
	background: transparent url('images/nav-line.png') repeat-x left center;
}
.builder-module-navigation {
	background: #212121;
	background: -webkit-gradient(linear, left top, left bottom, from( #4F4F4F ), color-stop( 1%, #d0d0d0 ),  color-stop( 1%, #393939 ), color-stop( 50%, #393939 ), color-stop( 50%, #393939 ), to( #212121 )); /* Safari */
	background: -webkit-linear-gradient(#4F4F4F, #d0d0d0 1px, #393939 1px, #393939 50%, #323232 50%, #212121); /* Chrome */
	background: -moz-linear-gradient(#4F4F4F, #d0d0d0 1px, #393939 1px, #393939 50%, #323232 50%, #212121);
	background: -o-linear-gradient(#4F4F4F, #d0d0d0 1px, #393939 1px, #393939 50%, #323232 50%, #212121);
	background: linear-gradient(#4F4F4F, #d0d0d0 1px, #393939 1px, #393939 50%, #323232 50%, #212121);
	border-color: #787878 #000000 #000000 #787878;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border-style: solid;
	border-width: 1px;
	display: block;
	font-size: 1em;
	line-height: 2;
	width: 100%;
}
.builder-module-navigation ul.menu > li {
	border-right: 1px solid #777777;
}
.builder-module-navigation ul.menu > li > a {
	background: transparent;
	border-right: 1px solid #000000;
	-webkit-transition:  all .2s linear;
	-moz-transition:  all .2s linear;
	-o-transition:  all .2s linear;
	transition:  all .2s linear;
}
.builder-module-navigation ul.menu > li:first-child > a {
	-webkit-border-top-left-radius: 8px;
	-khtml-border-top-left-radius: 8px;
	-moz-border-top-left-radius: 8px;
	border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-khtml-border-bottom-left-radius: 8px;
	-moz-border-bottom-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.builder-module-navigation ul.menu li a:hover,
.builder-module-navigation ul.menu li.current_page_item > a {
	background: #921022;
	-webkit-box-shadow: inset #1C0306 0 0 12px;
	-moz-box-shadow: inset #1C0306 0 0 12px;
	-o-box-shadow: inset #1C0306 0 0 12px;
	box-shadow: inset #1C0306 0 0 12px;
}
.builder-module-navigation .builder-module-element {
	margin: 0;
}
.builder-module-navigation ul {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}
.builder-module-navigation ul * {
	margin: 0;
}
.builder-module-navigation li {
	padding: 0;
}
.builder-module-navigation li a,
.builder-module-navigation li.current_page_item li a,
.builder-module-navigation li.current-cat li a {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	padding: .5em 1em;
	text-decoration: none;
	text-shadow: #000000 0px 1px 1px;
}
.builder-module-navigation li.current_page_item li a {
	font-weight: normal;
	font-size: 1em;
	padding: .3em .7em;
}
.builder-module-navigation li a:hover {
	color: #FFFFFF;
}
.builder-module-navigation li.current_page_item a,
.builder-module-navigation li.current-cat a {
}
/* second level stuff */
.builder-module-navigation li ul {
	background: #323232;
	border: 1px solid #555555;
	border-bottom: 0;
	width: 14em;
	-webkit-border-radius: 0 6px 6px 6px;
	-khtml-border-radius: 0 6px 6px 6px;
	-moz-border-radius: 0 6px 6px 6px;
	border-radius: 0 6px 6px 6px;
	-webkit-box-shadow: #000 1px 1px 1px;
	-moz-box-shadow: #000 1px 1px 1px;
	-o-box-shadow: #000 1px 1px 1px;
	-khtml-box-shadow: #000 1px 1px 1px;
	box-shadow: #000 1px 1px 1px;
}
.builder-module-navigation li li {
	border-bottom: 1px solid #777777;
	width: 14em;
}
.builder-module-navigation li li > a  {
	border-bottom: 1px solid #000;
}
.builder-module-navigation li li:first-child,
.builder-module-navigation li li:first-child a {
	-webkit-border-radius: 6px 6px 0 0;
	-khtml-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.builder-module-navigation li li:last-child,
.builder-module-navigation li li:last-child a {
	border-bottom: none;
	-webkit-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.builder-module-navigation li li a {
	float: none;
	padding: .3em .7em;
	font-weight: normal;
	font-size: 1em;
}
.builder-module-navigation li li a:hover,
.builder-module-navigation li li a.sfhover {
}
.builder-module-navigation li ul ul {
	margin: -2.5em 0 0 14em;
}


/*********************************************
	Widget Bar Module
*********************************************/
.builder-module-widget-bar-outer-wrapper {
	background: #969696;
	background: rgba(70, 70, 70, .5);
}
.builder-module.builder-module-widget-bar {
	margin: 0 auto !important;
}
.builder-module-widget-bar .builder-module-sidebar .widget {
	text-shadow: #b6b6b6 0px 1px 1px;
	margin-bottom: 0;
}
.builder-module-widget-bar .left.builder-module-sidebar .widget-wrapper-left .widget,
.builder-module-widget-bar .right.builder-module-sidebar .widget-wrapper-right .widget {
	padding: 0;
}
.builder-module-widget-bar .builder-module-sidebar .widget {
	margin: 1.5em .75em;
}
.builder-module-widget-bar .right.builder-module-sidebar .widget {
	margin-right: 0;
}
.builder-module-widget-bar .single.builder-module-sidebar .widget {
	margin: 1.5em 0;
}
.builder-module-widget-bar .left.builder-module-sidebar .widget {
	margin-left: 0;
}
.builder-module-widget-bar.builder-module-after-widget-bar .builder-module-sidebar .widget {
	margin-top: 0;
}
/*********************************************
	Footer Module
*********************************************/
.builder-module-footer-outer-wrapper {
	background-color: #323232;
	border-top: 1px solid #969696;
	border-bottom: 1px solid #969696;
}
.builder-module-footer {
	background: transparent;
	border: none;
}
.builder-module-footer .builder-module-element {
	color: #FFFFFF;
	margin: 1em 0;
	text-align: left;
}
.builder-module-footer .builder-module-element .alignright {
	text-align: right;
}
.builder-module-footer .builder-module-element a {
	color: #FFFFFF;
	text-decoration: none;
}
.builder-module-footer .builder-module-element a:hover {
	text-decoration: underline;
}
.builder-module-footer .builder-module-sidebar .widget {
	margin-top: 1em;
}
.builder-module-footer .builder-module-sidebar .widget-title,
.builder-module-footer .builder-module-sidebar .widget-title a,
.builder-module-footer .builder-module-sidebar .widget {
	color: #DDDDDD;
}

/*********************************************
	Image Module
*********************************************/
.builder-module-image .builder-module-element {
	font-size: 0;
	margin: 0;
}
.builder-module-image .builder-module-element img {
	margin: 0;
}

/*********************************************
	HTML Module
*********************************************/
.builder-module-html .builder-module-element {
	text-align: left;
	background-color: transparent; /*#FFF;*/
	padding: 20px;
	border: 1px solid #DDD;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.builder-module-html .builder-module-element *:first-child {
	margin-top: 0;
}
.builder-module-html .builder-module-element *:last-child {
	margin-bottom: 0;
}

/* sidebars */
.builder-module-html .builder-module-sidebar {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.builder-module-html.html-alternate .builder-module-element {
	background:none;
	border: none;
	padding: 0;
}
.builder-module-html .builder-module-sidebar {
	background: none;
	border: none;
	padding: 0;
}

/*********************************************
	Content Module
*********************************************/
.builder-module-content .builder-module-element {
	text-align: left;
	background-color: #FFF;
	padding: 20px;
	border: 1px solid #DDD;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.hentry {
	margin-bottom: 1.5em;
}
.entry-title,
.entry-title * {
	margin: 0;
	padding: 0;
}
.hentry .thumbnail-wrap {
	display: none;
}
.hentry .date {
	display: none;
}
.entry-title {
	clear: both;
	color: #262626;
	font-size: 1.9em;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1;
	margin-bottom: .56em;
}
.entry-title a {
	color: #262626;
	font-size: 1em;
	text-decoration: none;
}
.entry-title a:hover {
	color: #AAAAAA;
}
.hentry .entry-meta {
	display: block;
}
.hentry .entry-meta a {
	text-decoration: none;
}
.hentry .entry-meta a:hover {
	text-decoration: none;
}
.hentry .entry-footer {
	display: block;
}
.hentry .entry-footer img {
	max-width: none;
}

.hentry .entry-attachment .attachment {
	text-align: center;
}

.hentry .edit-entry-link {
	clear: both;
	margin: 0 0 1.5em 0;
}
.entry-content {
	clear: both;
	margin-top: 1.5em;
}
.builder-module-content .builder-module-element .loop-title {
	font-size: 1.75em;
	line-height: 1.7;
	margin-top: 0;
	margin-bottom: .875em;
	color: #888888;
}

/* sidebars */
.builder-module-content .builder-module-sidebar {
	background-color: #FFFFFF;
	border: 1px solid #DDDDDD;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}


/* ================ */
/* = Staff Single = */
/* ================ */
body.single .builder-module-content .hentry.staff {
	position: relative;
	margin-bottom: 0;
}
body.single .staff .entry-header .post-edit-link {
	top: 10px;
	right: 10px;
}
body.single .staff .entry-image {
	width: 30%;
	position: relative;
	padding: 10px;
	margin-bottom: 20px;
	background: #EEEEEE;
	border: 1px solid #DDDDDD;
	border-radius: 4px;
}
body.single .staff .entry-image img {
	display: block;
	width: 100%;
	max-width: 275px;
	height: auto;
	margin: 0;
	border: 0;
	border-radius: 3px;
	padding: 0;
}
body.single .staff .entry-header.right {
	clear: none;
	width: 63%;
	padding: 20px;
	margin: 10px -30px 30px 0px;
	background: #DDDDDD;
	box-shadow: #888888 0 10px 10px -8px, #BBBBBB -4px 2px 8px;
}
body.single .staff .entry-header.right .entry-title:before {
	content: ' ';
	display: block;
	position: absolute;
	z-index: -1;
	right: -10px;
	bottom: -10px;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent transparent transparent #888888;
}
body.single .staff .entry-title {
	border-bottom: 1px solid #D1D1D1;
	margin-bottom: 0;
	padding-bottom: .56em;
}
body.single .staff .entry-meta {
	border-top: none;
}
body.single .staff .entry-meta.staff-info ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
body.single .staff .entry-meta.staff-info li {
	display: inline-block;
	width: 48%;
}
body.single .staff .entry-meta.staff-info li a {
	margin: 10px 0;
}
body.single .staff .more-bio {
	cursor: pointer;
}
body.single .staff .more-bio:after {
	content: ' ↴';
	display: inline-block;
	margin-left: 4px;
}
body.single .staff .entry-content.long-bio {
	display: none;
	margin: 0;
}
body.single .staff .entry-content.long-bio > p {
	margin-top: 0;
}
body.single .staff .entry-footer {
	margin: 0;
	padding: 0;
	clear: none;
	border-top: none;	
}
bodybody.single .staff .entry-footer .alignright {
	margin: 0;
}
body.single .staff .entry-footer .alignleft {
	margin: 0 0 0 2.2em;
}

/* ================= */
/* = Staff Archive = */
/* ================= */
body.builder-template-archive-staff .staff-archive .loop-header {
	height: 40px;
}
body.builder-template-archive-staff .staff-archive .loop-title {
	font-size: 96px;
	line-height: 65px;
	color: #F6f6f6;
	text-shadow: 1px 1px #FFF, 2px 2px #FFF, 3px 3px #FFF, 4px 4px #FAFAFA;
}
body.builder-template-archive-staff .staff {
	display: inline-block;
	width: 33%;
	vertical-align: top;
	position: relative;
	margin-bottom: 0;
}
body.builder-template-archive-staff .staff .archive-staff-inner {
	background: #EEEEEE;
	border: 1px solid #DDDDDD;
	padding: 1em;
	margin: 1em;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
body.builder-template-archive-staff .staff .archive-staff-inner:hover {
	background: #F6F6F6;
	border: 1px solid #EEEEEE;

}
body.builder-template-archive-staff .staff .entry-header {
	width: 100%;
	max-width: 275px;
	padding: 10px 0 0;
	height: 55px;
	margin: -65px auto 0;
	background: #363636;
	background: rgba(0,0,0,.3);
}
body.builder-template-archive-staff .staff .entry-header .entry-title {
	padding: 0 5px;
	margin: 0;
}
body.builder-template-archive-staff .staff .entry-header .entry-title a {
	color: #EEEEEE;
}
body.builder-template-archive-staff .staff .entry-header .entry-meta {
	border: 0;
	margin: 0 5px;
	color: #BBBBBB;
}
body.builder-template-archive-staff .staff .entry-header .entry-meta a {
	color: #DDDDDD;
}
body.builder-template-archive-staff .staff .entry-image a {
	display: block;
}
body.builder-template-archive-staff .staff img {
	padding: 0;
	margin: 0 auto;
	border: 0;
	width: 100%;
	max-width: 275px;
	display: block;
	height:auto;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

/* ================== */
/* = Sermon Archive = */
/* ================== */
body.builder-template-archive-sermon .sermon-archive .loop-header {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #D1D1D1;
}
body.builder-template-archive-sermon .sermon-archive .loop-title {
	margin-bottom: .4em;
	color: #818181;
	font-size: 56px;
	line-height: 55px;
	letter-spacing: -1px;
	font-weight: 100;
}
body.builder-template-archive-sermon .sermon-archive .podcast_link {
	overflow: hidden;
	display: block;
	padding: 6px 30px 6px 10px;
	background: #921022 url('images/itunes-podcast-link-hover.png') 96% 50% no-repeat;
	border-color: #787878 #000000 #000000 #787878;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	border-style: solid;
	border-width: 1px;
	color: #FFFFFF;
	text-shadow: #000000 0px 1px 1px;
	text-decoration: none;
	-webkit-box-shadow: inset #1C0306 0 0 12px;
	-moz-box-shadow: inset #1C0306 0 0 12px;
	-o-box-shadow: inset #1C0306 0 0 12px;
	box-shadow: inset #1C0306 0 0 12px;
}
body.builder-template-archive-sermon .sermon-archive .podcast_link:hover {
	background: #212121 url('images/itunes-podcast-link.png') 96% 50% no-repeat;
	background: url('images/itunes-podcast-link.png') 96% 50% no-repeat,
					-webkit-gradient(linear, left top, left bottom, from( #4F4F4F ), color-stop( 1%, #d0d0d0 ),  color-stop( 1%, #393939 ), color-stop( 50%, #393939 ), color-stop( 50%, #393939 ), to( #212121 )); /* Safari */
	background: url('images/itunes-podcast-link.png') 96% 50% no-repeat,
					-webkit-linear-gradient(#4F4F4F, #d0d0d0 1px, #393939 1px, #393939 50%, #323232 50%, #212121); /* Chrome */
	background: url('images/itunes-podcast-link.png') 96% 50% no-repeat,
					-moz-linear-gradient(#4F4F4F, #d0d0d0 1px, #393939 1px, #393939 50%, #323232 50%, #212121);
	background: url('images/itunes-podcast-link.png') 96% 50% no-repeat,
					linear-gradient(#4F4F4F, #d0d0d0 1px, #393939 1px, #393939 50%, #323232 50%, #212121);
}
body.builder-template-archive-sermon .sermon {
	clear: both;
	overflow: hidden;
	border-bottom: 1px solid #D1D1D1;
	padding-bottom: 1em;
}

body.builder-template-archive-sermon .sermon .sermon-block-wrapper.image {
	position: relative;
	z-index: 1;
	width: 30%;
	max-width: 200px;
	padding: 5px 5px 2px;
	background-color: #F9F9F9;
	border: 1px solid #EEEEEE;
	box-shadow: #AAAAAA 1px 1px 2px;
}
body.builder-template-archive-sermon .sermon .image img {
	margin: 0;
	width: 100%;
	max-width: 200px;
	height: auto;
	padding: 0;
	border: 0;
}
body.builder-template-archive-sermon .sermon .sermon-block-wrapper.title-excerpt {
	width: 40%;
}
body.builder-template-archive-sermon .sermon .entry-header {
	clear: none;
}
body.builder-template-archive-sermon .sermon .entry-title {
	padding: 0 15px;
	clear: none;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
}
body.builder-template-archive-sermon .sermon .entry-content {
	clear: none;
	margin-top: 0;
	padding: 0 15px;
}
body.builder-template-archive-sermon .sermon .entry-content p {
	margin-top: 0;
}
body.builder-template-archive-sermon .sermon .date-tags {
	width: 20%;
}
body.builder-template-archive-sermon .sermon .entry-meta.date {
	color: #444444;
	font-weight: bold;
}
body.builder-template-archive-sermon .sermon .entry-meta.sermon-tags a {
	display: inline-block;
	margin: 3px 5px 3px 0;
	padding: 2px 5px;
	background: #F2E1E2;
	color: #313131;
	font-size: 11px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
body.builder-template-archive-sermon .sermon .entry-meta.sermon-tags a:hover {
	background: #C5B8B8;
	color: #FFFFFF;
}
body.builder-template-archive-sermon .sermon .entry-meta.sermon-mp3-link a {
	display: block;
	width: 52px;
	height: 52px;
	margin: 0 auto;
	background: transparent url('images/mp3-play-link.png') no-repeat scroll center center;
	text-indent: -9999px;
}
body.builder-template-archive-sermon .sermon .entry-meta.sermon-mp3-link h3 {
	text-transform: uppercase;
	color: #818181;
	font-size: 16px;
	margin: 0 0 10px;
}

/*********************************************
	Style images and galleries
	.hentry is used instead of .page or .post
	as it applies to all content types
*********************************************/

.hentry .gallery a,
.hentry .gallery dt,
.hentry .gallery img {
	font-size: 0;
	line-height: 0;
	margin: 0;
}
.hentry .gallery-item {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0 1.5em 1.5em 0;
	padding: 5px;
	text-align: left;
	vertical-align: top;
	width: 150px;
}
.hentry .gallery-item img {
	border: 0;
	margin: 0;
	padding: 0;
}
.hentry .gallery-caption {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
}
.hentry .gallery + * {
	margin-top: 0;
}

.hentry img {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 6px;
}
.hentry .alignright {
	margin: 0 0 1.5em 1.5em;
}
.hentry .alignleft {
	margin: 0 1.5em 1.5em 0;
}
.hentry .aligncenter {
	margin: 0 auto 1.5em auto;
}

.hentry .wp-caption {
	background: #F3F3F3;
	border: 1px solid #CFCFCF;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
}
.hentry .wp-caption img {
	background: transparent;
	border: none;
	padding: 0;
}

.hentry .wp-caption-text {
	line-height: 1;
	margin: 0;
	padding: 10px 5px 5px 5px;
	text-align: left;
}
.hentry .more-link {
	display: inline-block;
	padding: 8px 12px;
	background: #A81227;
/*
	TODO add backgrounds
*/
	background: -moz-linear-gradient(#AC1328, #FFA499 1px, #AC1328 1px, #780D1C);
	border: 1px solid #5B0A15;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #000000 0px 1px 1px;
	-webkit-border-radius: 25px;
	-khtml-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
}
.hentry .more-link:hover {
	background: #A81227;
	background: -moz-linear-gradient(#780D1C, #AC1328 99px, #FFA499 99px, #AC1328);
	border: 1px solid #5B0A15;
}

/*********************************************
	Post Meta Styles, if needed
*********************************************/

.entry-header {
	clear: both; /* we need this so floats in the post are cleared */
	position: relative;
}
.entry-header .entry-meta {
	padding: 5px 0;
	border-top: 1px solid #D1D1D1;
	border-bottom: 1px solid #D1D1D1;
	font-size: 11px;
	color: #555555;
}
.entry-header .entry-meta + .entry-meta {
	border-top: none;
}
.entry-header .entry-meta a {
	color: #000000;
	font-weight: bold;
}
.entry-header .entry-meta a:hover {
	color: #555555;
	text-decoration: none;
}
.entry-header .post-edit-link {
	position: absolute;
	top: 0;
	right: 0;
	padding: 1px 5px;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	color: #888888;
	text-decoration: none;
	font-size: 11px;
	line-height: 11px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.entry-footer {
	border-top: .1em dashed #E7E7E7;
	clear: both;
	margin-bottom: 3em;
	margin-top: 1.5em;
}
.entry-footer a {
	font-weight: bold;
	text-decoration: none;
}
.entry-footer .alignright {
	margin-bottom: 1.5em;
}
.entry-footer .alignright a + a {
	padding-left: 5px;
}
.EXIF table {
	margin: 1.5em auto;
}
.photometa h4 {
	margin: 0;
	padding: 0;
	text-align: center;
}
.photometa ul {
	list-style-type: none;
}


/*********************************************
	Previous/Next Page Navigation
*********************************************/
.loop-footer {
	margin-top: 1.5em;
}
.loop-utility {
	clear: both;
	margin: 0;
	padding: 0;
}
.loop-utility a {
	font-weight: bold;
	text-decoration: none;
}
.loop-utility a + a {
	margin-left: 10px;
}
/*********************************************
	Comment Styles
*********************************************/

#comments {
	margin: 3em 0 1.5em 0;
	padding: 0;
}
#comments ol.commentlist {
	background: transparent;
	margin: 1.5em 0;
	padding: 0;
}
#comments ul.children {
	margin: 0 0 0 3em;
}
#comments ul.children .comment-body {
	padding-top: 1.5em;
	border-top: 1px solid #D1D1D1;
	
}
#comments .vcard {
	line-height: 1;
	margin-bottom: .5em;
	color: #565656;
}
#comments .vcard cite {
	font-style: normal;
	text-transform: capitalize;
}
#comments .vcard .avatar {
	display: block;
	position: absolute;
	margin: 0 .75em 0 0;
}
#comments .comment.depth-1 {
	position: relative;
	border-bottom: 1px solid #D1D1D1;
	min-height: 120px
}

#comments .depth-1 > .comment-body .vcard:before {
	content: '  ';
	display: block;
	position: absolute;
	left: -37px;
	top: 94px;
	border-color: transparent #888888 transparent transparent;
	border-style: solid;
	border-width: 8px;
}
#comments .depth-1 > .comment-body .vcard .avatar {
	margin-left: -10.5em;
	padding: 5px;
	background-color: #EEEEEE;
	border: 1px solid #DDDDDD;
	-webkit-border-top-right-radius: 3px;
	-khtml-border-top-right-radius: 3px;
	-moz-border-top-right-radius: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-khtml-border-bottom-right-radius: 3px;
	-moz-border-bottom-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-box-shadow: #888888 1px 1px 2px;
	-moz-box-shadow: #888888 1px 1px 2px;
	box-shadow: #888888 1px 1px 2px;
}
#comments .depth-2 {
	margin-top: 20px;
}
.depth-2 .avatar {
	width: 50px;
	height: 50px;
	margin-left: -5em !important;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	-webkit-box-shadow: #565656 0 0 5px;
	-moz-box-shadow: #565656 0 0 5px;
	box-shadow: #565656 0 0 5px;
}
#comments .comment-meta {
	margin-top: -2em;
	margin-bottom: 1em;
	text-align: right;
}
#comments .comment-meta a {
	color: #AAAAAA;
	text-decoration: none;
}
.builder-module #comments li.comment,
.builder-module #comments li.pingback {
	list-style-type: none;
}
.builder-module #comments li {
	clear: both;
	margin: 1.5em 0;
	overflow: visible !important;
}
#comments li .comment-body {
	margin: 1.5em 1.5em 1.5em 8em;
}
#comments blockquote {
	margin: 1.5em;
}
#comments li.pingback {
	margin: 0;
	padding: 1em;
	border: 1px solid #DDDDDD;
}
#comments li.pingback + li.pingback {
	border-top: none;
}
#comments li.pingback.odd {
	background: #FAFAFA;
}
#comments li.pingback.even {
	background: #F0F0F0;
}
#comments li.pingback .comment-author  {
	width: 65%;
}
#comments li.pingback .says {
	display: none;
}
#comments li.pingback p {
	margin: 0;
	color: #656565;
}
#comments li.pingback a {
	text-decoration: none;
	font-weight: bold;
}
#comments li.pingback .comment-body {
	margin: 0;
}
#comments li.pingback .comment-body 


#respond {
	margin-top: 3em;
	overflow: visible !important;
}
.comment #respond {
	margin: 1.5em;
	padding: 1.5em;
}
#respond h3 {
	margin-bottom: 0;
}
#respond .cancel-comment-reply a {
	display: block;
	margin: 0;
}
#commentform label {
	margin-left: 1em;
}
#commentform input[type="text"] {
	width: 20em;
}
#commentform input,
#commentform textarea {
	margin: 0;
}
#commentform #comment {
	width: 100%;
}
#commentform .comment-submit-wrapper {
	margin-bottom: 0;
}


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

p {
}
p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}
p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
}
blockquote {
	color: #666666;
	font-size: 12px;
	font-style: italic;
	margin: 1.5em;
	padding: 0;
}
strong {
	font-weight: bold;
}
em, dfn {
	font-style: italic;
}
dfn {
	font-weight: bold;
}
sup, sub {
	height: 0;
	line-height: 1.5;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
}
address {
	font-style: italic;
}
del {
	color: #666666;
}
pre {
	margin: 1.5em 0;
	white-space: pre;
}
big {
	font-size: 1.2em;
	line-height: 1;
}


/*********************************************
	Lists
*********************************************/

ul, ol {
	list-style-position: outside;
	margin: 0 0 0 1.4em;
	padding: 0;
}
.entry-content > ul,
.entry-content > ol {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
ol {
	margin-left: 20px;
}
#ie6 ol,
#ie7 ol {
	margin-left: 24px;
}
li {
	margin: 0;
	padding: 0;
}
li > * {
	margin-top: 0;
}
li *:last-child {
	margin-bottom: 0;
}
li > p + ul {
	margin-top: -1.5em;
}
ul {
	list-style-type: disc;
}
ol {
	list-style-type: decimal;
}
dl {
	margin: 0 0 1.5em 0;
}
dl dt {
	font-weight: bold;
}
dd {
	margin-left: 1.5em;
}
dd + dd {
	margin-top: 1.5em;
}


/*********************************************
	Tables
*********************************************/

table {
	background: #F3F3F3;
	margin-bottom: 1.5em;
}
table, td, th {
	border: 1px solid #CFCFCF;
	border-collapse: collapse;
}
th {
	background: #E8E8E8;
	font-weight: bold;
	line-height: 1.5;
}
th, td, caption {
	padding: .75em;
}
tr:nth-child(2n) th {
	background: #F6F6F6;
}
tr:nth-child(2n) td {
	background: #FFFFFF;
}
tfoot {
	font-style: italic;
}
caption {
	background: #EEEEEE;
}


/*********************************************
	Misc classes
*********************************************/

.small {
	font-size: .8em;
	line-height: 1.875;
	margin-top: 1.875em;
	margin-bottom: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5;
	margin-top: 1.25em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.quiet {
	color: #666666;
}
.loud {
	color: #000000;
}
.highlight {
	background: #FFFF00;
}
.added {
	background: #006600;
	color: #FFFFFF;
}
.removed {
	background: #990000;
	color: #FFFFFF;
}
.first {
	margin-left: 0;
	padding-left: 0;
}
.last {
	margin-right: 0;
	padding-right: 0;
}
.top {
	margin-top: 0;
	padding-top: 0;
}
.bottom {
	margin-bottom: 0;
	padding-bottom: 0;
}


/*********************************************
	Default styling for forms
*********************************************/

label {
	font-weight: bold;
}
fieldset {
	border: .1em solid #CCCCCC;
	margin: 0 0 1.5em 0;
	padding: 1.4em;
}
legend {
	font-size: 1.2em;
	font-weight: bold;
}


/*********************************************
	Form fields
*********************************************/

input[type=text], input[type=password], input.text, input.title, textarea, select {
	font-size: 1em;
	margin-top: .5em;
	margin-bottom: .5em;
}
input[type=text], input[type=password], input.text, input.title, textarea {
	background-color: #FFFFFF;
	border: 1px solid #999999;
	padding: 5px;
}
input[type=text]:focus, input[type=password]:focus, input.text:focus, input.title:focus, textarea:focus {
	border-color: #666666;
}
textarea {
	width: 30em;
	height: 20em;
}
input[type=checkbox], input[type=radio], input.checkbox, input.radio {
/*	position: relative;
	top: .25em;*/
}
.search-text-box {
	margin-bottom: 0;
}
.search-submit-button {
	margin: 0 !important;
	padding: .2em .5em;
}


/*********************************************
	Success, notice and error boxes
*********************************************/

.error, .notice, .success {
	border: 2px solid #ddd;
	margin-bottom: 1em;
	padding: .8em;
}
.error {
	background: #FBE3E4;
	border-color: #FBC2C4;
	color: #8a1f11;
}
.notice {
	background: #FFF6BF;
	border-color: #FFD324;
	color: #514721;
}
.success {
	background: #E6EFC2;
	border-color: #C6D880;
	color: #264409;
}
.error a {
	color: #8a1f11;
}
.notice a {
	color: #514721;
}
.success a {
	color: #264409;
}


/*********************************************
	Widget Styling
*********************************************/

.widget_rss li {
	margin-bottom: 1.5em;
}
.widget_rss .rsswidget {
	display: block;
	margin: 0;
}
.widget_rss .rss-date {
	display: block;
	font-style: italic;
	margin-bottom: 1.5em;
}
.widget_rss .rssSummary {
	margin: 1.5em 0;
}


/*********************************************
	Social Tabs
*********************************************/

#social-tags {
	left: auto;
	margin-right: 0;
	margin-left: auto;
	overflow: hidden;
	padding-top: 10px;
	position: fixed;
	right: 0;
	width: 95px;
	height: 100%;
}
#social-tags a {
	margin: 0;
	position: relative;
	right: -50px;
}
#social-tags a:hover {
	right: 0;
}

/*********************************************
	The Obligatory WP Styles
*********************************************/

.alignright {
	margin-left: 1.5em;
}
.alignleft {
	margin-right: 1.5em;
}
.hentry img.wp-smiley {
	border: none;
}

/*********************************************
	IE Fixes
*********************************************/
#ie6 body.builder-template-archive-staff .staff,
#ie7 body.builder-template-archive-staff .staff {
	float: left;
}
#ie6 body.builder-template-archive-staff .loop-title {
	padding-top: 5px;
	margin-bottom: 0;
}
#ie6 body.builder-template-archive-sermon .sermon {
	
}
#ie6 body.builder-template-archive-sermon .sermon .sermon-block-wrapper,
#ie6 body.builder-template-archive-sermon .sermon .entry-meta.date {
	clear: none !important;
}
#ie8 body.single .staff .entry-header.right .entry-title:after {
	content: ' ';
	display: block;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: #DDDDDD;
}
