/* GENERAL */

body {
	font: 16px/1.3 Arial, sans-serif;
	
	margin: 2.25em auto;
	padding: 0;
	
	max-width: 60em
}

p {
	font-size: 87.5%;
	
	margin: 0.65em 0;
}

small {
	font-size: 100%;
}

/* HEADER & FOOTER */

header h1 {
	font: normal 156.25% 'Liberation Serif', Georgia, serif;
	
	margin: 0;
	padding: 0 0 0.2em 0;
	
	opacity: 0.5;
}

header h1 a {
	display: block;
	
	color: inherit;
	text-decoration: none;
	
	border-bottom: 1px solid transparent;
}

header h1 a:hover {
	border-bottom: 1px solid black;
}

header h1 a:hover::after {
	font-size: 50%;
	line-height: 2.6;

	display: block;
	float: right;
	
	content: attr(title), "Go home →";
}

footer {
	text-align: center;
	
	display: block;
	padding: 1.3em 0 0 0;
	
	clear: both;
}

/* TITLES */

h1 {
	font: normal 250% 'Liberation Serif', Georgia, serif;
	
	margin: 0.65em 0 0.65em 0;
}
h2 {
	font-weight: bold;
	font-size: 100%;
	text-transform: uppercase;
	
	margin: 1.3em 0 0.65em 0;
}

h3 {
	font-weight: normal;
	font-size: 100%;
	
	margin: 0;
}

/* PAGES: / */

body.index header h1 {
	font-size: 312.5%;
	opacity: 1;
}

body.index section {
	width: 28.7em;
}

body.index section:first-of-type {
	float: left;
	
	padding-right: 1.3em;
	border-right: 1px solid silver;
}

body.index section:not(:first-of-type) {
	float: right;
	
	/*padding-left: 1.3em;
	border-left: 1px solid silver;*/
}

body.index section > ul {
	margin: 0;
	padding: 0;
}

body.index section > ul > li {
	list-style: none;
}

body.index section > ul > li > a {
	color: inherit;
	text-decoration: inherit;
	
	display: block;
	
	margin: 0 0 0.65em 0;
	padding: 0.65em;
}

body.index section > ul > li > a:hover {
	background: #222;
	color: #fff;
	
	border-radius: 0.65em;
	-webkit-border-radius: 0.65em;
	-moz-border-radius: 0.65em;
}

body.index section > ul > li > a > p {
	margin: 0.1625em 0 0 0;
	
	opacity: 0.8;
}

