/*
Theme Name: Antioch
Theme URI: http://churchthemes.net/themes/antioch
Author: ChurchThemes
Author URI: http://churchthemes.net
Description: Antioch is a design suited for any church seeking to appeal to a wide audience. The interface features light tones and textures in a clean and readable layout. Subtle shadows and rich typography make Antioch the perfect way to engage church members and future guests with your content.
Version: 1.3.3
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: brown, teal, light, two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-colors, custom-menu, featured-images, full-width-template, theme-options, threaded-comments, translation-ready
*/

/*
===================================================================================================
WARNING! DO NOT EDIT THIS FILE OR ANY TEMPLATE FILES IN THIS THEME!

To make it easy to update your theme, you should not edit this file. Instead, you should create a
Child Theme first. This will ensure your template changes are not lost when updating the theme.

You can learn more about creating Child Themes here: http://codex.wordpress.org/Child_Themes

You have been warned! :)
===================================================================================================
*/

/* Reset */
a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,dialog,div,dl,dt,em,embed,fieldset,figcaption,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,meter,nav,object,ol,output,p,pre,progress,q,rp,rt,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video,xmp{border:0;margin:0;padding:0;font-size:100%}html,body{height:100%}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}b,strong{font-weight:bold}img{color:transparent;font-size:0;vertical-align:middle;-ms-interpolation-mode:bicubic}ol,ul{list-style:none}li{display:list-item}table{border-collapse:collapse;border-spacing:0}th,td,caption{font-weight:normal;vertical-align:top;text-align:left}q{quotes:none}q:before,q:after{content:'';content:none}sub,sup,small{font-size:75%}sub,sup{line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}svg{overflow:hidden}

/* Text */
body{font:13px/1.5 'Helvetica Neue',Arial,'Liberation Sans',FreeSans,sans-serif}pre,code{font-family:'DejaVu Sans Mono',Menlo,Consolas,monospace}hr{border:0 #ccc solid;border-top-width:1px;clear:both;height:0}h1{font-size:25px}h2{font-size:23px}h3{font-size:21px}h4{font-size:19px}h5{font-size:17px}h6{font-size:15px}ol{list-style:decimal}ul{list-style:disc}li{margin-left:30px}p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset,figure{margin-bottom:20px}

/* Fonts */
@font-face {
	font-family: 'Quattrocento';
	src: url('fonts/quattrocento-regular.eot');
	src: url('fonts/quattrocento-regular.eot?#iefix') format('embedded-opentype'),
	     url('fonts/quattrocento-regular.woff') format('woff'),
	     url('fonts/quattrocento-regular.ttf') format('truetype'),
	     url('fonts/quattrocento-regular.svg#quattrocento-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Quattrocento';
	src: url('fonts/quattrocento-bold.eot');
	src: url('fonts/quattrocento-bold.eot?#iefix') format('embedded-opentype'),
	     url('fonts/quattrocento-bold.woff') format('woff'),
	     url('fonts/quattrocento-bold.ttf') format('truetype'),
	     url('fonts/quattrocento-bold.svg#quattrocento-bold') format('svg');
	font-weight: 700;
	font-style: normal;
}
@font-face {
	font-family: 'News Cycle';
	src: url('fonts/newscycle-regular.eot');
	src: url('fonts/newscycle-regular.eot?#iefix') format('embedded-opentype'),
	     url('fonts/newscycle-regular.woff') format('woff'),
	     url('fonts/newscycle-regular.ttf') format('truetype'),
	     url('fonts/newscycle-regular.svg#newscycle-regular') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'News Cycle';
	src: url('fonts/newscycle-bold.eot');
	src: url('fonts/newscycle-bold.eot?#iefix') format('embedded-opentype'),
	     url('fonts/newscycle-bold.woff') format('woff'),
	     url('fonts/newscycle-bold.ttf') format('truetype'),
	     url('fonts/newscycle-bold.svg#newscycle-bold') format('svg');
	font-weight: 700;
	font-style: normal;
}

/* Common elements */
* {
	margin:0;
}
html, body {
	height:100%;
}
#wrapper {
	background:url(images/bg_header.jpg) repeat-x;
	min-height:100%;
}
body {
	background:url(images/bg_body.jpg);
	color:#2e2e2b;
	font-family:'News Cycle', 'Helvetica Neue', Arial, sans-serif;
	font-size:16px;
	line-height:28px;
	-webkit-font-smoothing:antialiased;
}
body.custom-background {
	background: none;
}
#wrapper2 {
	height:auto !important;
	height:100%;
	margin:0 auto;
	min-height:100%;
}
h1,h2,h3,h4,h5,h6 {
	font-family:'Quattrocento', Georgia, Times New Roman, serif;
	font-weight:normal;
}
h1 {
	font-size:38px;
	line-height:44px;
}
h2 {
	font-size:32px;
	line-height:38px;
}
a,
a:visited {
	color:#629fa6;
	text-decoration:none;
}
a:hover,
a:visited:hover {
	color:#8b8b86;
	text-decoration:none;
}
a:active,
a:focus {
	outline:none;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1 a:visited,
h2 a:visited,
h3 a:visited,
h4 a:visited,
h5 a:visited,
h6 a:visited {
	color:#2e2e2b;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
h1 a:visited:hover,
h2 a:visited:hover,
h3 a:visited:hover,
h4 a:visited:hover,
h5 a:visited:hover,
h6 a:visited:hover {
	color:#629fa6;
	text-decoration:none;
}
::selection,
::-moz-selection {
	background:#629fa6;
	color:#fff;
	text-shadow:none;
}
hr {
	border-color:#cacac2;
	color:#cacac2;
	margin:60px 0 50px;
}
blockquote {
	border-left:3px solid #629fa6;
	font-style:italic;
	margin-left:30px;
	padding-left:15px;
}

/* Required WP Styles */
.alignleft {
	display:inline;
	float:left;
	margin-right:10px;
}
.alignright {
	display:inline;
	float:right;
	margin-left:10px;
}
.aligncenter {
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	margin-top:10px;
}
.wp-caption {
	background:#eee;
	margin-bottom:20px;
	max-width:96%;
	padding:9px;
}
.wp-caption img {
	display:block;
	margin:0 auto;
	max-width:98%;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:12px;
}
.wp-caption .wp-caption-text {
	margin-bottom:10px;
	padding:10px 0 5px 40px;
	position:relative;
}
.wp-caption .wp-caption-text:before {
	font-size:14px;
	font-style:normal;
	font-weight:bold;
	left:10px;
	margin-right:5px;
	position:absolute;
	top:7px;
}
.sticky {
	clip:rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip:rect(1px, 1px, 1px, 1px);
	position:absolute !important;
}
.bypostauthor {
}

/* Inputs and Buttons */
input[type=text],
input[type=email],
textarea {
	background:#cacac2;
	background:url(images/bg_box.png);
	background:rgba(0,0,0,0.05);
	border:1px #b5b5ae solid;
	color:#2e2e2b;
	font-size:12px;
	margin-right:10px;
	padding:10px;
}
input[type=submit],
button,
.button {
	background-position:bottom;
	background-color:#e2e2e2;
	border:1px solid #a8a8a8;
	border-radius:2px;
	color:#4d4d4a !important;
	font-family:'Lucida Sans', 'Lucida Sans Unicode', 'Lucida Grande', Arial, sans-serif;
	font-size:12px;
	font-weight:800;
	line-height:12px;
	padding:10px;
	text-shadow:1px 1px 1px #fff;
}
input[type=submit]:hover,
button:hover,
.button:hover {
	cursor:pointer;
	background:#e9e9e9;
}
input[type=submit]:active,
button:active,
.button:active {
	background:#d8d8d8;
	box-shadow:0 1px 0 #f1f1ea;
}

/* Header */
#header {
	display:table;
}
#header .logo {
	margin-top:32px;
}
#header .logo a {
	background:url(images/logo.png) no-repeat;
	float:left;
	height:25px;
	text-indent:-9999px;
	width:277px;
}
#header .nav {
	font-family:'Quattrocento', Georgia, Times New Roman, serif;
	font-size:16px;
	margin:30px 0 54px;
}

/* Navigation */
.navbar ul {
	float:right;
	height:1em;
	margin:0;
	padding:0;
	position:relative;
	z-index:999;
}
.navbar ul li {
	float:left;
	list-style:none;
	margin-left:50px;
	zoom:1;
}
.navbar ul li:hover {
	position:relative;
}
.navbar ul li a {
	color:#fff;
	display:block;
	text-decoration:none;
	text-shadow:1px 1px 0 #597376;
}
.navbar ul li li a {
	color:#2e2e2b;
	text-shadow:1px 1px 0px #eeeeea;
}
.navbar ul li a:hover {
	color:#629fa6;
}
.navbar ul li ul,
.navbar ul li ul li ul {
	background:url(images/bg_body.jpg);
	box-shadow:1px 1px 3px #90908a;
	-webkit-box-shadow:1px 1px 3px #90908a;
	-moz-box-shadow:1px 1px 3px #90908a;
	display:none;
	font-size:14px;
	height:auto;
	width:180px;
	z-index:999;
}
.navbar ul ul ul {
	left:100%;
	top:0;
	visibility:hidden;
}
.navbar ul li:hover > ul {
	visibility:visible;
}
.navbar ul li ul li,
.navbar ul li ul li ul li {
	border-bottom:1px #cacac2 solid;
	float:none;
	margin:0 15px;
	padding:7px 0;
}
.navbar ul li ul li a {
	display:inline-block;
	width:100%;
}
.navbar ul li ul li:first-child {
	margin-top:6px;
}
.navbar ul li ul li:last-child {
	border:none;
	margin-bottom:2px;
}
.navbar ul li:hover ul {
	display:block;
	margin:0;
	padding:0;
	position:absolute;
}
.navbar ul li:hover li {
	float:none;
}
.navbar ul li:hover ul,
.navbar ul li.hover ul {
	display:block;
	margin:0;
	margin-left:-15px;
	padding:0;
	position:absolute;
}
.navbar ul li:hover ul ul,
.navbar ul li.hover ul ul {
	margin-left:0;
}
.navbar ul li:hover li,
.navbar ul li.hover li {
	float:none;
}

/* Ribbon */
#ribbon.home {
	background:url(images/bg_ribbon.jpg) repeat-x;
	height:366px;
}
#ribbon.page {
	background:url(images/bg_ribbon.jpg) repeat-x;
	border-bottom:1px solid #e2e4e1;
	overflow:hidden;
}
#ribbon .content h1 {
	color:#f5f5f5;
	margin-top:12px;
	text-shadow:1px 1px 0 #597376;
}
#ribbon .content .tagline {
	color:#728a90;
	float:right;
	font-family:'Quattrocento', Georgia, Times New Roman, serif;
	font-size:20px;
	margin-top:27px;
	text-shadow:1px 1px 0 #e0e0d5;
}

/* Homepage Slider */
.slide_frame {
	margin:0 auto;
	width:960px;
	height:364px;
	overflow:visible;
	margin-left: -10px;
	padding:16px 0 0 18px;
	background:url(images/slide_frame_bg.png) no-repeat top left;
}
.slide_frame.empty {
	background:url(images/slide_frame_bg_empty.png) no-repeat top left;
}
#slider {
	width:924px;
	height:396px;
	clear:both;
	overflow:hidden;
	position:relative;
}
#slider .mask {
	width:924px;
	overflow:hidden;
	position:relative;
}
.mask ul {
	width:99999px;
	overflow:hidden;
	position:relative;
	padding:0;
	margin:0;
	height:345px;
	list-style:none;
}
.mask ul > li {
	display:none;
	-webkit-backface-visibility:hidden;
}
.mask ul li {
	float:left;
	width:924px;
	margin-left:0;
}
.mask .slide {
	position:relative;
	width:924px;
}
.mask ul img {
	display:block;
	width:100%;
	height: auto;
	vertical-align:top;
}
.mask ul:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
html[xmlns] .mask ul {
	display: block;
}
* html .mask ul {
	height: 1%;
}
.mask .slide_content_holder {
	position:absolute;
	right:0;
	top:220px;
	width:924px;
}
.mask .slide_content {
	color:#fff;
	text-align:right;
	-webkit-font-smoothing:antialiased
}
.mask .slide_content h2.title {
	color:#fff;
	font-size:32px;
	line-height:32px;
	margin-bottom:0;
	padding-bottom:15px;
	text-shadow:none;
}
.mask .slide_content h3.subtitle {
	color:#629fa6;
	font-size:14px;
	margin-bottom:0;
	text-shadow:none;
}
.mask .slide_content span {
	background:#000;
	background:url(images/slide_content_bg.png);
	background:rgba(0,0,0,0.75);
	padding:5px 10px;
}
.pag_box {
	position:absolute;
	bottom:51px;
	float:right;
	left:50%;
	z-index: 9999;
}
.pag_frame {
	left:-50%;
	position:relative;
}
.pag_box ol {
	background:#fff;
	float:left;
	list-style:none;
	margin:0;
	padding:7px 8px 5px;
}
.pag_box ol li {
	display:inline;
	float:left;
	margin:0 5px;
}
.pag_box ol a {
	background:#fff;
	border-radius:17px;
	-webkit-border-radius:17px;
	-moz-border-radius:17px;
	box-shadow:inset 1px 1px 3px #828282;
	-webkit-box-shadow:inset 1px 1px 3px #828282;
	-moz-box-shadow:inset 1px 1px 3px #828282;
	display:block;
	height:17px;
	overflow:hidden;
	text-indent:-9999px;
	width:17px;
}
.pag_box ol a:hover {
	cursor: pointer;
}
.pag_box ol a:hover,
.pag_box ol a.flex-active {
	background:#99b5b9;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(177,198,201,1)), to(rgba(126,163,168,1))) !important;
	background-image:-moz-linear-gradient(rgba(177,198,201,1) 100%, rgba(126,163,168,1) 100%) !important;
	box-shadow:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
}

/* Sidebar and Widgets */
#wrapper3 {
	display: table;
	width: 940px;
	margin-top: 30px;
}
#sidebar {
	background:rgba(0,0,0,0.03);
}
.widget h3,
.home_widget h3 {
	background:url(images/widget_title.png) no-repeat;
	color:#f5f5f5;
	padding:9px 0 28px 14px;
	text-shadow:1px 1px 0 #597376;
}
.widget {
	height:auto;
	margin:20px 0 10px;
	padding:15px 20px;
}
.home_widget {
	margin-bottom:30px;
}

.widget #searchform input#s {
	width:145px;
}
.home_widget #searchform input#s {
	width:175px;
}
.widget ul,
.home_widget ul {
	margin-bottom:0;
}
.widget ul li,
.home_widget ul li {
	list-style:none;
	margin-left:0;
}
.widget ul li li,
.home_widget ul li li {
	margin-left:20px;
}

/* Twitter Feed Widget */
#twitter_feed li {
	border-bottom:1px #cacac2 solid;
	padding:10px 0;
}
#twitter_feed li.first {
	padding-top:0;
}
#twitter_feed li.last {
	border:none;
}
#twitter_feed li .timestamp {
	font-size:12px;
	text-align:right;
	text-transform:uppercase;
	width:100%;
}
.twitter_feed .follow {
	margin-bottom:10px;
}

/* Social Footer */
.social_bar {
	background:url(images/bg_social_footer.png);
	height:72px;
	margin-bottom:30px;
}
.social_bar .title {
	color:#fff;
	margin-top:19px;
	text-align:center;
	text-shadow: 1px 1px 0 #597376;
}
.social_bar .connect ul {
	height:61px;
	margin-right:40px;
}
.social_bar .connect ul li {
	display:inline;
	float:right;
	height:60px;
	list-style:none;
	margin-left:10px;
	margin-top:1px;
	padding:0 15px;
}
.social_bar .connect ul li.last {
	margin-left:0;
}
.social_bar .connect a {
	float:left;
	height:23px;
	margin-top:20px;
	text-indent:-9999px;
}
.social_bar .connect a.facebook {
	background:url(images/socialbar-facebook.png) no-repeat left top;
	width:103px;
}
.social_bar .connect a.twitter {
	background:url(images/socialbar-twitter.png) no-repeat left top;
	width:107px;
}
.social_bar .connect a.flickr {
	background:url(images/socialbar-flickr.png) no-repeat left top;
	width:73px;
}
.social_bar .connect a.youtube {
	background:url(images/socialbar-youtube.png) no-repeat left top;
	height:32px;
	margin-top:16px;
	width:77px;
}
.social_bar .connect a.vimeo {
	background:url(images/socialbar-vimeo.png) no-repeat left top;
	height:24px;
	margin-top:18px;
	width:81px;
}
.social_bar .connect a.facebook:hover,
.social_bar .connect a.twitter:hover,
.social_bar .connect a.flickr:hover,
.social_bar .connect a.vimeo:hover {
	background-position:0 -23px;
}
.social_bar .connect a.youtube:hover {
	background-position:0 -32px;
}
.social_bar .connect a.vimeo:hover {
	background-position:0 -24px;
}

/* Footer */
.push {
	clear:both;
	height:120px;
}
.push2 {
	clear:both;
	height:50px;
}
#footer {
	border-top:1px #cacac2 solid;
	clear:both;
	height:80px;
	padding-top:20px;
}
.footer_nav {
	text-align:right;
}
.footer_nav li {
	display:inline;
	list-style:none;
}
.footer_nav a:hover {
	text-decoration:none;
}

/* List Locations */
.list_locations li {
	border-bottom:1px #cacac2 solid;
	list-style:none;
	margin-left:0;
	padding:15px 0;
}
.list_locations li.first {
	background-position:0 6px;
	padding-top:0;
}
.widget .list_locations li {
	border-bottom:1px #cacac2 solid;
}
.list_locations li.last {
	border:none;
	padding-bottom:0;
}
.list_locations li h5 {
	margin-bottom:0;
}
.list_locations li p {
	color:#8b8b86;
	font-size:15px;
	margin-bottom:0;
}
.list_locations li .services {
	margin-bottom:0;
}
.list_locations li .services li {
	background:none;
	border:none;
	display:inline;
	font-size:14px;
	list-style:none;
	margin-left:0;
	margin-right:15px;
}
.widget .list_locations li .services li {
	padding:0 5px 0 0;
}
.list_locations li .link {
	background:#c4c4be;
	background:rgba(0,0,0,0.08);
	color:#f5f5f5;
	float:right;
	font-size:14px;
	height:20px;
	line-height:18px;
	padding:2px 12px;
	text-shadow:none;
	text-transform:uppercase;
}
.list_locations li .link:hover {
	background:#e5e5e0;
	background:rgba(255,255,255,0.3);
	color:#629fa6;
	text-decoration:none;
}

/* List Widgets */
.list_widget li {
	border-bottom:1px #cacac2 solid;
	list-style:none;
	margin-left:0;
	padding:15px 0;
}
.list_widget li.first {
	padding-top:0;
}
.widget .list_widget li {
	border-bottom:1px #cacac2 solid;
}
.list_widget li.last {
	border:none;
	padding-bottom:0;
}
.list_widget li img {
	box-shadow:1px 1px 2px #787871;
	-webkit-box-shadow:1px 1px 2px #787871;
	-moz-box-shadow:1px 1px 2px #787871;
	float:left;
}
.widget .list_widget li img {

}
.list_widget li h5,
.list_widget li p {
	margin-bottom: 0;
	margin-left: 90px;
}
.widget .list_widget li h5,
.widget .list_widget li p {
	width:169px;
}
.list_widget li p {
	color:#8b8b86;
	font-size:14px;
}
.list_widget li a {
	color:#2e2e2b;
}
.list_widget li a:hover {
	color:#629fa6;
	text-decoration:none;
}
.list_widget li h5.left,
.list_widget li p.left {
	margin-left: 0;
}
.list_widget li .noresults {
	float: none !important;
	margin-left: 0;
	font-size: 16px;
}

/* Giving Widgets */
.give_paypal .branding,
.give_easytithe .branding {
	margin-top:30px;
}

/* Posts */
.post .left {
	float:left;
	width:400px;
}
.post .right {
	float:right;
}
.post .excerpt {
	clear:both;
}
.post {
	border-top:1px #cacac2 solid;
	padding:30px 0 10px;
}
.post.first {
	border:none;
	padding-top:0;
}
.post img {
	box-shadow:1px 1px 2px #787871;
	-webkit-box-shadow:1px 1px 2px #787871;
	-moz-box-shadow:1px 1px 2px #787871;
}
.post .image {
	float:right;
	padding:0 0 20px 20px;
}
.post .date {
	color:#8b8b86;
	font-size:14px;
	padding-bottom:15px;
	text-transform:uppercase;
}
.edit-post {
	clear:both;
	margin:20px 0;
}

/* Pagination */
.pagination {
	clear:both;
	margin:0;
	padding:80px 0 0;
	width:100%;
}
.pagination li {
	background:#bbbbaf;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.4)), to(rgba(0,0,0,0))) !important;
	background-image:-moz-linear-gradient(rgba(255,255,255,0.4) 0%, rgba(0,0,0,0) 100%) !important;
	border:1px #ababa2 solid;
	display:inline;
	list-style:none;
	margin-left:0;
	margin-right:10px;
	padding-bottom:4px;
	text-shadow:1px 1px 0 #cecec7;
}
.pagination li:hover,
.pagination li.active {
	background:#629fa6;
	background:-moz-linear-gradient(100% 100% 90deg, #eb8922, #a65703);
	background:-webkit-linear-gradient(100% 100% 90deg, #eb8922, #a65703);
	background:-o-linear-gradient(100% 100% 90deg, #eb8922, #a65703);
	border:1px #5a8085 solid;
	text-shadow:none;
}
.pagination li a {
	color:#292c2e;
	font-size:14px;
	padding:0 10px;
}
.pagination li:hover a,
.pagination li.active a {
	color:#f5f5f5;
}
.pagecount {
	font-size:14px;
	padding-top:10px;
}

/* Single */
.single .prev {
	float:left;
	margin:20px 0;
}
.single .next {
	float:right;
	margin:20px 0;
}
.single .social {
	clear:both;
	padding:10px 0 10px;
}
.single .social ul li {
	list-style:none;
	display:block;
	margin-bottom:10px;
	margin-left:0;
}

/* Post Comments */
.single-comment {
	background:#cacac2;
	background:url(images/bg_box.png);
	background:rgba(0,0,0,0.05);
	border-top:1px #f1f1ea solid;
	box-shadow:1px 1px 2px #787871;
	-webkit-box-shadow:1px 1px 2px #787871;
	-moz-box-shadow:1px 1px 2px #787871;
	padding:20px;
}
ul.children {
	margin-bottom:0;
	margin-top:10px;
}
ol li.comment {
	list-style:none;
	margin-bottom:10px;
	margin-left:0;
}
ul.children li {
	margin-bottom:10px;
	margin-left:50px;
}
.comment-author {
	float:left;
}
.commentmetadata {
	float:right;
	font-size:14px;
	text-align:right;
}
.comment-edit-link {
	float:right;
}
.comment-body {
	clear:both;
}
#respond {
	margin-top:30px;
}
#respond label {
	clear:left;
	float:left;
	margin-top:10px;
	width:auto !important;
}
#respond span.required {
	float:left;
	margin:10px 0 0 5px;
}
#commentform {
	margin-bottom:80px;
}
#commentform p.comment-notes span.required {
	margin:0 5px 0 0 !important;
}
#respond #commentform textarea, #respond #commentform input {
	clear:both;
	float:left;
}
#respond .comment-form-comment textarea, #respond .comment-form-comment input {
	background:#cacac2;
	background:url(images/bg_box.png);
	background:rgba(0,0,0,0.05);
	border:none;
	box-shadow:1px 1px 2px #787871;
	-webkit-box-shadow:1px 1px 2px #787871;
	-moz-box-shadow:1px 1px 2px #787871;
	font-weight:normal;
	padding:10px;
}
#cancel-comment-reply-link {
	font-size:14px;
	padding-left:10px;
}
#respond .form-allowed-tags {
	clear:both;
	padding-top:4px;
}
#respond code {
	font-size:14px;
}

/* Sermon Media */
.single-ct_sermon .meta {
	float:left;
	width:100%;
}
.ct_sermon .meta p,
.single-ct_sermon .meta p {
	float:left;
	width:206px;
}
.ct_sermon .meta p span,
.single-ct_sermon .meta p span {
	font-family:'Quattrocento', Georgia, Times New Roman, serif;
	font-size:12px;
	text-transform:uppercase;
}
.single-ct_sermon .meta p a {
	clear:left;
	float:left;
}
.single-ct_sermon.single .image {
	float: none;
	padding: 0;
}
.single-ct_sermon .video_player {
	clear:both;
}
.single-ct_sermon .audio_player {
	clear:both;
	margin-top:20px;
}
.single-ct_sermon .bible_refs ul li {
	list-style:none;
	margin-left:0;
}
.single-ct_sermon .action {
	margin-top:50px;
}
.single-ct_sermon .action ul {
	margin-top:10px;
}
.single-ct_sermon .action ul li {
	display:inline;
	line-height:50px;
	list-style:none;
	margin-left:0;
	margin-right:10px;
	white-space:nowrap;
}
.single-ct_sermon .action a.button {
	margin-top:30px;
}
.single-ct_sermon .action a img {
	margin-left:-5px;
}

/* Sermon Filtering */
#sermon-filter {
	margin-bottom:50px;
}
#sermon_filter {
	clear:both;
	overflow:hidden;
	padding:0;
}
#sermon_filter div {
	width:275px;
	padding:0 12px 12px 0;
	float:left;
}
#sermon_filter input {
	font-size:14px;
	height:31px;
	border:none;
}
#sermon_filter input.button {
	font-size:12px;
	height:auto;
}
.selectbox-wrapper {
	position:absolute;
	z-index:9999;
	overflow:auto;
	background:url(images/bg_selectmenu1.png) no-repeat -1px bottom;
}
.selectbox-wrapper ul {
	background:url(images/bg_selectmenu.png) repeat-x left bottom;
	border-left:1px solid #d1d2c6;
	border-right:1px solid #d1d2c6;
	list-style-type:none;
	margin-bottom:0;
}
.selectbox-wrapper ul li.selected,
.selectbox-wrapper ul li.current {
	background:#629fa6;
	background-image:-webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.4)), to(rgba(0,0,0,0))) !important;
	background-image:-moz-linear-gradient(rgba(255,255,255,0.4) 0%, rgba(0,0,0,0) 100%) !important;
	color:#f5f5f5;
	padding:2px;
	text-shadow:none;
}
.selectbox-wrapper ul li {
	cursor:pointer;
	display:block;
	font-size:14px;
	line-height:24px;
	list-style-type:none;
	margin:0 !important;
	padding:2px;
	text-indent:10px;
	text-shadow:1px 1px 0 #d6d6cd;
}
.selectbox {
	background:none;
	background:url(images/selectmenu.png) no-repeat left top !important;
	color:#292c2e;
	cursor:pointer;
	display:block;
	font-family:'News Cycle', 'Helvetica Neue', Arial, sans-serif;
	font-size:14px;
	height:31px;
	line-height:26px;
	margin:0;
	padding:0 !important;
	text-align:left;
	text-indent:10px;
	width:275px;
}
#sermon_filter .sermon_keywords {
	width:255px;
	font-family:'News Cycle', 'Helvetica Neue', Arial, sans-serif;
	padding:0 10px 0;
	background:url(images/filterinput.png) no-repeat left top !important;
}

/* Locations */
.single-ct_location.single .image {
	float: none;
	padding: 0 0 20px;
}
.single-ct_location small a {
	color:#629fa6 !important;
}
.ct_location_address {
	color:#8b8b86;
}
.ct_location_services h4 {
	margin-bottom: 5px;
}
.ct_location_services ul li {
	display:inline;
	list-style:none;
	margin-left:0;
	margin-right:30px;
}

/* People */
.single .image {
	float:right;
	padding:0 15px 15px;
}
.single .image img {
	box-shadow:1px 1px 2px #787871;
	-webkit-box-shadow:1px 1px 2px #787871;
	-moz-box-shadow:1px 1px 2px #787871;
}
.ct_person_contact ul li {
	list-style:none;
	margin-left:0;
}
.ct_person_contact ul li span {
	font-family:'Quattrocento', Georgia, Times New Roman, serif;
	font-size:14px;
	padding-right:12px;
	text-transform:uppercase;
}
.ct_person_social ul li {
	display:inline;
	float:left;
	list-style:none;
	margin-left:0;
	margin-right:15px;
}
.ct_person_social ul li a {
	float:left;
	height:23px;
	margin-bottom:15px;
	width:24px;
}
.ct_person_social ul li a.delicious,
.ct_person_social ul li a.facebook,
.ct_person_social ul li a.flickr,
.ct_person_social ul li a.lastfm,
.ct_person_social ul li a.linkedin,
.ct_person_social ul li a.myspace,
.ct_person_social ul li a.picasa,
.ct_person_social ul li a.ping,
.ct_person_social ul li a.posterous,
.ct_person_social ul li a.tumblr,
.ct_person_social ul li a.twitter,
.ct_person_social ul li a.vimeo,
.ct_person_social ul li a.wordpress,
.ct_person_social ul li a.youtube {
	background:url(images/icon-social.png) no-repeat left top;
}
.ct_person_social ul li a.delicious {
	background-position:0 0;
}
.ct_person_social ul li a.delicious:hover {
	background-position:0 -24px;
}
.ct_person_social ul li a.facebook {
	background-position:-24px 0;
}
.ct_person_social ul li a.facebook:hover {
	background-position:-24px -24px;
}
.ct_person_social ul li a.flickr {
	background-position:-48px 0;
}
.ct_person_social ul li a.flickr:hover {
	background-position:-48px -24px;
}
.ct_person_social ul li a.lastfm {
	background-position:-72px 0;
}
.ct_person_social ul li a.lastfm:hover {
	background-position:-72px -24px;
}
.ct_person_social ul li a.linkedin {
	background-position:-96px 0;
}
.ct_person_social ul li a.linkedin:hover {
	background-position:-96px -24px;
}
.ct_person_social ul li a.myspace {
	background-position:-120px 0;
}
.ct_person_social ul li a.myspace:hover {
	background-position:-120px -24px;
}
.ct_person_social ul li a.picasa {
	background-position:-144px 0;
}
.ct_person_social ul li a.picasa:hover {
	background-position:-144px -24px;
}
.ct_person_social ul li a.ping {
	background-position:-168px 0;
}
.ct_person_social ul li a.ping:hover {
	background-position:-168px -24px;
}
.ct_person_social ul li a.posterous {
	background-position:-192px 0;
}
.ct_person_social ul li a.posterous:hover {
	background-position:-192px -24px;
}
.ct_person_social ul li a.tumblr {
	background-position:-216px 0;
}
.ct_person_social ul li a.tumblr:hover {
	background-position:-216px -24px;
}
.ct_person_social ul li a.twitter {
	background-position:-240px 0;
}
.ct_person_social ul li a.twitter:hover {
	background-position:-240px -24px;
}
.ct_person_social ul li a.vimeo {
	background-position:-264px 0;
}
.ct_person_social ul li a.vimeo:hover {
	background-position:-264px -24px;
}
.ct_person_social ul li a.wordpress {
	background-position:-288px 0;
}
.ct_person_social ul li a.wordpress:hover {
	background-position:-288px -24px;
}
.ct_person_social ul li a.youtube {
	background-position:-312px 0;
}
.ct_person_social ul li a.youtube:hover {
	background-position:-312px -24px;
}

/* Events Manager Plugin Styles */
.em-calendar {
	width:100%;
}
#em-loading {
	background:#0e0f10 url(images/loading.gif) 50% 50% no-repeat !important;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	filter:alpha(opacity=50) !important;
	opacity:0.5 !important;
}
.em-name {
	float:left;
	clear:left;
}
.em-name h5 {
	margin-bottom:5px;
}
.em-date {
	clear:right;
	color:#8b8b86;
	float:right;
	font-size:13px;
}
.em-location-map {
	text-shadow:none;
}
table.em-calendar td.eventful a,
table.em-calendar td.eventful-today a {
	color:#629fa6;
}
table.em-calendar td.eventful a:hover,
table.em-calendar td.eventful-today a:hover {
	color:#8b8b86;
}
.eventless-today {
	background-color:#cacac2 !important;
	background:url(images/bg_box.png) !important;
	background:rgba(255,255,255,0.1) !important;
}
.dbem-calendar .dbem-calendar-table {
	clear:both;
	width:280px;
}
.dbem-calendar .eventless-today,
.dbem-calendar .today {
	background:#cacac2 !important;
	background:url(images/bg_box.png) !important;
	background:rgba(255,255,255,0.1) !important;
}
.ui-datepicker {
	box-shadow:1px 1px 2px #787871;
	-webkit-box-shadow:1px 1px 2px #787871;
	-moz-box-shadow:1px 1px 2px #787871;
}
.ui-datepicker * {
	font-weight:400 !important;
}
.ui-widget-content {
	background:#e2e2e2 !important;
	border:1px solid #b5b5ae !important;
	color:#2e2e2b !important;
}
.ui-widget-header {
	background:url(images/bg_social_footer.png) !important;
	border:none !important;
}
.ui-widget-header .ui-icon-circle-triangle-w,
.ui-widget-header .ui-icon-circle-triangle-e {
	background-image:url(images/ui-icons_256x240.png) !important;
}
.ui-datepicker-prev-hover {
	left:2px !important;
}
.ui-datepicker-next-hover {
	right:2px !important;
}
.ui-datepicker-prev-hover,
.ui-datepicker-next-hover {
	background:none !important;
	border:none !important;
	cursor:pointer;
	top:2px !important;
}
.ui-state-default {
	background:url(images/bg_body.jpg) !important;
	border:none !important;
	color:#a9a99f !important;
	text-align:center !important;
}
.ui-state-hover {
	color:#629fa6 !important;
}
.ui-datepicker-today .ui-state-highlight {
	background:#629fa6 !important;
	color:#1e2225 !important;
	text-shadow:none !important;
}
.em-events-search-form input,
.em-events-search-form select {
	margin-bottom:15px;
}
#current-events {
	margin-top:20px;
	width:100%;
}
#current-events th {
	background:url(images/bg_social_footer.png);
	border:0;
	color:#f5f5f5;
	font-weight:400;
	padding:2px 10px;
	text-align:left;
	text-shadow:1px 1px 0 #597376;
	text-transform:uppercase;
}
#current-events td {
	padding:2px 10px 10px;
}

/* Audio Player Plugin Styles */
.mejs-container.mejs-audio,
.mejs-container.mejs-video {
	text-shadow: none;
	background: #ffffe2;
}
.mejs-container.mejs-audio .mejs-controls,
.mejs-container.mejs-video .mejs-controls {
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(50,50,50,0.35)), to(rgba(0,0,0,0.5)));
	background: -webkit-linear-gradient(top, rgba(50, 50, 50, 0.35), rgba(0, 0, 0, 0.5));
	background: -moz-linear-gradient(top, rgba(50,50,50,0.35), rgba(0,0,0,0.5));
	background: -o-linear-gradient(top, rgba(50,50,50,0.35), rgba(0,0,0,0.5));
	background: -ms-linear-gradient(top, rgba(50,50,50,0.35), rgba(0,0,0,0.5));
	background: linear-gradient(rgba(50,50,50,0.35), rgba(0,0,0,0.5));
}
.audioplayer_container span{
	background:none !important;
	border:none !important;
}

/* Reftagger Plugin Styles */
.lbsTooltip {
	background:#eee;
	text-align:left;
	text-indent:0;
	text-shadow:none;
	z-index:99;
}
.lbsTooltip div {
	text-align:left;
}
.lbsTooltipHeader {
	background:#eee;
	border:0;
	color:#222;
	font-family:Arial,Helvetica,serif;
	font-size:16px;
	letter-spacing:-1px;
	margin:0;
	padding:10px 10px 0;
	position:relative;
}
.lbsTooltipBody {
	border:0;
	line-height:16px;
	margin:0;
	padding:2px 8px 0;
	position:relative;
	z-index:2;
}
.lbsTooltipBody p,
.lbsTooltipBody span {
	color:#222;
	display:inline;
	font-family:Arial,Helvetica,serif;
	font-size:13px;
	line-height:12px;
}
.lbsTooltipFooter {
	border:0;
	bottom:-4px;
	font-family:Arial,Helvetica,serif;
	font-size:11px;
	margin-top:4px;
	position:absolute;
	text-align:right;
}
.lbsTooltipFooter a:link,
.lbsTooltipFooter a:visited {
	border-bottom:none;
	color:gray;
	font-family:Arial,Helvetica,serif;
	font-size:11px;
	text-decoration:none;
}
.lbsTooltipFooter a:hover {
	color:#629fa6;
	font-family:Arial,Helvetica,serif;
	font-size:11px;
	text-decoration:none;
}
.lbsTooltipFooter div {
	text-align:right;
}
.lbsTooltipBody .ch-ref,
.lbsTooltipBody .verse-ref {
	font-size:85%;
	position:relative;
	top:-1px;
}
.lbsTooltipBody .ch-ref {
	font-weight:normal;
}
.lbsTooltipBody .verse-ref {
	color:gray;
}
.lbsTooltip,
.lbsTooltipBody span,
.lbsTooltip a,
.lbsTooltipBody p {
	margin:0;
	padding:0;
}
.lbsLibronix img {
	float:none !important;
}


/**
 * ChurchThemes Responsive Styles
 */
.responsive-css #header .logo a {
	width: 100% !important;
	background-size: 100% !important;
}

.responsive-css .slide_frame {
	padding: 20px 0 10px;
}

.responsive-css #slider {
	width: auto;
	height: auto;
	border: 6px solid #fff;
}

.responsive-css #slider .mask {
	width: auto;
}

.responsive-css .mask ul {
	width: auto;
	height: auto;
}

.responsive-css .mask ul li {
	width: auto;
}

.responsive-css .mask .slide {
	width: auto;
}

.responsive-css .mask .slide_content_holder {
	width: auto;
	top: auto;
	bottom: 45px;
}

.responsive-css .pag_box {
	bottom: 0;
}

@media screen and (max-width: 767px) {

	.responsive-css #header .nav {
		margin: 0;
	}

	.responsive-css .navbar-select {
		margin-top: 30px;
	}

	.responsive-css #ribbon {
		margin-top: -15px;
	}

	.responsive-css #ribbon .content h1 {
		margin-top: 25px;
	}

	.responsive-css .mask .slide_content_holder {
		bottom: 8px;
	}

	.responsive-css .social_bar {
		height: auto;
		padding-bottom: 10px;
		background-position: left top;
		background-repeat: no-repeat;
	}

	.responsive-css .social_bar .title {
		height: 60px;
	}

	.responsive-css .social_bar .title h3 {
		margin: 20px 0;
	}

	.responsive-css .social_bar .connect {
		display: table;
		margin: 0 auto;
		padding-top: 20px;
	}

	.responsive-css .social_bar .connect ul {
		min-width: 100%;
		margin: -20px 0 0;
		list-style: none;
	}

	.responsive-css .social_bar .connect ul li {
		display: inline;
		float: right;
		margin: 0;
	}

}
