html {
	background: #DFD4CB;
}
body {
	background: #DFD4CB url('images/body-bg.gif') repeat-x scroll left -2px;
}

#doc-custom {
	margin:auto;text-align:left;
	width: 61.54em;
	*width: 60.06em;
}

/* GLOBAL */
a {
	color: #3671B2;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #E5722E;
}
strong { font-weight: bold; }
em { font-style: italic; }

/* YUI BLOCKS */
#doc4 {
	margin-bottom: 20px;
}
#bd {
	background: white;
	padding: 10px 20px;
margin-top: 2px;
border-right: 1px solid #b2aaa2;
border-left: 1px solid #b2aaa2;
}
#ft {
	border-bottom: 1px solid #b2aaa2;
border-right: 1px solid #b2aaa2;
border-left: 1px solid #b2aaa2;
}
#hd {
	height: 180px;
	padding-top: 10px;
}
#hd h1 {
	display: none;
}

/* MAIN NAVIGATION */
#nav {
	margin-bottom: 10px;
	text-align: right;
}
#nav li {
	display: inline;
}
#nav #primary li {
	font-weight: bold;
	padding-left: 1em;
}
/* turn off nav links when on that page */
#page-home #nav-home a, #page-home #nav-home a:hover,
#page-about #nav-about a, #page-about #nav-about a:hover,
#page-staff #nav-staff a, #page-staff #nav-staff a:hover,
#page-ministries #nav-ministries a, #page-ministries #nav-ministries a:hover, 
#page-calendar #nav-calendar a, #page-calendar #nav-calendar a:hover,
#page-podcast #nav-podcast a, #page-podcast #nav-podcast a:hover,
#page-contact #nav-contact a, #page-contact #nav-contact a:hover {
	cursor: auto;
	color: black;
	text-decoration: none;
}

/* MAIN CONTENT AREA */
#main {
}
#content {
	position:relative;
}
#content h1 {
	color: #61A675;
	text-shadow: 1px 1px 1px #404040;
}
#main.wide-page #content { margin-right: 20px; }
#content h1 {
font-weight: bold;
	font-size: 2em;
}
#content h2 {
color: #404040;
font-weight: bold;
	font-size: 1.2em;
}

/* ENTRY ITEMS (POST AND PAGE CONTENT) */
.entry {
	margin: 20px 0 0 20px;
}
.entry p {
	line-height: 1.5;
	margin-bottom: 1.5em; 
}
.entry ul {
	margin: 0 0 1.5em 1.5em; 
}
.entry ul li {
	list-style: disc;
}
.entry h3 {
	font-size: 1.2em;
	font-weight: bold;
}
img.alignright {
	float: right;
	margin: 0 0 0.5em 1.5em;
}

/* SIDEBAR AND EXTRA CONTENT */
#sidebar {
	padding-top: 20px;
}
#extra {
	min-height: 150px;
}
#extra p {
	line-height: 1.5;
}
#extra h2 {
	font-weight: bold;
	font-size: 1.2em;
	line-height: 1.5;
	 }
#extra img {
	float: left;
	margin: 4px 8px 0 0;}
#ft {
	background: white;
	padding: 20px 0;
	font-size: 0.8em;
	text-align: center;
}
#extra1 {
	border-top: 10px solid #7FD999;
}
#extra2 {
	border-top: 10px solid #FFCC66;
}
#extra3 {
	border-top: 10px solid #667F33;
}
#footerlinks li {
	list-style: none;
	display: inline;
}

/* EXTRA STUFF */
.accessible {
	position: absolute;
	left: -999em;
	width: 1em;
	overflow: hidden;
}

#content_bottom { height: 5px; background: transparent url(images/content-footer-bg.gif) repeat-x scroll 0 -1px; }