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

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

body {
	background-color: #663c2b;
}

a {
	text-decoration: none;
	color: #eab78e;
	letter-spacing: 1px;
}

a:hover {
	background-color: #bc322e;
	color: #fff;
}

/* -- Layout -- */
#wrapper {
	background-image: url(images/bg_col_rpt.jpg);
	width: 580px;
	margin: 0 auto;
}

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

#header h1 {
	display: none;
}

#left {
	width: 205px;
	float: left;
	padding: 5px;
}

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

#foot {
	clear: both;
}

/* -- Left Styles -- */
#left h2 {
	font-size: 20px;
	font-weight: normal;
	color: #c0c0c0;
	display: none;
}

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

#left ul li a {
	display: block;
	text-align: center;
	color: #e44642;
	text-decoration: none;
	background-color: #3b261b;
	padding: 3px;
	margin: 3px;
}

#left ul li a:hover {
	background-color: #bc322e;
	color: #fff;
}

/* -- Right Styles -- */
#right h2 {
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #e44642;
	margin-bottom: 3px;
	color: #e44642;
}

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

#flstats {
	margin: 0 0 30px 0;
}

#flstats li {
	list-style: none;
	margin-left: 30px;
}

/*-- Join form -- */
input, select, option, textarea {
	border: 0;
	background-color: #35241e;
	padding: 3px;
	color: #eab78e;
	font-size: 11px;
}

.show_join_name_field, .show_join_email_field, .show_join_url_field {
	width: 300px;
}

.show_join_comments_field {
	height: 50px;
	width: 300px;
}

/* -- Foot -- */
#foot {
	padding-top: 20px;
}

#foot ul {
	background-color: #35241e;
	text-align: center;
}

#foot ul li {
	list-style: none;
	display: inline;
	padding: 2px 5px;
	line-height: 30px;
}

#foot ul li a {
	color: #e44642;
	text-decoration: none;
	background-color: #3b261b;
	padding: 3px;
	margin: 3px;
	font-size: 11px;
}

#foot ul li a:hover {
	background-color: #bc322e;
	color: #fff;
}
