/* reset */
* {margin:0;padding:0;}
html {height:100%;text-align:center;}
body {font-size:100%;height:100%;}
img {display:block;border:0;}
a img {border:0;text-align:left;}
a:active,a:hover{outline:none;}
fieldset{border:none;}
ul,ol {list-style:none;position:relative;}

/* Fix Safari Text Rendering */
/*body { -webkit-text-stroke:1px transparent;text-shadow: none;outline-color:-moz-use-text-color;
outline-style:none;
outline-width:0;}*

/* Fix Mobile Safari Increasing Text Size */
body  { -webkit-text-size-adjust: none; }

/* global */
body {
	background-color: #00333e;
	color:#ccd4d5;
	font: normal 14px/22px 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a {
	color:#81d83d;
	text-decoration: none;
}

a:hover {
	color:#346b09;
}

a.link-arrow {
	font-weight: bold;
	background: transparent url(../images/site/global-sprites.png?ver=1.0) no-repeat right -320px;
	padding-right: 17px;
	position: absolute;
}

a:hover.link-arrow {
	background-position: right -342px;
}

p {
	margin-bottom: 15px;
}

/* header */
h1 {
	color:#fff;
	font-size: 28px;
	line-height: 32px;
}

h2 {
	color:#fff;
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 18px;
}

.hdr {
	background: transparent url(../images/site/global-sprites.png) no-repeat 0 0;
	display: block;
	height:25px;
}

h2.time-location {
	background-position: 0 -165px;
	padding-left: 35px;
}

h2.recent-sermons {
	background-position: 0 -210px;
	padding-left: 35px;
	margin-bottom: 19px;
}

/* buttons */
a.btn {
	background: transparent url(../images/site/global-sprites.png) no-repeat 0 0;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

a.find-out-more {
	background-position: 0 -254px;
	height:31px;
	width:140px;
	position: absolute;
	right:20px;
	bottom: 30px;
}

a:hover.find-out-more {
	background-position: 0 -285px;
}

/* structure */
#site-wrapper {
	margin: 0 auto;
	text-align: left;
	width:904px;
}

#content-wrapper {
	width:904px;
}

/* navigation */
#nav-wrapper {
	height:78px;
	margin-bottom: 20px;
	position: relative;
	width:904px;
}

h1.logo a {
	background: transparent url(../images/site/global-sprites.png) no-repeat 0 0;
	display: block;
	height:58px;
	overflow: hidden;
	position: absolute;
	top: 19px;
	left: 0;
	text-indent: -9999px;
	width: 268px;
}

ul.nav {
	position: absolute;
	bottom:6px;
	right: 0;
	width: 490px;
}

ul.nav li {
	float:left;
	margin-right: 50px;
	display: block;
}

ul.nav li a {
	font-weight: bold;
	border-bottom: 2px solid transparent;
}

ul.nav li a.selected, ul.nav li a:hover {
	color:#fff;
	border-bottom: 2px solid #fff;
	text-decoration: none;
}

ul.nav li.last {
	margin-right: 0;
}

/* feature */
#feature-wrapper {
	position: relative;
	margin-bottom: 2px;
	height:337px;
	width:904px;
}

.feature-media-container {
	position: absolute;
	right: 0px;
	width: 904px;
}

ul.feature-media-list {
	height:337px;
	overflow: hidden;
	width:904px;
}

ul.feature-media-list li {
	background-color: #002b34;

	height:337px;
	width:904px;
}

.feature-text {
	position: absolute;
	padding: 40px 0 0 18px;
	left:0px;
	width:277px;
}

.feature-media {
	position: absolute;
	display: block;
	right:0px;
	height:337px;
	width: 602px;
}


.feature-media-nav {
	position: absolute;
	left:20px;
	bottom:30px;
	z-index: 500;
}

.feature-media-nav a {
	background: transparent url(../images/site/global-sprites.png) no-repeat 0 -675px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin-right: 10px;
	float:left;
	height:13px;
	width: 13px;
}

.feature-media-nav a.activeSlide {
	background-position: -23px -675px;
}

/* home */
.home-content-container {
	float:right;
	width:602px;
}

.home-meta-container {
	float:left;
	width:300px;
	margin-right: 2px;
}

.time-location-container {
	background-color: #001a20;
	margin-bottom: 2px;
	padding: 24px 20px 0 20px;
	position: relative;
	height:245px;
	width:260px;
}

.day-time {
	background: transparent url(../images/site/global-sprites.png) no-repeat 0 -78px;
	display: block;
	position: absolute;
	left:20px;
	text-indent: -9999px;
	overflow: hidden;
	bottom:28px;
	height:67px;
	width: 250px;
}

.recent-sermons-container {
	background-color: #002b34;
	height:312px;
	padding: 24px 20px 29px 20px;
	position: relative;
	width:260px;
}

.recent-sermons-container a.link-arrow {
	bottom:23px;
	right:20px;
}

ul.recent-sermon-list li {
	padding-bottom:13px;
	margin-bottom: 13px;
	border-bottom: 1px solid #003844;
}

ul.recent-sermon-list li a {
	font-weight: bold;
}

ul.recent-sermon-list li span {
	font-size: 12px;
}

.intro-container {
	background-color: #002b34;
	height:216px;
	margin-bottom: 2px;
	padding: 24px 20px 29px 20px;
	position: relative;
	width:562px;
}

a.pec-facebook-link , a.pec-twitter-link {
	background: transparent url(../images/site/global-sprites.png) no-repeat 0 0;
	position: absolute;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 22px;
	height:22px;
	top:23px;
	
}

a.pec-facebook-link { background-position: 0 -698px; right:53px; }
a.pec-twitter-link { background-position: -31px -698px; right:20px; }

a:hover.pec-facebook-link { background-position: 0 -730px; }
a:hover.pec-twitter-link { background-position: -31px -730px; }

a.share-facebook {
	background: transparent url(../images/site/global-sprites.png) no-repeat right -762px;
	padding-right: 23px;
	margin-left: 5px;
	height: 16px;
}

a:hover.share-facebook {
	background-position: right -787px;
}

ul.intro-list {
	position: absolute;
	bottom:29px;
}

ul.intro-list li {
	float:left;
	display: block;
	height:14px;
	line-height: 14px;
	padding-right: 9px;
	margin-right: 9px;
	border-right: 1px solid #003744;
}

ul.intro-list li.last{
	border-right: none;
}

.recent-news-container {
	background-color: #002b34;
	height:312px;
	padding: 24px 0px 29px 20px;
	position: relative;
	width:582px;
}

.view-all {
	position: absolute;
	right:29px;
	top:27px;
}

.recent-news-excerpt {
	float:left;
	margin-right: 42px;
	position: relative;
	height:275px;
	width: 260px;
}

.recent-news-excerpt.last {
	margin-right: 0px;
}

.recent-news-excerpt h1 {
	font-size: 24px;
	line-height: 24px;
	height:48px;
	margin: 4px 0 11px 0;
}

span.date {
	font-size: 12px;
	display: block;
	margin-bottom: 17px;
}

.recent-news-excerpt a.link-arrow {
	right:0px;
	bottom: 0px;	
}

/* about */
.about-intro-container {
	background-color: #002b34;
	margin-bottom: 2px;
	padding: 24px 20px 23px 20px;
}

.about-intro-container h1 {
	margin-bottom: 13px;
}

.about-beliefs-intro {
	border-bottom: 1px solid #003844;
	padding-bottom: 27px;
	margin-bottom: 29px;
	width:864px;
}

.about-aim-container {
	background-color: #002b34;
	margin: 0 2px 2px 0;
	padding: 24px 20px 29px 20px;
	height:281px;
	float:left;
	width: 411px;
}

.about-aim-container h2 {
	font-size: 24px;
}

.about-photos-container {
	background-color: #002b34;
	margin-bottom: 2px;
	height:281px;
	float:left;
	padding: 24px 20px 29px 20px;
	width: 411px;
}

ul.about-photos-list {
	height:230px;
	overflow: hidden;
	width:412px;
}

.about-photos-nav {
	margin-top: 40px;
}

.about-photos-nav a {
	background: transparent url(../images/site/global-sprites.png) no-repeat 0 -675px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin-right: 10px;
	float:left;
	height:13px;
	width: 13px;
}

.about-photos-nav a.activeSlide {
	background-position: -23px -675px;
}

.about-beliefs-container {
	background-color: #002b34;
	clear: left;
	margin-bottom: 2px;
	overflow: hidden;
	padding: 24px 20px 29px 20px;
	width:864px
}

.about-beliefs-container  h2 {
	font-size: 24px;
}

ul.beliefs-list {
	float:left;
	width: 412px;
}

ul.beliefs-list.left {
	margin-right: 40px;
}

ul.beliefs-list li {
	background: transparent url(../images/site/icon-list-arrow.png) no-repeat 0 6px;
	margin-bottom: 25px;
	padding-left: 20px;
}

.about-promos {
	background-color: #001a20;
	padding: 28px 20px 29px 20px;
	float:left;
	margin-right: 2px;
	position: relative;
	height: 236px;
	width:260px;
}

.about-promos.last {
	margin-right: 0px;
}

.about-promos h2 {
	margin-bottom: 8px;
}

.promo-image {
	margin-top: 15px;
}

.about-promos a.link-arrow {
	bottom:23px;
	right:20px;
}

/* staff */
.staff-wrapper {
	background: transparent url(../images/site/bg-staff.png) repeat-y 0 0;
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
}

.staff-content-wrapper {
	float:left;
	margin-right: 2px;
	padding: 23px 20px 29px 20px;
	width: 682px;
}

.hdr-staff {
	border-bottom: 1px solid #003844;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

.staff-container {
	border-bottom: 1px solid #003844;
	position: relative;
	padding: 30px 0 23px 0;
	width:682px;
	overflow: hidden;
}

.staff-photo {
	float:left;
}

.staff-text-container {
	float:right;
	width: 520px;
}

.staff-container h1 {
	font-size: 24px;
	line-height: 28px;
	margin-top: -5px;
	margin-bottom: 18px;
}

.staff-sidebar-wrapper {
	float:right;
	padding: 23px 20px 29px 20px;
	width: 140px;
}


.hdr-staff-contact {
	border-bottom: 1px solid #003844;
	padding-bottom: 15px;
	margin-bottom: 15px;
}


/* news */
.news-wrapper {
	background: transparent url(../images/site/bg-news.png) repeat-y 0 0;
	overflow: hidden;
}

.news-content-wrapper {
	float:left;
	margin-right: 2px;
	padding: 23px 20px 29px 20px;
	width: 562px;
}

.hdr-news {
	border-bottom: 1px solid #003844;
	padding-bottom: 15px;
	margin-bottom: 0px;
}

.post {
	border-bottom: 1px solid #003844;
	position: relative;
	padding: 28px 0 26px 0;
}

.post h1 {
	font-size: 24px;
	margin-bottom: 23px;
}

.post h3 {
	color: #fff;
	margin-bottom: 10px;
}

.post strong {
	color: #fff;
}

.post img {
	margin-bottom: 10px;
}

.post img.no-caption {
	margin-bottom: 20px;
}

.video-container {
	margin-bottom: 10px;
}

.video-container.no-caption {
	margin-bottom: 20px;
}

.caption {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 20px;
}

ul.post-meta-list {
	overflow: hidden;
	height:16px;
}

ul.post-meta-list.post-index {
	width:460px;
}

ul.post-meta-list li {
	border-right: 1px solid #003844;
	float:left;
	font-size: 12px;
	height:16px;
	line-height: 16px;
	padding-right: 10px;
	margin-right: 10px;
}

ul.post-meta-list li.last {
	border: none;
}

.post a.link-arrow {
	bottom:24px;
	right:0px;
}

.news-sidebar-wrapper {
	float:right;
	padding: 23px 20px 29px 20px;
	width: 260px;
}

.hdr-news-meta {
	border-bottom: 1px solid #003844;
	padding-bottom: 15px;
	margin-bottom: 13px;
}

ul.categories-list, ul.archive-list, ul.subscribe-list  {
	margin-bottom: 40px;
}

ul.categories-list li, ul.archive-list li, ul.subscribe-list li {
	margin-bottom: 8px;
}

.news-staff-container {
	border-top: 1px solid #003844;
	overflow: hidden;
	margin-top: 30px;
	padding-top: 30px;
}

.news-staff-photo {
	float:left;
}

.news-staff-text-container {
	float:right;
	width: 432px;
}

.news-staff-text-container h2 {
	margin-bottom: 8px;
}

/* pagination */
.pagination {
	padding-top: 19px;
	height:22px;
	position: relative;
}

.news-wrapper .pagination {
	width:562px;
}

.media-wrapper .pagination {
	width: 682px;
}

.pagination ul {
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

.pagination ul li {
	float:left;
	margin-right: 8px;
}

.pagination ul strong {
	border-bottom: 2px solid #ccd4d5;
	font-weight: normal;
}

.pagination ul li.next a {
	background: transparent url(../images/site/global-sprites.png) no-repeat right -322px;
	padding-right: 17px;
	font-weight: bold;
	margin-left: 10px;
}

.pagination ul li.next a:hover {
	background-position: right -344px;
}

.pagination ul li.prev a {
	background: transparent url(../images/site/global-sprites.png) no-repeat left -376px;
	padding-left: 17px;
	font-weight: bold;
	margin-right: 10px;
}

.pagination ul li.prev a:hover {
	background-position: left -398px;
}

.pagination div.numbers {
}

.pagination ul li.first a {
	display: none;
}

.pagination ul li.last a {
	display: none;
}


/* next / prev entry */
a.next {
	background: transparent url(../images/site/global-sprites.png) no-repeat right -320px;
	padding-right: 17px;
	font-weight: bold;
	position: absolute;
	right:0px;
}

a:hover.next {
	background-position: right -342px;
}

a.prev  {
	background: transparent url(../images/site/global-sprites.png) no-repeat left -374px;
	padding-left: 17px;
	font-weight: bold;
	position: absolute;
	left:0px;
}

a:hover.prev  {
	background-position: left -396px;
}

/* media */
.media-wrapper {
	background: transparent url(../images/site/bg-media.png) repeat-y 0 0;
	overflow: hidden;
	position: relative;
	margin-bottom: 0px;
}

.media-content-wrapper {
	float:left;
	margin-right: 2px;
	padding: 75px 20px 29px 20px;
	width: 682px;
}

.search-media-container {
	position: absolute;
	top:0px;
	left:0px;
	border-bottom: 2px solid #003844;
	height:33px;
	padding:20px;
	width: 682px;
	overflow: hidden;
}

.media-filter {
	font-size: 14px;
	font-weight: bold;
	color:#fff;
	position: absolute;
	right:20px;
	top:25px;
}

.media-container {
	border-bottom: 1px solid #003844;
	position: relative;
	padding: 25px 0 23px 0;
	width:682px;
}

.media-container h1 {
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 8px;
}

.media-container a.link-arrow {
	position: absolute;
	right:0px;
	bottom: 23px;
}

.media-single-list {
	height:100px;
	margin-bottom: 30px;
}

.media-single-list li {
	float: left;
	border-right: 1px solid #003844;
	padding-right: 10px;
	height:20px;
	margin-right: 10px;
	line-height: 20px;
}

.media-single-list li.last {
	border-right:none;
}

ul.media-audio-options {
	position: absolute;
	left:349px;
	top:105px;
	background-color:#00232a;
	height:51px;
	padding-right: 15px;
}

ul.media-audio-options li {
	float:left;
	height:20px;
	padding: 14px 0 10px 0;
}

.audio-download {
	font-weight: bold;
	background: transparent url(../images/site/global-sprites.png) no-repeat right -809px;
	padding-right: 20px;
	border-left: 1px solid #003844;
	padding-left: 16px;
	height:22px;
	margin-right: 15px;
	display: block;
}

.audio-download:hover {
	background-position: right -833px;
}

.audio-subscribe {
	font-weight: bold;
	background: transparent url(../images/site/global-sprites.png) no-repeat right -320px;
	padding-right: 17px;
	border-left: 1px solid #003844;
	padding-left: 15px;
	height:22px;
	display: block;
}

.audio-subscribe:hover {
	background-position: right -342px;
}

.media-sidebar-wrapper {
	float:right;
	padding: 23px 20px 29px 20px;
	width: 140px;
}

.hdr-media {
	border-bottom: 1px solid #003844;
	padding-bottom: 15px;
	margin-bottom: 13px;
}

ul.subscribe-list, ul.media-list {
	margin-bottom: 40px;
}

ul.subscribe-list li, ul.media-list li {
	margin-bottom: 8px;
}

ul.media-meta-list {
	overflow: hidden;
	width:600px;
}

ul.media-meta-list li {
	float:left;
	font-size: 12px;
	border-right: 1px solid #003844;
	float:left;
	height:16px;
	line-height: 16px;
	margin-right: 10px;
	padding-right: 10px;
}

ul.media-meta-list li.last {
	border:none;
}

/* media search */
input.media-btn-submit {
	border: 0;
	background: transparent url(../images/site/global-sprites.png) no-repeat right -552px;
	cursor: pointer;
	display: block;
	height:31px;
	overflow: hidden;
	text-indent: -9999px;
	width:31px;
	float:left;
}

input.media-btn-submit:hover {
	background-position: right -593px;
}

input.media-search-textfield {
	background: #001d24 url(../images/site/global-sprites.png) no-repeat 0 -633px;
	padding: 6px 5px 4px 5px;
	float:left;
	height:21px;
	width: 459px;
	border:none;
	font: normal 14px/21px 'Helvetica Neue', Arial, sans-serif;
}

input.media-search-textfield:focus {
	background-image:none;
	background-color: #fff;
	outline: none;
}


/* location */
.location-meta-container {
	float:left;
	width:300px;
	margin-right: 2px;
}

.location-meta-container div.time-location-container {
	height:242px;
}

.get-directions-container {
	background-color: #002b34;
	height:104px;
	padding: 24px 20px 29px 20px;
	margin-bottom: 2px;
	position: relative;
	width:260px;
}

.contact-us-container {
	background-color: #002b34;
	height:82px;
	padding: 24px 20px 29px 20px;
	position: relative;
	width:260px;
}

.location-content-container {
	background: transparent url(../images/site/location-map.png) no-repeat 0 0;
	display: block;
	float:right;
	height:562px;
	width:602px;
}

input.location-btn-submit {
	border: 0;
	background: transparent url(../images/site/global-sprites.png) no-repeat right -429px;
	cursor: pointer;
	display: block;
	height:31px;
	overflow: hidden;
	text-indent: -9999px;
	width:31px;
	float:left;
}

input.location-btn-submit:hover {
	background-position: right -470px;
}

input.location-search-textfield {
	background: #001d24 url(../images/site/global-sprites.png) no-repeat 0 -511px;
	padding: 6px 5px 4px 5px;
	float:left;
	height:21px;
	width: 219px;
	border:none;
	font: normal 14px/21px 'Helvetica Neue', Arial, sans-serif;
}

input.location-search-textfield:focus {
	background-image:none;
	background-color: #fff;
	outline: none;
}

a.view-google-map {
	font-size: 12px;
	float: right;
	margin-top: 13px;
}

/* footer */
#footer {
	color:#ccd4d5;
	font-size: 12px;
	position: relative;
	clear:left;
	height: 60px;
}

p.footer-copyright {
	position: absolute;
	left:0px;
	top:13px;
}

.footer-links {
	position: absolute;
	right:0px;
	top:13px;
}