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

/* -------- Global */
* {
	padding: 0;
	margin: 0;
	color: #3d2a1f;
	font-family: Arial, Verdana, sans-serif;
	color: #977d70;
	font-size: 14px;
}

body {
	background-color: #100a07;
	background-image: url(images/bg_content.jpg);
	background-position: top right;
	background-repeat: repeat-y;
}

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

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

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

a:hover {
	color: #fff;
}

img {
	border: 0;
}

input, textarea, option, select {
	background-color: #261a14;
	border: 0;
	border-bottom: 2px solid #5c483d;
	padding: 3px;
}

/* -------- Layout */
#wrapper {
	text-align: center;
	width: 700px;
	float: right;
}

#header {
	background-image: url(images/header.jpg);
	height: 431px;
	width: 700px;
}

#header h1 {
	display: none;
}

#content {
	background-image: url(images/bg_top.jpg);
	background-repeat: no-repeat;
	margin-top: -4px;
	padding: 10px 40px 10px 135px;
}

#flstats li {
	list-style: none;
	text-align: left;
	padding: 3px 0 3px 20px;
}

#subnav li {
	list-style: none;
	text-align: left;
	margin:  8px 3px 8px 100px;
}

.affies {
	text-align: center;
}

.affies img {
	padding: 3px;
}

/* -------- Codes */

#codes h3 {
	padding: 5px;
	text-align: right;
	font-weight: normal;
	letter-spacing: 1px;
	border-bottom: 2px solid #5c483d;
	margin-top: 10px;
	font-size: 18px;
}

#codes p {
	text-align: center;
}

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

.credit p {
	font-size: 12px;
}

/* -------- Footer */

#foot {
	background-color: #261a14;
	border-top: 2px solid #5c483d;
	padding: 3px;
}

#foot li {
	display: inline;
	list-style: none;
	text-align: left;
	padding: 0 30px;
	font-size: 12px;
}