/* @override 
	http://pioneercommunitychurch.com/styles/styles.css
	http://www.pioneercommunitychurch.com/styles/styles.css
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ECE1BF url(../images/bg.gif) repeat-x;
	text-align: center;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 920px;
}

#header {
	display: block;
	height: 106px;
}

#contentTop {
	height: 22px;
}

#contentTop img {
	float: left;
}

#nav {
	height: 100px;
}

#nav img {
	float: left;
}

#content {
	background: url(../images/bg_content.gif) repeat-y;
	min-height: 300px;
	overflow: hidden;
	height: expression(
    	this.scrollHeight < 300? "300px" : "auto" );
}

#primaryContent {
	width: 490px;
	margin-left: 110px;
	color: #666;
	line-height: 16px;
	font-size: 13px;
}

#primaryContent p {
	font-size: 13px;
	color: #666;
	line-height: 16px;
	margin-bottom: 18px;
}

#primaryContent li {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 18px;
	margin-left: 30px;
}

#secondaryContent {
	width: 235px;
	float: right;
	margin-right: 50px;
	display: inline;
}

#submenu li {
	list-style-type: none;
}

#submenu li a {
	font-size: 15px;
	line-height: 18px;
	padding: 5px 5px 5px 30px;
	background: url(../images/bg-submenu.gif) no-repeat;
	display: block;
}

#submenu li a:hover {
	background: #f3edde url(../images/bg-submenu-over.gif) no-repeat;
	text-decoration: none;
}

#footer {
	padding-left: 50px;
	clear: both;
	background: url(../images/bg_footer.gif) no-repeat;
	padding-top: 25px;
	padding-bottom: 20px;
}

#footer p {
	color: #666634;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
}

#footer a {
	color: #663;
}

h1 {
	font-size: 18px;
	color: #036;
	font-weight: normal;
	margin-bottom: 20px;
}

h2 {
	font-size: 15px;
	color: #036;
	font-weight: normal;
}

a {
	color: #036;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#primaryContent a {
	font-weight: bold;
}

img {
	border-style: none;
}

.box1 {
	background-color: #036;
	padding: 10px;
	margin-bottom: 18px;
}

.box1 p {
	color: #ECE1BF;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	margin-top: 5px;
}

.box1 a {
	color: #D79D20;
	font-size: 11px;
}

.box1 h1 {
	text-align: center;
	color: #ECE1BF;
	margin: 0;
	border-bottom: 1px solid #D79D20;
}

#announcements {
	background-color: #ECE1BF;
	padding: 10px;
	margin-bottom: 18px;
}

#announcements p {
	color: #036;
	font-size: 13px;
	line-height: 15px;
	text-align: center;
	margin-top: 5px;
}

#announcements h1 {
	text-align: center;
	color: #036;
	margin: 0;
	border-bottom: 1px solid #D79D20;
}

#events {
	background-color: #BEC6DE;
	padding: 10px;
	margin-bottom: 18px;
}

#events li {
	color: #036;
	font-size: 13px;
	line-height: 11px;
	list-style-type: none;
	margin: 8px 0;
}

#events li span {
	font-size: 11px;
	line-height: 11px;
	margin-top: 0;
	font-style: italic;
}

#events h1 {
	text-align: center;
	color: #036;
	margin: 0;
	border-bottom: 1px solid #D79D20;
}

#eventList li {
	line-height: 11px;
	margin-top: 0;
}

#eventList li span {
	font-size: 11px;
	line-height: 11px;
	margin-top: 10px;
	font-style: italic;
}

#primaryContent p.event {
	padding-left: 30px;
	background: url(/images/event-calendar.gif) no-repeat 10px 2px;
	padding-bottom: 0;
	margin: 0 0 5px;
}


#primaryContent h2.eventHeader {
	font-size: 15px;
	color: #036;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

#primaryContent .back {
	margin-top: 30px;
	padding-left: 15px;
	font-size: 10px;
	font-weight: bold;
	background: url(/images/back-arrow.gif) no-repeat 0 2px;
}

#primaryContent .eventDate {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

.pastoral {
	margin-top: 25px;
	clear: both;
}

.pastoral img {
	float: left;
	margin-right: 10px;
}

