/* Subpage specific styles */

body {	background: #fff url(../images/nav/bkg.gif) 0 0 repeat-x; }

/* Background Image for the hp
----------------------------------*/ 
#topBkg {
	background: url(../images/nav/Bgrain3.jpg) 0 0 no-repeat;
	position: absolute;
	top: 0;
	left: 50%;
	width: 1044px;
	height: 307px;
	margin-left: -450px;
	z-index: 1;
}

#contentwrap { 
	width: 720px;
	background: #fff url(../images/nav/sub/bkg_content_shadow.gif) 0 0 repeat-x;
	float: left;
}


#bodywrap {
	width: 720px;
	float: left;
	margin: 15px 0 0 -4px;
	background: url(../images/side_shadow.gif) 10px 0 no-repeat;
	padding: 0 3px;
}

#bodywrap2 {
	width: 720px;
	float: left;
	margin: -6px -2px 0px;
	background: url(../images/nav/side_shadow.gif) 10px 0 no-repeat;
	padding: 0 3px;
}

/* Sidebar 
-----------------------------*/
#sidebar {
	background: url(../images/nav/bkg_sidebar_shadow.gif) 0 0 repeat-x; 
	width: 246px;
	float: left;
	min-height: 550px;
	height:auto !important;
	height:550px;
	padding-top: 38px;
}

.info {	
	background: url(../images/nav/sidebar_sep.gif) left bottom repeat-x;
	width: 212px;
	padding: 0 0 20px 0;
	margin: 0 auto 18px auto;	
}


#sidebar .last { background: none; }

#sidebar .right { border: 0; background: 0; }

.info h4 { font-size: 1.1em; margin-bottom: 5px; }

.info p { margin-bottom: 5px; }


#sidebar li { margin-bottom: 8px; }

#sidebar .bullets li {
	background: url(/images/sub/bullet.gif) 0 5px no-repeat;
	padding-left: 10px;
}

#sidebar #servicetimes { font-weight: bold; }
#sidebar #servicetimes a { font-weight: normal; display: block; }
#sidebar #servicetimes { margin-bottom: 12px; }

#viewcat, #viewall {
	font-size: 1.1em;
	text-transform: uppercase;
	color: #666;
}

#viewcat { margin: 12px 0; }

#content h4#viewall {
	margin: 12px 0 20px 0; 
	color: #B4B43C;
	border-bottom: 1px dotted #d9d9d9;
	padding-bottom: 8px;
}

.displaying {
	margin-top: 8px; 
	color: #333;
	border-bottom: 1px dotted #d9d9d9;
	padding-bottom: 8px;
}

#sidebar .blog .catlist li { padding: 5px 0; margin: 0; }
.catlist li a { background: url(/images/sub/ico_cat.gif) 0 2px no-repeat; padding-left: 15px; font-weight: bold; }




/* Main content column 
-------------------------------*/
#content {
	width: 430px;
	float: left;
	margin: 0 0 0 25px;
	padding: 30px 0;
}

#content h2 { color: #de7300; font-size: 1.7em; margin-bottom: 8px; }

#content h3 { font-size: 1.3em; margin-bottom: 3px;}

#content h4 { font-size: 1.1em; margin-bottom: 2px;}

#content p a { font-weight: bold; }

#content blockquote {
	background: #feffce;
	border: 1px solid #f3f4c6;
	margin: 15px 0;
	padding: 10px;
	color: #645f2a;
}

blockquote p { margin: 0; }


#content ul li, ol li ul { list-style: bullet; }

#content ul, ol { padding: 0 25px 15px 25px; }

ol li { list-style: decimal;}

#content ul li, ol li { margin-bottom: 10px; }

li ul li {	margin: 0 0 0 5px;	list-style: disc; }


/* Pages with a single content column 
------------------------------------------*/
.singlecol #content { width: 730px;	margin: 0 0 0 15px; }

.singlecol #content h2 { margin-bottom: 15px; }

#singleCol2 {
	float: left;
	width: 400px;
	margin-left: 20px;
}

.formformat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: 400;
	color: #000000;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 20px;
	padding-bottom: 4px;
	border-top: 1px dashed #000000;
	border-right: 1px dashed #000000;
	border-bottom: 1px dashed #000000;
	border-left: 1px dashed #000000;
	list-style-position: outside;
	list-style-type: square;
	background-color: #CCCCCC;
	background-image: url(../images/nav/form_back.gif);


}
.formbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: 400;
	color: #000000;
	padding-top: 2px;
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 2px;
	list-style-position: outside;
	list-style-type: square;
	border: #000000;

}
/* Subnav
-----------------------------*/
#subnav {  color: #c66; margin: 6px 0 0 0;}

#subnav li { float: left; margin: 0 5px 8px; }

#subnav a {	margin: 0 8px 0 0; }
#subnav a, #subnav a:visited { color: #fff; }
#subnav a:hover, #subnav a:focus, #subnav a.active, 
#studiesnav a.active, #studiesnav a:hover { color: #ff8400; text-decoration: none;}

#error #subnav, #searchresults #subnav, #visitors #subnav, #kids #subnav, #youth #subnav, #adults #subnav { float: left;}

#worship #subnav, #getinvolved #subnav, #news #subnav, #resources #subnav, #contactus #subnav { float: right;}

#worship #subnav { padding-right: 70px; }
#adults #subnav {padding-left: 80px; }
#news #subnav { padding-right: 45px; }



