* {
	margin: 0;
	padding: 0;
}

body {
	background: #faebba url(images/main/background.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}

h1, h2, h3 {
	color: #000000;
	background:transparent;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
}

h3 {
	font-size: 12px;
}

p, blockquote, ul, ol {
	margin-bottom: 20px;
	line-height: 1.6em;
}

p {
	margin: 0;
}

blockquote {
	margin: 0;
}

ul {
 	margin: 0;
}

ol {
 	margin: 0;
}

a {
	text-decoration: underline;
	color: #333333;
}

a:hover {
	text-decoration: none;
}

img {
  background:transparent;
}

img.left {
   float: left;
   margin: 0px 20px 0px 0px;
}

img.right {
   float: right;
   margin: 0px 0px 0px 20px;
}

/* Wrapper */
#wrapper {
}

/* Header */
#header {
	width: 710px;
	height: 15px;
	margin: 0px auto;
	background: url(images/main/header.gif) no-repeat left bottom;
}

/* Header Alternative*/
#header_full {
	width: 710px;
	height: 15px;
	margin: 0px auto;
	background: url(images/main/header_full.gif) no-repeat left bottom;
}

/* Logo */
#logo {
	width: 710px;
	height: 80px;
	margin: 0 auto 0px;
	background: url(images/main/logo.gif) no-repeat left bottom;
}

#logo h1 {
	margin: 0;
	padding: 0px;
	font: italic 26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#logo h2 {
	margin: 0;
	padding: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 20px;
	font-weight: bold;
}

#logo a {
	text-decoration: none;
}


/* Menu */
#menu {
	padding-left: 0px;
	width: 710px;
	height: 28px;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 118px;
	height: 20px;
	margin: 0;
	padding: 8px 0 0 0;
	background: url(images/main/menunormal.jpg);
	text-align: center;
	/*text-transform: uppercase;*/
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}

#menu .filler {
	display: block;
	float: left;
	width: 157px;
	height: 20px;
	margin: 0;
	padding: 8px 0 0 0;
	background: url(images/main/menufiller.jpg);
}

#menu a:hover {
	background-image: url(images/main/menuhover.jpg);
	color: #000000;
}

#menu .active a {
	background-image: url(images/main/menuselected.jpg);
	color: #006400;
	text-decoration: none;
}


/* Page */
#page {
	width: 710px;
	margin: 0 auto;
	background: #faebba url(images/main/page.gif) repeat-y;
}

/* Page Alternative*/
#page_full {
	width: 710px;
	margin: 0 auto;
	background: #faebba url(images/main/page_full.gif) repeat-y;
}


/* Content */
#content {
	float: left;
	width: 388px;
	padding: 0 0 0 20px;
}

#content h1, #content h2, #content h3 {
	margin-bottom: 20px;
}

#content ul, #content ol {
	list-style-position: inside;
}

#content .boxed {
	float: left;
	width: 46%;
	padding-right: 2%;
}

#content .boxed h2 {
	padding: 5px 0;
}


/* Welcome */
#welcome {
	margin: 0;
	font: italic 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#welcome h1 {
	font-size: 16px;
}

#welcome h2 {
	font-size: 14px;
}

#welcome h3 {
	font-size: 12px;
}


/* Mission */
#mission {
	margin: 0;
}

#mission h1{
	padding: 0 0 0px 0;
	font: italic 26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2f4f4f;
	background:transparent;
	margin-bottom: 1px;
}

#mission h2{
	padding: 0 0 0px 60px;
	font: italic 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background:transparent;
	margin-bottom: 15px;
}


/* Sidebar */
#sidebar {
	float: right;
	width: 208px;
	padding: 0 35px 0 0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#sidebar li {
	margin-bottom: 1px;
	padding: 2px 5px;
	border: none;
}

#sidebar h2 {
	padding: 5px 10px;
	/*border-bottom: 1px dotted #ffffff;*/
	font-size: 12px;
	color: #d4c792;
}

#sidebar h3 {
	font-size: 10px;
	color: #ffffff;
}

#sidebar p {
	margin: 0;
	line-height: normal;
	color: #d4c792;
}

#sidebar a {
	border: none;
	text-decoration: underline;
	color: #ffffff;
}

#sidebar a:hover {
	text-decoration: none;
	color: #d4c792;
}


/* Web Calendar */
#calendar {
	float: left;
	width: 208px;
	padding: 0px 0px 0px 42px;
}

/* Submenu */
#submenu {
	display: block;
	margin: 0;
	padding: 1px 0 0 0;
}


/* News */
#news {
	display: block;
	margin: 0;
	padding: 1px 0 0 0;
}

#news a {
	font-size: 12px;
}

/* Scripture */
#scripture {
	display: block;
	margin: 0;
	padding: 1px 0 0 0;
}


/* Content Alternative*/
#content_full {
	float: left;
	width: 710px;
	padding: 0 0 0 20px;
}

#content_full h1, #content_full h2, #content_full h3 {
	margin-bottom: 20px;
}

#content_full ul, #content_full ol {
	list-style-position: inside;
}

#content_full .boxed {
	float: left;
	width: 46%;
	padding-right: 2%;
}

#content_full .boxed h2 {
	padding: 5px 0;
}

/* info */
#info {
	margin: 0;
	font: italic 30px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#info h1 {
	font: italic 26px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2f4f4f;
	background:transparent;
	margin-bottom: 1px;
}

#info h2 {
	font: italic 18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #2f4f4f;
	background:transparent;
	margin-bottom: 15px;
}

#info h3 {
	/*padding: 0px 20px 5px 20px;*/
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	background:transparent;
	margin-bottom: 15px;
}

#info ul {
	padding: 0px 10px 0px 10px;
	font: 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000000;
	background:transparent;
	margin-bottom: 15px;
}

#info li {
	padding: 0px 20px 6px 20px;
}


/* Footer */
#footer {
	width: 710px;
	height: 15px;
	margin: 0 auto;
	background: url(images/main/footer.gif) no-repeat;
}

/* Footer Alternative*/
#footer_full {
	width: 710px;
	height: 15px;
	margin: 0 auto;
	background: url(images/main/footer_full.gif) no-repeat;
}

/* Copyright, Credits and Legal */
#copyright {
	width: 710px;
	height: 20px;
	margin: 0px auto;
	padding: 2px 0 2 0;
	background: #000000;
	color: #d4c792;
}

#copyright p {
	margin: 0;
	font-size: 77%;
}

#copyright a {
	text-decoration: underline;
	color: #d4c792;
}

#copyright a:hover {
	text-decoration: none;
}

#legal {
   float: left;
   padding-left: 5px;
}

#links {
   float: right;
   padding-right: 5px;
}



/* The style information for the prayer request/comments page go here */
/*
#prayer {
}
*/

/* "holds" everything... in this case it just determines the overall width */
 #holder  {
	width: 380px;
	color: #000000;
	background: #ffffff;
 }
 
/* styles the text boxes */
#holder input.text {
	width: 280px;
	height: 24px;
	border: 1px solid #cccccc;  
	margin: 0 0 10px 0;
	padding: 0 0 0 3px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* styles the text area */
#holder textarea {
	width: 280px;
	height: 150px;
	border: 1px solid #cccccc;  
	margin: 0 0 10px 0;
	padding: 0 0 0 3px;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#holder label {
	width: 90px;
	text-align: right;
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 4px 0 0 0;
	font-size: 14px;
}

/* Make the submit button push to the right side of the form */
/*
input #submit 
{
	margin: 0 0 0 320px;
}
*/
    
#search {
	float: left;
	padding:2px 5px 2px 80px;
	/*
	padding: Top Right Bottom Left;
   */
}

.req {
	color: #ff0000;
	background: transparent;
}
        
span.req {
	color: #ff0000;
	background: transparent;
}
       
span.message {  
/* blue */
	display: block;
	color: #333000;
	background-color: #dff1ff;
	border: 2px solid #8fd7ff;
	margin: 0 0 20px 0;
	padding: 7px;
	text-align: left;
	font-size: 14px;
}
    
span.error { 
/* red */
	display: block;
	color: #444000;
	background-color: #ffbfc2;
	border: 2px solid #ff6f75;
	margin: 0 0 20px 0;
	padding: 7px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
}
    
span ul {
	margin: 0;
	padding: 0 0 0 20px;
}
    
span ul li {
	margin: 0;
	padding: 0;
}


.post {
	clear: both;
   padding-right: 1px;
   padding-left: 1px;
   padding-bottom: 1px;
   padding-top: 1px;
   color: #3b3b3b;
   background: white;
}

.post .content {
   line height: 1.6em
}

.post .title {
   margin-bottom: 20px;
   font-family: Georgia, "Times New Roman", Times, serif;
}

.post p {
   margin-bottom: 1em;
}

.post blockquote {
	margin-left: 3em;
   margin-bottom: 1em;
}

.post ul {
	margin-left: 3em;
   margin-bottom: 1em;
}

.post ol {
	margin-left: 3em;
   margin-bottom: 1em;
}
