/* -------------- COLOR BARS AND FOOTER --------------*/
body.navSingleTier {
	background: #000;
}
body.navSingleTier #colorBars #firstColorBar {
	background: #1a2634;
	background: #212E40; /* slightly lighter for Foundation Bar */
}
body.navSingleTier #colorBars #secondColorBar {
	background: #3e4a58;
}
body.navSingleTier #colorBars #fourthColorBar {
	background: #000;
}
body.navSingleTier ul#nav li.current {
	background: #5d6671;
}
body.navSingleTier ul#nav li a.current {
	color: #A78F73;
}
body.navSingleTier ul#nav li a:hover, 
ul#nav li:hover, 
#sectionLinks li a:hover {
	background: #5d6671;
	color: #fff;
}
body.navSingleTier ul#nav li a.current:hover {
	background: #fff;
	color: #A78F73;
}
body.navSingleTier #container {
	border-top: 1px solid #3e4a58;
}
body.navSingleTier #footer {
	background: #1a2634;
}


/* -------------- HEADER NAV --------------*/
body.navSingleTier ul#nav li.navmuseums a, 
body.navSingleTier ul#nav li.navmuseums a:hover, 
body.navSingleTier ul#nav li.currnav {
	background: #fff;
	color: #A78F73;
}
body.navSingleTier ul#nav li.navmuseums li a, 
body.navSingleTier ul#nav li.navmuseums li a:hover {
	background: #5D6671;
	color: #fff;
}
body.navSingleTier ul#nav li.navmuseums ul li a {
	background: #F4F1E9;
	color: #333;
}
body.navSingleTier ul#nav li.navmuseums ul li a:hover, 
body.navSingleTier ul#nav li ul li a:hover {
	background: #CCC7BC;
	color: #333;
}


/* -------------- LEFT NAV --------------*/
#navAndPromos #pageNav h4 a {
	color: #6A1211;
}
#navAndPromos #pageNav h4 a:hover {
	color: #A78F73;
}
#pageNav ul li.current_page a, 
#pageNav ul li.current_page a:hover {
	background: #3E4A58;
}
#pageNav ul li a:hover {
	background: #1A2634;
}

/* -------------- SECTION CONTENT --------------*/
#content h1 {
	color: #6A1211;
}
#content #landing h2.tagline {
	color: #6A1211; 
	font-size: 34px; 
	line-height: 1.8em;
}
#content #landing h2 {
	color: #A78F73;
}
#landing #features li div.media {
	background: #607997;
}
#landing #features li h3 {
	background: #607997;
	color: #fff;
}
#content a {
	color: #607997;
}
#content #highlights ul li a {
	color: #333;
}
#content #highlights ul li a:hover img {
	background: #EDEAE2;
}
#content #highlights ul li a h3 {
	color: #6A1211;
}
#content #landingsidebar a h3 {
	color: #A78F73;
}



/* -------------- SECTION LANDING --------------*/
#content #landing #mainRotation h2 {
	color: #fff;
}
#content #landing #mainRotation p strong {
	background: #6A1211 !important;
}
#content #landing #mainRotation p strong:hover, 
#content #landing #mainRotation a:hover p strong {
	background: #866C41 !important;
	color: #fff !important;
	cursor: pointer;
}
#content #info {
	background: #5d748f !important;
}
#content #media {
	background: none !important;
	width: 446px !important;
}
#content #media p {
	color: #6A1211 !important;
	margin: 5px 10px !important;
}
#content #media img {
	background: #6A1211;
	padding: 3px !important;
}
#content #note {
	background: #A78F73 !important;
}
#content h1 em {
	font-size: 24px;
	font-style: italic;
	text-transform: none;
}



/*dewitt and abby landing pages*/
#content .leftland {
	float: left; 
	width: 450px;
}
#content .rightland {
	float: right; 
	width: 260px;
}
#content #note {
	background: #866C41; 
	color: #fff; 
	width: 100%; 
	padding: 0 !important;
}
#content #intro {
	padding-top: 10px;
}



/* -------------- FOUNDATION BAR overwrites--------------*/
body #foundationBarWrapperWrapper {
	background-color:#020304;
}
#foundationBar ul li.learntab {
	background: #212E40;
	border-right: 1px solid #313A45;
	border-left: 1px solid #313A45;
}
#foundationBar ul li.learntab a {
	opacity: 1; 
	color: #fff;  
}


