/* CSS Document for Seeds of Literacy
   written by Bridget Stewart http://shallowthoughts.org
*/

/* ===================
	=Global Tags
   =================== */
html {
	background: #fff;
	text-align: center;
	height: 100%;
}
body {
	min-height: 100%;
	width: 67em;
	background: #fff url(../images/site-images/sol_header-bg-right.jpg) top right no-repeat;
	margin: 0 auto 2em;
	color: #7c7c7c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	text-align: left;
	line-height: 1.25;
}
#wrap {
	width: 67em;
	background: transparent url(../images/site-images/sol_header-bg-left.jpg) top left no-repeat;
	position: relative;
} 
a:link {
	color: #ad8818;
}
a:visited {
	color: #607a5b;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #7c7c7c;
}
h1 a img {
	width: 16em;
}
h2, h3, h4, #main-nav, #feature ul, .main-legend span {
	text-transform: uppercase;
}
h2, h3, h4, #content-main ul a, #sub-nav a, .main-legend {
	color: #607a5b;
}
h2 {
	font-size: 190%;
	line-height: 1;
	margin-bottom: 0.8696em; 
}
h2 span {
	font-size: 75%;
}
p {
	padding-bottom: 1em;
}

/* ============================
	=Header & Nav
   ============================ */

#header {
	position: relative;
	top: 0.25em;
}
#header, #footer {
	margin: 0 auto;
	width: 95%;
}
#main-nav {
	width: 100%;
	text-align: center;
	font-weight: bold;
	background: #F6F5F0 url(../images/site-images/main-nav-bg.jpg) top left no-repeat;
	float: left;
}
#main-nav li {
	border-right: solid #ad8818 thin;
	width: 19.85%;
	float: left;
	margin: 1.25em 0 0.8333em 0;
}
#main-nav li:last-child {
	border: none;
}
#main-nav li a {
	display: block;
	height: 2.5em;
	padding: 0 2.5em;
}
#sub-nav {
	clear: left;
	position: absolute;
	top: 0.5em;
	right: 0;
	text-transform: capitalize;
} 
#sub-nav li, #footer li {
	display: inline;
} 
#sub-nav a {
	text-decoration: underline;
}
#sub-nav li {
	padding-right: 1em;
}
#sub-nav li:last-child {
	padding-right: 0;
}
#accredited {
	background: transparent;
	width: 7.4167em;
	float: right;
	margin-top: -11.5em;
}
body#events-page #events, body#news-page #news,
body#about-page #about, body#history-page #history, body#locations-page #locations, 
body#volunteer-page #volunteer, body#contact-page #contact {
	background: #BBB57C;
}
body#events-page #events a, body#news-page #news a, 
body#about-page #about a, body#history-page #history a, body#locations-page #locations a,
body#volunteer-page #volunteer a, body#contact-page #contact a {
	color: #fff;
}

/* ============================
	=Footer
   ============================ */

#footer {
	clear: both;
	position: relative;
	background: #b7b279 url(../images/site-images/footer-bg-slice.jpg) top left repeat-x;
	padding: 1.5em;
	width: 92%;
	left: 0.25em;
	margin-top: 1em;
}
#footer, #footer a {
	color: #fff;
	font-size: 0.833em;
}
#footer a {
	text-transform: capitalize;
	text-decoration: underline;
}
#footer ul {
	border-top: dotted #fff 1px;
	margin-top: 0.75em;
	padding-top: 0.75em;
}
#footer li {
	border-right: solid #fff 1px;
	padding: 0 0.5em 0 0.25em;
}
#footer li:first-child {
	padding-left: 0;
}
#footer li:last-child {
	border: none;
}
#footer p {
	padding-bottom: 0;
}
#footer p:last-child {
	position: absolute;
	top: 1.5em;
	right: 2em;
}
