/* 
m.css : Master CSS Document
Copyright 2010 : Community Cultivation
http:// community-cultivation.org
Design and Development : Epiphany Graphics, LLC
http://epiphanygraphics.com
*/

/* N O R M A L I Z I N G - S TY L E S */
	
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { 
	margin: 0; padding: 0; 
}
h1, h2, h3, h4, h5, h6 { 
	font-size: 100%; 
}
ol, ul { 
	list-style: none; 
}
address, caption, cite, code, dfn, em, strong, th, var { 
	font-style: normal; 
	font-weight: normal; 
}
table { 
	border-collapse: collapse; 
	border-spacing: 0; 
}
fieldset, img { 
	border: 0; 
}
caption, th { 
	text-align: left; 
}
q:before, q:after { 
	content: ''; 
}

/* G L O B A L - T A G S */
	
a { 
	outline: none;
	text-decoration: none;
}
a, label, button, input[type=submit] {
	cursor: pointer;
}
body {
	color: #333;
	font-family: "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 auto; 
	position: relative;
	text-align: left; 
	width: 940px; 
}
em {
	font-family: Georgia, serif;
	font-style: italic;
}
h1, h2, h3, h4, h5, h6 { 
	font-weight: normal;
}
h2, h3 { 
	font-family: "Frutiger Bold", "Helvetica Neue", Helvetica, sans-serif; 
}
h2 { 
	color: #97b55d;
	font-size: 22px;
	margin: 40px 0 20px 0;
}
h3 { 
	color: #68390f;
	font-family: Georgia, serif;
	font-size: 15px;
	margin: 20px 0 5px 0;
}
h4 { 
	font-weight: bold;
	margin-bottom: 5px; 
}
html { 
	background: #112a0e url(../images/html-bgd.gif) repeat-x;
	text-align: center; 
}
p { 
	margin-bottom: 10px; 
}
strong {
	font-weight: bold;
}

/* G L O B A L - E L E M E N T S */

div#page-wrap { 
	border-bottom: 6px solid #68390f; 
}
div#branding { 
 	background: #7aba3c url(../images/branding-bgd.jpg) no-repeat;
	height: 169px;
	margin-bottom:1px;
}
div#branding h1 a { 
	background: url(../images/h1-bgd.png) no-repeat;
	display: block;
	height: 120px;
	left: 20px;
	position: absolute;
	text-indent: -9999px;
	top: 0; 
	width: 445px;
}
div#branding ul {
	background: url(../images/nav-bgd.png) left bottom repeat-x;
	border-top: 1px solid #35711e;
	height: 37px; 
	overflow: auto;
	padding-top: 131px;
	width: 940px; 
}
div#branding ul li { 
	border-left: 1px solid #6b726a;
	border-right: 1px solid #fff;
	color: #000;
	display: block;
	float: left;
	font-family: "Frutiger Bold", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	height: 27px;
	line-height: 27px;
	margin: 5px 0;
	text-align: center;
	text-transform: lowercase;
	width: 132px;
}
div#branding ul li.first { 
	border-left: none; 
}
div#branding ul li.last { 
	border-right: none; 
}
div#branding ul li a { 
	color: #040f03; 
}
div#branding ul li a:hover { 
	color: #68390f; 
}
div#content-wrap, div#site-info { 
	width: 940px;
}
div#content-wrap { 
	background: #edf2e3 url(../images/content-wrap-bgd.jpg) no-repeat;
	line-height: 19px;
	overflow: auto;
	padding: 10px 0 40px 0;
}
div#content-wrap ol { 
	list-style-type: decimal;
}
div#content-wrap ul { 
	list-style-type: circle;
}
div#content-wrap ol li, div#content-wrap ul li { 
	margin-bottom: 5px; 
}
div#content-wrap a, div#site-info a { 
	color: #cd5252; 
}
div#content-wrap a:hover, div#site-info a:hover { 
	border-bottom: 1px dotted #cd5252; 
}
div#primary-content, div#secondary-content { 
	float: left;
	overflow: auto; 
	position: relative;
}
div#primary-content { 
	margin: 20px 30px;
	width: 410px;
}
div#secondary-content { 
	margin: 20px 30px;
	width: 410px;
}
div#site-info { 
	background: #edf2e3; 
}
div#site-info p { 
	border-top: 1px solid #bbcd98;
	font-size: 11px;
	margin: 0 20px;
	padding: 15px 10px; 
}
div#photos { 
	border-top: 6px solid #68390f;
	overflow: hidden;
	position: relative;
}
div#photos div { 
	display: block;
	left: 0;
	position: absolute; 
	width: 410px;
	z-index: 10;
}

/* G L O B A L - C L A S S E S */

div.col-1, div.col-2, div.col-3 { 
	float: left; 
	margin: 0 10px;
}
div.entry { 
	border-bottom: 1px dashed #bbcd98;
	margin-top: 10px;
	padding: 0 10px; 
}
h2.first { 
	margin-top: 0; 
}
p.page-link { 
	padding: 10px; 
}
.faded { 
	color: #bbcd98; 
}

/* N A V - M A R K E R S */

body.welcome div#branding ul li.welcome-btn a, body.program div#branding ul li.program-btn a, body.news div#branding ul li.news-btn a, body.resources div#branding ul li.resources-btn a, body.about div#branding ul li.about-btn a, body.contact div#branding ul li.contact-btn a, body.donate div#branding ul li.donate-btn a { 
	color: #68390f; 
}

/* W E L C O M E */

body.welcome div#callouts ul { 
	list-style-type: none; 
	overflow: auto;
}
body.welcome div#callouts ul li { 
	background: url(../images/nav-bgd.png) left bottom repeat-x;
	border-top: 1px solid #fff;
	display: block;
	float: left;
	font-family: "Frutiger Bold", "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 35px;
	line-height: 35px;
	margin: 0 3px 0 0;
	text-align: center;
	text-transform: lowercase;
	width: 297px;
}
body.welcome div#callouts ul li a { 
	 color: #040f03;
}
body.welcome div#callouts ul li a:hover { 
	border: none;
	color: #68390f; 
}
body.welcome div#callouts ul li.active a { 
	 color: #68390f;
}
body.welcome div.callout-entry { 
	position: relative; 
}
body.welcome div.callout-entry img { 
	border-bottom: 1px solid #666; 
}
body.welcome span.callout-text { 
	background: url(../images/callout-text-bgd.png) repeat-x;
	color: #333;
	display: block;
	font-size: 15px;
	left: 10px;
	line-height: 22px;
	padding: 20px 40px 80px 40px;
	position: absolute;
	top: 10px; 
	width: 500px;
}
body.welcome div#content-wrap span.callout-text a { 
	border-bottom: 1px dotted #333; 
	color: #333; 
}
body.welcome div#content-wrap span.callout-text a:hover { 
	border-bottom: 1px dotted #333; 
}
body.welcome div#primary-content { 
	float: none;
	margin: 20px;
	width: 900px; 
}
body.welcome div#primary-content div.col-1, body.welcome div#primary-content div.col-2, body.welcome div#primary-content div.col-3 { 
	width: 277px; 
}
body.welcome div#primary-content h2 { 
	margin-top: 20px; 
}
body.welcome div#secondary-content { 
	display: none;
}
body.welcome div.col-3 p { 
	padding-right: 20px;
}

/* O U R - P R O G R A M */

body.program div#primary-content ol, body.program div#secondary-content ol, body.program div#primary-content ul, body.program div#secondary-content ul { 
	margin: 0 20px 10px 20px; 
}
body.program div#primary-content p, body.program div#secondary-content p { 
	margin-bottom: 10px; 
}
body.program div#content-wrap div#stories ul {
	list-style-type: none;
	margin: 0;
	overflow: auto;
	padding: 0;
}
body.program div#stories, body.program div#stories ul li { 
	border-bottom: 1px dashed #bbcd98;
	height: 600px;
	margin-bottom: 10px;
	overflow: hidden;
	padding-bottom: 10px;
	width: 410px;
}
body.program div#stories h3 { 
	margin-top: 0;
}
body.program div#content-wrap div#secondary-content div#stories span#prevBtn a {
}
body.program div#content-wrap div#secondary-content div#stories span#nextBtn a {
}
body.program div#photos { 
	margin-bottom: 40px; 
}
body.program div#photos div { 
	background: url(../images/border-1.png) no-repeat;
	height: 88px;
	top: 222px; 
}

/* N E W S - A N D - E V E N T S */

body.news div#primary-content h3, body.news div#secondary-content h3 { 
	margin-top: 10px; 
}
body.news div#primary-content ol, body.news div#secondary-content ol, body.news div#primary-content ul, body.news div#secondary-content ul { 
	margin: 0 20px 10px 20px; 
}
body.news div#photos { 
	margin-top: 40px; 
}
body.news div#photos div { 
	background: url(../images/border-2.png) no-repeat;
	height: 141px;
	top: 166px; 
}

/* R E S O U R C E S */

body.resources div#primary-content ol, body.resources div#secondary-content ol, body.resources div#primary-content ul, body.resources div#secondary-content ul { 
	margin: 0 20px 10px 20px; 
}
body.resources div#secondary-content h3 { 
	margin-top: 0; 
}
body.resources div#links p { 
	margin-bottom: 10px; 
}
body.resources div#photos { 
	margin-top: 40px; 
}
body.resources div#photos div { 
	background: url(../images/border-2.png) no-repeat;
	height: 141px;
	top: 166px; 
}

/* A B O U T - U S */

body.about div#content-wrap img { 
	border-bottom: 1px solid #666;
	border-top: 1px solid #fff;
	float: left;
	margin: 0 15px 5px 0; 
}

/* C O N T A C T - U S */

body.contact div#photos div { 
	background: url(../images/border-2.png) no-repeat;
	height: 141px;
	top: 166px; 
}
body.contact div#secondary-content { 
	min-height: 450px; 
}
body.contact div#secondary-content form label, body.contact div#secondary-content form input { 
	display: block;
	margin-bottom: 3px; 
}
body.contact div#secondary-content form input#mce-EMAIL { 
	background: #fff;
	border: 1px solid #333;
	font-size: 12px;
	padding: 3px;
	width: 225px; 
}
body.contact div#secondary-content form input[type=submit] { 
	margin-top: 9px; 
}
body.contact div#mce-responses { 
	font-size: 11px;
	padding-right: 40px; 
}

/* D O N A T E */

body.donate div#photos div { 
	background: url(../images/border-1.png) no-repeat;
	height: 88px;
	top: 222px; 
}
