/*
Theme Name: Victory Church
Theme URI: http://victorychurchapopka.com
Description Main Template Design for the Victory Church Website
Author: Benjamin Bankson
Author URI: http://benbankson.com
Tags: blue, victory church, fixed
Version: 1.0
*/
@charset "UTF-8";
/* CSS Document */

/* Reset */
h1,h2,h3,h4,h5,h6,ul,li,p,a img{
	border:none;
	padding:0;
	margin:0;
	font-size:14px;
	list-style-type:none;
	letter-spacing:.03em;	
}

/******** Main Layout Styles ********/
body{
	margin:0px;
	font-family:  "Century Gothic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	color:#444242;
	background-color:#001a39;
}

#topBarWrap{width:100%; background:#333; border-bottom: 1px solid #555; border-top: 1px solid #222;}
#topBar{width:860px; height:30px; margin:0px auto; color:#aaa; font-size:12px;}
#twitterFeed{background: url(graphics/icons/Twitter.png) no-repeat 0px 4px; padding: 8px 0px 8px 40px; width:650px; overflow:hidden; float:left;}
#topNav{padding: 6px 0px 8px 40px; float:right;}
#topNav a{color:#aaa; font-size:13px;}

#wrap{
	width:100%;
}

#headerWrap{
	background: #00203e url(graphics/header_bg.jpg) repeat-x;
}

#header{
	background: url(./graphics/header_world_bg.jpg) repeat-x;
	color:#ffffff;
	padding-top: 130px;
	width: 860px;
	margin:0px auto;
	text-align:center;
	position:relative;
}

#logo{
	position:absolute;
	left:0px;
	top:30px;
}


#mainNav{
	padding-bottom:35px;
	width:860px;
	margin:2px auto;
}

#mainNav .left{
	width:525px;	
}

#bodyWrap{
	background-color: #f7f7f7;
}

#body{
	width:860px;
	margin:0px auto;
	padding:20px;
}

#footerWrap{
	background: #001a39 url(./graphics/footer_bg.png) repeat-x;
}

#footer{
	color:#FFFFFF;
	padding: 20px 10px 40px 10px;
	width:860px;
	margin:0px auto;
	height:239px;
		
}
#footer p {
	font-size:12px;	
}

/* Social Links */

#socialLinks{
	margin:30px;
	text-align:center;
	padding-right:20px;
}


/******** Main Text Styles ********/

h1{
	font-size:28px;
	margin:5px 0px 10px 0px;
	color:#002e4c;
	text-transform:uppercase;
	font-weight:normal;
}

h2{
	color:#002e4c;
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
	margin:15px 0px 15px 0px;
}

h3{
	font-size:16px;
	color:#002e4c;
	text-transform:uppercase;
}


h4{
	line-height:18px;
	text-transform:uppercase;
	padding:5px 0px;
}

h4 a{
	color:#474747;
	text-decoration:none;
}
h4 a:hover{
	color:#218fa6;
}

h3, h4, p{
	line-height:20px;
}

#content h3{
	padding:5px 5px;
	background:#e5e5e5;	
}

hr{
 border-top:1px solid #aaa;
 border-left:none;
 border-right:none;
 border-bottom:none;
 clear:both;	
}

#content p{
	font-size:14px;
	padding-bottom:10px;
	text-align:left;
	letter-spacing:.02em;
}

    img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

    img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

    img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

    .alignright {
    float: right;
    }

    .alignleft {
    float: left;
    }

a{
	color:#218fa6;
	text-decoration:none;
	cursor:pointer;
}

a:hover{
	text-decoration:underline;
}

.button{
	font-size:14px;
	text-transform:uppercase;
	text-decoration:none;
	color:#ffffff;
	padding: 10px;
    margin:10px 0px;
	
	-moz-border-radius: 5px; /* FF1+ */
  	-webkit-border-radius: 5px;  /* Saf3-4, iOS 1+, Android 1.5+ */
    border-radius: 5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */

	border:1px solid #0d3467;

	background-color: #0c203b;	
}

.button:hover{
	border: 1px solid #333;
	background-color: #333;
	text-decoration:none;		
}

.lowercase{
   text-transform:capitalize;	
}

.label{
	float:left;
	margin-right:20px;	
}


.copyright{
	font-size:10px;
	text-transform:uppercase;
}

#siteInfo a{
	text-decoration:none;
	color:#1488a1;
}
#siteInfo a:hover{
	text-decoration:underline;
}

/* table styles */

thead{fonts-size: 16px; background:#eee; font-weight:bold; text-align:left;}
tbody{font-size:14px;}

/* general layout styles */
.left {
	float:left;
		

}

.right {
	float:right;

}



/* social links */ 

#socialLinks a{
	height:25px;
	display:inline-block;
	text-decoration:none;
}
a.facebook{
	width:106px;
	background:url(./graphics/social_logos.png) no-repeat -4px -46px;
}
a.twitter{
	width:86px;
	background:url(./graphics/social_logos.png) no-repeat -4px 0px;
}
a.ustream{
	width:90px;
	background:url(./graphics/social_logos.png) no-repeat -4px -22px;
}

a.facebook:hover{
	background-position:-108px -46px;
}
a.twitter:hover{
	background-position:-108px 0px;
}
a.ustream:hover{
	background-position:-108px -22px;
}

/* Bottom Navigation */
#bottomNav{
	text-align:center;
	margin-bottom:20px;
}

#bottomNav ul{
	margin-bottom: 10px;
}

#bottomNav ul li{
	display:inline;
	padding: 0px 5px 0px 3px;
	border-right: 1px solid #f7f7f7;
	font-size:14px;
}

#bottomNav ul li:last-child{
border-right:none;
}

#bottomNav #sublinks li{
	font-size:11px;
}

#bottomNav li a{
	color:#ffffff;
	text-decoration:none;
}

#bottomNav li a:hover{
	text-decoration:underline;
}




/******** front/child page ********/

#topBoxWrap{
	background-color:#dddddd;
	border-bottom: 1px solid #cbcbcb;
	
}

#topBox{
	width:860px;
	padding:20px 0px;
	margin:0px auto;
	overflow:hidden;
}

#middleWrap{
	background: url(./graphics/pattern_rope.png) repeat-x 0px -6px;
	background-color: #f7f7f7;
	overflow:hidden;	
	border-top:1px solid #ddd;
}

#middleWrapBottom{
	background: url(./graphics/pattern_rope.png) repeat-x 0px 0px;
	background-color: #f7f7f7;
	height:25px;
}

#bottomBoxWrap{
	background-color: #f7f7f7;
	padding: 15px 0px;
	overflow:hidden;
}

#middle, #bottomBox{
	width:860px;
	margin: 0px auto;
	overflow:hidden;
}

#middle{
	padding-bottom:20px;	
}

/******** child page layout ********/

#pageHeader{
	margin-top:1px;
	width:860px;
	overflow:hidden;	
}

#sidebar{
	width:250px;
	min-height:300px;
	margin-top:25px;
	margin-bottom:20px;
	float:left;
}

#contentHeader{
	float:right;
	width:580px;
	display:block;	
	margin-top:1px;
	overflow:hidden;
}

#content{
	width:560px;
	margin:35px 0px;
	margin-right:30px;
	padding:10px;
	float:left;
	
}

#content.fullWidthPage{
	width:900px;
	margin-right:0px;

}



/********* front page styles ************/

/* slideshow */

.featuredbox-wrapper{
	padding: 8px;
	background:#AAA;
	border: solid 1px #666;
	margin-left:0px;
	margin-top:2px;
	overflow:hidden;
	float:left;
}

.featuredbox-wrapper ul, .featuredbox-wrapper ul li{
	margin:0px;
	padding:0px;	
}

.featuredbox{
	width:520px;
	height:250px;
	border:1px solid #999;
	overflow:hidden;	
	position:relative;
}

/*.featuredbox .description{

	bottom: 0px;
	left: 0px;
	padding: 10px 10px 5px 30px;
	font-size: 12px;
	color: #FFF;
	width: 200px;
	height: 20px;
	position: absolute;
	font-style:italic;
	font-weight:normal;
	/*background:transparent url(./graphics/bg_black_transparent.png) repeat scroll 0 0;* /

}
.featuredbox-wrapper .navigation{
	margin:0px auto;
	padding:0px;
	z-index:100;	
	height: 20px;
}
.featuredbox-wrapper .navigation ul{
	list-style: none;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float:right;
}
.featuredbox-wrapper .navigation li{
	float: left;
	height: 20px;
	width: 20px;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	background-color: #FF0000;
	background:transparent url(./graphics/slideshow/inactive.png) no-repeat scroll 0px 5px;
}
.featuredbox-wrapper .navigation li.hover{
	cursor:pointer;
}
.featuredbox-wrapper .navigation li.active{
	background:transparent url(./graphics/slideshow/active.png) no-repeat scroll 0px 5px;
}

.featuredbox .box-slide1,
.featuredbox .box-slide2 {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 250px;
    width: 520;
    z-index: -1;
	color: #000;	
}
*/
.small {
	font-style: italic;
	font-size: 12px;
	padding: 4px 0px 14px 0px;
}



/* Welcome Nav */

#welcomeNav{
	text-align:left;
	background:#777;
	border-bottom:1px solid #777;
	overflow:hidden;
	
	
	background-color: #777777;
	background-image: -moz-linear-gradient(top, #777777, #444444); 
	background-image: -ms-linear-gradient(top, #777777, #444444); 
	background-image: -o-linear-gradient(top, #777777, #444444); 
	background-image: -webkit-gradient(linear, left top, left bottom, from(#777777), to(#444444)); 
	background-image: -webkit-linear-gradient(top, #777777, #444444); 
	background-image: linear-gradient(top, #777777, #444444);
			  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#777777', EndColorStr='#444444'); 

	
   
}

#welcomeNav li{
	float:left;
	padding:10px 8px;
	text-align:center;
	font-weight:bold;
	font-size:13px;
	letter-spacing:0em;
	
     text-shadow: 1px 1px 1px #333; 

}

#welcomeNav li{
	color:#cccccc;
}

#welcomeNav li:hover, #welcomeNav li.current{
	color:#ffffff;
	text-decoration:none;
	cursor:pointer;
	background:#777;
}

/*welcome box */

#welcomeBox{
	width:310px;
	height:291px;
	margin-right:2px;
	margin-top:2px;
	float:right;
	color:#ffffff;
	overflow:hidden;
	border:1px solid #555;
	
	background-color: #888;
  background-image: -moz-linear-gradient(top, #888, #444444); /* FF3.6 */
  background-image: -ms-linear-gradient(top, #888, #444444); /* IE10 */
  background-image: -o-linear-gradient(top, #888, #444444); /* Opera 11.10+ */
  background-image: -webkit-gradient(linear, left top, left bottom, from(#888), to(#444444)); /* Saf4+, Chrome */
  background-image: -webkit-linear-gradient(top, #888, #444444); /* Chrome 10+, Saf5.1+ */
	
	
}

#welcomeBox .content{
	margin:5px 20px;
	display:none;
}

#welcomeBox h4{
	font-size:16px;
	font-weight:bold;
	margin:15px 0px 5px 0px;
     text-shadow: 1px 1px 1px #333; 
}

#welcomeBox .content p{
	text-align:justify;
	font-size:13px;
	line-height:16px;
     text-shadow: 1px 1px 1px #444; 
}

#welcomeBox a{
	font-weight:bold;
	color:#ff9900;	
}

/* Welcome box styles */

span.contact_address, span.contact_city, span.contact_phone, span.contact_email {
	font-size:14px;
	text-transform:uppercase;
	line-height:20px;
	padding-left:40px;
     text-shadow: 1px 1px 1px #444; 
}
span.contact_address {
	background:url(graphics/icons/map_pin.png) no-repeat 10px 0px;
}
span.contact_phone{
	background:url(graphics/icons/comment.png) no-repeat 10px 0px;
	font-style:italic
}
span.contact_email {
	background:url(graphics/icons/mail.png) no-repeat 10px 0px;
}

span.service_time, span.service_description {
	line-height:24px;
     text-shadow: 1px 1px 1px #444;
}

span.service_time{
	font-weight:normal;
	padding-left:10px;
}
span.service_description{
	font-weight:bold;
	padding-left:10px;
}

/*********childpage styles **************/

/* side navigation */

.sideNav{
	margin:0px;
	padding:0px;
	margin-top:20px;
	margin-bottom:20px;
	text-transform:uppercase;
	overflow:hidden;	
}

.sideNav li{
	
	width:240px;
}


.sideNav li a{
	 display:block;
	 font-size:16px;
	 width:230px;
	 padding:10px 10px;
	 color:#444242;
	 font-weight:normal;
	 border-bottom:1px dashed #999;	
}


.sideNav li a:hover{
	text-decoration:none;
	background:#e5e5e5;
}


.sideNav .children li a{
	width:240px;
	font-size:14px;
	text-indent:15px;
	border-bottom:1px dashed #999;	
}

.sideNav .current_page_item a{
	background:#e5e5e5;
}

.sideNav .current_page_item li a{
	background:#f7f7f7;	
}
.sideNav .current_page_item li a:hover{
	background:#e5e5e5;	
}

/* post styles */
#postThumbnail{
	float:left;
}

#postThumbnail img{
	width: 120px;
	height:120px;
	margin-top:3px;
	margin-left:0px;
	margin-right:20px;
		
}

p#breadcrumbs{
	padding:3px 0px;	
}

/* page of posts styles */

#content div.post{
	margin:-1px 0px 0px 0px;
	padding:20px;
	border-top: 1px dashed #aaa;	
	border-bottom: 1px dashed #aaa;	
	overflow:hidden;
}

#content div.post:hover{
	background-color: #eee;	
}

#content div.post .postDetails{
	float:left;	
	width:300px;
}

#content div.post h2 a{
	color:#002e4c;
}

#content div.post h2 a:hover{
	color:#218fa6;
}

#content div.post .postThumbnail{
	width:60px;
	height:60px;
	padding:5px;
	border:1px solid #aaa;	
	float:left;
	margin-right:20px;
	overflow:hidden;
}
#content div.post .postThumbnail img{
	width:60px;
	height:60px;
	margin:0px;
	padding:0px;
	border: 0px;	
}

#content div.post .postThumbnail .placeholder{
	width:60px;
	height:60px;
	background:#999;
}


/******** blocks ********/
.block{
	width:250px;
	float:left;
	margin:0px 0px;
	margin-left:44px;
}

#sidebar .block{
	width:250px;
	margin:10px 0px;
	margin-left:0px;	
}

#featuredLinks.block{
	margin-right:0px;	
}

.block.vc-news-widget{
	margin-left:0px;	
}

.block:first-child{
	margin-right:0px;
	margin-left:0px;	
}

.block li{
	padding: 10px 10px 10px 10px;
	border-bottom: 1px dashed #DDD;
	overflow:hidden;
}

.block li:last-child{
	border-bottom:none;
}

.block li:hover{
	background-color:#e0e0e0;
}
 
.block div.header{
	border-bottom:1px solid #CCC;
	overflow:hidden;
}

.block .title{
	float:left;
	padding:5px;
	font-size:22px;
	font-weight:normal;
	line-height:24px;
	color:#444242;
	text-transform:Capitalize;
	
	text-shadow: 1px 1px 1px #fff; /* FF3.5+, Opera 9+, Saf1+, Chrome */

}

.block h4{
	text-transform:none;
	padding:0px 0px;	
	font-weight:normal;
}

.events li{
	padding-left:40px;
	background:url(./graphics/icons/calendar_24x24.png) 10px 10px no-repeat; 
}

.news li{
	padding-left:40px;
	background:url(./graphics/icons/news_24x24.png) 10px 10px no-repeat; 
}

.featuredLinks li{
	padding-left:50px;
	background:url(./graphics/icons/arrow_right_24x24.png) 10px 10px no-repeat;
}
 
 #featuredLinks li{
	padding: 5px;
	border:none;
}
 
 #featuredLinks img{
 	padding:2px;
	border: 1px solid #444242;
	background-color:#ffffff;
	width:58px;
	height:58px;
	float:left;
	margin-right:10px;
 }

#featuredLinks h4{
	margin-top:10px;	
}

.subscribe{
	float:right;
	margin-top:8px;
	font-size:10px;
	
}

.dateTime{
	color:#218fa6;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
}

.meta, small{
	color:#999;
	font-size:10px;	
}

.readMore{
 	float:right;
	font-size:11px;
}

/*********** random styles ************/
.clear{
  clear:both;	
}
.box{

	margin:10px;
	padding:10px;
	/*border:1px solid #ddd;
	background:#e4e4e4;*/
	
}

.dividerLine{
	width:100%;
	border-bottom:1px solid #aaa;
	margin-top:20px;	
}

.googleMap{
	width:510px;
	height:380px;
	padding:5px;
	margin: 5px;
	border:1px solid #aaa;
}

.infoBlock{
	width:260px;
	margin:10px;
	margin-top:20px;
	float:left;
	
}

dt{
float: left;
clear:left;
font-weight: bold;
width: 70px;
margin-bottom: 10px;	
}

dd{
padding: 0px;
padding-top:2px;
margin-left:80px;
margin-bottom:10px;
	
}

.serviceTimes div{
	margin:10px 0px;
	padding:10px;
}
.serviceTimes li.label{
		width:80px;
		margin:0px;
		font-weight:bold;
}
.serviceTimes ul{
	overflow:hidden;
	padding:5px;
	margin-bottom:10px;	
}
.serviceTimes ul li{
	padding:5px;	
}
.serviceTimes ul ul{
	border-bottom:none;	
	padding: 0px;
	margin-bottom:0px;
}
.serviceTimes ul ul li{
	padding:0px;	
	line-height:18px;
}

/* ministries pages */
.ministryBlock{
	list-style-type:none;
	width:160px;
	margin: 0px 15px 10px 15px;
	margin-left:5px;
	float:left;	
}

.ministryBlock li{
	padding:4px 0px;
	padding-left:15px;
	font-size:12px;
}

/* forms */

/*label{
	font-size:12px;
	width:150px;	
}*/

input, textarea{
	background-color:#f4f4f4;
	border:1px solid #aaa;
	padding:10px;
	margin-left:0px;
	
    -moz-border-radius: 10px; 
  	-webkit-border-radius: 10px; 
    border-radius: 10px;        
  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;	
}

fieldset{ border: 1px solid #ddd; background:#f0f0f0; padding:25px; margin: 10px 0px;}

legend { 
	font-size:1.2em; 
	color: #002e4c;
	background-color: #f7f7f7;
	padding: 5px 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}


/* form styles */

.contact-form{
	/*margin: 20px 0px 20px 15px;*/
	clear:both;
	overflow:hidden;	
}

.inlineForm{
	margin:10px 15px;
	clear:both;
	overflow:hidden;
}

.contact-form div{
	overflow:hidden;	
}

.contact-form label{
	font-size:14px;	
	/*width:300px;*/
	line-height:32px;
}

.contact-form input, .contact-form textarea, .inlineForm input {

}

.inlineForm input{
	font-size:14px;
	padding:5px;
	width:150px;
}

.contact-form textarea, .inlineForm textarea{
	width: 70%;
	margin-top:10px;	
}


input.pushbutton-wide{
	color:#ffffff;
	background-color: #0c203b;	
	border:1px solid #0d3467;
	margin-left:0px;
}

input.pushbutton-wide:hover{
	color:#ffffff;
	background-color: #999;	
	border:1px solid #666;
	cursor:pointer;
}

.url{
	display:none;
}	

/* search */

.screen-reader-text{
	display:none;
}

#searchform #s{
	margin-left:0px;
}

#searchform input#s{
	width:170px;
	margin:10px;
}

#searchform #searchsubmit{
		padding:0px;
		width:33px;
		height:33px;
		
		background: url(graphics/icons/magnifying_glass_16x16.png) no-repeat 7px 7px ;
		background-color: #0c203b;	
		border:1px solid #0d3467;
}

#searchform #searchsubmit:hover{
	background-color:#218fa6;
	border:1px solid #218fa6;	
}

.donation-can-widget.default{ border: 0px; }