@font-face {
	font-family: ProzaLibre;
	font-weight: normal;
	font-style: normal;
	src: url(/fonts/ProzaLibre-Regular.ttf);
}

@font-face {
	font-family: ProzaLibre;
	font-weight: bold;
	font-style: normal;
	src: url(/fonts/ProzaLibre-Medium.ttf);
}

@font-face {
	font-family: ProzaLibre;
	font-weight: normal;
	font-style: italic;
	src: url(/fonts/ProzaLibre-Italic.ttf);
}

html, body {
	margin: 0;
	padding: 0;
	font-family: ProzaLibre, Verdana, sans-serif;
	background-color: #f0f0ee;
}

#container {
	position: relative;
	max-width: 800px;
	width: calc(100% - 32px);
	margin: 12px auto;
}

#pagetop {
	position: relative;
}

#header {
	border-bottom: 2px solid #f86000;
	/*position: relative;*/
}

#logo img {
	width: 100%;
}

#title {
	display: inline;
	color: #f86000;
	font-size: 42px;
	font-weight: bold;
}

#nav {
	box-sizing: border-box;
	float: right;
	border: 2px solid #f86000;
	border-top: none;
}

#nav li {
	list-style-type: none;
}

#nav li:hover, #nav li:hover a {
	background-color: #575757;
	color: white;
}

@media (min-width: 824px) {
	#nav {
		margin-bottom: 0 0 8px 8px;
	}
	#nav li {
		padding: 2px 8px;
	}
}

#footer {
	margin-top: 24px;
}

#body {
	margin-top: 24px;
}

#body h1 {
	font-size: 38px;
	color: #f86000;
}

#body h2 {
	font-size: 34px;
	color: #f86000;
}

#body h3 {
	font-size: 24px;
	color: #f86000;
}

#body h4 {
	font-size: 110%;;
	font-weight: bold;
	color: #f86000;
}

#body p {
	margin-bottom: 1em;
}

#body li {
	margin-left: 4ch;
}

a, a:visited {
	color: #e65800;
}

a:hover {
	text-decoration: none;
}

hr {
	color: transparent;
	border-bottom: 2px solid #f86000;
}