body {
	min-width:290px;
	margin:0;
	background:#000;
	color:#fff;
	font:400 1em/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	line-height:1em;
	margin:0.5em 0;
}
h2,h3 {
	font-size:2em;
}
h4 {
	font-size:1.5em;
}
a {
	color:#17f;
}
a:visited {
	color:#85d;
}
header a, header a:visited {
	color:inherit;
}
header {
	overflow:auto;
	padding:1em 0;
	background:#111;
	position:relative;
	z-index:5;
	min-height:3em;
}
header h1 { margin:0; }
header h1 a {
	/*
	margin:0.25em 0.2em 0.25em 0;
	line-height:1em;
	float:left;
	*/
	float:left;
	height:80px;
	width:265px;
	background:transparent url(../img/Karaoco.png) center center no-repeat;
	margin:-0.5em 0;
	text-indent:-999em;
}
header h1 a {
	color:inherit;
	text-decoration:none;
}
header h1 a:hover {
	color:#adf;
}
header nav {
	float:right;
}
header nav ul {
	margin:0 -0.25em;
	padding:0;
}
header nav ul li {
	display:inline;
}
header nav ul li a {
	display:block;
	float:left;
	border:1px solid #555;
	margin:0.25em 0.5em;
	padding:0.5em 1em;
	color:inherit;
	text-decoration:none;
	background:#111;
}

header nav ul li a:hover {
	background:#05d;
	color:#fff;
	border-color:#05d;
}
header nav ul li a:active {
	box-shadow:inset 0 0.1em 0.05em rgba(0,0,20,0.4);
}
header nav ul li.active a {
	box-shadow:inset 0 0.1em 0.05em rgba(0,0,0,0.8);
	border-color:#05d;
}

@media screen and (max-width:23em){
	header nav {
		float:none;
		clear:both;
		padding-top:0.25em;
	}
	header nav ul li a {
		float:none;
	}

}
.contain {
	max-width:60em;
	margin:0 auto;
	padding:0 1em;
}
.content_area {
	padding:3em 0;
	border-bottom:1px solid #444;
}
.content_area h2,
.col h2 {
	margin-top:0;
}

button {
	position:relative;
	background:#05d;
	color:#fff;
	border:0;
	padding:0.5em 1em;
	font-size:1.2em;
	border-radius:0.2em;
	min-height:2em;
}
button:active {
	background:#04c;
	box-shadow:inset 0 0.1em 0.05em rgba(0,0,20,0.4);
}

form {
	width:100%;
	max-width:30em;
}
form#contact {
	max-width:40em;
}
select {
	max-width:100%;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}
form input[type="text"],
form input[type="email"],
form input[type="password"],
form textarea {
	background:#000;
	border:1px solid #333;
	border-bottom:1px dashed #aaa;
	color:#ddd;
	font-size:1.2em;
	padding:0.5em;
	display:block;
	margin-bottom:1em;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
}
textarea {
	min-height:8em;
}
form input[type="checkbox"] {
	margin-right:0.6em;
	font-size:1.2em;
	margin-bottom:1em;
}
form label {
	display:block;
}
form.inline_form { max-width:100%; }
form.inline_form input,
form.inline_form button {
	display:inline-block;
}
.success {
	color:#6d6;
}
.error {
	color:#e22;
}
