/** themed css 
	main color: #00065e (blue)
**/

.theme-bg{ background-color:#00065e; }
.theme-text{ color:#00065e; }
.theme-light-bg{ background-color:#d8d9e9; }
.theme-dark-text{ color:#0A3750; }

#wrapper{
	background-image:url(blue_topbar.gif);
}
#primary-content h1{
	color: #0A3750;
}
#primary-content h2, #primary-content h3, #primary-content h4, #primary-content h5{
	color: #008083;
}

/* Secondary Nav */
#secondary-content #section-logo a{
	background-color:#00065e; /* TODO: Add bg image */
	color:#fff;
}
#secondary-nav {
	border-bottom:6px solid #00065e;
}
	#secondary-nav a{
		color:#0A3750;
	}
	#secondary-nav li {
	background-color:#d7d8e5;
	}
	#secondary-nav li ul a, #secondary-nav li ul span {
		background-image: url(blue_menubullet.gif);
	}

/* teasers etc */
#secondary-content .teaser-box,
#tertiary-content .teaser-box,
#secondary-content .key-contact,
#tertiary-content .key-contact{
	background-color:#d8d9e9; 
}
	#secondary-content .teaser-box h2,
	#tertiary-content .teaser-box h2,
	#secondary-content .key-contact h2,
	#tertiary-content .key-contact h2{
		background-color:#00065e;
		color:#fff;
	}
	#secondary-content .teaser-box h3,
	#tertiary-content .teaser-box h3,
	#secondary-content .key-contact h3,
	#tertiary-content .key-contact h3{
		color:#0A3750;
	}

	
/* Sub-section homepages */

#headline-teaser, #headline-image img {
	border-top: 4px solid #00065e;
}

#headline-teaser {
	background-color: #d8d9e9;
}

.mugImage {
	padding: 10px 20px 0 0;
}
