/* HTML5-Elemente, notwendig für einige Internet Explorer-Versionen */
article,
figcaption,
figure,
footer,
header,
main,
nav {
	display: block;
}

/*
 * "Condensed Universal Reset"
 * http://perishablepress.com/a-killer-collection-of-global-css-reset-styles/
 */
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
}
html {
	font-family: "Source Sans Pro", "Open Sans", sans-serif;
	font-size: 110%;
	color: #222;
}

body {
	background: url("background.jpg");
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

sup {
	vertical-align: super;
	font-size: 75%;
}

var {
	font-style: italic;
}

hr {
	padding: 0.5rem 0;
}

a:active,
a:link,
a:visited {
	color: inherit;
}

a:hover {
	color: #555;
}

#wrap {
	width: 64rem;
	margin: 5rem auto 5rem auto;
	position: relative;
}

#logo {
	position: absolute;
}

#logo-tonne {
	position: absolute;
	left: 1rem;
	top: -2rem;
	width: 10rem;
}

#logo-text {
	position: absolute;
	width: 15rem;
	left: 4.5rem;
	top: -0.8rem;
	pointer-events: none;
}

#logo > h1 {
	position: absolute;
	left: 3.1rem;
	top: 8rem;
	pointer-events: none;
	color: white;
	font-weight: bold;
	font-size: 1.4rem;
	text-align: center;
	transform: matrix(0.9, 0.08, 0, 1, 0, 0);
	-webkit-transform: matrix(0.9, 0.08, 0, 1, 0, 0);
}

nav {
	position: absolute;
	width: 10rem;
	top: 17rem;
	font-family: "Special Elite", "Courier New", monospace;
	font-weight: bold;
	font-size: 1.1rem;
	line-height: 120%;
}

nav > ul {
	list-style-type: none;
}

nav > ul > li  > a {
	display: block;
	margin: 0.5rem 0;
	padding: 0.5rem;
	text-align: center;
	text-shadow: 0 0 1rem rgba(128, 0, 0, 0.4);
	background-color: rgba(0, 0, 0, 0.1);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.075) 0%, rgba(0, 0, 0, 0.125) 100%);
	border-radius: 0.25rem;
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-right: none;
	-webkit-border-radius: 0.25rem;
}

nav > ul > li > a:hover {
	background-color: rgba(0, 0, 0, 0.15);
	background: linear-gradient(to right, rgba(0, 0, 0, 0.125) 0%, rgba(0, 0, 0, 0.175) 100%);
}

nav > ul > li:nth-child(even) {
	transform: rotate(-2deg);
	-webkit-transform: rotate(-2deg);
}

nav > ul > li:nth-child(odd) {
	transform: rotate(1deg);
	-webkit-transform: rotate(1deg);
}

main {
	width: 38rem;
	min-height: 25rem;
	margin: 0 auto;
	padding: 4rem 3rem 3rem 3rem;
	background-color: rgba(255, 255, 255, 0.4);
	background: linear-gradient(to bottom, rgba(240, 240, 255, 0.4) 0%, rgba(255, 255, 255, 0.4) 8rem);
	border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
	box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.125);
	-webkit-box-shadow: 0 0 1rem 0.5rem rgba(0, 0, 0, 0.125);
}

main h2 {
	font-family: "Special Elite", "Courier New", monospace;
	font-weight: bold;
	font-size: 2.1rem;
	line-height: 120%;
	margin-bottom: 1.5rem;
	text-align: right;
	text-shadow: 0 0 1rem rgba(128, 0, 0, 0.4);
	transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
}

main h3 {
	font-family: "Special Elite", "Courier New", monospace;
	font-weight: bold;
	font-size: 1.25rem;
	margin: 2rem 0 1rem 0;
	text-shadow: 0 0 1rem rgba(128, 0, 0, 0.4);
}

main h4 {
	font-family: "Special Elite", "Courier New", monospace;
	font-weight: bold;
	font-size: 1rem;
	margin: 1.5rem 0 1rem 0;
	text-shadow: 0 0 1rem rgba(128, 0, 0, 0.4);
}

main p,
main ol > li,
main ul > li {
	margin: 1rem 0;
	line-height: 150%;
	text-align: justify;
	hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
}

main ol,
main ul {
	margin-left: 1.25rem;
}

main ul {
	list-style-type: square;
}

main ul.narrow > li,
main ol.narrow > li {
	margin: 0;
}

main figure {
	float: right;
	width: 20rem;
	margin: 0.25rem -13rem 1.5rem 2rem;
	padding: 1rem;
	background-color: rgba(255, 255, 255, 0.75);
	background: linear-gradient(to left, rgba(240, 240, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 100%);
	box-shadow: 0 0 0.5rem 0.25rem rgba(0, 0, 0, 0.125);
	-webkit-box-shadow: 0 0 0.5rem 0.25rem rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	-webkit-border-radius: 0.25rem;
}

main figure > img {
	width: 100%;
	display: block;
	transform: rotate(0.5deg);
	-webkit-transform: rotate(0.5deg);
	box-shadow: 0 0 0.5rem 0.25rem rgba(0, 0, 0, 0.125);
	-webkit-box-shadow: 0 0 0.5rem 0.25rem rgba(0, 0, 0, 0.125);
}

main figure > figcaption {
	font-size: 0.8rem;
	font-style: italic;
	line-height: 150%;
	margin-top: 0.5rem;
	hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	-webkit-hyphens: auto;
}

article > p:first-of-type {
	text-indent: 2rem;
}

article > p:first-of-type::first-letter {
	font-size: 200%;
}

article > p.speech > span:first-of-type {
	font-family: "Special Elite", "Courier New", monospace;
	padding-right: 0.5rem;
}

article > p.info {
	overflow: hidden;
	margin-top: 2rem;
	margin-bottom: -1rem;
	text-align: right;
	font-size: 0.8rem;
	color: #888;
}

.all-articles-info {
	font-style: italic;
	font-size: 0.8rem;
}

footer {
	clear: both;
	margin-top: 3rem;
	font-size: 0.8rem;
	text-align: center;
}

footer > img {
	opacity: 0.85;
	position: absolute;
	width: 20rem;
	right: 0;
	bottom: -4rem;
	pointer-events: none;
}