/* ==========================================================================
   Author's custom styles
   ========================================================================== */






body {
	font-family: 'Open Sans', sans-serif;
	background-image: url(../img/main_bg.jpg);
	background-repeat: repeat;
	line-height: 1.7em;
	font-size:14px;
	font-weight:400;
}

a:hover{ text-decoration:none;}
/* ==========================================================================
   Header's custom styles
   ========================================================================== */	
#header {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 10px;
	width: 100%;
	height: 170px;
	background-image: url(../img/content-wrapper-bg.jpg);
	background-repeat: repeat-x;
}
.logo {
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 170px;
}
.quickmenu li {
	float: left;
	display: inline;
}
.quickmenu li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	background-color: #c62b02;
	padding: 0px 5px 0px 5px;
	margin: 5px 5px 5px 5px;
	border-radius: 4px;
	font-size: 13px;
}
.quickmenu li a:hover {
	color: #FF0;
	background-color: #c62b02;
	padding: 0px 5px 0px 5px;
}
#mainmenu {
	background-color: #c62b02;
	width: 100%;
}
.projects {
	float: left;
	margin: 7px 0px 20px 5px;
	width: 340px;
}
.imgpad {
	 margin: 8px 5px 8px 5px;
}
/* General menu styling */
.nav {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 22px;
	z-index: 1000;
}
/* The main navigation link containers */
.nav>li {
	display: block;
	float: left; /* Displaying them on the same line */
	margin: 0;
	padding: 0;
}
/* The main navigation links */
.nav>li>a {
	/* Layout */
	display: block;
	position: relative;
	padding: 10px 18px;
	/* Text */
	
	color: #fff;
	
	

	
	/* Background */
	background-color: #c62b02;
}
/* Changing the color on hover */
.nav>li>a:hover, .nav>li:hover>a {
	color: #000;
	background-color: #FC6;
}
/* The links which contain dropdowns menu are wider, because they have a little arrow */
.nav>.dropdown>a {
	padding: 10px 30px 10px 20px;
}
/* The arrow indicating the dropdown */
.dropdown>a::after {
	content: "";
	position: absolute;
	top: 17px;
	right: 10px;
	width: 7px;
	height: 7px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
/* Changing the color of the arrow on hover */	
.dropdown>a:hover::after, .dropdown:hover>a::after {
	border-color: #fb1434;
}
/* The submenus */
.nav ul {
	position: absolute;
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}
/* General layout settings for the link containers of the submenus */
.nav ul li {
	position: absolute;
	top: -9999px; /* Hiding them */
	height: 0px;
	display: block;
	margin: 0;
	padding: 0;
	/* Making them to expand their height with a transition, for a slide effect */
	-webkit-transition: height .2s ease-in;
	-moz-transition: height .2s ease-in;
	-o-transition: height .2s ease-in;
	-ms-transition: height .2s ease-in;
}
/* Displays the submenu links, by expading their containers (with a transition, previously defined) and by repositioning them */
.dropdown:hover>ul>li {
	height: 30px;
	position: relative;
	top: auto;
}
/* The submenu links */
.nav ul li a {
	/* Layout */
	padding: 4px 20px;
	width: 260px;
	display: block;
	position: relative;
	/* Text */

	color: #fff;
	text-decoration: none;
	font-size: 16px;
	font-weight:600;
	/* Background & effects */
	background-color: #c62b02;
}
/* Changing the link's color and background on hover */
.nav ul li:hover>a, .nav ul li a:hover {
	color: #FF0;
	background-color: #c62b02;
}
/* Making the level 2 (or higher) submenus to appear at the right of their parent */
.nav ul .dropdown:hover ul {
	left: 260px;
	top: 0px;
}
/* The submenu links have a different arrow which indicates another dropdown submenu */
.nav ul .dropdown a::after {
	width: 6px;
	height: 6px;
	border-bottom: 0;
	border-right: 1px solid #fff;
	border-top: 1px solid #fff;
	top: 12px;
}
/* Changing the color of the arrow on hover */
.nav ul .dropdown:hover>a::after, .nav ul .dropdown>a:hover::after {
	border-right: 1px solid #fb1434;
	border-top: 1px solid #fb1434;
}
.slider {
	height: 260px;
	background-color: #c62b02;
	border-radius: 0px 0px 12px 12px;
	padding: 2px 8px 40px 8px;
	margin-bottom: 30px;
}
.stylebox {
	display:block;
min-height: 240px;
	border-radius: 5px;
	border: 1px solid rgb( 184, 184, 184 );
	overflow:hidden;
	margin:3% 1% 3% 1% ;
	padding:3%;
	
}
.stylebox-1 {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb( 184, 184, 184 );
	border-radius: 5px;
	background-color: rgb( 255, 255, 255 );
	margin:5px -2px 5px -9px;
	overflow: hidden;
}
.title {
	width: 200px;
	height: inherit;
	background-image: url(../img/ribbonbg.png);
	background-repeat: no-repeat;
	margin-left: -15px;
	padding: 7px;
	color: #FFF;
	margin-bottom: 20px;
}
.read {
	width: 150px;
	color: #C62B02;
	float: right;
	background-image: url(../img/readmore.png);
	background-repeat: no-repeat;
	background-position: left;
	margin-left: -15px;
	padding : 4px;
	padding-left: 28px;
	margin-bottom: 20px;
}
#contents {
	background-color: #FFF;
}
#topbox {
	margin: 0px 0px 0px 0px;
	color: #00C;
}
#flashnews {
	margin: 0px 0px 5px 0px;
	padding: 0px 10px 0px 10px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb( 223, 223, 223 );
	background-color: rgb( 246, 246, 246 );
	background-color: #f6f6f6;
	height: 33px;
	background-image: url(../img/flash_news.png);
	background-repeat: no-repeat;
}

#flashnews a { color:#c62b02; font-size:14px; font-weight:700; }


.main {
	margin-bottom: 75px;
	margin-top: 22px;
}
ul.upcoming_events {
	list-style: none;
	margin: 0;
	padding: 0
}
ul.upcoming_events li:before {
	display: none;
}
ul.upcoming_events li {
	background: url('../images/bg_footer_widgets.png') repeat-x 0 100%;
	position: relative;
	padding: 0 0 10px 0;
	margin-bottom: 15px;
	overflow: hidden
}
ul.upcoming_events li:last-child {
	background: none
}
ul.upcoming_events p.meta_date {
	background: url(../img/bg_counter_light.png) no-repeat 0 0;
	display: block;
	float: left;
	width: 46px;
	margin: 0 11px 0 0;
	height: 55px
}
ul.upcoming_events p.meta_date strong {
	display: block;
	font-size: 22px;
	font-weight: 700;
	color: #545454;
	padding: 11px 0 0 10px;
}
ul.upcoming_events p.meta_date a {
	position: absolute;
	background: url(../img/bg_counter_a_light.png) no-repeat 2px 2px;
	display: block;
	width: 46px;
	height: 45px;
	top: 0;
	left: 0;
}
ul.upcoming_events p.meta_date span {
	text-transform: uppercase;
	font-size: 12px;
display: block;
text-align: center;
margin-top: 0px;
padding-right: 0px;
}
ul.upcoming_events .entry-title {
	text-decoration: none;
	display: block;
	font-size: 14px;
	margin-top: 5px;
}
ul.upcoming_events span {
	display: block
}
.news-title {
	padding-top: 5px;
	margin-left: 120px;
	position: relative;
	height: 30px;
	display: block;
	overflow: hidden;
}
/* Teaser */
.teaser_box {
	position: relative;
	text-decoration: none;
	display: block
}
.teaser_box img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative
}
.teaser_title {
	left: -4px;
	top: 50%;
	background: #241b1c;
	background: rgba(36,27,28, .9);
	padding: 9px 11px 9px;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);
	letter-spacing: -1px;
	position: absolute;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}
.teaser_title_inner {
	display: block
}
.teaser_more {
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
	display: inline-block;
	margin: 8px -2px -15px -2px;
	padding: 2px 9px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	background-color: #c62b02;
}
.teaser_box:hover .teaser_title {
	margin-top: -10px;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}
.ribbon_holder {
	position: absolute;
	top: 0;
	right: 30px;
	width: 41px;
	height: 79px;
}
.ribbon_bg {
	width: 41px;
	height: 74px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	background: url(../img/ribbon_bg.png) no-repeat 0 100%;
	-webkit-transition: height 0.2s linear 0s;
	-moz-transition: height 0.2s linear 0s;
	transition: height 0.2s linear 0s;
}
.ribbon {
	border-top: 16px solid #c62b02;
	border-left: 16px solid #c62b02;
	border-right: 17px solid #c62b02;
}
.ribbon {
	width: 0;
	height: 68px;
	display: block;
	position: absolute;
	top: 0;
	right: 4px;
	border-bottom: 16px solid transparent;
	z-index: 2;
	-webkit-transition: height 0.2s linear 0s;
	-moz-transition: height 0.2s linear 0s;
	transition: height 0.2s linear 0s;
}
.ribbon span {
	width: 41px;
	height: 73px;
	display: block;
	text-indent: -9999em;
	position: absolute;
	top: -16px;
	left: -20px;
	right: -20px;
	bottom: -16px;
	background: url(../img/ribbon.png) no-repeat 0 100%;
	-webkit-transition: height 0.2s linear 0s;
	-moz-transition: height 0.2s linear 0s;
	transition: height 0.2s linear 0s;
	text-align: left;
}
.ribbon:hover {
	height: 73px;
}
.ribbon:hover span {
	height: 79px;
}
.ribbon_holder:hover .ribbon_bg {
	height: 79px;
}

#footer {
	width: 100%;
	color: #FFF;
	font-size: 13px;
	padding: 115px 0 0 0;
	background: url(../img/footer-wrapper-bg.jpg) 0 0 repeat-x;
}
.cross-hill {
	margin: -84px 0 0 1158px;
	width: 176px;
	height: 56px;
	background: url(../img/cross-hill.png) 0 0 no-repeat;
	position: absolute;
}
.footermenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.footermenu ul li a {
	text-decoration: none;
	color: #FFF;
	font-size: 13px;
	display: block;
}

.footermenu ul li a:hover {
	color: #FF0;
}
p {
	text-align: justify;
}
.glyphicon {
	margin-bottom: 10px;
	margin-right: 10px;
}
small {
	display: block;
	line-height: 1.428571429;
	color: #999;
}
.widget .panel-body {
	padding: 0px;
}
.widget .list-group {
	margin-bottom: 0;
}
.widget .panel-title {
	display: inline
}
.widget .label-info {
	float: right;
}
.widget li.list-group-item {
	border-radius: 0;
	border: 0;
	border-top: 1px solid #ddd;
}
.widget li.list-group-item:hover {
	background-color: rgba(86,61,124,.1);
}
.widget .mic-info {
	color: #666666;
	font-size: 11px;
}
.widget .action {
	margin-top: 5px;
}
.widget .comment-text {
	font-size: 12px;
}
.widget .btn-block {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.thumbnail {
	margin: 10px;
}
.caption {
	font-size: 12px;
}
.portfolio-item {
	margin-bottom: 25px;
}

.last{
	width:32%;}
	
	
	.footerlinks{ height: 80px; padding: 10px 20px 30px 20px;}
	
	.ticker {
width: 315px;
height: 65px;
overflow: hidden;
text-align: left;
}
.ticker h3 {
padding: 10px  0px  10px 10px;

}
.ticker  ul {
list-style: none;
padding: 10px;
margin: 10px;

}
.ticker  ul li {
list-style: none;
height:50px;
padding:10px;

}

/* bishop*/
.bishop {
	float: left;
	margin: 7px 0px 20px 1px;
	width: 220px;}
	
.bishop_box {
	position: relative;
	text-decoration: none;
	display: block
}
.bishop_box img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	position: relative;
	background-image: url(img/Lt.%20H.G.);
}
.bishop_title {
	left: -4px;
	top:  75%;
	background: #241b1c;
	background: rgba(36,27,28, .9);
	padding: 5px 5px 5px;
	color: #fff;
	
	font-size: 12px;
	font-weight: 400;
	text-shadow: 1px 1px 1px rgba(0,0,0,.2);

	position: absolute;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}
.bishop_title_inner {
	display: block
}
.bishop_more {
	font-size: 12px;
	text-transform: none;
	font-weight: 400;
	letter-spacing: 0;
	display: inline-block;
	margin: 8px -2px -15px -2px;
	padding: 2px 9px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	background-color: #c62b02;
}
.bishop_box:hover .bishop_title {
	margin-top: -10px;
	transition: all 200ms ease-in-out;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
}

.logos{ float:left; padding:12px; margin:12px;}

#sermons{ display:block;}


.sermon_wrap{ display:block; float:left; margin-left:0px; margin-top:20px;}
.sermon_icon{ display:block; float:left; margin-right:20px; padding:2px; }
.sermon_title { font-size:16px; 
font-weight: bold;


margin-top: 3px; display:block; float:left;  padding:1px;}
.sermon_dsc{ font-size:12px; display:block;}

.coming{ background-image:url(../img/coming-soon.png); background-repeat:no-repeat; min-height:500px; background-position:center center; width:100%; height:100%;}

#pagetop{ height:120px; background-image:url(../img/pagetop.jpg); margin-bottom:30px; -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;}

#pagetop #title{ float:left; 
 padding-top:0px;}
#pagetop #title h2{ color: #fff;
text-shadow: 1px 2px 5px rgba(0,0,0,0.8);
line-height: 1.7em;
font-weight:700;
margin-top: 30px; }

#pagetop #bibleverse{ width:500px; padding-top:15px;height:100px; float:right; font-size:16px; font-style:italic; text-align:right; color: #fff;
text-shadow: 1px 2px 5px rgba(0,0,0,0.8);
line-height: 1.7em;   }

#pagetop #bibleverse p {text-align:right; }

#timeline {margin: 20px auto; width: 950px; overflow: hidden; background: url(../img/timeline_bg.gif) repeat-y left top; }


.timeslot {
	width: 476px;
	float: left;
	margin: 0 0 10px;
	padding: 10px 130px 0 0;
	border-top: 3px solid #ddd;
	position: relative;
}
.timeslot span {
	position: absolute;
	right: 0; top: 20px;
	font-size: 12px;
	line-height: 1em;
border-width: 1px;
	border-color: rgb( 184, 184, 184 );
	border-radius: 5px;
	color: #ca0000;
	padding:5px;
width:100px;
	background-color:#CCC;
}
.even {
	float: right;	
	padding: 10px 0 0 130px;
	border-color: #ca0000;
	
}
.even span {
	left: 0;
	color: #FFF;
	padding:5px;
	width:100px;
	background-color:#ca0000;
	border-width: 1px;
	border-color: rgb( 184, 184, 184 );
	border-radius: 5px;
}

#pvicar {margin: 20px auto; width: 950px; overflow: hidden; background: url(../img/timeline_bg.gif) repeat-y center top; }


.pvicar {
	width: 476px;
	float: left;
	margin: 0 0 10px;
	padding: 10px 130px 0 0;
	border-top: 3px solid #ddd;
	position: relative;
}
.pvicar span {
	position: absolute;
	right: 0; top: 20px;
	font-size: 12px;
	line-height: 1em;
border-width: 1px;
	border-color: rgb( 184, 184, 184 );
	border-radius: 5px;
	color: #ca0000;
	padding:5px;
width:100px;
	background-color:#CCC;
}
.pvicareven {
	float: right;	
	padding: 0px 0 0 130px;
	border-color: #ca0000;
	
}
.pvicareven span {
	left: 0;
	color: #FFF;
	padding:5px;
	width:100px;
	background-color:#ca0000;
	border-width: 1px;
	border-color: rgb( 184, 184, 184 );
	border-radius: 5px;
}


  
  
  #archives {margin: 20px auto; width: 950px; overflow: hidden; background: url(../img/timeline_bg.gif) repeat-y left top;background-position: 116px 0;  }
  #archives p{ padding-top:10px;}
.archive {
	width: 800px;
	float: left;
	margin: 0 0 10px;
	padding: 10px 0 0 130px ;
border-top: 3px solid #ddd;
	position: relative;
}
.archivebox{border-radius: 5px;
	border: 1px solid rgb( 184, 184, 184 ); border-style:solid; border-width:1px;
	 }
.archive span {
	position: absolute;
	left: 0; top: 20px;
	font-size: 14px;
	font-weight:700;
	line-height: 1em;
	border-width: 1px;
	border-color: rgb( 184, 184, 184 );
	border-radius: 5px;
	color: #FFF;
	padding:5px;
width:120px;
text-transform:uppercase;
text-align:center;
	background-color:#ca0000;
}

#copyright{ min-height:80px; padding:5px; margin:12px 0px 10px 0px; font-size:12px; color:#CCC;}

#copyright a{ color:#F6F6F6;}
#copyright a:hover{ color: #FF9;;}
.logo_copyright{ float:right; text-align:right; }

.ofce_ber{ padding:2px; border:#903; border-radius:5px; border-style: solid;
border-width: 1px; margin-bottom:20px;}
.ofce_ber_title {width: 200px;
	height: inherit;
	background-image: url(../img/ribbonbg.png);
	background-repeat: no-repeat;
	
	padding: 7px;
	color: #FFF;
	margin: 10px 0px 10px -2px; }
	
