/*
Theme Name: The Anchor Fellowship
Theme URI: http://wordpress.org/
Description: A custom theme by abrasiveInk.
Version: 1.0
Author: Justin Harvey
Author URI: http://www.abrasiveInk.com/
Tags: church, events, community

The Anchor Fellowship  v1.0
http://abrasiveink.com/
This theme was designed and built by abrasiveInk.
The CSS, XHTML and design is not public.

*/

/* GENERAL LAYOUT */
body {
	margin: 0 auto;
	background:#d8cfc6;
	font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	font-size: 12px;
}
#navbar {
	position: relative;
	width: 100%;
	height: 20px;
	background: #a78462;
}
#nav { width: 930px; margin: 0 auto; font-size: 11px; }
#nav .left { float: left; }
#nav .right { float: right; }
#nav a:link {
	float: left;
	display: block;
	height: 20px;
	padding: 2px 15px 0 15px;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #ffffff;
}
#nav a:visited {
	float: left;
	display: block;
	height: 20px;
	padding: 2px 15px 0 15px;
	color: #ffffff;
	text-decoration: none;
	border-right: 1px solid #ffffff;
}
#nav a:hover {
	background: #821b06;
}
#nav a:active {
	background: #821b06;
}
#footer {
	position: relative;
	margin: 0 auto;
	width: 930px;
	height: 20px;
	background: #a78462;
}
#main {
	position: relative;
	width: 910px;
	margin: 0 auto;
	padding: 15px 10px 25px 10px;
	background: #ded6ce;
}
/* END GENERAL LAYOUT */
/* ---------------------------------------- */
/* HOME PAGE */
#left-side{
	float: left; 
	width: 290px;
}
#noteworthy {
	position: relative;
	padding-right: 10px;
	background: #e9e3dc;
	color: #42210b;
	font-size: 11px;
}
#noteworthy ul {
	margin: 0;
	padding: 5px 0 15px 20px;
}
#noteworthy li {
	padding: 0;
	margin: 0;
}
#right-side{
	float: right; 
	width: 605px;
}
#maintext {
	color: #42210b;
}

#feature-articles { 
	float: left; 
	display: block; 
	width: 285px; 
	padding: 0 0px 15px 0; 
	font-size: 11px; 
	color:#000000; 
}
#feature-articles img { float: left; padding-right: 5px; }
.title { font-size:14px; color: #821b06; padding-bottom: 10px; display: block; }
#feature-articles a { text-decoration: none; color: #821b06; }
#quick-links { background-color: #e9e3dc; background-image: url(images/quick-links-bottom.png); background-position: bottom; background-repeat: no-repeat; }
/* END HOME PAGE */
/* ---------------------------------------- */
/* ARTICLES PAGE */
.article-title { 
	font-size: 17px; 
	color: #821b06; 
}
.entry { margin: 20px 0 0 0; }
/* END ARTICLES PAGE */
/* ---------------------------------------- */
/* CONTACT PAGE */
#pastors {
	font-size: 12px;
	padding: 10px 10px 0 10px;
	background: #e9e3dc;	
}
#pastors .names {
	font-size: 14px;
	color: 	#cf7019;
	
}
.brown-text {
	font-weight: bold;
	color: #794400;
}
/* END CONTACT PAGE */
/* ---------------------------------------- */
/* REUSEABLES */
h1 {
	font-size: 17px;
	color: 	#821b06;
	margin: 0 0 10px 0;
}
h2 {
	font-size:12px; 
	color: #8a7967; 
	font-weight:bold;
	margin: 0 0 10px 0;
}
hr {
	width: 80%; 
	height: 1px;
	border: 0;
	color: #000000;
	background-color: #000000;
}
p { margin: 0 0 15px 0; }
img { border: 0; }
a { text-decoration: none; color: #821b06; }
.clear { clear: both; }
