@charset "utf-8";
/* CSS Document */


html, body {
	background-color: #222;
	font-size: 15px;
	color: #999;
	text-shadow: 1px 1px 0 #111;
}


a {
	color: #eee;
	text-decoration: none;
	border-bottom: 1px dashed #444;
}

a:hover {
	background-color: #444;
	color: #FC0;
}

h1, h2 {
	text-transform: uppercase;
	padding: 0 5px;
}

h1 {
	margin-bottom: 30px;
}

h2 {
	margin-bottom: 15px;
}

hr {
	color: #1a1a1a;
	background-color: #1a1a1a;
	height: 2px;
	border: none;
	margin: 30px auto;
}

li {
	padding: 15px 5px;
	border-bottom: 1px solid #1a1a1a;
}

li:hover {
	background-color: #1a1a1a;
}

li:last-child {
	border: none;
}

p {
	margin-bottom: 10px;
	padding: 0 5px;
}

#doc {
	width: 400px;
	padding: 30px;
	margin: 0 auto;
}

/*
* =HACKS
* ---------------------------------------- */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hide from IE-mac \*/
.clearfix {
	display: block;
}
/* End hide from IE-mac */

* html .clearfix {
	height: 1px;
}
