html {
	padding:0;
	margin:0;
}

body {
	margin:0 auto;
	background:#fff url(images/main-bg.jpg) repeat top left;
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
}

h1, h2, h3, h4, h5 {
	letter-spacing:1px;
}

h1 {
	font-weight: bold;
	font-size:30px;
	color:#964a17;
}

h2 {
	font-weight: bold;
	font-size: 22px;
	color:#964a17;
}

h3 {
	font-weight: normal;
	font-size: 19px;
	color:#466b6b;
}

h4 {
	font-weight: normal;
	font-size: 15px;
	color:#466b6b;
}

h5 {
	font-weight: normal;
	font-size: 14px;
	color:#964a17;
}

p, table, tr, td, ul, li, dl, dt, dd, ol {
	line-height:1.5em;
	font-size:13px;
	color:#222;
}

p a, a {
	color:#964a17;
}

p a:hover, a:hover {
	color:#7e3e28;
}

a img {
	border:0;
}

p.arrow {
	background:transparent url(images/arrow.png) no-repeat left 8px;
	padding:0 0 0 12px;
}

span.arrow {
	background:transparent url(images/arrow.png) no-repeat left 6px;
	padding:0 0 0 12px;
}

/* IMPORTANT PAGE CLASSES */

.container {
	margin:0 auto;
	width:970px;
	position:relative;
}

/* HEADER STYLES */

.header {
	background: transparent url(images/nav-bg.png) repeat-x top left;
	width:100%;
	height:120px;
	padding:0;
	margin:0 auto;
}

.logo {
	position:absolute;
	float:left;
	height:175px;
	padding:0;
	width:163px;
	z-index:20;
}

.logo h1 {
	display:block;
	width:163px;
	height:162px;
	background: transparent url(images/logo.png) no-repeat top left;
	color: #000;
	margin:13px 0 0 0;
	padding:0;
	text-indent:-10000px;
}

/* NAVIGATION STYLES */

.nav {
	float:right;
	height:27px;
	width:775px;
	margin:45px 0 0 0;
	position:relative;
}

.nav>ul {
	padding:0;
	margin:0;
	float:right;
	position:relative
}

.nav>ul>li {
	display:block;
	float:left;
	height:27px;
	padding:0;
	margin-right:30px;
}

.nav>ul>li>a {
	color:#ede1c2;
	display:block;
	float:left;
	font-size:17px;
	height:20px;
	margin:0;
	padding:0;
	text-decoration:none;
	letter-spacing:1px;
	font-style:normal
}

.nav>ul>li>a:hover {
	background-position:left 0 !important;
	color:#fff;
}

.nav>ul>li.current_page_item{
	background:transparent url(images/nav-underline.png) no-repeat bottom left;	
}

.nav ul li > ul {
	width:745px;
	padding:0 0 8px 0;
	position:absolute;
	border-bottom:1px solid #fff;
	top:43px;
	left:-100px;
}

.nav ul li > ul li {
	display:block;
	float:right;
	height:21px;
	padding:0;
	margin:0 7px;
}

.nav ul li > ul li.current_page_item {
	background:transparent url(images/subnavSelected-left.png) no-repeat top left;
	font-style:italic;
	padding:0 0 0 9px;
	margin:0 7px 0 0;
}

.nav ul li > ul li.current_page_item a {
	background:transparent url(images/subnavSelected-right.png) no-repeat top right;
}

.nav ul li > ul li a {
	color:#5b635c;
	display:block;
	float:left;
	font-size:13px;
	margin:0;
	padding:1px 10px 0 1px;
	text-decoration:none;
}


/* TOP BANNER AREA */

.top {
	margin:2px 0 0;
	position:relative;
	width:970px;
}

.bannerTag {
	margin:0;
	padding:70px 0 0;
	position:relative;
}

.bannerImage {
	float:right;
	margin:0;
	position:absolute;
	right:0;
	top:0;
	width:768px;
	z-index:10;
}

.home .bannerImage {
	background:transparent url(images/banner-bg-home.png) no-repeat top left;
	height:358px;
}

.page-child .bannerImage {
	background:transparent url(images/banner-bg-interior.png) no-repeat top left;
	height:236px;
}

/* BOTTOM AREA STYLES */

.bottom {
	clear:both;
	position:relative;
	width:970px;
}

.left-column {
	float:left;
	margin-right:35px;
	margin-bottom:30px;
	padding:0;
}

.home .left-column {
	width:265px;
}

.page-child .left-column,
.archive .left-column {
	width:208px;
}

.home-leftBox {
	width:245px;
	padding:10px;
}

.content {
	float:left;
	padding:0;
	margin:0 0 30px 0;
}

.home .content {
	width:670px;
}

.page-child .content,
.archive .content {
	width: 700px;
}

.middle-column {
	width:400px;
	float: left;
	margin-right:30px;
	margin-bottom:30px;
	padding:0;
}

.home-middleBox {
	width:380px;
	padding:10px;
}

.right-column {
	width:240px;
	margin:0;
	padding:0;
	float:left;
}

.home-rightBox {
	width:225px;
	padding:10px 5px 10px 10px;
}

.whiteBox-top {
	background-position: left top;
	background-repeat:no-repeat;
	background-color:transparent;
	height:8px;
	margin:0;
	padding:0;
}

.whiteBox-middle {
	background:transparent url(images/whitebg.png) repeat top left;
	width:100%;
}

.whiteBox-bottom {
	background-position: left bottom;
	background-repeat:no-repeat;
	background-color:transparent;
	height:8px;
	margin:0;
	padding:0;
}

.blueBox-middle {
	background-color:#597a91;
	width:100%;
}

.blueBox-bottom {
	background-position: left bottom;
	background-repeat:no-repeat;
	background-color:transparent;
	height:8px;
	margin:0;
	padding:0;
}

/* SUNDAY MORNINGS BOX */

.sundaysBox {
	border-bottom:1px solid #cb9848;
}

.sundaysBox h2 {
	display:block;
	background:transparent url(images/title-sundayMornings.png) no-repeat top left;
	text-indent:-10000px;
	width:207px;
	height:25px;
}

.sundaysBox p {
	font-size:14px;
}

.sundaysBox table {
	margin-bottom:10px;
}

.sundaysBox td.left {
	font-size:12px;
	font-weight:bold;
	padding:3px;
}

.sundaysBox td.right {
	padding:3px;
}

/* PODCAST BOX */

.podcastBox {
	margin-top:5px;
}

.podcastBox .whiteBox-top {
	background-image:url(images/whiteTop-podcast.png);
	width:245px;
}

.podcastBox h2 {
	display:block;
	background:transparent url(images/title-podcast.png) no-repeat top left;
	text-indent:-10000px;
	width:230px;
	height:24px;
	margin:0 0 1px 8px;
	padding:0 0 5px 0;
}

.podcastBox .podcastMid {
	padding:5px 10px 10px;
	width:225px;
	margin-bottom:1px;
}

.podcastBox p {
	margin:0;
}

.podcastBox p.podcastDate {
	padding:5px 0;
}

.podcastBox p.podcastTitle, .podcastBox p.podcastSpeaker {
	padding:0;
}

.podcastBox .blueBox-middle {
	height:30px;
}

.podcastBox .blueBox-middle img {
	float:right;
	margin:8px 5px 0 0;
}

.podcastBox .blueBox-bottom {
	background-image:url(images/blueBottom-podcast.png);
	width:245px;
}

/* MISSION BOX */

.missionBox {
	border-bottom:1px solid #cb9848;
}

.missionBox h2 {
	display:block;
	background:transparent url(images/title-ourMission.png) no-repeat top left;
	text-indent:-10000px;
	width:133px;
	height:25px;
}

.missionBox p {
	line-height:1.8em;
}

/* GET CONNECTED SECTION */

.connectedBox {

}

.connectedBox h2 {
	display:block;
	background:transparent url(images/title-getConnected.png) no-repeat top left;
	text-indent:-10000px;
	width:177px;
	height:25px;
}

.connectedItem {
	width:380px;
	clear:both;
	margin:5px 0;
	height:90px;
}

.connectedItem img {
	width:147px;
	height:78px;
	float:left;
	border:1px solid #999;
}

.connectedItem .connectedText {
	width:230px;
	float:left;
	margin-top:7px;
}

.connectedText .whiteBox-top {
	width:230px;
	background-image: url(images/whiteTop-connected.png);
}

.connectedText .whiteBox-middle {
	width:210px;
	padding: 0 10px;
}

.connectedText .whiteBox-middle p {
	font-size:11px;
	margin:0;
}

.connectedText .whiteBox-bottom {
	width: 230px;
	background-image:url(images/whiteBottom-connected.png);
}

/* COMING UP BOX */

.comingupBox {

}

.comingupBox .whiteBox-top {
	width:225px;
	background-image:url(images/whiteTop-comingUp.png);
}

.comingupBox h2 {
	display:block;
	background:transparent url(images/title-comingUp.png) no-repeat top left;
	text-indent:-10000px;
	width:120px;
	height:25px;
	margin:0 0 0 8px;
	padding:0 0 5px 0;
}

#calendar table {
	width:225px;
	margin-top:-1px;
}

#calendar table tr {
	vertical-align:top;
}

#calendar table tr td {
	background-color:#F6EDD3;
	color:#666;
	font-size:11px;
	height:29px;
	padding:3px 3px 3px 5px;
}

#calendar .sOtherTOC {
	color:#bbb;
}

#calendar .todayTOC {
	background-color:#fff;
}

.comingupItem {
	margin:0 0 1px 0;
}

.comingupItem table {
	width:225px;
}

.comingupItem span {
	padding:5px;
	font-size:12px;
}

.comingupItem .caldate {
	color:#aeb38c;
	text-transform:uppercase;
}

.comingupItem .caltitle {
border-bottom:1px solid #BBBBBB; color:#964A17; display:block; line-height:15px; margin:0 0 0 65px; position:relative; text-align:right; top:-20px; width:144px;
}

.monthYearTextTOC, .dayNamesTextTOC,.monthYearRowTOC {
	display:none;
}
.comingupItem .caltitle:hover {
	color:#7e3e28;
}
.comingupBox .comingupEnd {
	height:30px;
}

.comingupEnd img {
	float:right;
	margin:8px 5px 0 0;
}

.comingupBox .whiteBox-bottom {
	width: 225px;
	background-image:url(images/whiteBottom-comingUp.png);
}

/* ADDRESS BOX */

.addressBox {
	width:188px;
	margin:0 10px 30px;
}

.addressBox .whiteBox-top {
	width:188px;
	background-image:url(images/whiteTop-address.png);
}

.addressBox .whiteBox-middle {
	background-image:url(images/whitebg-light.png);
	width:148px;
	padding:5px 20px;
}

.addressBox .whiteBox-bottom {
	background-image:url(images/whiteBottom-address.png);
	width:188px;
}

/* FOOTER */

.footer {
	clear:both;
	width:965px;
	margin:0 auto;
	text-align:center;
	border-top:1px solid #3c3c3c;
	padding:10px 0;
}

.footer p {
	color:#333;
	font-size:13px;
}

.footer p a {
	border:none;
}

ol.commentlist li 
	{
		font-size:60%;
	}
ol.commentlist li p
	{
		font-size:100%;
	}
.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 0;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */

 .lavaLampWithImage {
            position: relative;
            padding: 15px;
            margin: 10px 0;
        }
.lavaLampWithImage li.back {
	background: url("images/nav-underline.png") no-repeat right;
	width:29px; 
	height: 30px;
	margin-top:10px;
	z-index: 0;
	position: absolute;
}

.nav ul li a {position:relative; z-index:100000}