/* CSS Design for New Hope United Methodist Church, Chicago, IL */
/* Created by Deaconess Myka Kennedy Stephens, Information Services Developer */
/* November 2009 */

/* basic elements */
body{
	font-family: Arial, sans-serif;
	font-size: 100%;
	text-align: left;
	color: #000000;
	background: transparent url('window-bg1.png')repeat;
	margin: 0px;
	padding: 0px;
	}

#contentArea {
	background: transparent;
	margin: 0;
	padding: 0;
	min-width:970px;
	}

/* main text block */
#mainCol {
	background-color: #ffffff;
	margin: 0px 85px 0px 85px;
	padding: 5px 10px 5px 10px;
	}

p {
	padding: 0px 40px 5px 40px;
	font-size: 0.875em;
	}

p a:visited {
	color:#800080;
	text-decoration: underline;
	}

h3 a:visited {
	color:#800080;
	text-decoration: underline;
	}

li {font-size: 0.875em}

li a:visited {
	color:#800080;
	text-decoration: underline;
	}

h1 {
	font-family: Arial, sans-serif;
	font-size: 1.5em;
	text-align: left;
	padding: 5px;
	}

h1.pantryText {
	font-family: Arial, sans-serif;
	color: #036a5d;
	font-size: 1.875em;
	text-align: left;
	padding: 5px;
	}

h1.resourceText {
	font-family: Arial, sans-serif;
	color: #ed6e07;
	font-size: 1.875em;
	text-align: left;
	padding: 5px;
	}

h2 {
	font-family: Arial, sans-serif;
	font-size: 1.25em;
	text-align: left;
	padding: 5px;
	}

h3 {
	font-family: Arial, sans-serif;
	font-size: 1.05em;
	text-align: left;
	padding: 5px;
	}

/* images */
.imgR {
	margin:3px 0px 3px 15px;
	border:none;
	height:auto;
	width:auto;
	float:right}

.imgR img {display:inline}

.imgR a {text-decoration:none}

.imgL {
	margin:3px 15px 3px 0px;
	border:none;
	height:auto;
	width:auto;
	float:left}

.imgL img {display:inline}

.imgL a {color:#ffffff;
	text-decoration:none;
	}

/* PayPal Buttons */
.paypal {
	height: auto;
	width: auto;
	margin: 20px 50px 20px 50px;
	padding: 5px;
	}

/* header */
#pageHeader {
	height: 150px;
	background: #ffffff url(logo292x150.png) no-repeat top center;
	margin: 0px 85px 0px 85px;
	padding: 5px;
	}

#pageHeader h1 {
	background: transparent;
	}

#pageHeader h1 span {
	display: none;
	}

/* menu bars */
#menuPrimary {
	background: #02096d;
	height: auto;
	margin: 0px 85px 0px 85px;
	padding: 7px;
	text-align: center;
	}

#menuPrimary h2 {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 90%;
	color: #ffffff;
	display: inline;
	padding: 7px;
	} 

#menuSecondary {
	height: auto;
	margin: 0px 85px 0px 85px;
	padding: 3px 3px 3px 15px;
	text-align: left;
	}

#menuSecondary h2 {
	font-family: Arial, sans-serif;
	font-size: 80%;
	color: #ffffff;
	}

#menuPrimary a:link, a:visited {
	text-decoration: none;
	color: #ffffff;
	display: inline;
	}

#menuPrimary a:hover {text-decoration: underline}

#menuPrimary a:active {text-decoration: underline}

#menuSecondary a:link, a:visited {
	text-decoration: none;
	color: #ffffff;
	}

#menuSecondary a:hover {text-decoration: underline}

#menuSecondary a:active {text-decoration: underline}

.welcome {background: #d20627}

.prayerStudy {background: #0379df}

.community {background: #1b580f}

.blog {background: #e8d784}

.resources {background: #ed6e07}

.foodPantry {background:#036a5d}

/* footer */
#footer {
	height: 120px;
	margin: 0px 85px 0px 85px;
	background: #ffffff;
	padding: 5px;
	border-top: 3px solid #02096d;
	z-index: 1;
	}

#footerText {
	margin: 35px 85px 35px 85px;
	text-align: center;
	font-size: 70%;
	font-style: italic;
	z-index: 2;
	}
