﻿/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 20px 0;
	background: #ffd15f url(images/bg.gif) repeat-x;
}

body, th, td, input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	/*color: #666666;*/
}

form {
}

fieldset {
}

input, textarea {
	font-weight: bold;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}

input.button {
	background: #ffffff;	
	color: #000000;
}

h1, h2, h3 {
	/*margin-top: 1.5em;*/
	color: #c1481b;
}

h1 {
	letter-spacing: -.075em;
	font-size: 3em;
}

h2 {
	letter-spacing: -.05em;
	/*text-transform: uppercase;*/
	font-size: 1.1em;
	font-weight: bold;
	color: #c1481b;
}


h3 {
	font-size: 1em;
}

hr {
	display: none;	
}

p, ul, ol {
	margin-top: 1.5em;
	line-height: 1.8em;
	font-size: 1.1em;
}

ul, ol {
	margin-left: 3em;
}

a {
	text-decoration: none;
	color: #c1481b;
}

a:hover {
	border: none;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #c1481b;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #3C7BCF;
}

/* Wrapper */

#wrapper {
}

/* Header */

#header {
	width: 800px;
	height: 55px;
	margin: 0 auto;
}

#menu {
	float: left;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	display: block;
	float: left;
	height: 25px;
	margin-right: 1px;
	padding: 10px 20px 0 20px;
	text-decoration: none;
	font-size: 1.1em;
	font-weight: bold;
	color: #ffffff;
}

#menu a:hover {
	background:  #F3F3F3;
	color: #2C2E22;
}

#menu .current_page_item a {
	background:  #F3F3F3;
	color: #2C2E22;
}

/* Logo */

#logo {
	width: 800px;
	height: 327px;
	margin: 0 auto;
	background: url(images/Spring_Church_800Wide.jpg) no-repeat left top;
	border-top: 20px solid #F3F3F3;
	border-left: 20px solid #F3F3F3;
	border-right: 20px solid #F3F3F3;
}


#logo h1 {
	padding-top: 12px;
	padding-left: 15px;
	color: #000000;
	font-size: 24px;
}

#logo h2 {
	font-style: italic;
	font-size: 10px;
	padding-left: 20px;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #ffffff;
}

#logo a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 800px;
	margin: 0 auto;
	padding: 20px 0px 0 0px;
	background: #FFFFFF;
	border: 20px solid #F3F3F3;
	border-top: none;
}

div#bibleverse{
	width:800px;
	background: #FFFFFF;
	margin: 0 auto;
	border-left: 20px solid #F3F3F3;
	border-right: 20px solid #F3F3F3;
}

div#bibleverse_inside{
	background: #FFFFFF;
	border-bottom: 10px solid #FFFFFF;
	border-top: 10px solid #FFFFFF;
}

/*menu*/
div#menupad{
	width:800px;
	margin: 0 auto;
	border-left: 20px solid #F3F3F3;
	border-right: 20px solid #F3F3F3;
}

div#menupad_pad{
	padding-top:5px;
	color:#000000;
}

div#navbar{
	width:800px;
	height:44px;
	margin: 0 auto;
	background:url(images/bar800.png) no-repeat top #FFFFFF;
	border-left: 20px solid #F3F3F3;
	border-right: 20px solid #F3F3F3;
}

div#navbar_pad{
	padding-top:5px;
	color:#000000;
}

div#navbar_pad ul{
	padding:5px;
	margin:5px;
}

div#navbar_pad ul li{
	text-align:center;
	float:left;
	list-style:none;
	padding:0 10px;
}

div#navbar_pad a{
	text-decoration:none;
	color:#000000;
	font-weight:bold;
	font-size:12px;
}

div#navbar_pad a:hover{
	color:#c1481b;
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
}

/* end menu */

/* Content */

#content_index {
	float: left;
	width: 600px;
	padding: 0px 0px 0px 20px;
}

#content_other {
	float: left;
	width: 750px;
	padding: 0px 0px 0px 20px;
}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	background: url(images/img18.gif) no-repeat left top;
	padding: 15px 0  0 15px;
	height: 30px;
	font-size: 2.4em;
}

.post .entry {
	padding: 0 10px 30px 15px;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	background: url(images/img04.gif) repeat-x left bottom;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #c1481b;
}

.post .meta a {
	color: #c1481b;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
	background: url(images/img04.gif) repeat-x;
}

.post .links a, .post .tags a {
	border: none;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h2 {
	margin: 0;
	background: url(images/img13.gif) no-repeat left top;
	padding: 15px 0  0 15px;
	height: 30px;
}

#recent-posts h3 {
	margin: 0;
	font-size: 13px;
	padding: 15px 0  0 15px;
	background: url(images/img04.gif) repeat-x left bottom;
}

#recent-posts p {
	margin: 0 0 10px 0;
	padding: 15px 0  0 15px;
	line-height: 22px;
	font-size: 13px;
}

/* Sidebars */

.sidebar {
	float: left;
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 5px;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
}

#sidebar1 {
	width: 200px;
	padding: 0px 0px 0px 20px;
}

#sidebar2 {
	width: 150px;
	padding: 0px 10px 0px 15px;
}

#sidebar2 li h2 {
	margin: 0 0 1em 0;
	/*background: url(images/img11.gif) no-repeat left top;*/
	padding: 15px 0  0 15px;
	height: 25px;
}

#sidebar2 li ul {
	line-height: normal;
	/*background: url(images/img04.gif) repeat-x;*/
}

#sidebar2 li li {
	padding: 5px;
	/*background: url(images/img04.gif) repeat-x left bottom;*/
	font-size: .8em;
}

#sidebar2 li a {
	border: none;
	padding-left: 5px;
}

#sidebar2 li a:hover {
	border: none;
	padding-left: 10px;
}

#box {
	width:140px;
	height:auto;
	padding:5px;
	border:1px dotted #FC6;
}

/* Footer */

#footer {
	text-align: center;
	font-size: 9px;
	color: #c1481b
}

/* ================================================================ 
This copyright notice must be kept untouched in the stylesheet at 
all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.stunicholls.com/menu/pro_drop_2.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

.preload1 {background: url(images/menu/yellow_1.gif);}
/*.preload2 {background: url(images/menu/yellow_1a.gif);}*/

#nav {padding:0; margin:0; list-style:none; height:38px; width:800px; background:#fff url(images/menu/yellow_0.gif) repeat-x; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#nav li.top {display:block; float:left; height:38px;}
#nav li a.top_link {display:block; float:left; height:35px; line-height:33px; color:#000; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 8px; cursor:pointer;background: url(images/menu/yellow_0.gif);}
#nav li a.top_link span {float:left; display:block; padding:0 22px 0 6px; height:35px; background: url(images/menu/yellow_0.gif) right top no-repeat;}
#nav li a.top_link span.down {float:left; display:block; padding:0 11px 0 6px; height:35px; background: url(images/menu/yellow_0.gif) no-repeat right top;}

#nav li:hover a.top_link {color:#c1481b; background: url(images/menu/yellow_1.gif) no-repeat;}
#nav li:hover a.top_link span {background:url(images/menu/yellow_1.gif) no-repeat right top;}
#nav li:hover a.top_link span.down {background:url(images/menu/yellow_1.gif) no-repeat right top;}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

#nav li:hover ul.sub
{left:4px; top:38px; background: #FFDD53; padding:3px; border:0px solid #5c731e; white-space:nowrap; width:100px; height:auto; z-index:300;}
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:100px; font-weight:normal;}
#nav li:hover ul.sub li a
{display:block; font-size:11px; height:19px; width:99px; line-height:19px; text-indent:5px; color:#000; text-decoration:none;border:0px solid #bbd37e;}
#nav li ul.sub li a.fly
{background:#bbd37e url(arrow.gif) 80px 6px no-repeat;}
#nav li:hover ul.sub li a:hover 
{background:#FDCA00; color:#c1481b; border-color:#fff;}
#nav li:hover ul.sub li a.fly:hover
{background:#6a812c url(arrow_over.gif) 80px 6px no-repeat; color:#fff;}


#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul
{left:90px; top:-4px; background: #bbd37e; padding:3px; border:1px solid #5c731e; white-space:nowrap; width:90px; z-index:400; height:auto;}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly
{background:#6a812c url(arrow_over.gif) 80px 6px no-repeat; color:#fff; border-color:#fff;} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly
{background:#bbd37e url(arrow.gif) 80px 6px no-repeat; color:#000; border-color:#bbd37e;} 