@charset "utf-8";
@media all {

/* BODY AND FONTS: =body
----------------------------------------------- */
	html { background: url("../images/bg-body.gif"); }
	body { background: url("../images/bg-header.gif") top left repeat-x; color: #000; margin:0; padding: 0; text-align: center;  } 
	body, input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
}
	
/* LINKS AND IMAGES: =links
----------------------------------------------- */
	a img { border: none; }
	a:link, a:visited { color: #55577f; }
	a:hover { color: #ba872c; }
	img {
	background: #fff;
	padding: 7px;
	border: 1px solid #b03536;
	text-align: center;
}
	#wrapper img.noborder, .storeitem img, #header img, #welcome img { background: none; padding: 0; border: none; }
	img.left { margin: 0 12px 12px 0; }
	
/* TYPOGRAPHY: =typography
----------------------------------------------- */	
	h1, h2, h3, h4, h5, h6 { margin: 0 0 12px 0; padding: 0;  }
	h1 { background: #b03536; color: #fff; font-size: 23px; font-weight: normal; margin: 0 0 24px 0; padding: 15px; } 
	h2.header { background: #b03536; text-transform: none; color: #fff; font-weight: normal; font-size: 18px; line-height: 40px; margin: 0 0 0px 0; padding: 0 12px; height: 40px; }
	h2 { color: #b03536; font-size: 18px; }
	h3 {
	color: #b03536;
	font-size: 14px;
	font-weight: normal;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: auto;
	margin-left: 0;
}
	body.home h2 {
	font-size: 14px;
	font-weight: bold;
}
	p, blockquote, table, iframe { margin: 0 0 18px 0; }
	.introtext { font-size: 18px; line-height: 24px; }
	.caption { background: #fcefd4; color: #000; font-size: 11px; font-style: italic; line-height: 14px; padding: 12px; }
	.caption p { margin: 4px 0; }
	
/* LAYOUT: =layout
----------------------------------------------- */
	#wrapper { width: 878px; text-align: left; margin: 0 auto; position: relative; }
	#body-outer { clear: both; background: #b03536; padding: 5px; }
	#body { position: relative; z-index: 0;  background: #fff; padding: 15px; }
	body.subnav #body { position: relative; background: #fff url("../images/bg-subnav.gif") top left repeat-y; padding: 0; border: 15px solid #fff; }
	.left { float: left; }
	.right { float: right; }
	#maincolumn { position: relative; float: right; width: 662px; }
	.textcolumn { width: 596px; }
	body.subnav .textcolumn { width: 420px; }
	.sidecolumn { width: 226px; }
	
/* HEADER: =header
----------------------------------------------- */
	#header { float: left; width: 100%; height: 126px; }
	#header img {
	position: absolute;
	top: 0;
	left: 0px;
	width: 880px;
}
	#topnav { position: relative; z-index: 100; color: #d9b35e; float: right; text-align: right; margin-top: 66px; width: 616px; }
	#topnav a { color: #ae3436; text-decoration: none; }
	#topnav a:hover { color: #37c6c8; }
	#topnav p { line-height: 12px; margin: 0 0 12px 0; }
	#topnav p.nav { text-transform: uppercase; font-weight: bold; }
	#topnav p.nav a.my { text-transform: none; }
	#topnav p span { padding: 0 3px; }

/* NAVIGATION: =nav
----------------------------------------------- */
	#gnav { clear: both; height: 35px; margin: 0 0 10px 0; }
	#gnav p {
	color: #e4988b;
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	white-space: nowrap;
	line-height: 35px;
}
	#gnav p a { color: #f8e0aa; font-weight: bold; text-decoration: none; }
	#gnav p a:hover { color: #fff; }
	#gnav p span { padding: 0 4px; }
	
	#subnav { position: relative; float: left; width: 160px; margin: 0; padding: 0; }
	#subnav p { background: #d0880c; border-bottom: 2px solid #fff; color: #fff; text-transform: uppercase; font-weight: bold; margin: 0; padding: 15px 10px; }
	#subnav ul { list-style: none; margin: 0; padding: 0; }
	#subnav ul li { margin: 0; border-bottom: 2px solid #fff; }
	#subnav ul li a { display: block; padding: 8px 10px; width: 140px; font-weight: bold; text-decoration: none; } 
	#subnav ul li a:hover { background: #fbf3e2; }
	
/* LISTS: =lists
----------------------------------------------- */
	ul { margin: 0 0 18px 0; padding: 0 0 0 20px; }
	ol { margin: 0 0 18px 0; padding: 0 0 0 20px; }
	li { margin: 0 0 3px 0; padding: 0; }
	
	ul.list { list-style: none; margin-left: 3px; padding-left: 0; }
	ul.list li { background: url("../images/bullet.gif") 0 4px no-repeat; margin-left: 0; padding-left: 16px; }
	
	dl { margin: 0 0 18px 0; padding: 0; }
	dt { margin: 0 0 3px 0; padding: 0; }
	dd { margin-left: 0; }
	
/* FORMS: =forms
----------------------------------------------- */
	form { margin: 0 0 18px 0; }
	form label { color: #b03536; font-size: 14px; font-weight: bold; display: block; margin: 0 0 3px 0; padding:0 ; }
	form p { margin: 0 0 18px 0; }
	form .required { font-style: italic; font-size: 12px; }
	form input.text, form textarea { background: #fff9ee; border: 1px solid #b03536; padding: 3px; }
	form textarea { width: 420px; }
	form input.text { width: 235px; }
	form input.submit { font-size: 14px; }
	
/* TABLES: =tables
----------------------------------------------- */
	table {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: auto;
	margin-left: 0;
}
	table.data { border-collapse: collapse; }
	table.data th { background: #b03536; border-right: 2px solid #fff; border-bottom: 2px solid #fff; text-align: left; color: #fff; font-weight: bold; padding: 9px; }
	table.data td { background: #fcefd4; border-right: 2px solid #fff; border-bottom: 2px solid #fff; padding: 9px; }
	table.data tr.stripe td {
	background: #fbf3e2;
}
	
/* HOMEPAGE: =home
----------------------------------------------- */
	.home-col1 { float: left; width: 475px; }
	.home-col2 {
	float: right;
	width: 347px;

}
	#media {background-image:url(../images/homeintgradient.gif);
	background-repeat: repeat;}
	
	#welcome { font-size: 18px; line-height: 22px; }
	#welcome p.img { margin: 0 0 12px 0; }
	.home-col1 .left, .home-col1 .right {
	width: 469px;
	background-image: url(../images/homeintgradient.gif);
	background-repeat: repeat;
	text-align: left;
}
	
	.home-col2 .left, .home-col2 .right {
	width: 347px;
	background-image: url(../images/homeintgradient.gif);
	background-repeat: repeat;
}
	
	.home-col1 ul.ministries { font-size: 14px; font-weight: bold; list-style: none; margin-left: 0; padding-left: 0; width: 112px; }
	p.spotlight img { float: left; border: 1px solid #ba422f; margin: 0 10px 0 0; padding: 0; }
	ul.events { list-style: none; margin-left: 0; padding: 0; }
	ul.events li { margin: 0 0 12px 0; padding: 0; }
	ul.events li a { font-size: 14px; font-weight: bold; }
	ul.events li strong { display: block; padding: 0 0 5px 0; }
	
/* INTERIOR PAGES: =interior
----------------------------------------------- */
	/* store */
	
	.viewstore { display: block; padding-top: 10px; }
	.viewstore a { background: url("../images/cart.gif") 0 50% no-repeat; padding: 2px 0px 2px 20px; }
	.storeitem { float: left; height: 70px; width: 210px;}
	.storeitem img { float: left; margin: 0px 5px 2px 5px}
	.storeitem p { float: right; width: 136px; }
	.storeitem .storelink { font-size: 14px; font-weight: bold; }
	.storeitem .price { font-size: 14px; }
	table.store { width: 100%; }
	table.store .addtocart { float: none; }
	
/* FOOTER: =footer
----------------------------------------------- */
	#footer { color: #c25455; text-align: center; padding: 18px 0 0 40px; }
	#footer .copyright { color: #fff; }
	#footer a { color: #fbfea4; }
	#footer a:hover { color: #fff; }
	
/* MISC: =misc
----------------------------------------------- */	
	#marqueecontainer{ position: relative; width: 324px; height: 180px; background-color: white; overflow: hidden; color:#000; background-color:#fff; padding: 10px 10px; margin-bottom:15px;}
	.clearboth { clear: both; }
	.nowrap { white-space: nowrap; }
	.skip { margin-bottom: 0; position: absolute; left: -999em; width: 999em; }
	.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; }
	.clearfix { display: inline-block; }
	html[xmlns] .clearfix { display: block; }
	* html .clearfix { height: 1%; }
}

#theme p {
	color: #FC6;
}
#theme p {
	font-size: 18px;
}
.intowelcome {
	color: #000;
}
