@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,600,700);

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


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

body {
	color: #4f4f4f;
	font-family: "Source Sans Pro", "Trebuchet MS", sans-serif;
	font-size: 16px;
}

strong, b {
	font-weight: 700;
}

label { display: block; }

/* LAYOUT */
.wrapper { width: 1000px; margin: auto; }
.row { clear: both; }
.row .columns { float: left; }
.row .columns.two { 
	width: 46%;
	padding: 0 2%;
  text-align:center;
}
.row .columns.three { width: 33.33%; }
.row .columns.four {
	width: 19.5%;
	padding: 0 2.5% 10px 3%;
}

.highlight {
	color: #a0080a; /* Highlight class for texts. */
}

.contents-main {
	background: #fcfbf1;
	background: -webkit-linear-gradient(left, #fcfbf1, #fcfbf0); 
	background:    -moz-linear-gradient(left, #fcfbf1, #fcfbf0);
	background:     -ms-linear-gradient(left, #fcfbf1, #fcfbf0);
	background:      -o-linear-gradient(left, #fcfbf1, #fcfbf0);
	background:         linear-gradient(left, #fcfbf1, #fcfbf0);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr=#fcfbf1, endColorstr=#fcfbf0);
	color: #7c7c7c;
}
	.contents-main a {
		color: #7c7c7c;
		text-decoration: none;
	}
		.contents-main a:hover {
			text-decoration: underline;
		}

/* HEADER */
.brand {}
	.brand .wrapper { position: relative; }
	.brand .logo-site { 
		margin: 0;
		padding: 10px 0 8px 35px;
	}
		.brand .logo-site a {
			display: block; 
			background: url('../img/logo-site.png') no-repeat 0 0;
			width: 253px;
			height: 103px;
			overflow: hidden;
			text-indent: -999em;
		}

/* NAVIGATION */
.navigation-top {
	position: absolute;
	top: -6px;
	right: 0;
}	
	.navigation-top ul {
		margin: 0;
		padding: 0;
	}
		.navigation-top ul li {
			float: left;
			margin-right: 4px;
			background: #b8a185;
			padding: 8px 20px;
			-webkit-border-bottom-right-radius: 5px;
			-webkit-border-bottom-left-radius : 5px;
			-moz-border-radius-bottomright	  : 5px;
			-moz-border-radius-bottomleft	  : 5px;
			border-bottom-right-radius		  : 5px;
			border-bottom-left-radius		  : 5px;
		}

			.navigation-top ul li a {
				font-weight: 400;
				color: #fff;
				font-size: 15px;
				text-decoration: none;
				text-transform: uppercase;
			}
				.navigation-top ul li a:hover {
					text-decoration: underline;
				}

		.navigation-top ul li + li {
				background: #c4c281;
			}
			
		.navigation-top ul li + li + li {
			background: #86a793;
		}		
			

.main-menu {
	background: #6ba069;
	border-bottom: 1px solid #fff;
	height: 39px;
}
	.gecko .main-menu {
		height: 40px;
	}

	.navigation-main {}
		.navigation-main ul {
			margin: 0;
			padding: 0;
		}
			.navigation-main ul li {
				float: left;
				width: 16.66%;
				position: relative;
			}
				.navigation-main ul li a {
					display: block;
					text-align: center;
					padding: 8px 0;
					
					font-family: "Georgia", serif;
					font-size: 16.89px;
					color: #fff;
					text-decoration: none;
					text-transform: capitalize;
					
					background: #0d946b;
				}
					.navigation-main ul li a:hover {
						text-decoration: underline;
					}
				
				.navigation-main ul li + li a { background: #086bb5; }
				.navigation-main ul li + li + li a { background: #cba831; }
				.navigation-main ul li + li + li + li a { background: #4c8720; }
				.navigation-main ul li + li + li + li + li a { background: #6a5170; }
				.navigation-main ul li + li + li + li + li + li a { background: #bd3e4d; }
				
				.navigation-main ul li.active {
					width: 16.66%;
				}
				.navigation-main ul li.active a {
					background: url('../img/bg-menu-about.png') bottom center no-repeat;
					font-size: 24px;
					font-style: italic;
					padding-bottom: 15px;
					
					position: relative;
					top: 0;
					left: 0;
					width: 100%;
				}
				.navigation-main ul li + li.active a {
					background: url('../img/bg-menu-ministries.png') bottom center no-repeat;
					font-size: 24px;
					font-style: italic;
					padding-bottom: 15px;
					
					position: relative;
					top: 0;
					left: 0;
					width: 100%;
				}
				.navigation-main ul li + li + li.active a {
					background: url('../img/bg-menu-messages.png') bottom center no-repeat;
					font-size: 24px;
					font-style: italic;
					padding-bottom: 15px;
					
					position: relative;
					top: 0;
					left: 0;
					width: 100%;
				}
				.navigation-main ul li + li + li + li.active a {
					background: url('../img/bg-menu-pastor-staff.png') bottom center no-repeat;
					font-size: 24px;
					font-style: italic;
					padding-bottom: 15px;
					
					position: relative;
					top: 0;
					left: 0;
					width: 100%;
				}
				.navigation-main ul li + li + li + li + li.active a {
					background: url('../img/bg-menu-calendar.png') bottom center no-repeat;
					font-size: 21px;
					font-style: italic;
					padding-bottom: 15px;
					
					position: relative;
					top: 0;
					left: 0;
					width: 100%;
				}
				.navigation-main ul li + li + li + li + li + li.active a {
					background: url('../img/bg-menu-newsletter.png') bottom center no-repeat;
					font-size: 24px;
					font-style: italic;
					padding-bottom: 15px;
					
					position: relative;
					top: 0;
					left: 0;
					width: 100%;
				}

/* HOMEPAGE */
.contents-main.homepage {
	padding: 43px 0 35px;
}

	.contents-main .primary {
		background: url(../img/bg.png) no-repeat top center;
		padding: 28px 0 0;
	}

	.contents-main .content-container p {
		display: inline;
		font-size: 1.1em;
	}
	
	.contents-main .sidebar-right,
	.contents-main .sidebar-left {
		font-family: Georgia, Times, "Times New Roman", serif;
	}
		.contents-main .sidebar-right .widget-title {
			font-family: "Trebuchet MS", sans-serif;
			font-weight: 400;
			font-style: italic;
			margin: 0;
		}

		.contents-main .sidebar-right ul {
			list-style: none;
			margin: 0;
			padding: 0;
		}

		.contents-main .sidebar-right li {
			margin: 5px 0 0;
		}

		.contents-main .sidebar-right p {
			margin: 0;
		}

		.contents-main .sidebar-right .event-date {
			font-family: "Trebuchet MS", sans-serif;
			font-style: italic;
			font-weight: 700;
			font-size: 0.938em;
		}

		.contents-main .sidebar-right .event-name,
		.contents-main .sidebar-right .event-time {
			font-family: "Trebuchet MS", sans-serif;
			font-size: 0.813em;
			font-weight: 700;
		}
/**/
		.contents-main .sidebar-right .event-name {
			float: left;
			width: 136px;
		}

		.contents-main .sidebar-right .event-time {
			float: right;
		}

		.contents-main .sidebar-left .widget-title {
			font-family: "Trebuchet MS", sans-serif
			font-size: 0.750em;
			font-weight: 700;
			text-transform: uppercase;
			margin: 0;
			text-align: center;
		}

		.contents-main .sidebar-left blockquote,
		.contents-main .sidebar-left .verse {
			font-style: italic;
			font-size: 1.125em;
			margin: 16px 0 0;
		}

		.contents-main .sidebar-left .verse {
			margin: 0;
		}

.primary > h1 {
	font-size: 2.625em;
	color: #6a5170;
	font-weight: 200;
	text-align: center;
	margin: 0 0 18px;
	line-height: 1;
}

/* HOMEPAGE SLIDER */
.slider-wrapper {
	width: 914px;
	margin: 0 auto;
}

.bx-wrapper {
	margin: 0 auto 50px;
}

	.bx-wrapper .bx-viewport {
		box-shadow: none;
		border: none;
		left: 0;
		background: #fff;
	}

	.bx-wrapper .bx-controls-direction a {
		position: absolute;
		top: 50%;
		margin-top: -24px;
		outline: 0;
		width: 55px;
		height: 55px;
		text-indent: -9999px;
		z-index: 9999;
	}

	.bx-wrapper .bx-prev {
		left: -25px;
		background: url(../img/controls.png) no-repeat -9px -3px;
	}

	.bx-wrapper .bx-prev:hover {
		background-position: -9px -3px;
	}

	.bx-wrapper .bx-next {
		right: -25px;
		background: url(../img/controls.png) no-repeat -78px -3px;
	}

	.bx-wrapper .bx-next:hover {
		background-position: -78px -3px;
	}

	.bx-wrapper .bx-pager.bx-default-pager a {
		background: url(../img/controls.png) no-repeat -160px -7px;
		text-indent: -9999px;
		display: block;
		width: 17px;
		height: 17px;
		margin: 0 4px;
		outline: 0;
	}

	.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
		background: url(../img/controls.png) no-repeat -160px -31px;
	}

	.bx-pager.bx-default-pager a.active {
		background: url(../img/controls.png) no-repeat -160px -31px;
	}

.bxslider {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Important Home Page */
.contents-main.ipage {
	border-top: 1px solid #f3f2f0;
	padding: 27px 0 15px;
}

	.contents-main.ipage .main-title {
		font-size: 1.875em;
		font-weight: 200;
	}

	.contents-main.ipage strong {
		font-weight: 600;
	}
	
	.contents-main.ipage p {
		margin: 0 0 40px;
	}

	.contents-main.ipage a {
		color: #0d946b;
		text-decoration: none;
		border-bottom: 1px solid;
	}

	.contents-main.ipage h1,
	.contents-main.ipage h2,
	.contents-main.ipage h3,
	.contents-main.ipage h4,
	.contents-main.ipage h5,
	.contents-main.ipage h6,
	.contents-main.ipage strong,
	.contents-main.ipage .highlight-2 {
		margin: 0 0 24px;
		color: #086bb5;
		text-align:center;
		line-height: 2;
		border-top: 1px solid;
		border-bottom: 1px solid;
	}

	.contents-main.ipage ul,
	.contents-main.ipage ol {
		margin: 20px 0 20px 18px;
		padding: 0;
	}

		.contents-main.ipage ul li p,
		.contents-main.ipage ol li p {
			margin: 0;
		}

		.contents-main.ipage ul ul,
		.contents-main.ipage ol ol {
			margin: 0;
			padding: 0 0 0 20px;
		}

		.contents-main.ipage ul ol,
		.contents-main.ipage ol ul {
			margin: 0;
			padding: 0 0 0 20px;
		}

	.contents-main.ipage blockquote {
		font-style: italic;
		font-size: 1.125em;
		border-left: 8px solid #0d946b;
		padding: 0 0 0 10px;
	}

	.contents-main .align-left {
		float: left;
		margin: 0 46px 24px 0;
	}

	.contents-main .align-center {
		display: block;
		margin: 0 auto;
		clear: both;
	}

	.contents-main .align-right {
		float: right;
		margin: 0 0 24px 23px;
	}
	
/* SINGLE PAGE */
.page-title {
	background: #cfeae1;
	padding: 54px 0 13px;
	border-bottom: 2px solid #c5e0d8;
}

	.page-title h1 {
		font-family: Georgia, Times, "Times New Roman", serif;
		font-style: italic;
		font-size: 2.813em;
		font-weight: 400;
		color: #249e79;
		margin: 0;
	}

.contents-main.page {
	border-top: 1px solid #f3f2f0;
	padding: 27px 0 15px;
}

	.contents-main.page .main-title {
		font-size: 1.875em;
		font-weight: 200;
	}

	.contents-main.page strong {
		font-weight: 600;
	}
	
	.contents-main.page p {
		margin: 0 0 40px;
	}

	.contents-main.page a {
		color: #0d946b;
		text-decoration: none;
		border-bottom: 1px solid;
	}

	.contents-main.page h1,
	.contents-main.page h2,
	.contents-main.page h3,
	.contents-main.page h4,
	.contents-main.page h5,
	.contents-main.page h6,
	.contents-main.page strong,
	.contents-main.page .highlight-2 {
		margin: 0 0 24px;
		color: #0d946b;
		line-height: 1;
	}

	.contents-main.page ul,
	.contents-main.page ol {
		margin: 20px 0 20px 18px;
		padding: 0;
	}

		.contents-main.page ul li p,
		.contents-main.page ol li p {
			margin: 0;
		}

		.contents-main.page ul ul,
		.contents-main.page ol ol {
			margin: 0;
			padding: 0 0 0 20px;
		}

		.contents-main.page ul ol,
		.contents-main.page ol ul {
			margin: 0;
			padding: 0 0 0 20px;
		}

	.contents-main.page blockquote {
		font-style: italic;
		font-size: 1.125em;
		border-left: 8px solid #0d946b;
		padding: 0 0 0 10px;
	}

	.contents-main .align-left {
		float: left;
		margin: 0 46px 24px 0;
	}

	.contents-main .align-center {
		display: block;
		margin: 0 auto;
		clear: both;
	}

	.contents-main .align-right {
		float: right;
		margin: 0 0 24px 23px;
	}

/* FOOTER */
.footer {
	background: url('../img/bg-footer-up.jpg') 0 -10px no-repeat;
	padding: 30px 0;
}
	.footer .widgets {
		background: url('../img/bg-footer-down.jpg') bottom center no-repeat;
		padding-bottom: 20px;
	}
	
		.footer .widget {}
			.footer .widget .widget-title {
				margin: 0 0 1px 0;
				color: #000000;
				
				font-size: 20px;
				font-weight: normal;
			}
	.footer-menu {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.footer-menu ul { 
		list-style: none;
		margin: 0;
		padding: 0;
	}
	.footer-menu > li {
		float: left;
		width: 50%;
	}
		.footer-menu > li p {
			color: #000000;
			font-size: 14px;
			font-weight: 600;
			margin: 0;
		}

		.footer-menu > li a {
			color: #707070;
			font-weight: normal;
			line-height: 30px;
			text-decoration: none;
		}
			.footer-menu li a:hover {
				text-decoration: underline;
			}

	.footer-menu .submenu {}
		.footer-menu .submenu li {}
			.footer-menu .submenu li a {
				color: #707070;
        font-size: 14px;
				font-weight: normal;
				line-height: 20px;
			}

	.copyright p {
		font-family: "Arial", sans-serif;
		font-size: 9px;
		color: #3c3c3c;
		float: left;
	}
	
	.copyright ul {
		float: left;
		margin: 9px 0 0 8px;
		padding: 0;
		list-style: none;
	}
	
		.copyright ul li {
			float: left;
			height: 10px;
		}
		
			.copyright ul li a {
				display: block;
				font-family: "Arial", sans-serif;
				font-size: 9px;
				padding: 0 5px;
				border-left: 1px solid #3c3c3c;
				color: #383871;
			}

	.footer  label {
		font-size: 12.7px;
		font-weight: 700;
		color: #333333;
		padding: 3px 0;
	}
	
	.footer textarea,
	.footer input[type="text"],
	.footer input[type="email"],
	.footer input[type="password"] {
		border: 3px solid #d3d3d3;
		width: 260px;
		height: 23px;
	}
	
	.footer textarea {
		height: 80px;
	}
	
	.footer input[type="submit"],
	.footer input[type="reset"],
	.footer input[type="button"] {
		background: #000000;
		border: 0;
		font-size: 0.750em;
		color: #fff;
		text-transform: uppercase;
		padding: 2.5px 8px;
		
		float: right;
		margin-top: 5px;
		margin-right: 67px;
		
		-webkit-border-radius: 5px;
		-moz-border-radius	 : 5px;
		border-radius		 : 5px;
	}
	
	.contact-details {}
		.contact-details .thumb {
			float: left;
		}
		.contact-details .thumb .caption {
			color: #000000;
			font-size: 11px;
			font-weight: 700;
			margin: 3px 0;
		}
		
		.contact-details .details {
			float: left;
			width: 145px;
			margin-left: 35px;
		}
		
			.contact-details .details p {
				font-size: 11px;
				color: #707070;
				font-weight: bold;
			}
			
			.contact-details .details p.title {
				color: #000000;
				font-size: 12px;
				margin: 0 0 5px 0;
				font-weight: 700;
			}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {

}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

#gt .gt_title { font-size:14px; font-family: "Trebuchet MS", sans-serif; color: #000000; font-style: normal; margin: 0px; }
#gt .gt_verse { font-size:13px; font-family: "Trebuchet MS", sans-serif; }
#gt .gt_reference { font-size:12px; font-family: "Trebuchet MS", sans-serif; text-align:left; }