/* EXIT main color = #007c30 */

.color,
#main h2,
#main h5,
#main article a,
#main div.articlenav li a:hover,
ul.level-1 li a.active,
ul.level-1 li a.active:after {
	color: #007c30;
	}

ul.mainnav li a {
	background:  #007c30;
	}

ul.subnav li a {
	background:  #fff;
	}

blockquote {
	border-left: 0.5em solid #007c30;
	}

header {
	display: none;
	}

/* Media Queries */

@media only screen and (min-width: 481px) {

/* #nav-key */
	header {
		display: block;
		width: 100%;
		height: 270px;
		background: url('../img/header-960x180.jpg') no-repeat bottom left; /* fallback */
		background: url('../images/1.jpg') no-repeat bottom left; /* default header image */
		z-index: -1;
	}

	ul.mainnav, 
	ul.subnav li a,
	ul.level-1,
	ul.level-2 {
		background:  #007c30;
	}
	
	ul.level-1 li a.active,
	ul.level-1 li a.active:after {
		color: #fff;
	}

	ul.level-1 li a.active:after {
	content: " ";
	}

	#nav-key h1 {
		text-indent: -9999em;
	}

	#nav-key h1 a {
		display: block;
		width: 230px;
		height: 75px;
		background: url('assets/exit-230x74.png') no-repeat 0 0;
		margin-left: 1em;
	}
}