﻿/* LAST UPDATED 07.18.08 */

/*

	Table of Contents

	I. GENERAL
	II. NAVIGATION MENUS
	III. STRUCTURE & TYPOGRAPHY
	IV. FORM ELEMENTS
	V. HEADINGS

*/

/* -----------------------------------------------------------
		I. GENERAL
----------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
	outline: none;
}

body {
	background: #e7e3d8 url('../images/bg.jpg') center top no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
	line-height: 1.3em;
	color: #858585;
}

ul { padding: 10px 0 0 0; }

p { padding: 10px 0 0 0; }

.divider {
	background: url('../images/divider.gif') bottom center no-repeat;
	height: 14px;
	margin-bottom: 7px;
}

a {
	color: #166988;
	text-decoration: underline;
}

a.arrow-gray {
	background: url('../images/arrow-gray.gif') 0 5px no-repeat;
	padding-left: 10px;
	color: #858585;
	display: block;
	text-decoration: none;
}

a.arrow-purple {
	background-image: url('../images/arrow-purple.gif');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: 9px;
	position: relative;
	color: #556088;
}

a:hover { color: #000; }

a img { border: 0; }

.orange { color: #b7731b; }
.purple { color: #556088; }
.green { color: #6c8855; }
.black	{color: #000000;}

.small { font-size: 75%; }

ol { margin-left: 20px; }

ul { margin-left: 20px; }



/*  Newsletter styles */
.nl_caption	{
	font-size:.85em;
}

/*  Positional elements */
.right	{ 	float:right;}
.left	{   float:left}

.textright	{text-align:right}
.textcenter	{ text-align:center}
.textleft	{text-align:left}

.photo	{
	border:1px solid #cccccc;
	padding:2px;
	font-size:.8em;
	line-height:normal;
}
.blockquote	{
	margin-left: 30px;
	font-style:italic;
}


/* -----------------------------------------------------------
		II. NAVIGATION MENUS
----------------------------------------------------------- */

#nav ul {
	margin: 0 0 0 25px;
	_margin-left: 12px; /* for ie 6 */
	padding: 0;
	width: 617px;
	height: 54px;
	list-style: none;
	text-indent: -4440px;
	float: left;
}

#nav li {
	float: left;
	height: 54px;
}

#nav li a {
	display: block;
	height: 54px;
	background: url('../images/navigation.gif') no-repeat;
}

#nav li a.home { background-position: 0 0; width: 78px; }
#nav li a.about-us { background-position: -78px 0; width: 108px; }
#nav li a.ministries { background-position: -186px 0; width: 119px; }
#nav li a.how-to-help { background-position: -305px 0; width: 136px; }
#nav li a.news { background-position: -441px 0; width: 74px; }
#nav li a.contact { background-position: -515px 0; width: 102px; }

#nav li a.home:hover { background-position: 0 -54px; }
#nav li a.about-us:hover { background-position: -78px -54px; }
#nav li a.ministries:hover { background-position: -186px -54px; }
#nav li a.how-to-help:hover { background-position: -305px -54px; }
#nav li a.news:hover { background-position: -441px -54px; }
#nav li a.contact:hover { background-position: -515px -54px; }

#nav li.current a.home { background-position: 0 -54px; }
#nav li.current a.about-us { background-position: -78px -54px; }
#nav li.current a.ministries { background-position: -186px -54px; }
#nav li.current a.how-to-help { background-position: -305px -54px; }
#nav li.current a.news { background-position: -441px -54px; }
#nav li.current a.contact { background-position: -515px -54px; }

#subNav ul {
	list-style: none;
	font-size: 80%;
	margin: 0;
	padding: 0;
	line-height: 24px;
}

#subNav li a {
	display: block;
	color: #444;
	height: 24px;
	width: 160px;
	text-decoration: none;
	padding-left: 20px;
}

#subNav li a.current {
	background-color: #b8b3ac;
	color: #fff;
}

#subNav li a:hover {
	background-color: #b8b3ac;
	color: #fff;
}

#subNav li ul a {
	display: block;
	color: #444;
	height: 24px;
	width: 140px;
	text-decoration: none;
	padding-left: 40px;
}

#subNav li ul a.current {
	background-color: #b8b3ac;
	color: #fff;
}

/* -----------------------------------------------------------
		III. STRUCTURE & TYPOGRAPHY
----------------------------------------------------------- */

#wrap {
	margin: 0 auto;
	width: 890px;
	background: url('../images/bg-contentShadow.gif') 0 780px no-repeat;
	font-size: 90%;
	position: relative;
}

#header {
	margin: 0 auto;
	width: 880px;
	height: 209px;
}

#nav {
	height: 54px;
	background: url('../images/bg-nav.gif') no-repeat;
}

	img.donate {
		float: right;
		margin: 10px 22px 0 0;
	}

#content {
	margin: 0 auto;
	width: 840px;
	padding: 5px 20px 0 20px;
	min-height: 610px;
	background: #fff url('../images/bg-content.gif') top center no-repeat;
}

	#mainContent {
		float: left;
		width: 632px;
		padding-top: 12px;
		background-color: #fff;
	}

		img.photo-home { 
		margin: 10px 0 12px 0; 
		border: 2px #ac5a34 solid;
		}

		#column-1 {
			float: left;
			width: 158px;
			padding: 10px 20px 0 20px;
			background-color: #fff;
			line-height: 1.1em;
		}

			#home #column-1 {
				width: 398px;
				padding: 11px 11px 21px 21px;
				line-height: 1.4em;
			}

			#subNav {
				font-family: Arial, Helvetica, sans-serif;
				margin: -10px -20px 0 -20px;
			}

		#column-2 {
			float: right;
			width: 388px;
			padding: 11px 21px 21px 21px;
			font-family: Arial, Helvetica, sans-serif;
		}

			#home #column-2 {
				width: 178px;
				padding: 10px 10px 0 10px;
				line-height: 1.1em;
				font-family: Verdana, Arial, Helvetica, sans-serif;
			}
			
			
		img.photo { 
		margin: 10px; 
		border: 1px #ac5a34 solid;
		}

		.photo-caption	{
	display:inline;
	font-size: .7em;
	line-height: 125%;
	padding: 5px;
}
			
	.stats td	{
	padding: 	0;
}

.divider	{
	width:90%;
	height: 1px; 
	color:#ac5a34;
}
p.pullquote	{
	margin: 20px;
	border-top: 1px #883c16 solid;
	border-bottom: 1px #883c16 solid;
	font-size:.8em;
 }
 
 
 .pullquote p	{
	line-height:normal;
}
 
 .pullquote .attribute	{
	float:right; 
	margin-right: 10px;
}

.newsletter-thumbs	{
	padding-right: 0px; 
	padding-left: 5px; 
	float: left; 
	padding-bottom: 0px; 
	width: 70px; 
	padding-top: 5px;
	font-size: .8em;
}

.beacon-link	{
	margin-top: 20px;
	width: 290px;
	font-weight: bold;
	color: #883c16;
}
.beacon-link img	{
	padding-right: 30px;
}
		
		
		
  /*  Holiday Schedule table */
  
  #Christmas_schedule	{
  	margin-top: 10px;
	border: 1px solid #883c16;
	font-size: .8em;
	border-collapse:collapse;
	}
  
    #Christmas_schedule th	{
	background-color:#cecece;
}
  
  #Christmas_schedule td	{
  	color:#333333;
	border-top: 1px solid #883c16;
	border-right: 1px solid #cecece;
	padding:  0 5px 10px 5px;
	vertical-align:top;
}
	#sidebar {
		float: right;
		width: 188px;
		padding-top: 12px;
	}

		.whitebox {
			margin-top: 20px;
			padding: 10px 20px 20px 20px;
			background-color: #fff;
			line-height: 1.1em;
		}

		img.clickhere { margin: 15px 0 0 0; }

		img.lightkeepers { margin: 20px -25px 0 -15px; }
		
		#statspanel p	{
		line-height:normal;
		}
		
		#statspanel .stat	{
		margin: 0 0 -5px 0;
}
		.stat_month	{
		font-weight: bold;
		}
		

#footer {
	clear: both;
	height: 40px;
	padding-top: 15px;
	background: #40494b url('../images/bg-footer.gif') no-repeat;
	text-align: center;
	color: #fff;
	font-size: 70%;
}

/* -----------------------------------------------------------
		IV. FORM ELEMENTS
----------------------------------------------------------- */

input { font-family: Georgia, "Times New Roman", serif; }

.textBox {
	border: 1px #883c16 solid;
	height: 14px;
	padding: 2px 10px 2px 10px;
	width: 120px;
	margin: 5px 0 0 0;
	color: #858585;
	font-size: 80%;
}

.submitButton {
	float: right;
	width: 103px;
	height: 35px;
	margin: 5px -6px 0 0;
}

.additional		{
	display:none;
}

/* -----------------------------------------------------------
		V. HEADINGS
----------------------------------------------------------- */

h6 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0;
}

h5 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0;
}

h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0;
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0;
}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 10px 0 0 0;
	margin: 0;
}

h6 a { text-decoration: none; }

h5 a { text-decoration: none; }

h4 a { text-decoration: none; }

h3 a { text-decoration: none; }

h2 a { text-decoration: none; }

h1 a { text-decoration: none; }

h1 { font-size: 130%; }

	h1 {
		text-transform: uppercase;
		color: #883c16;
		line-height: 1em;
	}


h2 { font-size: 120%; }

	h2 {
		text-transform: uppercase;
		color: #883c16;
		line-height: 1em;
	}
	
	h2.blue { color: #166988; }
	h2.orange { color: #b7731b; }
	h2.purple { color: #556088; }
	h2.green { color: #6c8855; }

	h2.brown {
		font-family: Arial, Helvetica, sans-serif;
		color: #883c16;
		text-transform: none;
		font-size: 105%;
		padding-bottom: 5px;
	}

	#sidebar h2 {
		color: #168887;
	}
	
	#subNav h2 {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 100%;
		color: #fff;
		background-color: #754032;
		padding: 12px;
		text-transform: none;
	}

h3 { 
	font-size: 110%;
	color: #883c16;
	}

h4 { 
	font-size: 100%;
	color: #883c16;
	}


th	{
	color: #883c16;
	line-height: 1em;
	border-top: 1px #883C16 solid;
	border-bottom: 1px #883C16 solid;
}

td.total  	{
	color: #883C16;
	font-weight: bold;
	border-top: 2px #883C16 double;
	padding:10px 0;

}

.pullquote	{
	margin-top: 15px;
	border-top: 2px #883c16 solid;
	border-bottom: 2px #883c16 solid;
	padding: 5px;
	width: 150px;
	font: italic 1.1em georgia;
	color: #883c16;
}
