/*   
Theme Name: Basic Simplicity
Theme URI: http://www.michaeljanzen.com/wordpress-theme/
Description: A simple WordPress theme with a basic minimalist style.
Tags: blue, white, light, two-columns, right-sidebar, fixed-width, custom-colors, custom-header, theme-options
Author: Michael Janzen
Author URI: http://www.michaeljanzen.com/
Version: 1.3.1
.
Before editing this stylesheet be sure to take a look at the control panel
Appearance -> Edit Basic Simplicity
The control panel allows you to change basic color settings. 
Values set in the control panel will override some styles in this stylesheet.
.
The CSS, XHTML and design is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
.
*/


body {
	font-family:Arial, Helvetica, sans-serif;
	background: #fff;
	font-size:13px;
	color:#222;
	margin-top:0px;
}

.description {
	color:#999;
	
}


#wrap {
	margin: 5px auto;
	padding: 0px 0px 0px 0px;
	width: 975px;
	/*border: 1px solid #ccc; */
	
	
	
}

#wrap_outer {
	width: 975px;
	/*border: 1px solid #ccc; */
	background:transparent url(images/bg.gif) repeat-y scroll 0 0;
	
	
}

#header {
	height: 150px;
	background-color: #000;
	width:100%;	
	clear:both;
}

#navbar {
	background: #fff;
	position:relative;
	margin: 0;
	padding: 10px 20px 0px 0px;
}

#navbar a {
	color: #444;
}

#navbar ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
	} 

#navbar ul li {
	margin: 0;
	padding: 10px;
	list-style: none;
	line-height:1.5em;
	display: inline;
	}


#content {
	margin: 0;
	padding: 10px 10px 10px 10px;
	
	float: left;
	width: 650px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
}
#content_full {
	width:972px;
	margin: 0px auto;
	float: left;	
	border-left:1px solid #111;
	border-right:1px solid #ccc;
	/*background:transparent url(images/bg3.gif) repeat-y scroll 0 0; */
	}
#content_inner {
	margin: 10px 50px 10px 50px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:16px;
	background:transparent;

	
}

.column-top, .home-top {
	margin: 0 0 3.0em 0;
	font-size: 0.875em;
	line-height: 1.75em;
	color:#222;
}

#prevnext {
	text-align: center;
	font-weight: bold;
	margin-bottom: 3.0em;
}





#bottom {
	clear: both; 
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	text-align: center;
}

.bottom-left {
	float: left;
	width: 306px;
	margin: 0;
	padding: 10px;
	text-align: left;
	background: #eee;
}

.bottom-right {
	float: right;
	width: 306px;
	margin: 0;
	padding: 10px;
	text-align: left;
	border-left: 1px solid #fff;
	background: #eee;

}

.bottom-middle { 
	float: left;
	width: 306px;
	margin: 0;
	padding: 10px;
	text-align: left;
	border-left: 1px solid #fff;
	background: #ddd;
}

.post-top-right-home {
	float: right;
	width: 300px;
	margin: 0 0 10px 10px;
	padding: 0;
}

.post-top-right-single {
	float: right;
	width: 300px;
	margin: 0 0 10px 10px;
	padding: 0;
}

.post-bottom-home {
	margin: 10px 0;
	padding: 0;
	clear: right;
}

.post-bottom-single {
	margin: 10px 0;
	padding: 0;
	clear: right;
}

.bottom-widget {
	margin: 0 0 20px 0;
	padding: 0;
}


#footer {
	clear: both; 
	margin: 0;
	padding: 20px;
	font-size: 0.75em;
	text-align: center;
	color: #666;
}

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

a:hover {
	color: #33f;
	text-decoration: underline;
}

img {
	border: 0;
}

h1, h2, h3, h4, h1 a, h2 a, h3 a, h4 a {
	font-family: Georgia, serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1.5em;
	color: #111;
}



#header h1 {
	font-size: 1.6em;
}

#header.description {
	font-size: 0.875em;
	color: #3F3F3F;
}


p {
	margin: 0 0 1.0em 0;
	padding: 0;
}

blockquote {
	background: #eee;
	margin: 0.5em 0;
	padding: 1.0em;
}

.the_content {
	line-height: 1.75em;
	color:#222;
}

.entry {
	margin: 10px 0 3.0em 0;
	font-size:13px;
}

.comments {
	font-size: 0.875em;
	line-height: 1.5em;
	color:#333;
}

.meta {
	font-size: 0.75em;
	color:#666;
	margin: 0 0 1.0em 0;
}

ol.commentlist, li.commentlist {
	margin: 0;
	padding: 0;
	list-style:none;
}

.odd {
	background: #eee;
	margin: 0.5em 0 0.5em 0;
	padding: 0.5em;
}

.even {
	background: #ddd;
	margin: 0.5em 0 0.5em 0;
	padding: 0.5em;
}

.hidden {
	visibility: hidden;
}

li.categories {
	list-style: none;
}

img.alignright {
	float:right; 
	margin:0 0 1em 1em;
	}
	
img.alignleft {
	float:left; 
	margin:0 1em 1em 0;
}

img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

a img.alignright {
	float:right; 
	margin:0 0 1em 1em;
}

a img.alignleft {
	float:left; 
	margin:0 1em 1em 0;
}

a img.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
}

.more-link {
	font-weight: bold;
	text-decoration: underline;
}



.set1 {
	display:inline;
	
}

/*nav items*/

.current_page_item,.current_page_item:hover {
	background-color:#334422;
}


.current_page_item .page_item, .current_page_item:hover .page_item  {
	background-color:#fff;
}

.current_page_item .page_item  a,.current_page_item:hover .page_item  a {
	color:#000;
	
}


.page_item a {
	color:#000;
}

.current_page_item a, .current_page_item a:hover {
	color:#fff;
	
}

.post h2 {color:#444;}

h1:hover {color#000;}

#sidebar {
	padding: 20px 0px 0 0px;
	float: right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	width: 300px;
}

#sidebar ul, #bottom ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	text-indent: 0;
}

#sidebar li, #bottom li {
	list-style: none;
	padding-bottom: 3px;
}

.sidebar-widget {
	margin: 0 0 20px 0;
	
	
}

.sidebar-widget h4 {
		padding: 3px 10px 3px 10px;
		font-family:Arial, Helvetica, sans-serif;
		color:#fff;
		font-size:12px;

	background-color:#334422; 
}

.textwidget {padding:5px 10px 3px 10px;
border:1px solid #ddd;
border-top-width:0px;
font-size:11px;
}

.description_2 {text-indent:60px; display:inline-block;}
.post h2 {color:#111;font-size:24px;}
.header_wrap {width:975px;}
.header_title {float:left; width:70%;
font-family: Georgia, Helvetica;}
.header_title a {color:#333;}
.header_title a:over {color:#333}
.header_search {float:right; width:25%; font-size:10px;text-align:right;margin-bottom:5px;}
.header_address {color:#111;padding-bottom:3px;font-size:11px;line-height:14px;}
.header_address a {color:#334422;font-weight:bold}
.search_box {width:86%;font-size:11px;height:14px;padding:2px;line-height:12px;border:1px solid #999;color:#111;margin:4px 6px 4px 6px;}
.search_icon {vertical-align:middle;cursor:pointer;display:none;}
.staff_links {font-size:14px;line-height:18px;width:1000px;margin:0px auto 0px auto;}
.staff_links td {padding:0px 10px 10px 0px;vertical-align:top}
.post h3 {color:#111; font-family:Arial, Helvetica, sans-serif;font-size:14px;}
#search-widget {background-color:#ccc;border-right:1px solid #000;height:28px;width:127px}


/* nav-items
 * 
 */

#nav-home:hover {background-color:#fff; color:#003300;}
#nav-about:hover {background-color:#fff;color:#003300;}
#nav-outreach:hover {background-color: #fff;color:#003300;}
#nav-youth:hover {background-color: #fff;color:#003300;}
#nav-education:hover {background-color: #fff;color:#003300}
#nav-fellowship:hover {background-color: #fff;color:#003300;}
#nav-words:hover {background-color:#fff;color:#003300;}

#nav-home {background-color:#003300; color:#fff;}

#nav-outreach {background-color: #003300;color:#fff;}
#nav-about {background-color: #003300;color:#fff;}
#nav-youth {background-color: #003300;color:#fff;}
#nav-education {background-color: #003300;color:#fff;}
#nav-fellowship {background-color: #003300;color:#fff;}
#nav-words {background-color:#003300;color:#fff;}
/*#nav-outreach {background-color: #3B2611;color:#fff;}
#nav-about {background-color: #330033;color:#fff;}
#nav-youth {background-color: #330033;color:#fff;}
#nav-education {background-color: #CC6600;color:#fff;}
#nav-fellowship {background-color: #003333;color:#fff;}
#nav-words {background-color:#990000;color:#fff;}
*/


