﻿body 
{
	text-align:center;
	background-color:#212e50;
	margin:15px 0px 15px 0px;
	background-image: url(images/background.jpg);
	background-repeat:repeat-x;
	background-position:left top;
}

A
{
	color:#39508b;
	text-decoration:none;
	border-bottom:1px dotted silver;
}

A:hover
{
	color:#5678d1;
	border-bottom:1px solid #5678d1;
}

#frame
{
	width:850px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:15px;
	padding:0px;
	text-align:left;
}

#menu
{
	background-image: url(images/menu_background.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:850px;
	height:37px;
	padding-left:16px;
	overflow:hidden;
}

#header
{
	background-image: url(images/header.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:850px;
	height:200px;	
}

#page
{
	height:100%;
	background-color:White;
	background-image: url(images/page_tile.jpg);
	background-repeat:repeat-y;
	background-position:left top;
	overflow:auto;
}

#content
{
	margin-top:13px;
	padding: 2px 15px 0px 15px;
	font-family:Arial, Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size:.9em;
	width:650px;
	float:left;
	border-right:1px dotted #816a55;
	min-height:500px;	
}

#sidebar
{
	width:150px;
	float:left;	
	padding-left:10px;
	margin-top:13px;
}

#bottom_nav
{	
	padding: 0px 15px 0px 15px;
	font-family:Arial, Trebuchet MS, Tahoma, Arial, Helvetica;
	font-size:.7em;
	width:820px;
	float:left;
	text-align:center;
}

#footer
{
	background-image: url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	width:850px;
	height:19px;
}

#bottom_nav DIV.separator
{
	border-top:1px dotted #816a55;
	height:1px;
	width:100%;
	margin-top:10px;
	margin-bottom:2px;
}

#content DIV.separator
{
	border-top:1px dotted #816a55;
	height:1px;
	width:100%;
	margin-top:10px;
	margin-bottom:10px;
}

#sidebar DIV.separator
{
	border-top:1px dotted #816a55;
	height:1px;
	width:144px;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:3px;
}


.breadcrumb
{
	font-family:Tahoma;
	font-size:.7em;
	margin-top:-5px;
	margin-bottom:-16px;
	margin-left:2px;
	display:block;
	height:20px;
}

/* Appearance */
H1
{
	font-family:Tahoma, Trebuchet MS;
	font-weight:normal;
	font-size:1.7em;
	color:#b8860b;
	margin-top:0px;
	letter-spacing:-1.2px;	
}

.blog-hyperlink
{
	margin-bottom:8px;
	margin-left:3px;
	position:absolute;
}

#sidebar .events-hyperlink
{
	margin-bottom:8px;
	margin-left:3px;
}

/* blog styles */

#content .archiveHeader
{
	margin:0;
	/*margin-top:-44px;*/
	margin-bottom:14px;
	padding:0;
}

#content .blogHeader
{
	font-family:Arial;
	font-weight:bold;
	font-size:1.8em;
	letter-spacing:-0.08em;
	color:#d1a077;
	margin:0;
	/*margin-top:-44px;*/
	margin-bottom:14px;
	padding:0;
}

#content .title
{
	font-family:Arial;
	font-weight:bold;
	font-size:1.8em;
	letter-spacing:-0.08em;
	color:#d1a077;
	margin-top:0px;
	clear:both;
}

#content .title A
{
	text-decoration:none;
	font-size:.8em;
	letter-spacing:-0.04em;
	font-weight:normal;
	border-bottom:1px dotted silver;
}

#content .title A:hover
{
	border-bottom:1px solid #5678d1;
}

#content .pubdate
{
	margin-top:4px;
	font-family:Tahoma;
	font-size:.7em;
}

#content .pubdate A
{
	text-decoration:none;
	border-bottom:0px;
	/*border-bottom:1px dotted silver;*/
}

#content .pubdate div
{
	display:inline;
}

#sidebar .recentpost A, #sidebar .archive A, #sidebar A
{
	font-family:Tahoma;
	font-size:.7em;
	text-decoration:none;
	border-bottom:1px dotted silver;
}

#sidebar .recentpost, #sidebar .archive
{
	margin-bottom:6px;
	margin-left:2px;
}

#sidebar :hover.recentpost A, #sidebar :hover.archive A, #sidebar A:hover
{
	border-bottom:1px solid #5678d1;
}


.news .blogHeader
{
	background-image:url(images/header_news.jpg);
	background-repeat:no-repeat;
	width:112px;
	height:33px;
	margin:0;
	margin-bottom:14px;
	padding:0;
}

.news .archiveHeader
{
	background-image:url(images/header_news.jpg);
	background-repeat:no-repeat;
	width:112px;
	height:43px;
	margin:0;
	margin-bottom:14px;
	padding:0;
	letter-spacing:0px;
}

.news .blogHeader div
{
	font-size:0.5em;
	letter-spacing:normal;
	padding-top:30px;
	width:600px;	
}

.news .archiveHeader div
{
	font-size:0.5em;
	padding-top:30px;
	width:600px;
}

.opportunities .blogHeader
{
	background-image:url(images/header_opportunities.jpg);
	background-repeat:no-repeat;
	width:289px;
	height:33px;
	margin:0;
	margin-bottom:14px;
	padding:0;
}

.opportunities .archiveHeader
{
	background-image:url(images/header_opportunities.jpg);
	background-repeat:no-repeat;
	width:289px;
	height:43px;
	margin:0;
	margin-bottom:14px;
	padding:0;
	letter-spacing:0px;
}

.opportunities .blogHeader div
{
	font-size:0.5em;
	letter-spacing:normal;
	padding-top:30px;
	width:600px;	
}

.opportunities .archiveHeader div
{
	font-size:0.5em;
	padding-top:30px;
	width:600px;	
}

#content div.event
{
	border:0px;
	padding:0px;
	display:none;
}

#content div.event .header
{
	display:none;
}

#content div.event .title
{
	display:none;
}

.events .blogHeader
{
	background-image:url(images/header_events.jpg);
	background-repeat:no-repeat;
	width:289px;
	height:33px;
	margin:0;
	margin-bottom:14px;
	padding:0;
}

.events .blogHeader div
{
	display:none;
}

.prayer .blogHeader
{
	background-image:url(images/header_prayer.jpg);
	background-repeat:no-repeat;
	width:289px;
	height:33px;
	margin:0;
	margin-bottom:14px;
	padding:0;
}

.prayer .blogHeader div
{
	display:none;
}

/* Directory Styles */
.directory-header
{
	font-family:Arial;
	font-weight:bold;
	font-size:1.8em;
	letter-spacing:-0.08em;
	color:#d1a077;
	margin-top:0px;
}

.directory-churchname
{
	font-weight:bold;
	font-size:1.1em;
}

table.files
{
	border-collapse:collapse;
	/*border:1px solid #39508b;*/
}

a.files
{
	font-size:1.3em;
	letter-spacing:-0.04em;
}

tr.files-header
{
	background-color:#39508b;
	color:White;
	height:28px;
	vertical-align:middle;
}

.tags .header
{
	color:Gray;
}
