/* ---------------0.RESET------------------------- */

html, body, div, span, object, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, q, 
strong, sub, sup, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, figcaption, footer, header, 
hgroup, menu, nav, section,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    
}

article, aside, figure, figcaption, footer, header, 
hgroup, nav, section { 
    display:block;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

 input, select {
    vertical-align:middle;
}


/* ---------------1. BODY------------------------- */
html	{
	background-color: #BF9665;
	text-align: center;
	position: relative;
}
body	{
	width: 960px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	background-color: #FFF;
	font: 0.8125em Verdana, "lucida grande", "lucida sans", sans-serif;
	line-height:1.53846em;
	color: #444;
}

/* ---------------2. LAYOUT------------------------- */


#content	{
	margin: 20px;
	margin-top: 40px;
	padding-bottom: 30px;
	border-top: 3px solid #00AEF0;
	clear:both;
}



article	{
	width: 550px;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
}

aside	{
	width: 310px;
	position:relative;
	float: left;
	margin-bottom: 30px;
}

.clear {
	clear: both;
}

section#privacy-policy, section#terms	{
	width: 48%;
	float:left;
	padding-bottom:30px;
}

section#privacy-policy {
	margin-right:30px;
}
/* ---------------3. TYPOGRAPHY------------------------- */


h2, h3	{
	font:   1.3486em  Candara,  Georgia, "lucida grande", "Lucida Sans", sans-serif;
	color: #C47652;
	padding-top: 20px;
}

h2	{
	font-size: 1.846em;
	margin-bottom:8px;
}

#content h2 {
	text-align:left;
}

h3 {
	padding-top:12px;
}

h4	{
	font-size: 1.077em;	
	color: #666;
}

p {
	margin-bottom: .5em;
}

p, li	{
	font-size:1em;
}
/* ---------------4. HEADER------------------------- */
header {
position:relative;
}

h1
{
	width: 375px;
	height: 31px;
	color: #C47652;
	font-weight: normal;
	font-family: Candara, Arial, Helvetica, sans-serif;
	position: relative;
	background: #FFF url(/images/site_title.png) 0 35px no-repeat;
	margin-left: 20px;
	padding-top: 40px;
	padding-bottom: 30px;
	text-indent: -9999px;
}

h1 a, h1 a:visited, h1 a:hover
{
	display: block;
	height: 31px;
	width: 375px;
	padding-left: 20px;
	color: #C47652;
	outline: none;
	border-bottom: 0;
}

body.home h1	{
	background: #FFF url(/images/site_title.png) 0 50px no-repeat;
	margin-bottom: 0;
	padding-bottom: 40px;
}

#logo	{
	position: absolute;
	top: 20px;
	right: 20px;
	background: #EDECD2;
}

body.home #logo	{
	position: absolute;
	top: 20px;
	right: 20px;
}

body.home h2 {
	font-size:1.6153em;
}
/* ---------------5. FOOTER------------------------- */

footer {
	background: #766557 url(/images/nav-top.gif) repeat-x -80% 0;
	padding-bottom: 30px;	
	overflow:hidden;
	color: #D0B878;
	clear: both;
	width: auto;
}

footer ul	{
	margin-left: 223px;
	padding-top: 50px;
}

footer li	{
	float: left;
	overflow: hidden;
	margin-right: .5em;
	margin-bottom: .25em;
	font-size: .9em;
}

footer p
{
	text-align: center;
	font-size: .9em;
	clear: both;
}

footer a, footer a:visited
{
	font-weight: normal;
	color: #F0E2B3;
	border-bottom:none;
	text-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

footer a:hover
{
	text-decoration: underline;
	border-bottom: none;
	color: #FBF2E1;
}




/* ---------------6. LINKS------------------------- */

a, a:visited {
	color: #00648C;
	border-bottom: 1px dotted #00648C;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #00AEF0;
	border-bottom: 2px solid #CED420;
}

aside ul li {
	list-style-type:none;
	text-decoration:none;
	padding: 4px 0;
}

/* ---------------7. NAVIGATION------------------------- */
nav.main ul {
	list-style-type: none;
}

nav.main ul li {
float:left;
}

nav {
	margin: -7px 20px 0px 20px;
}

nav.main ul li {
	float: left;
	margin-right: 39px;
	padding-top: 5px;
}

nav.main ul li a, body.home nav ul li a	{
	color: #00648C;
	font: bold 16px arial, verdana, sans-serif;
	border-bottom: none;
	text-decoration:none;
}
nav.main ul li a:hover, body.home nav ul li a:hover {
color: #00AEF0;
}
nav.main ul li.active a, nav.main ul li.active a:visited
{
	color: #00648C;
	border-bottom: 4px solid #CED420;
}

nav.main ul li.active a:hover {
color: #00AEF0;
border-bottom: 4px solid #CED420;
}

body.home nav
{
	position: absolute;
	top: 5px;
	left: 0px;
	z-index: 10;
}
/* ---------------8. FORMS------------------------- */


section#contact-details	{
	float: left;
	width: 47%;
	margin-top: 0px;
	margin-right: 32px;
	margin-left: 0;
}

section#contact-form	{
	float: left;
	width: 47%;
	margin-top: 0px;
	padding-bottom: 30px;
}

span	{
	display: block;
}
span.caps {
	display:inline;
}
form	{
	margin-top: 8px;
	margin-bottom: -75px;
	margin-left: 0px;
	padding-left: 0;
}

legend	{
	display: none;
}

label {
font-weight: bold; color: #96835E;
}

input:focus, textarea:focus	{
	background-color: #FBF2E1;
}

input, textarea, select {
	border: 1px solid #CCBF94;
	margin-bottom: 10px;
}

input	{
	padding: 5px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

input.zemText	{
	width: 315px;
	display: block;
}

textarea
{
	width: 315px;
	padding: 5px;
	height: 180px;
	display: block;
    overflow:hidden; 
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px; 
}


input, textarea, select	{
	font: 1.1em/1.5em Verdana, sans-serif;
	margin-bottom: 1em;
}

select	{
	width: 325px;
	display: block;
}

.zemSubmit	{
	width: auto;
	margin-top: 1em;
	background: #00648C url(/images/button.png) repeat-x 0 50%;
	color: #FFF;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border: 1px solid #00648C;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,.5);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,.5);
}

.zemSubmit:hover {
	background-color: #a73f2d;
	border: 1px solid #a73f2d;
}

/* ---------------9. HOME PAGE------------------------- */

body.home div#content	{
clear:both;
border: none;
padding: 0;
margin: 0;
padding-bottom:30px;
width: auto;
}

body.home #content h2, body.home #content h3
{
	padding-top: 0;
}

body.home li {
	list-style-type:none;
}


#introduction {
	height: 250px;
	clear:both;
	margin-bottom: 25px;
	background: #fFf url(/images/hands.jpg) left bottom no-repeat;
}

#intro_quote {
	float: left;
	width: 480px;
	height: 250px;
	margin-bottom: 25px;
}

#introduction blockquote {
	font: italic 18px/1.3 Georgia, serif;
	padding: 15px 20px;
	margin: 0;
	color: #600;
	text-shadow: 2px 2px 2px rgba(102,0,0, .2);	
}

#introduction cite
{
	font-size: 16px;
	font-style: normal;
	display: block;
	color: #600;
	text-shadow: 2px 2px 2px rgba(102,0,0, .2);
}

#introduction-container {
	float:right;
	width: 480px;
	height: 250px;
	background: #fff url(/images/edge.jpg) left bottom repeat-x;
}

#introduction-container p {
	padding: 65px 50px 65px 45px;
	font: italic 20px/1.3em Georgia, Verdana, sans-serif;
	color: #600;
	text-shadow: 2px 2px 2px rgba(102,0,0, .2);
}

#churchlife	{
	margin: 0 20px;
	margin-right: 1px;
}

#churchlife li	{
	float: left;
	width: 286px;
}

li.worship, li.prayer	{
	margin-right: 30px;
}

.prayer img	{
	margin-top: 35px;
}

.ministry img	{
	margin-top: 30px;
}

#word {
	margin: 0 0 40px 20px;
	width: auto;
	clear: both;
}

figure	{
	float: left;
	margin-right: 20px;
	margin-top: 68px;
}

figcaption
{
	text-align: center;
	font: bold .85em Verdana, sans-serif;
	color: #666;
	margin-top: .3em;
}

#sunday_text {
	float: left;
	width: 441px;
	margin: 30px 30px 30px 0;
}

#sunday_text h2 {
	margin-left:-163px;
}

#sunday_text h4 {
	margin-top: .5em; 
}


#votd
{
	float: left;
	width: 286px;
	margin-top: 30px;
}

#votd p {
margin-top: .5em;
}




/* ---------------10. ABOUT------------------------- */
.exodus {
margin: 1em;
}

cite.elim
{
	font-style: normal;
	font-size: 0.95em;
	font-weight: bold;
	display: inline;
}

/* ---------------11. CAFE PLUS------------------------- */

section.testimonies {
	clear:both;
	margin-top:-20px;
}

img.cafe {
	margin-top:62px;
}

#test1, #test2	{
	width: 385px;
	padding-top: 35px;
	font: italic 1.2em/1.5em Georgia, serif;
	float: left;
}

#test1	{
	margin-right: 50px;
	padding-left: 40px;
	background: transparent url(/images/open.png) no-repeat top left;
}

#test2	{
	margin-right: 0;
}

#close	{
	margin-top: -10px;
	margin-left: 350px;
}

/* ---------------12. ACTIVITIES------------------------- */

p.next	{
font-weight: bold;
color:#666;
}

img.activity	{
	float: right;
	margin-top: .5em;
	margin-bottom: 1em;
}

h3.activity	{
	border-top: 1px solid #CCBF94;
	margin-top:22px;
	padding-top: 22px;
	clear:both;
}

p.activity {
	margin-right: 20px;
	width: 340px;
}

img.prayer {
	padding-bottom: 15px;
}

img#women	{
margin-left: 80px;
}



/* ---------------13. EERROR------------------------- */

section.error {
	width:550px;
}
section.error p {
	margin-bottom: 1.2em;
}