/* CSS Document */

.bg_church {
	background: url('/images/header_bg_church.jpg') no-repeat top center;
}

.bg_children {
	background: url('/images/header_bg_children.jpg') no-repeat top center;
}

.bg_youth {
	background: url('/images/header_bg_youth.jpg') no-repeat top center;
}

.bg_recovery {
	background: url('/images/header_bg_recovery.jpg') no-repeat top center;
}

.bg_young_adult {
	background: url('/images/header_bg_young_adults.jpg') no-repeat top center;
}

.bg_women {
	background: url('/images/header_bg_women.jpg') no-repeat top center;
}

.bg_men {
	background: url('/images/header_bg_men.jpg') no-repeat top center;
}

.bg_believe {
	background: url('/images/header_bg_believe.jpg') no-repeat top center;
}

.bg_blog {
	background: url('/images/header_bg_blog.jpg') no-repeat top center;
}

.bg_connect {
	background: url('/images/header_bg_connect.jpg') no-repeat top center;
}

.bg_grow {
	background: url('/images/header_bg_grow.jpg') no-repeat top center;
}

.bg_serve {
	background: url('/images/header_bg_serve.jpg') no-repeat top center;
}	

.bg_go {
	background: url('/images/header_bg_go.jpg') no-repeat top center;
}

#blog_container {
	background: url('/images/blog_container_bg.png') repeat-y top center;
	width: 985px;
	height: 100%;
	min-height: 150px;
	margin: 0 auto;
	padding: 0 5px 0 5px;
}

#blog_top_edge { 
	background: url('/images/blog_top_bg.png') no-repeat top center;
	height: 100px;
	width: 995px;
}

.side_nav {
	padding-bottom: 18px;
}

.clearfix {
	display: block;
	clear: both;
}

#footer {
	background: url('/images/footer_bg.png') no-repeat top center;
	width: 995px;
	height: 400px;
	margin: 0 auto;
	padding: 0px;
	position: relative;
}

.twitter_doc_bg {
	background: url('/images/twitter_bg.png') no-repeat top center;
	width: 290px;
	height: 270px;
	float: left;
	margin: 0 10px 0 10px;
}

img {
	border: none;
}

#footer h2 {
	font-weight: normal;
	font-size: 18px;
	color: #291200;
	margin: -4px 0 15px 0;
}

#footer h1 {
	font-weight: bold;
	font-size: 16px;
	color: #4088b8;
	margin: -4px 0 15px 0;
}

#footer .span-4 a {
	font-size: 10px;
}

.link_icon:before {
	color: #4088b8;
	font-size: 8px;
	content: 'Link: ';
}

#bottom_bar {
	font-family: "Lucida Grande", Arial, sans-serif;
	background: #e8dfd1 url() no-repeat top center;
	border-top: 2px #b5a488 solid;
	font-size: 11px;
	width: 100%;
	height: 100%
	color: black;
	padding: 10px 15px 0 15px;
}

#bottom_bar_content {
	font-family: "Lucida Grande", Arial, sans-serif;
	font-size: 11px;
	width: 985px;
	height: 40px;
	color: black;
	padding: 0 15px 0 15px;
}

h1, h2, h3, h4, h5, h6 {
    color:#4088b8;
}

h1 { 
  font-size: 18px; 
  line-height: 18px; 
  margin-bottom: 18px; 
}

h2 { 
  font-size: 15px; 
  line-height: 18px; 
  margin-bottom: 18px;
}
h3 { 
  font-size: 12px !important; 
  line-height: 18px; 
}

h6 {
	font-size: 27px;
	line-height: 36px;
}

ul, ol {
    margin-left: 0;
}

ul ul {
    margin-bottom: 20px;
}

#content ul, ol {
	margin-bottom: 18px;
}

#wrap {
    color: #404040;
    /*margin: 0 12%;*/
    margin: 20px 40px;
}

p {
	margin-bottom: 18px;
}

br {
	margin-top: 2px;
}

a {
	color: #4088b8;
	text-decoration: none;
}

table {
    font-size: inherit;
    /*border: 1px solid #c8c8c8; */
}

th {
    /* background: #d8d8d8; */
    text-align: left;
    padding: 5px;
    white-space: nowrap;
}

td {
    /* background: #f8f8f8; */
    text-align: left;
    padding: 5px;
    vertical-align: top;
}

select, input, textarea {
	line-height: 18px;
    font: 12px "Trebuchet MS", Trebuchet, Tahoma, Verdana, Arial, sans-serif;
}

input, select {
	height: 16px;
}

textarea {
	resize: none;
}

pre, code, tt, dt {
    font: 100% monospace;
    margin: 20px 0;
}

pre, blockquote {
    padding: 15px;
    background-color: #f0f0f0;
    margin: 20px 0;
    -moz-border-radius: 10px;
}

td pre {
    font: 85% monospace;
    padding: 5px;
    margin: 5px 0;
}

.lightBG {
	background-color: #e8dfd1;
	margin-top: 0px !important;
}

.darkBG {
	background-color: #cbbea9;
	padding-bottom: 18px;
}

.firstSPAN-3 {
	padding-left: 25px;
	width: 190px;

}

#mycarousel {
	float: left;
}

 .boxgrid{  
     width: 545px;  
     height: 306px;   
     float:left;    
     overflow: hidden;  
     position: relative;  
 }  
 .boxgrid img{  
     position: absolute;  
     top: 0;  
     left: 0;  
     border: 0;  
 }

  .boxcaption{  
     float: left;  
     position: absolute;  
     background: #000;  
     height: 140px;  
     width: 100%;  
     opacity: .8;  
     /* For IE 5-7 */  
     filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);  
     /* For IE 8 */  
     -MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";  
     } 

.captionfull .boxcaption {  
	top: 300;  
    left: 0;  
}  

.caption .boxcaption {  
    top: 300;  
    left: 0;  
	padding: 35px;
	margin: 35px;
} 

.boxcaption h3 {
	padding-top: 18px;
	padding-left: 15px;
}

.boxcaption p {
	padding-left: 15px;
	color: white;
}

.twtr-hd, .twtr-ft {
	display: none;
}

.twtr-doc {
	margin-top: 35px;
	margin-left: 15px;
}

.twtr-tweet-text em {
	display: none !important;
}

.twtr-timestamp {
	display: none;
}

.twtr-reply {
	display: none;
}

.twtr-rt {
	display: none;
}

.twtr-fav {
	display: none;
}

#tabs-1, #tabs-2, #tabs-3 {
	margin-left: 5px;
}

#tabs-2 form, fieldset {
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#tabs-2 form p {
	margin-bottom: 0px !important;
}

.submit {
	height: 18px;
}

.submit2 {
	height: 26px;
}

.error {
	color: red;
	font-weight: bold;
	font-size: 10px;
}

.blog_date_box {
	background: url('/images/blog_date_box_bg_2.png') no-repeat top center;
	margin-left: -35px;
	margin-right: 15px;
	margin-bottom: 5px;
	width: 105px;
	height: 144px;
	float: left;
	font-size: 24px;
	padding-top: 12px;
	line-height: 8px;
	text-align: center;
	color: #26221b;
}

.blog_date_box img {
	margin-top: -25px;
}

.blog_header_box {
	background: url('/images/blog_header_box.png') no-repeat top center;
	height: 90px;
}	

.videoContainer {
	width: 665px;
	height: 220px;
}

.videoInfo {
	width: 245px;
	height: 220px;
	padding: 0 20px 0 0;
	float: left;
}

.videoWindow {
	margin: 15px 5px 15px 15px;
	width: 400px;
	height: 220px;
	float: right;
	display: inline;
}

.navbar_icons {
	float: right;
	text-align: center;
}

.navbar_icons img {
	margin-top: -4px;
}

.navbar_icons_last {
	margin-right: 37px;
}

ol {
	margin-bottom: 18px;
}

/* Collapse Table */

.collapsePost {
	width: 663px;
	display: none;
	margin: 0 0 0 0;
	padding: 7px 15px 7px 15px;
	position: relative;
	top: -1px;
}

.collapseTable {
	height: 15px;
	width: 695px;
	text-align: middle;
	margin: 10px 0 0 0;
	cursor: pointer;
	color: white;
}

.collapseTableBelieve {
	background:  url('/images/core_value_Believe.png') no-repeat top center;
	height: 60px;
	width: 695px;
	text-align: middle;
	margin: 10px 0 0 0;
	cursor: pointer;
	color: white;
}

.collapseTableConnect {
	background: url('/images/core_value_Connect.png') no-repeat top center;
	height: 60px;
	width: 695px;
	text-align: middle;
	margin: 10px 0 0 0;
	cursor: pointer;
	color: white;
}

.collapseTableGrow {
	background: url('/images/core_value_Grow.png') no-repeat top center;
	height: 60px;
	width: 695px;
	text-align: middle;
	margin: 10px 0 0 0;
	cursor: pointer;
	color: white;
}

.collapseTableServe {
	background: url('/images/core_value_Serve.png') no-repeat top center;
	height: 60px;
	width: 695px;
	text-align: middle;
	margin: 10px 0 0 0;
	cursor: pointer;
	color: white;
}

.collapseTableGo {
	background: url('/images/core_value_Go.png') no-repeat top center;
	height: 60px;
	width: 695px;
	text-align: middle;
	margin: 10px 0 0 0;
	cursor: pointer;
	color: white;
}

.collapseTableShare {
	background: url('/images/core_value_Share.png') no-repeat top center;
	height: 60px;
	width: 695px;
	text-align: middle;
	margin: 10px 0 0 0;
	cursor: pointer;
	color: white;
}

.collapsePostCore {
	background: #e5dfd1;
	width: 663px;
	display: none;
	/*min-height: 265px;*/
	margin: 0 0 0 0;
	padding: 7px 15px 7px 15px;
	position: relative;
	top: -1px;
}

.lbsContainer {
	background: #cbbea9 url() no-repeat top center !important;
}

.lbsTooltipHeader {
	background: #7aa5d8 url() no-repeat top center;
	color: white;
}

.lbsTooltipBody {
	background: #cbbea9 url() no-repeat top center;
	width: 334px !important;
}

.lbsTooltipFooter {
	background: #cbbea9 url() no-repeat top center;
}

.lbsTooltipFooter a {
	color: white !important;
	text-decoration: none !important;
	font-weight: bold !important;

}

.series {
	margin-top: 36px;
	height: 100%;
}

.series h1 {
	margin-bottom: -9px;
	height: 18px;
}

.sermon {
	width: 695px;
	height: 100%;
	font-size: 12px;
	float: left;
	margin-bottom: 18px;
}

.sermon .swfFile {
	width: 190px;
	height: 61px;
	float: left;
}

.sermon .image {
	width: 94px;
	height: 61px;
	float: left;
	padding-right: 5px;
}

.sermon A {
	font-size: 9px;
}

.bulletin {
	border-collapse: collapse;
	border: 0px;
}

.bulletin tr {
	height: 36px;
	padding: 0 auto;
	margin: 0 auto;
}

.bulletin td {
	height: 36px;
	vertical-align: middle;
	border: 0px black solid;
	line-height: 18px;
	padding: 0px 0px;
	margin: 0 auto;
}

.icon {
	background: url("/images/btn_nav.png") no-repeat scroll 0 0 transparent;
	float: left;
	margin-right: 5px;
}

.facebook {
	width: 22px;
	height: 22px;
	background-position: -697px -3px;
	margin: 0 0 0 10px !important;
	padding: 0 auto !important;
}

.facebook:hover {
	background-position: -697px -30px;
}

.twitter {
	width: 22px;
	height: 22px;
	background-position: -726px -3px;
	margin: 0 0 0 10px !important;
	padding: 0 auto !important;
}

.twitter:hover {
	background-position: -726px -30px;
}

.photobucket {
	width: 22px;
	height: 22px;
	background-position: -666px -3px;
	margin: 0 0 0 10px !important;
	padding: 0 auto !important;
}

.photobucket:hover {
	background-position: -666px -30px;
}

.linkedin {
	width: 22px;
	height: 22px;
	background-position: -757px -3px;
	margin: 0 0 0 10px !important;
	padding: 0 auto !important;
}

.linkedin:hover {
	background-position: -757px -30px;
}

.footer_sermon_img {
	width: 94px;
	margin-right: 25px;
	float: left;
}

.footer_sermon_info {
	float: left;
}









#sidebar ul, #sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}

/* Begin Calendar */
#wp-calendar {
	background: url('/images/calendar_bg.png') no-repeat top center;
	empty-cells: show;
	margin: 0px 0px 25px 0px;
	padding: 5px 15px 20px 15px;
	width: 215px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 1px 0px;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	 }
/* End Calendar */

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 12px;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	text-align: center;
	font-size: 18px;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */

#calendar_wrap {
	width: 200px;
	height: 200px;
	display: inline !important;
}

/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	height: 26px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */

.pagetitle {
	margin-top: 36px;
	margin-bottom: 36px;
	text-align: center;
}

.alignleft {
	float: left;
	width: 300px;
}

.alignright {
	float: right;
	width: 300px;
	text-align: right;
}

/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */

.span-12 {
	min-height: 300px;
}

.screen-reader-text {
	display: block;
	text-align: left;
}

#s {
	width: 145px !important;
}

small {
	margin-top: 0px;
	margin-bottom: 18px;
	padding: 0px 0px 0px 0px;
}

.entry {
	margin-top: 18px;
}

.post {
	margin-bottom: 18px;
}

.post h1 {
	margin-bottom: 0px;
}

.blog_divider {
	background: url( '/images/blog_divider.png' ) no-repeat top center;
	height: 54px;
	width: 695px;
}

.navigation {
	margin-bottom: 36px;
	display: block;
	width: 695px;
	height: 18px;
}

.mt18 {
	margin-top: -18px !important;
}

.mt0 {
	margin-top: 0px !important;
}
