/* Three Column Liquid
Method: Floats
Browsers: min-width doesn't work in IE6
Resource: css mastery, by Andy Budd
*/

body{
	color: #fff;
	background: #000;	
}
#wrapper {
	max-width: 1024px;
	border: 2px solid #666;
	background: #ced4e4;
}
#content {
	padding-top: 20px;
	color: #2f3042;
}
#branding{
	position: relative;
	height: 300px;
	background: transparent url(../../media/img/cssImg/riverBoats.jpg) no-repeat left top;
	border-bottom: 2px solid #666;
}
/* = Changing masthead images */
.aboutPage #branding{
	background: transparent url(../../media/img/cssImg/riverBoats.jpg) no-repeat left top;
}
.missionPage #branding{
	background: transparent url(../../media/img/cssImg/riverBoats.jpg) no-repeat left top;
}
.programsPage #branding{
	background: transparent url(../../media/img/cssImg/riverBoats.jpg) no-repeat left top;
}
.eventsPage #branding{
	background: transparent url(../../media/img/cssImg/riverBoats.jpg) no-repeat left top;
}
.lanternPage #branding{
	background: transparent url(../../media/img/cssImg/riverBoats.jpg) no-repeat left top;
}
.sproutPage #branding{
	background: transparent url(../../media/img/cssImg/saltFishLadiesWithLanterns.jpg) no-repeat left top;
}
.contactPage #branding{
	background: transparent url(../../media/img/cssImg/riverBoats.jpg) no-repeat left top;
}
.details2010Page #branding{
	background: transparent url(../../media/img/cssImg/boombox.jpg) no-repeat left top;
}

#branding h1, #branding h2 {
	text-indent: -9999px;
}
/* = mainNav (thanks http://css.maxdesign.com.au/listamatic2) for the base */
#mainNav ul ul{
	margin: 0 0 0 0;
}
#mainNav ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: none;
}
#mainNav li {
	margin: 0 0 1px 0;
}
#mainNav li a.branch {
	margin: 0 0 1px 0;
}

/* top-level links */
#mainNav a, #mainNav a:link, #mainNav a:visited {
	display: block;
	padding: 10px 15px;
	width: 140px;
	color: #fff;
	background-color: #036;
	text-decoration: none;
}

#mainNav a:hover, #mainNav a:focus, #mainNav a:active,
.homePage #mainNav .home a,
.aboutPage #mainNav .about a,
.missionPage #mainNav .mission a,
.eventsPage #mainNav .events a,
.lanternFestivalPage #mainNav .lantern a,
.recyclePage #mainNav .recycle a,
.contactPage #mainNav .contact a,
.linksPage #mainNav .links a{
	color: #fff;
	background-color: #69C;
	text-decoration: none;
}

/*footer */
#footerNav {
	padding-top: 2em;
	color: #7a4120;
}

#footer ul {
	text-align: center;
}
#footer #supporters {
	margin-top: 4em;
}
#footer #supporters li {
	border-right: none;
}



