/* GLOBAL TEMPLATE STYLES
============================================================ */

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #15496a;
}

div#wrapper {
	padding-bottom: 50px;
	background: #f4efe5 url(images/bkg-wrapper.jpg) repeat-x left top;	
}

div#inner-wrapper {
	min-width: 950px;
	background: url(images/bkg-inner-wrapper.jpg) no-repeat center top;	
}

div#container {
	width: 960px;
	margin: 0 auto;
}

div#header h1 {
	width: 175px;
	height: 138px;
	float: left;
}

div#header h1 a {
	height: 0;
	padding-top: 138px;
	display: block;
	overflow: hidden;	
	background: url(images/logo.png) left top;
}

div#header h2 {
	height: 0;
	overflow: hidden;
}

body.home div#header {
	position: relative;
}

body.home div#header h2 {
	width: 490px;
	padding-top: 21px;
	background: url(images/h2-welcome.png) no-repeat top left;
	position: absolute;
	top: 95px;
	right: 40px;
	z-index: 11;
}	

div#footer {
	width: 960px;
	margin: 20px auto;
	font-size: 1.1em;
	color: #45799a;
}

div#footer p {
	margin-bottom: 10px;
	text-align: center;
}

div#footer p a {
	text-decoration: none;	
	color: #45799a;
}

div#footer p a:hover {
	color: #fff;
	border-bottom: 1px dotted #45799a;
}

div#footer p a#pcusa {
	width: 67px;
	height: 0;
	overflow: hidden;
	display: block;
	margin: 20px auto 30px;
	padding-top: 67px;
	background: url(images/pcusa-logo.png) no-repeat top left;
}

div#footer p a:hover#pcusa {
	border: 0 none;
}


/* HOME PAGE STYLES
============================================================ */

div#top-content {
	width: 960px;
	height: 370px;
	position: absolute;
}

div#about-summary {
	width: 213px;
	margin-left: 10px;
}

div#about-summary h2 {
	width: 207px;
	height: 0;
	padding-top: 54px;
	overflow: hidden;
	margin-top: 40px;
	background: url(images/h2-about-summary.png) no-repeat left top;
}

div#about-summary p {
	padding: 6px 0 18px 0;
	line-height: 15px;
	font-size: 1.4em;
	color: #f4efe5;	
}

a#btn-service-times, a#btn-more-mission {
	height: 0;
	overflow: hidden;
	padding-top: 19px;
	display: block;
}

a#btn-service-times {
	width: 188px;
	margin-bottom: 4px;
	background: url(images/btn-service-times.png) no-repeat 0 0;
}

a#btn-service-times:hover {
	background-position: -188px 0;
}	

a#btn-more-mission {
	width: 200px;
	background: url(images/btn-more-mission.png) no-repeat 0 0;
}

a#btn-more-mission:hover {
	background-position: -200px 0;
}	

div#home-slideshow-wrapper {
	width: 732px;
	height: 403px;
	position: absolute;
	top: -35px;
	right: 0;
	z-index: 10;
	background: url(images/bkg-home-slideshow.png) no-repeat left top;
}

div#home-slideshow {
	width: 670px;
	height: 340px;
	overflow: hidden;
	position: absolute;
	top: -8px;
	right: 34px;
	z-index: 9;
	background: #1e1e1e;
}

div#home-slideshow img {
	width: 670px;
	height: 340px;
}

div#home-slideshow h1, div#home-slideshow h2, div#home-slideshow h3, div#home-slideshow h4, div#home-slideshow h5, div#home-slideshow h6, div#home-slideshow ul, div#home-slideshow ol, div#home-slideshow blockquote {
	display: none;
}

div#bottom-content {
	margin-top: 370px;
	padding: 15px 0 0 20px;
	background: url(images/bkg-bottom-content.png) no-repeat center top;
	color: #736354;
}

div#home-buckets div {
	width: 200px;
	float: left;
	display: inline;
	padding-bottom: 5px;
	border-right: 1px solid #d1cabe;
}

div#home-buckets div p {
	margin-bottom: 8px;	
}

div#home-buckets a, div#sidebar a {
	text-decoration: none;
	color: #727f2b;
}

div#home-buckets a:hover, div#sidebar a:hover {
	border-bottom: 1px dotted #727f2b;
}

div#sidebar a#btn-calendar:hover {
	border-bottom: 0 none;
}

div#events {
	padding-right: 25px;	
	margin-right: 18px;
}

div#news, div#pastor-blog {
	padding-right: 18px;
	margin-right: 18px;
}

div#home-buckets div h3 a, div#sidebar-events h3 a {
	height: 0;
	overflow: hidden;
	display: block;
}

div#events h3, div#sidebar-events h3 {
	width: 211px;
	height: 59px;
	margin-bottom: 6px;
}

div#events h3 a, div#sidebar-events h3 a {
	padding-top: 59px;
	background: url(images/h3-events.png) no-repeat left top;	
}

div#news h3, div#pastor-blog h3, div#image-links {
	margin: 26px 0 25px;	
}

div#news h3 {
	width: 116px;
	height: 13px;
}

div#news h3 a {
	padding-top: 13px;
	background: url(images/h3-news.png) no-repeat left top;	
}

div#pastor-blog h3 {
	width: 131px;
	height: 13px;
}

div#pastor-blog h3 a {
	padding-top: 13px;
	background: url(images/h3-pastor-blog.png) no-repeat left top;
}

div#events ol {
	margin-left: 12px;	
}

div#home-buckets div#news li {
	margin-bottom: 12px;	
}

ol#eventList em, ol#articleList em, div#pastor-blog em {
	text-transform: uppercase;
	font-size: .9em;
	font-style: normal;
}

ol#eventList li {
	margin-bottom: 4px;
}

div#home-buckets h4 a, div#sidebar-events a {
	line-height: 20px;
	font-size: 1.2em;
	font-weight: normal;
}

div#home-buckets p {
	line-height: 15px;
	font-size: 1.1em;	
}

a.bucket-btn {
	height: 0;
	margin-top: 18px;
	overflow: hidden;
	padding-top: 19px;
	display: block;
}

div#home-buckets a.bucket-btn:hover, div#home-buckets div#image-links a:hover, div#home-buckets div h3 a:hover, div#sidebar-events h3 a:hover {
	border-bottom: 0 none;	
}

a#btn-calendar {
	width: 133px;
	margin-left: 10px;
	background: url(images/btn-calendar.png) no-repeat left top;
}

a#btn-calendar:hover {
	background-position: -133px 0;
}

a#btn-articles {
	width: 140px;
	background: url(images/btn-articles.png) no-repeat left top;
}

a#btn-pastor-blog {
	width: 140px;
	background: url(images/btn-pastor-blog.png) no-repeat left top;
}

a#btn-articles:hover, a#btn-pastor-blog:hover {
	background-position: -140px 0;	
}

div#home-buckets div#image-links {
	margin-top: 10px;
	border-right: 0 none;	
}

div#image-links img {
	width: 189px;
	height: 118px;
	border: 2px solid #d2c8b7;
}



/* GENERIC INTERNAL PAGE STYLES
============================================================ */

div#content {
	width: 832px;
	min-height: 626px;
	margin: -24px auto 0;
	padding: 60px 50px;
	background: url(images/bkg-content.png) no-repeat top center;
}

div#content-inner {
	background: url(images/divider.png) repeat-y 570px 0;
}

div#left-column {
	width: 540px;
	padding-right: 30px;
	float: left;
}

div#content h3#page-title, div#content div#text h3#page-title {
	margin-bottom: 20px;
	font-size: 3.4em;
	font-weight: normal;
	letter-spacing: -1px;
	color: #392214;
}

img#page-header {
	width: 500px;
	height: 100px;
	overflow: hidden;
	padding: 10px;
	background: url(images/bkg-headerImg.png) no-repeat top left;
}

div#content div#description, div#sermon-meta p.byline {
	margin-bottom: 10px;
	font-size: 1.9em;
	font-weight: normal;
	letter-spacing: -1px;
	line-height: 1.3em;
	color: #aba18f;
}

div#content div#text {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 1.5em;
	line-height: 1.4em;
	color: #736354;
}

div#content div#text h1, div#content div#text h2, div#content div#text h3, div#content div#text h4, div#content div#text h5, div#content div#text h6 {
	margin: 20px 0 8px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	font-size: 1.3em;
	font-weight: normal;
	color: #392214;
}

div#content div#text h3#page-title {
	font-size: 2.1em;
}

div#content div#text p {
	margin-bottom: 12px;
}

div#content div#text a {
	text-decoration: none;
	border-bottom: 1px dotted #1b4e71;
	color: #1b4e71;
}

div#content div#text a:hover {
	border: 0 none;
	background-color: #1b4e71;
	color: #fff;
}

div#content div#text ol, div#content div#text ul {
	list-style: decimal;
	margin: 0 0 12px 30px;
}

div#content div#text ul {
	list-style: square;
}

div#content div#text li {
	margin-bottom: 6px;
}

div#content div#text img {
	padding: 10px;
	display: inline;
}

div#sidebar {
	width: 230px;
	float: right;
	color: #736354;
}

ul#sidebar-nav {
	margin: 5px 20px 30px 0;
	padding-top: 18px;
	background: url(images/bkg-sidebar-nav.png) no-repeat 10px 0;
	font-weight: bold;
	text-transform: uppercase;
}  

ul#sidebar-nav li {
	background: #d2c8b7;
}

ul#sidebar-nav li:first-child {
	padding-top: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-top-left-border-radius: 0px;
	-webkit-top-right-border-radius: 0px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

ul#sidebar-nav li:last-child {
	padding-bottom: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-bottom-left-border-radius: 0px;
	-webkit-bottom-right-border-radius: 0px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

ul#sidebar-nav li a {
	padding: 4px 15px;
	display: block;
	color: #faf8f4;
}

ul#sidebar-nav li a:hover, ul#sidebar-nav li.current a {
	background: #c2b9a9;
	border: 0 none;
}

ul#sidebar-nav li.current a {
	cursor: default;
}

div#sidebar-events ol#eventList {
	margin: 10px 0 0 12px;
}

div#sidebar div#image-links img {
	margin-bottom: 10px;
}

div#sidebar div#image-links a {
	border-bottom: 0 none;
}


/*EVENTS/SERMONS/NEWS STYLES
-----------------------*/

img.mcms_stats {
	display: none;	
}

div.eventbox, div.sermonbox, div.articlebox, p#pagination {
	margin-top: 25px;
	border-top: 1px solid #e7e0d2;
}

p.eventtime, p.date {
	font-size: .9em;
	font-style: italic;	
}

p#pagination {
	padding-top: 25px;
	font-size: .7em;
	font-family: Arial, Helvetica, sans-serif;
}

div#content div#text p#pagination a {
	margin-right: 6px;
	padding: 2px 6px;
	border: 1px solid #e7e0d2;
	color: #736354;
}

div#content div#text p#pagination a:hover, div#content div#text p#pagination a#current {
	border: 1px solid #e7e0d2;	
	background: #1b4e71;
	color: #fff;
}

/*SERMONS STYLES
-------------------------*/

div.sermonbox p.series, div.sermonbox p.summary, div.sermonbox ul, div.sermonbox p.byline {
	font-size: .9em;	
}

p.series {
	color: #392214;	
}

div#content div#text div.sermonbox p.summary {
	line-height: 1.4em;	
}

div#sermon-meta {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.4em;
	margin-bottom: 12px;	
}

div#sermon-meta p.byline {
	font-size: 1.5em;
	margin-top: -15px;	
}

div#sermon-meta p.series {
	margin-bottom: 30px;
}

p#podcast-link {
	margin-top: 30px;
	padding-left: 19px;
	line-height: 14px;
	background: url(images/subscribe-icon.png) no-repeat 0 2px;
}

p#podcast-link a {
	font-size: 1.3em;
	border-bottom:1px dotted #1B4E71;
	color:#1B4E71;
	text-decoration:none;	
}

p#podcast-link a:hover {
	border: 0 none;
	background-color: #1b4e71;
	color: #fff;
}

div#content div#text div.sermonbox ul, div#content div#text ul#mediabox {
	margin: 0;
	list-style: none;
}

div.sermonbox li, ul#mediabox li {
	float: left;
	margin-right: 30px;
	padding-left: 19px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: .9em;
	line-height: 14px;
	background-position: 0px 1px;
	background-repeat: no-repeat;
}

ul#mediabox {
	margin-bottom: 20px;
}

ul#mediabox li a {
	font-size: 1.3em;
	text-decoration: none;
	border-bottom: 1px dotted #1b4e71;
	color: #1b4e71;
}

ul#mediabox li a:hover {
	border: 0 none;
	background-color: #1b4e71;
	color: #fff;
}

li.sl_video {
	background-image: url(images/sermon-video.png);
}

li.sl_listen {
	background-image: url(images/sermon-play.png);
}

li.sl_download {
	background-image: url(images/sermon-save.png);
}

li.sl_notes {
	background-image: url(images/sermon-notes.png);
}



/*BLOG STYLES
----------------------*/

p.subscribe {
	display: none;
}

div.post {
	padding-bottom: 12px;
	border-top: 1px solid #e7e0d2;	
}

span.date {
	margin-left: 8px;
	padding-left: 10px;
	font-style: italic;
	border-left: 1px solid #736354;
}

div#content div#text h5.blogposttitle {
	margin-top: 30px;	
}

div#content div#text h5.blogposttitle a, div#content div#text a.contreading, div#content div#text a.commentnum {
	border-bottom: none;	
}

div#content div#text a.contreading, div#content div#text a.commentnum {
	font-size: .9em;	
}

div#content div#text a.contreading {
	margin-right: 15px;	
}

/*MAPS AND DIRECTIONS
--------------------------*/

div#text p iframe {
	margin-top: 10px;
	border: 2px solid #D2C8B7;	
}

	