/* @override 
	http://www.andrewfox.co.uk/style/style.css */

body {
	text-align: center;
	background-color: #1a1a1a;
	color: #aaa;
	font-family: "futura-pt", Avenir-Next, Avenir, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 70%;
	padding: 20px;
	margin: 0;
	margin-top: 20%;
}

a {
	color: #ddd;
	text-decoration: none;
}
a:hover {
	color: #fff;
	text-decoration: underline;
}

h1 {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 2.2em;
	letter-spacing: 0.1em;
}

h2 {
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}
#home h2 {
	font-size: 3em;

}
h2 a {
	font-style: normal;
}
h2 a:hover {
	font-style: normal;
}

#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 1.3em;
}
#nav ul li {
	padding: 0.5em;
	letter-spacing: 0.1em;
}