/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	background: #FFFFFF;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333333;
}

h1, h2, h3 {
	color: #333333;
}

h2 {
}

h3 {
	font-size: 1em;
}

p, blockquote, ul, ol {
	margin-bottom: 1.5em;
	line-height: 1.8em;
	text-align: justify;
}

p {
}

blockquote {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
	font-weight: bold;
	color: red;
}

.sexton {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
	font-weight: bold;
	color: black;
}

.verse {
	margin-left: 2em;
	margin-right: 2em;
	font-style: italic;
	font-weight: normal;
	font-size: .8em;
	color: black;
}

.verse-r {
	margin-left: 7em;
	margin-right: 7em;
	font-style: italic;
	font-weight: normal;
	font-size: .9em;
	color: red;
}

.table {
	margin-left: 5em;
	margin-right: 5em;
	align: center;
}

.title1 {
	margin-left: 2em;
	margin-right: 2em;
	font-weight: bold;
	font-size: 1.4em;
	color: black;
	text-align: center;
}

.author {
	margin-left: 2em;
	margin-right: 2em;
	font-weight: bold;
	font-size: 1.0em;
	color: blue;
	text-align: center;
}

.am-pm {
	margin-left: 5em;
	margin-right: 5em;
	font-weight: normal;
	font-size: 1.0em;
	color: black;
	text-align: center;
}

.text01 {
	font-size: .8em;
	font-weight: bold;
	text-align: center;
}

.text01L {
	font-size: .8em;
	font-weight: bold;
	text-align: left;
}

.text9L {
	margin-left: 4em;
	margin-right: 4em;
	font-size: .9em;
	font-weight: bold;
	text-align: left;
}

.text1L {
	margin-left: 3em;
	margin-right: 3em;
	font-size: 1.0em;
	font-weight: normal;
	text-align: left;
}

.text12L {
	margin-left: 4em;
	margin-right: 4em;
	font-size: 1.2em;
	font-weight: bold;
	text-align: left;
}

.text01L9 {
	font-size: .9em;
	font-weight: bold;
	text-align: left;
}

ul {
	margin-left: 3em;
}

ul li {
}

ol {
	margin-left: 3em;
}

ol li {
}

a {
	text-decoration: none;
	color: #972296;
}

a:hover {
	text-decoration: underline;
	color: #000000;
}

img {
}

img.left {
	float: left;
	margin: 0 20px 0 0;
}

img.right {
	float: right;
	margin: 0 0 0 20px;
}

/* Boxed Style */

.boxed {
}

.boxed .title {
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 1em;
}

.boxed .content {
	padding: 20px;
	background: url(img05.gif) repeat-x;
}

.boxed .content4 {
	padding: 25px;
	background: url(img05.gif) repeat-x;
	text-align: center;
}

.boxed2 .content2 {
	padding: 10px;
	background: url(img05.gif) repeat-x;
}


/* Post */

.post {
}

.post .title {
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 1em;
}

.post .date {
	margin-top: -25px;
	padding-bottom: 10px;
	padding-right: 20px;
	text-align: right;
	font-size: x-small;
}

.post .date .month {
}

.post .date .day {
}

.post .date .year {
}

.post .meta {
	clear: both;
}

.post .meta p {
	margin: 0;
	padding: 10px 20px 40px 20px;
	border-top: 1px dotted #CCCCCC;
	line-height: normal;
	font-size: x-small;
}

.post .story {
	padding: 20px 20px 0 20px;
	background: url(img05.gif) repeat-x;
}

/* Header */

#header {
	width: 900px;
	height: 140px;
	margin: 0 auto;
}

/* Header > Logo */

#logo {
	float: left;
	width: 250px;
	height: 50px;
}

#logo h1 {
	margin: 0;
	padding: 25px 0 0 0;
	font-size: 2.6em;
}

#logo h2 {
	margin-top: -5px;
	font-size: 1em;
}

#logo a {
	text-decoration: none;
	color: #000000;
}

/* Header > Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding-top: 76px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 24px;
	margin-left: 10px;
	padding: 15px;
	background: url(img02.gif) repeat-x;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#menu a:hover {
	background-image: url(img04.gif);
	color: #FFFFFF;
}

#menu .active a {
	background-image: url(img03.gif);
	color: #FFFFFF;
	float: left;
}

#menu2 {
	float: left;
}

#menu2 ul {
	margin: 0;
	padding-top: 76px;
	list-style: none;
}

#menu2 li {
	display: inline;
}

#menu2 a {
	display: block;
	float: left;
	height: 24px;
	margin-left: 10px;
	padding: 15px;
	background: url(img02.gif) repeat-x;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

#menu2 a:hover {
	background-image: url(img04.gif);
	color: #FFFFFF;
}

#menu2 .active a {
	background-image: url(img03.gif);
	color: #FFFFFF;
	float: left;
}

/* Content */

#body_wrapper {
  background: #FFFFFF url(img01.gif) repeat-x;
}

#content {
	width: 900px;
	margin: 0 auto;
	padding-top: 20px;
}

#content4 {
	width: 920px;
	margin: 0 auto;
	padding-top: 20px;
}

/* Content > Main */

#main {
	float: left;
	width: 580px;
}

#main3 {
	float: left;
	width: 480px;
}

#main4 {
	float: left;
	width: 478px;
}

#content .sermon {
	line-height: normal;
	font-weight: bold;
	font-size: 1.0em;
	color: #990000;
	text-align: center;
}

/* Content > Main > Welcome */

#welcome {
}

/* Content > Main > Example */

#example {
}

/* Content > Sidebar */

#sidebar {
	float: right;
	width: 310px;
}

#sidebar3 {
	float: right;
	width: 400px;
}

#sidebar4 {
	float: right;
	width: 400px;
}

/* Content > Sidebar > Login */

#login {
}

#login form {
}

#login fieldset {
	border: none;
}

#login legend {
	display: none;
}

#login label {
	display: block;
}

#login input {
	margin-bottom: 10px;
	padding: 2px 5px;
	border: 1px solid #972296;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666666;
}

#inputtext1, #inputtext2 {
	width: 98%;
}

#inputsubmit1 {
	margin: 0;
	padding: 0;
	background: url(img05.gif) repeat-x;
}

/* Content > Sidebar > Updates*/

#updates {
}

#updates ul {
	margin: 0;
	list-style: none;
}

#updates h3 {
	font-size: .9em;
}

#updates2 h3 {
	font-size: .8em;
}

#updates1 p {
	line-height: normal;
	font-size: .8em;
	text-align: center;
}

#updates2 p {
	line-height: normal;
	font-size: .80em;
	text-align: left;
}

#updates3 p {
	line-height: normal;
	font-size: .8em;
	text-align: center;
}

#updates a {
	text-decoration: red;
}

#updates1 a {
	text-decoration: red;
	font-weight: bold;
	text-align: center;
}

#content .john {
	font-size: .8em;
	font-weight: normal;
	text-align: right;
}

#content .frank {
	font-size: .8em;
	font-weight: normal;
	text-align: left;
}

.patch p {
	font-size: .9em;
	font-weight: bold;
	text-align: left;
}

/* Slide */

#slide p {
	line-height: normal;
	font-size: .9em;
	text-align: center;
	font-weight: bold;
}

div.caption p {
	line-height: normal;
	font-size: 1.20em;
	text-align: center;
}


div.photo img {
	float: center;
	margin: 0 0 0 10px;
	border: 2;
}

/* History > Table */

.table {
	align: center;
}

.name {
	font-size: .9em;
	text-align: left;
	vertical-align: top;
	width: 430px;
	font-weight: normal;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	height: 20px;
	margin: 0 auto;
	padding: 30px 40px;
	background: url(img07.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
	font-size: x-small;
}

#footer a {
	text-decoration: underline;
	color: #666666;
}

#footer a:hover {
	text-decoration: none;
}

/* Footer > Legal */

#legal {
}

/* Footer > Links */

#links {
}