/*
Theme Name: YWAM Mendocino
Theme URI: http://wordpress.org/
Description: A custom WordPress theme developed by <a href="http://zippersnap.com">zipperSANP</a> for YWAM Mendocino.
Version: 1.1
Author: William T. Duggin
Author URI: http://zippersnap.com/
Tags: custom

*/

body {
	margin: 0;
	padding: 0;
	background-color: #b4b4b4;
	padding-bottom: 20px;
}

#bottom-margin {
	width: 900px;
	height: 12px;
	margin: 0;
	padding: 0;
	background-image: url('pix/BottomMargin.gif');
	background-repeat: no-repeat;
	background-position: top;
}

#container {
	width: 900px;
	text-align: left;
	margin: 0 auto;
	padding: 0;
	background-color: #829967;
}

#content {
	width: 900px;
	background-image: url('pix/TopMargin.gif');
	background-repeat: no-repeat;
	background-position: top;
	margin: 0;
	padding: 1px 0 4px 0;
	background-color: #deddc1;
	color: #485436;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#content a {
	color: #485436;
	text-decoration: none;
}

#content a:hover {
	color: #414c33;
	text-decoration: underline;
}

#posts {
	margin: 0 0 4px 260px;
	padding: 1px 21px 0 12px;
	border-left: dotted 1px #525b40;
}

#sidebar {
	width: 220px;
	float: left;
	margin: 0;
	padding: 12px 6px 0 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #54653d;
}

#sidebar a {
	padding: 12px 6px 0 12px;
	color: #54653d;
	text-decoration: none;
}

#sidebar a:hover {
	color: #829967;
}


#page_sidebar {
	width: 240px;
	float: left;
	margin: 16px 12px 0 12px;
	padding: 0;
}

#page_sidebar_top {
	height: 12px;
	margin: 0;
	padding: 0;
	background-image: url('pix/SidebarTop.gif');
	background-repeat: no-repeat;
	background-position: bottom;
}

#page_sidebar_bottom {
	height: 12px;
	margin: 0;
	padding: 0;
	background-image: url('pix/SidebarBottom.gif');
	background-repeat: no-repeat;
	background-position: top;
}

#page_sidebar_text {
	margin: 0;
	padding: 0 12px 0 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #ffffff;
	background-image: url('pix/SidebarMiddle.gif');
}

#page_sidebar_text a {
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

#page_sidebar_text a:hover {
	text-decoration: none;
	color: #414c33;
	font-weight: bold;
}

#page_sidebar_text img {
	margin-bottom: 6px;
	border: 1px solid #ffffff;
}


#page_content {
	margin: 0 0 4px 264px;
	padding: 1px 21px 0 12px;
}

#page_content_plain {
	margin: 0 0 4px 0;
	padding: 1px 21px 0 12px;
}

#page_content a {
	color: #485436;
	text-decoration: none;
	font-weight: bold;
}

#page_content a:hover {
	color: #414c33;
	text-decoration: none;
}

#clearit {
	clear: both;
}

#clear_left {
	clear: left;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	color: #54653d;
}

h1 {
	font-size: 21pt;
}

h1.cattitle {
	margin: 9px 17px 0 17px;
	font-size: 33px;
	font-weight: normal;
	text-align: left;
	border-bottom: dotted 1px #525b40;
	text-shadow: #999999 2px 2px 2px;
}

h1.pagetitle {
	margin: 12px 0 0 0;
	font-size: 33px;
	font-weight: normal;
	text-align: left;
	border-bottom: dotted 1px #525b40;
	text-shadow: #999999 2px 2px 2px;
}

h1.posttitle, h1.posttitle a {
	font-size: 21px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	border: none;
	margin: 6px 0 0 0;
	padding: 0;
	color: #54653d;
}

h1.posttitle a:hover {
	color: #829967;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 0;
}


#head {
	width: 900px;
	height: 100px;
	margin: 0 0 0 0;
	padding: 12px 0 0 0;
	background-image: url('pix/Head.gif');
	background-repeat: no-repeat;
	background-position: top;

}

#head img {
	margin: 0px 0px 0px 0px;
	border: none;
}

#menu {
	float: right;
	padding: 0 12px 0 0;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}

#menu a {
	text-decoration: none;
	color: #ffffff;
}

#menu a:hover {
	text-decoration: none;
	color: #414c33;
}

#rule {
	margin: 0 36px 0 0;
	border-bottom: 1px dotted #999999;
}

#footer {
	width: 900px;
	height: 80px;
	margin: 0 auto;
	padding: 0 0 0 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #444444;
}

img.bottom {
	margin-top: 0;
	padding-top: 0;
}

img.right {
	float: right;
	padding: 0;
	margin: 3px 0 3px 18px;
	border: 1px solid #829967;
}

img.alignleft {
	float: left;
	padding: 0;
	margin: 3px 18px 3px 3px;
	border: 1px solid #829967;
}

#footer ul {
	margin: 0px;
	padding: 14px 0 0 0;
	width: 900px;
	height: 36px;
	background-image: url(pix/Foot.gif);
	color: #ffffff;
}

#footer li {
	list-style: none;
	line-height: 21px;
	padding: 0 12px 0 12px;
	display: inline;
	font-size: 15px;
	font-weight: normal;
	letter-spacing: 0.1em;
}

#footer a {
	text-decoration: none;
	color: #ffffff;
}

#footer a:hover {
	color: #829967;
	text-decoration: none;
}