@import url("reset.css");


/***************************************
 *	1. Redefined Tags
 *	2. Layout elements
 *	3. Stylistic elements & other
 ***************************************/

/*
 *	1. Redefined tags
 */

html {
	background-color:#000006;
	color:#fff;
}
body {
	line-height:1.2;
	font-family:Verdana, sans-serif;
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block; /* Because browsers don't understand these yet */
}
h1 {
	font-size:2.2em;
}
h2 {
	font-size:1.6em;
}
a {
	text-decoration:none;
	color:#f60;
}
a:hover {
	text-decoration:underline;
}
p {
	margin-bottom:1em;
}
* p:last-child {
	margin-bottom:0;
}
/*
 * Layout elements
 */

header, #content, body > footer {
	min-width:600px;
	max-width:1000px;
	margin:1em auto;
	background-color:#232e33;
	padding:1em;
	/*
		Opera 10.5+, Firefox, Webkit
	*/
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
header nav {
	margin-left:10em;
}
header h1, header nav {
	display:inline-block;
}
/*
 * Stylistic elements & other
 */
header nav ul li {
	display:inline-block;
	font-size:1.3em;
	margin:0 1em 0 0;
}
#obfuscate {
	display:none;
}
#content h2 {
	margin-bottom:0.5em;
}
