@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	font-size: 95%;
	font-family: 'Lucida Grande', Arial, Helvetica, sans-serif;
}

body {
	color: #999;
}

h1 {
	font-size: 1.3em;
}

h2 {
	font-size: 1.1em;
}

a {
	color: #999;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #FFF;
}

/* Splash Page */

body#splash {
	background: #000;
}

#splash #wrapper {
	width: 1206px;
	margin: 50px auto;
	padding: 0;
	text-align: center;
}

#splash img, #splash h2 {
	margin-bottom: 20px;
}

/* Blog */
