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

/* -- Global -- */
* {
	margin: 0;
	padding: 0;
	font-family: Arial;
}

body {
	background-color: #000;
	background-image: url(images/stripes.png);
}

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

a:hover {
	color: #fff;
}

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

/* -- Layout -- */
#wrapper {
	background-image: url(images/bg_col.jpg);
	background-repeat: repeat-y;
}

#bgbanner {
	background-image: url(images/heading.jpg);
	background-repeat: no-repeat;
	padding-top: 440px;
}

#header {
	display: none;
}

#content {
	width: 460px;
	padding: 0px 15px;
}

/* -- Navigation -- */
#nav h2 {
	display: none;
}

#nav ul li {
	display: inline;
	font-weight: bold;
	font-size: 15px;
}

#nav ul li a {
	text-decoration: none;
	color: #4d4d4d;
	padding: 5px 14px;
}

#nav ul li a:hover {
	color: #6a2e21;
}
/* -- Main Page -- */
#content h2 {
	background-color: #190d0b;
	color: #6a2e21;
	font-size: 14px;
	padding: 5px;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 20px 0px 5px 0px;
}

#content p, #content li {
	color: #4d4d4d;
	font-size: 13px;
	padding: 5px;
	text-align: justify;
}

#content #flstats li {
	font-size: 12px;
	color: #4d4d4d;
	margin: 2px 20px;
	list-style: none;
}

/* -- Foot -- */
#foot ul li {
	text-align: center;
	list-style: none;
	display: inline;
	padding: 2px 8px;
}

#foot ul li a {
	font-size: 11px;
}

/* --  -- */
