/* ZDK main color =#0c2d89  */

.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: #0c2d89;
	}

ul.mainnav li a {
	background:  #0c2d89;
	}

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

blockquote {
	border-left: 0.5em solid #0c2d89;
	}

#nav-key {
	display: none;
	}


/* Media Queries */

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

/* #nav-key */

	ul.mainnav, 
	ul.subnav li a,
	ul.level-1,
	ul.level-2 {
		background:  #0c2d89;
	}

	ul.level-1 li a.active,
	ul.level-1 li a.active:after {
		color: #fff;
	}

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

	div.triang {
		background: #0c2d89;
	}

	#nav-key {
		display:  block;
	}

	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;
	}
	#start header {
		background-image: none;
	}

	#nav-key h1 a {
		color: #777;
		display: block;
		width: 360px;
		height: 62px;
		padding: 10px 0 0 125px;
		background: url('assets/zdk-115x62.png') no-repeat 0 0;
		margin-left: 1em;
	}
	#nav-key h1 a span {
		font-size: 0.8em;
	}

	#start #main {
		clear: both;
		margin: 2em 4em 4em 4em;
	}
}