@import url(http://fonts.googleapis.com/css?family=Courgette&subset=latin,latin-ext);

/** Kube modification **/
body {
	font-family: "Verdana", sans-serif;
	color: rgb(32, 80, 120);
	line-height: 140%;
}

h1, h2, h3, h4 {
	font-family: "Segoe Print", Courgette, decorative;
	color: rgb(32, 80, 120);
}

a {
	text-decoration: none;
}

.subheader {
	color: rgb(252, 152, 40);
}

.nav-g {
	background-color: rgb(32, 80, 120);
	margin: 1em auto;
}

.nav-g ul {
	width: 800px;
	margin: 0 auto;
	font-family: "Segoe Print", Courgette, decorative;
	font-size: 25px;
}

.nav-g a {
	color: #ffffff;
	padding: 1px 75px 4px 0;
}

.nav-g ul li a:hover, .nav-g ul li a.active {
	color: rgb(252, 152, 40);
	text-decoration: none;
}


/** Custom elements */
#header {
	text-align: center;
	margin-bottom: 2em;
}

#content {
	clear: all;
	width: 800px;
	margin: 2ex auto;
}

.illustration {
	padding-top: 0.5em;
	padding-bottom: 2em;
}

#footer {
	clear: both;
	text-align: center;
	font-size: 0.7em;
	margin-bottom: 1em;
	margin-top: 1em;
}
