/* @override http://fan.ashesfall.net/nevertoldyou/style.css */

/* -------- Global */
* {
	padding: 0;
	margin: 0;
	color: #989898;
	font-family: Arial, Verdana, sans-serif;
	font-size: 13px;
	
}

body {
	text-align: center;
	background-color: #000;
}

a {
	text-decoration: none;
	letter-spacing: 1px;
	color: #d8b848;
	font-size: inherit;
}

a:hover {
	color: #f00c05;
}

p {
	text-align: justify;
	padding: 5px;
}

input, select, option, textarea {
	background-color: #000;
	border: 1px solid #fff;
	padding: 3px;
}

/* -------- Layout */
#wrapper {
	width: 650px;
	margin: 10px auto;
	text-align: center;
	background-image: url(nevertoldyou.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	padding: 400px 5px 5px 5px;
}

#header h1 {
	display: none;
}

#left {
	float: left;
	width:  150px;
	padding: 5px;
	margin-left: 30px;
}

#right {
	float: right;
	width: 450px;
	padding: 5px;
}

/* -------- Navigation */
#navigation {
	text-align: left;
	margin-top: 50px;
}

#navigation ul {
	margin: 0 0 20px 0;
}

#navigation ul li {
	list-style: none;
}

#navigation ul li a {
	text-decoration: none;
	font-size: 12px;
	background-color: #1c0501;
	border-bottom: 1px solid #99220b;
	border-left: 4px solid #99220b;
	letter-spacing: 1px;
	display: block;
	margin: 5px 0;
	padding: 3px;
}

#navigation ul li a:hover {
	color: #fff2cc;
	border-bottom: 1px solid #af250b;
	border-left: 4px solid #af250b;
	background-color: #500c02;
}

/* -------- Content */
#content {
	background-repeat: no-repeat;
	padding: 10px;
}

h2 {
	font-size: 20px;
	text-align: right;
	border-bottom: 1px solid #f00c05;
	font-weight: normal;
	letter-spacing: 2px;
	color: #d8b848;
	margin-top: 20px;
	padding: 2px 20px;
}

#stats li {
	list-style: none;
	text-align: left;
	margin: 6px 30px;
}

.entry {
	margin-bottom: 20px;
}

#flstats li {
	list-style: none;
	text-align: left;
	margin: 5px;
}

.credit p {
	font-size: 10px;
	text-align: center;
	margin-top: 20px;
}

/* -------- Footer */
#footer p {
	font-size: 11px;
	letter-spacing: 1px;
	padding: 20px;
	line-height: 16px;
}

/* --------- Oops lol */
.empty {
	clear: both;
}
