/* ----- reset ----- */
@import 'reset.css';

/* ----- body ----- */
body { background: #97c3dc url('../images/body_bg.png') no-repeat center 361px; font: 100% Arial; }
img.image-left { float: left; margin: 0 5px 5px 0; }
img.image-right { float: right; margin: 0 0 5px 5px; }
img.border-white { border: 1px solid #fff; }
img.border-dark { border: 1px solid #34296d; }
/* #latest-news img { float: right; margin: 0 0 0 5px; }*/
blockquote { margin: 0 0 0 20px; }

/* ----- divs ----- */
#wrap { width: 1000px; margin: 0 auto; }
	#masthead { height: 198px; background-image: url('../images/masthead.jpg'); }
	#middle { height: 97px; background-image: url('../images/middle.jpg'); }
		#highlight-nav { position: relative; top: 38px; left: 53px; width: 465px; height: 59px; }
	#body { background-image: url('../images/body.jpg'); padding: 0 0 10px 0; }
		#content { float: left; width: 652px; margin: 0 0 0 30px; }
		html > body #content { float: left; width: 652px; margin: 0 0 0 60px; }
			#home-left { float: left; width: 50%; }
				#home-left-right { float: right; width: 45%; }
					#email { padding: 5px; border: 1px solid #85c553; background-color: #fbf4e0; }
			#home-right { float: right; width: 48%; }		
				#latest-news { padding: 5px; border: 1px solid #c5d4b9; background-color: #d0e6f2; }
				#featured-donor { margin: 10px 0 0 0; padding: 5px; border: 1px solid #bb73f0; background-color: #aea8c5; }
				.feature { margin: 10px 0 0 0; padding: 5px; border: 1px solid #bb73f0; background-color: #fff; }
				.sidebar-right { float: right; width: 300px; margin: 0; padding: 0.5em; border: 1px solid #c5d4b9; background-color: #d0e6f2; }
			.news-item { clear: both; padding: 5px 0 0 0; }
		#nav { float: right; width: 179px; margin: 0 24px 0 0; }
		html > body #nav { margin: 0 48px 0 0; }		
		#footer { clear: both; margin: 15px 0 0 60px; width: 650px; background-color: #756b9a; border: 1px solid #433772; }

/* ----- h's ----- */
h1 { color: #71aa50; margin: 1em 0 0.5em 0; font-size: 145%; font-weight: bold; }
h2 { color: #71aa50; margin: 0.75em 0 .3em 0; font-size: 110%; font-weight: bold; }
	#featured-donor h2 { margin: 0; color: #c2ddec; }
	#latest-news h2 { margin: 0; }
h3 { color: #34296d; margin: 0 0 5px 0; font-size: 90%; font-weight: normal; line-height: 1.5;}
	#latest-news h3 { margin: 10px 0 0 0; }
	#sidebar-right h2 {margin: 0; padding: 0;}

/* ----- p's ----- */
#content p, form p { margin: 0 0 15px 0; font-size: 80%; color: #666; line-height: 1.5; }
#content p.attribution { text-align: right; }
#latest-news p, #featured-donor p { margin: 5px 0 5px 0; font-size: 80%; color: #5b588e; } 
#email p { font-size: 80%; margin: 0; }
#footer p { color: #d1cce6; padding: 5px; font-size: 80%; }	

/* ----- misc ----- */
address { margin: 0 0 15px 2em; font-size: 80%; font-style: italic; color: #666; line-height: 1.4; }
acronym, abbr { border-bottom: 1px dotted #666; }

/* ----- ul's ----- */
#content ul, #content ol { margin: 0 0 10px 25px; }
#content ul { list-style-type: disc; }
#content ol { list-style-type: decimal; }
#content li { font-size: 80%; color: #626262; line-height: 1.4; margin: 0 0 .25em 2em; }
#latest-news ul { margin-left: 0.3em; margin-top: 0.7em;}
	#latest-news ul li { padding-bottom: 0.5em; }

/* ----- a's ----- */
#content a:link, #content a:visited { color: #5b588e; text-decoration: none; border-bottom: 1px solid #5b588e; }
#content a:hover, #content a:active { border: 0; }
#footer a:link, #footer a:visited { color: #FFFFFF; text-decoration: none; border-bottom: 1px solid #FFFFFF; }
#footer a:hover, #footer a:active { border: 0; }

/* ----- tables ----- */
table { margin: 0 0 15px 0; font-size: 80%; color: #666; line-height: 1.4; }
table td { border: 1px solid #ccc; padding: 3px; }

/* ----- forms ----- */
input.email { width: 95%; }
input.button { font-size: 50%; }

/* ----- highlight nav ----- */
#highlight-nav ul {}
#highlight-nav ul li { float: left;}
#highlight-nav ul li a { display: block; float: left; text-indent: -9999px; height: 59px; background-image: url('../images/highlight-nav.jpg'); }

#highlight-nav ul li#news a { width: 101px; background-position: 0 0; }
#highlight-nav ul li#programs a { width: 95px; background-position: -101px 0; }
#highlight-nav ul li#help a { width: 88px; background-position: -196px 0; }
#highlight-nav ul li#contact a { width: 89px; background-position: -284px 0; }
#highlight-nav ul li#about a { width: 92px; background-position: -373px 0; }

#highlight-nav ul li#news a:hover { background-position: 0 59px; }
#highlight-nav ul li#programs a:hover { background-position: -101px 59px; }
#highlight-nav ul li#help a:hover { background-position: -196px 59px; }
#highlight-nav ul li#contact a:hover { background-position: -284px 59px; }
#highlight-nav ul li#about a:hover { background-position: -373px 59px; }

/* ----- nav ----- */
#nav ul { margin: 66px 0 0 0; border-top: 1px solid #34296d; }
#nav ul ul { margin: 0 0 0 0; border: 0; }
#nav ul li a { display: block; color: #b8f08c; width: 157px; text-decoration: none; font-weight: bold; font-size: 13px; padding: 4px 5px 4px 15px; border-bottom: 1px solid #34296d; border-right: 1px solid #34296d; border-left: 1px solid #34296d; }
#nav ul li a.section { background-color: #785492; }
#nav ul li ul li a { width: 147px; color: #fff; padding: 5px 5px 5px 25px; }
#nav ul li a:hover { background-color: #34296d; }

/* ----- sub-nav hiding/showing ----- */
#nav ul ul#nav-resources, #nav ul ul#nav-about, #nav ul ul#nav-programs, #nav ul ul#nav-news, #nav ul ul#nav-support { display: none; }

/* ----- calendar ----- */
table#full-calendar { border-bottom: 1px solid #ccc; border-right: 1px solid #ccc; width: 650px; margin: 10px auto 5px auto; font-size: 80%; color: #71aa50; }
table#full-calendar th, table#full-calendar td.weekDays { padding: 5px;	border-top: 1px solid #ccc; border-left: 1px solid #ccc; text-align: center; font-weight: bold; }
table#full-calendar th.no-border { border-left: 0; }
table#full-calendar th span { font-size: 130%; }
table#full-calendar td.monthDay, table#full-calendar td.monthDayActive, table#full-calendar td.nonMonthDay { padding: 5px; border-top: 1px solid #ccc; 	border-left: 1px solid #ccc; width: 100px; height: 100px; vertical-align: top; }
table#full-calendar td.nonMonthDay { background-color: #f5f5f5; }
table#full-calendar td.monthDayActive { background-color: #e4f2d9; }
table#full-calendar td.today { background-color: #c2bbdd; }
table#full-calendar ul { margin: 20px 0 0 0; padding: 0; list-style-type: none; list-style-image: none;	}
table#full-calendar ul li { margin: 0 0 3px 0; }
table#full-calendar ul li span { color: #999; }
table#full-calendar ul li a:link, table#full-calendar ul li a:visited { color: #000; }
table#full-calendar ul li a:hover, table#full-calendar ul li a:active { color: #666; text-decoration: none; }
table#full-calendar span.dateNumber { float: right; color: #aaa; font-size: 1.2em; font-style: italic; }
table#full-calendar td.today span.dateNumber { float: right; color: #5b588e; 	font-size: 1.2em; font-style: italic; }

/* ----- small calendar ----- */
table#small-calendar { margin: 10px 0; font: 65% Verdana; width: 100%;  }
table#small-calendar td { text-align: center; border: 1px solid #b2f87b; padding: 3px; }
table#small-calendar th { text-align: center; font-weight: bold; border: 1px solid #b2f87b; padding: 2px; }
table#small-calendar td.weekDays { background-color: #3d8306; color: #fff; }
table#small-calendar td.nonMonthDay { background-color: #eee; }
table#small-calendar td.today { background-color: #b2f87b; }
table#small-calendar td.monthDay:hover, table#small-calendar td.monthDayActive:hover { background-color: #b2f87b; }
table#small-calendar a { color: #3d8306 !important; border-color: #3d8306 !important; }

/* ----- custom classes ----- */
.postalcode { margin: 0 0 0 0.5em; text-transform: uppercase; white-space: nowrap; } /* span class to keep postal codes uppercase, to prevent wrapping, and to include extra space before */
.tel, .gps { white-space: nowrap; } /* span class to keep phone numbers & GPS coordinates from wrapping */
.caption { font-size: 85%; font-style: italic; line-height: 1.4; }
