body, h3, h4 { font-family: 'Lato', sans-serif; }

.main {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	box-shadow: rgba(0, 0, 0, 0.4) 0 0 35px 0;
	min-height: 100%;
}

html {
	padding: 0;
	margin: 0;
	height: 100%;
}

p {
	padding-top: 0;
	margin-top: 0;
}

nav {
	text-align: center;
	width: 100%;
	box-shadow: 0 0 20px #aaa;
	margin-bottom: 8px;
	font-size: 0;
}

.nav-link {
	font-size: 18px;
	width: 192px;
	display: inline-block;
	line-height: 32px;
	height: 32px;
	color: black;
	border: 0;
}
.nav-link:hover {
	color: #fff;
	background: #44a9ff;
}

article {
	min-height: 100%;
	height: 100%;
	padding: 12px;
	padding-bottom: 36px;
}

a.nav-link {
	text-decoration: none;
	font-weight: bold;
}

h3 {
	margin-top: 0;
}

.nav-current {
	border-bottom: 4px solid #44a9ff;
}

footer {
	font-size: 14px;
	position: absolute;
	width: 960px;
	bottom: 0;
	padding-bottom: 6px;
	text-align: center;
}

code { font-family: monospace; }
p code { background-color: #eee; padding: 1px 2px;
	margin: 0 1px;
	border: 1px solid #ddd; }

article { padding-bottom: 2em }

label { width: 96px; text-align: right; display: inline-block; }
label:after { content: ':'; margin-right: 4px; }

textarea { width: 100%; height: 80px; }
#controls { display: none; height: 60px;
	margin-left: auto; margin-right: auto; width: 180px; }

