﻿html
{
	background: #000;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
}

body
{
	margin: 0;
	padding: 0;
}

h1
{
	font-size: 1.5em;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

/* FORMS */
form
{
	margin: 0;
	padding: 0;
}

label
{
	font-weight: bold;
}

.error
{
	color: #e21c12;
}

.text-input
{
	background: transparent;
	border: 1px solid #444;
	color: #fff;
	padding: 2px;
}

a.button, a.button:visited
{
	background: #333;
	border: 1px solid #444;
	color: #fff;
	display: inline-block;
	padding: 5px 8px;
	text-align: center;
	text-decoration: none;
}

a.button:active, a.button:hover, a.button:focus
{
	background: #777;
	outline: 0;
}

address
{
	font-style: normal;
}

/* EMAIL FORM */
#email-form .group1
{
	float: left;
	width: 45%;
}

#email-form .group2
{
	float: right;
	width: 49%;
}

#content #email-form p.sent, #content #email-form p.slogan
{
	font-size: 1.25em;
	text-align: center;
}

#email-form .field .text-input
{
	display: block;
	width: 100%;
}

#email-form .field
{
	margin: 0 0 0.75em 0;
}

#email-form .anti-spam-code .instructions
{
	font-size: 0.8em;
}

#email-form .anti-spam-code .text-input
{
	float: left;
	margin-right: 1em;
	margin-bottom: 0.5em;
	width: auto;
}

#email-form .anti-spam-code img
{
	border: 1px solid #444;
}

#email-form #contact-ip
{
	font-size: 0.75em;
	font-style: normal;
	margin-top: 1em;
}


/*MAIN*/
body.home
{
	text-align: center;
}

body.home #content
{
	font-size: 2em;
	padding: 50px 0 50px 0;
}

body.home #content .slogan
{
	color: #639393;
	font-size: 0.8em;
}

#container
{
	background: #000 url("images/background-gradient.png") repeat-y left top;
	margin: 143px auto 0 auto;
	position: relative;
	width: 750px;
}

#content
{
	padding: 10px 15px 25px 15px;
	padding-bottom: 5px;
	width: 610px;
	margin: 0 auto;
}

.praise
{
	border-bottom: 1px solid #444;
	margin-bottom: 1em;
	font-size: 1.25em;
}

.testimony
{
	font-size: 1.25em;
}

a, a:visited
{
	color: #639393;
}

a:active, a:hover
{
	color: #fff;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

#scripture
{
	text-align: center;
	font-size: 1.25em;
	margin: 0 auto 1em auto;
}

#scripture p
{
	margin-bottom: 0.5em;
}

#navigation
{
	background: #000 url("images/header.png") no-repeat left top;
	position: absolute;
	left: 0;
	top: -143px;
	height: 143px;
	width: 750px;
}

#navigation ul
{
	list-style: none;
	margin: 60px 0 0 0;
	padding: 0;
	text-align: center;
	width: 300px;
}

#navigation ul li
{
	display: inline;
	margin: 0 5px;
	padding: 0;
}

#navigation ul li a
{
	background: transparent url("images/button-base.png") no-repeat left top;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	text-decoration: none;
	vertical-align: middle;
}

#navigation ul li a span
{
	background: transparent url("images/button-cap.png") no-repeat right top;
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 20px;
}

#navigation ul.nav-1
{
	position: absolute;
	text-align: left;
	left: 20px;
}

#navigation ul.nav-2
{
	position: absolute;
	text-align: right;
	right: 20px;
}

#footer
{
	background: #000 url("images/footer-hill.png") no-repeat left top;
	clear: both;
	font-size: x-small;
	padding-bottom: 1em;
	padding-top: 100px;
	text-align: right;
}