@charset "UTF-8";
/* CSS Document */
/* USD Web Standards : Colors used in this site
/  Blue 1 #207BC1  Blue 2 #84BCE8  Blue 3 #002868  Green #738B24  Saffron #DBA051 Pea #93AB46 Olive #50640D
/  USD Web Standards : Fonts used in this site
/  Georgia for all headers and titles   Verdana for all content and descriptions */

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: Verdana, Geneva, sans-serif;
}
body {
	margin-left: 120px;
	font-size: 12px;
	background-image: url('../images/bgTile.jpg');
	background-repeat: repeat;
	background-color: #FFFFFF;
}
h1, h2, h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #002868;
}
a {
	text-decoration: none;
	color: #207BC1;
}
a:hover { color:#830E11; }
/* ========================================== */
/* Contains the main banner image (girl in overalls)
   This part of the page is rendered via the js/header.js file */
#header { }
/* ========================================== */
/* Keeps the body of the page (everything below the banner) in place */
#contentWrapper { }
/* ========================================== */
/* All of the left-side column. This is rendered via the js/sidebar.js file */
#sidebar {
	float: left;
	width: 204px;
	padding: 8px;
	background-color: #50640D;
}
#sidebar img {padding: 4px 0;}
#sidebar img.donate {
	margin-top: -2px;
	margin-bottom: 6px;
	margin-left: -5px;
}
#sidebar ul.nav {
	list-style-type: none;
	margin-bottom: 12px;
}
#sidebar ul.nav li {
	line-height: 14px;
	padding: 8px 0 8px 32px;
	background-color: #FFFFFF;
	border-right: solid 1px #84BCE8;
	border-bottom: solid 1px #84BCE8;
	border-left: solid 1px #84BCE8;
}
#sidebar ul.nav li.subpage {
	padding-left: 52px;
}
#sidebar ul.nav li:hover {
	background-color: #93AB46;
	background-image: url('../images/navHoverBG.png');
	background-position: left;
	background-repeat: no-repeat;
}
#sidebar ul.nav li.caption { /* This is placed after the li:hover definition to avoid granting .caption the hover abilities. No moving. */
	padding-left: 12px;
	background-color: #CCCCCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: .08em;
	font-size: 14px;
	color: #002868;
	border: solid 1px #002868;
	background-image: url('../images/watermark62.png');
	background-position: top right;
	background-repeat: no-repeat;
}
#footer p {
	font-size: 10px;
	color: #93AB46;
}
/* ========================================== */
/* All of the right-side column. This is rendered via the js/rightbar.js file */
#rightbar {
	float: left;
	width: 190px;
	padding: 4px 8px;
	background-color: #50640D;
}
#rightbar img.social {padding: 0 4px 4px 4px;}
/*  Formatting for twitter feed */
.twitter_div {
	margin: 4px 0;
	padding: 4px;
	border: dotted 1px #738B24;
	background-color: #93AB46;
}
h2.sidebar-title {
	margin-bottom: 4px;
}
ul#twitter_update_list {
}
ul#twitter_update_list li {
	padding: 4px 0;
	list-style-type: none;
	border-bottom: 1px dotted #738B24;
}
/* Formatting for little blue boxes */
.highlights {
	width: 174px;
	margin: 4px 0;
	padding: 4px;
	border: dotted 1px #84BCE8;
	background-color: #FFFFFF;
}
/* ========================================== */
/* This element exists only on the home (index.htmml) page */
/* The page content - everything to the right of the left column */
#content {
	float: left;
	width: 600px;
	padding: 12px;
	background-image: url('../images/watermark.png');
	background-position: top right;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	border-top: 10px solid #50640D;
	border-right: 10px solid #50640D;
	border-bottom: 10px solid #50640D;
}
#indexBanner {
	width: 600px;
	background-color: #50640D;
	text-align: center;
}
#indexBanner img { 
	border-bottom: 12px solid #93AB46;
	margin-bottom: 12px;
}
#feature {
	margin-bottom: -10px;
}
.article {
	margin: 8px 0;
	padding: 8px;
	border-bottom: dotted #93AB46 1px;
}
.article h2 {
	margin-top: 10px;
	padding: 4px;
	letter-spacing: .06em;
	color: #FFFFFF;
	background-color: #84BCE8;
	border-bottom: solid 4px #207BC1;
}
.article h3 {
	margin-top: 12px;
	margin-left: 12px;
	padding: 8px;
	color: #002868;
	letter-spacing: .08em;
	color: #FFFFFF;
	background-image: url('../images/bgTile.jpg');
	background-repeat: repeat;
	background-color: #738B24;
	border-bottom: solid 4px #745952;
}
.article img.articleImg {
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	border-right: 8px solid #FFFFFF;
}
.article p {
	margin-right: 12px;
	margin-left: 18px;
	padding-top: 12px;
	text-align: justify;
}
ul.articleUL {
	margin-top: 12px;
	margin-left: 40px;
	list-style-type: circle;
}
/* ========================================== */
/* Used for any branding or logos. See donors.html and partners.html */
img.brand {padding: 8px;}
/* ============== PROJECTS ============== */
/* Formatting found only on the projects.html page */
.article p.projectImgSmall {
	float: right;
	width: 225px;
	margin: 8px;
	padding: 4px;
	text-align: center;
	font-size: 10px;
	border: solid 1px #738B24;
	background-color: #B5B7BA;
}
/* ============== EVENTS ============== */
/* Formatting found only on the events.html page */
.eventDetails {
	margin: 2px 0;
	border: solid 1px #738B24;
}
.article img.eventImgSmall {
	float: left;
	margin-right: 12px;
}
.eventDetails img.eventRegister {
	float: right;
}
.eventDetails p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #002868;
}
/* ============== DONORS ============== */
/* Formatting found only on the donors.html page */
h3.clear {clear:both}
.textlink {
	width: 290px;
	float: left;
}
