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

/* ==============================
	=Inside Page Content
   ============================== */

/* =Main Content */

#content {
	clear: both;
	width: 62.9167em;
	position: relative;
	left: 2.0833em;
	top: -0.35em;
	padding-top: 2em;
	background: #fff url(../images/site-images/outline-top.jpg) top left no-repeat;
}
#content-main {
	float: right;
	width: 63%;
	padding: 0 1.25em 1.5em;
	line-height: 1.5em;
}
#content-main img {
	border: solid #607a5b 2px;
	float: right;
	padding: 0.25em;
	margin: 0 1em;
}
#content-main a {
	text-decoration: underline;
}
h3, h4, .main-legend  {
	font-size: 150%;
}
h3, .main-legend {
	text-transform: capitalize;
	padding-bottom: 0.5em;
}
#content-main ul {
	list-style: square outside;
}
#content-main li {
	padding-bottom: 0.75em;
	margin-left: 1.25em;
}
.news-item {
	padding-bottom: 1.25em;
}
.news-item h3 + p {
	font-style: italic;
	padding-bottom: 1em;
}
.news-item img {
	float: right;
	margin: 0 0 1em 1em;
	width: 12.5em;
	height: 8.3333em;
}
#content, #mission, #locations-list div, #endorsement {
	overflow: hidden;
}

/* Sub Content */

#content-sub {
	width: 31%;
	float: left;
	background: #fff;
	margin-left: 1em;
}
#content-sub li {
	margin-bottom: 0.75em;
}
#content-sub h3 {
	background: #EAEEF0 url(../images/site-images/sub-content-bg.png) bottom left repeat-x;
	padding: 0.5em 0.75em;
}
#content-sub li {
	text-transform: capitalize;
}
#archive {
	background: #D8E2E7;
	padding: 0.75em 1em;
}
#archive li a {
	background: url(../images/site-images/leaf.jpg) bottom left no-repeat;
	line-height: 2.25em;
	padding: 0.6em 0 0.6em 3em;
}
#archive li a:hover {
	background: url(../images/site-images/leaf-hover.jpg) bottom left no-repeat;
}
#relevant-nav {
	padding: 0;
	margin: 0;
}
#relevant-nav li {
	border: solid #607a5b 1px;
	padding: 0.75em 1em;
	font-size: 120%;
}
#relevant-nav li a{
	display: block;
}
#footer {
	position: relative;
	width: 90%;
}
/* =About Page */

#associations {
	margin-top: 2em;
}

/* =Locations Page */

#locations-list {
	text-transform: capitalize;
	margin-left: -1em;
	font-size: 1.25em;
}
#locations-list li {
	list-style-type: none;
}
#locations-list div {
	border-top: solid #BBB57C 2px;
	padding-top: 1em;
}
#locations-list li:last-child div {
	border-bottom: none;
}
#locations-list li p {
	padding-bottom: 0;
}
.map {
	float: right;
}

/* =Volunteer Page */

blockquote {
	font-size: 1.25em;
	padding: 0 1em 1em;
}
blockquote, blockquote + p {
	font-style: italic;
	color: #ad8818;
}
blockquote + p {
	padding: 0 1em;
}
#endorsement {
	margin-top: 2em;
}
body#volunteer-page h3, body#volunteer-page #tutors p {
	margin-top: 1em;
}

/* =Contact Page */

#contact-page .vcard {
	line-height: 0.25;
}
#contact-page .adr, #contact-page .tel {
	margin-bottom: 0.5em;
}
#contact-page .work {
	display: none;
}

/* =Form Elements */

#form-div {
	border-top: solid #607a5b 2px;
	margin-top: 2em;
	padding-top: 1em;
}
fieldset.req-set, fieldset.opt-set {
	border: solid #BBB57C 1px;
	margin: 1em 0;
	padding: 1em;
}
legend.req-legend, legend.opt-legend {
	color: #607a5b;
	font-size: 1.2em;
}
label {
	display: block;
	margin-top: 0.5em;
}
input:focus {
	background-color: #d6eaf8;
}
input.button {
	margin: 1em 0;
}
.form-footer {
	text-align: right;
	border-top: solid #607a5b 2px;
}
#message {
	width: 99.5%;
}
