@charset "utf-8";
/* CSS Document */

body
{
	background-color: black;
	margin: 0px;
	padding: 0px;
}

p, a, div, h3
{
	color: #c18f76;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	letter-spacing: 0.5px;
}

a
{
	color: #d8c5bc;
}

a:hover
{
	color: #efefef;
}

h2
{	
	letter-spacing: 1px;
}

h3
{
	font-weight: bold;
	font-size: 15px;
	letter-spacing: 1px;
}

p
{
	text-align: justify;
	line-height: 1.3em;
}

div#topbanner
{
	height: 127px;
	background-image: url(../images/banner_top.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #59311f;
	text-align: right;
}

div#stories
{
	width: 970px;
	padding-top: 88px;
	margin-right: 0px;
}

div#topmenu
{
	background-image: url(../images/banner_menu.png);
	height: 85px;
	background-repeat: no-repeat;
	border-bottom: 1px solid #59311f;
	padding-top: 24px;
}

div#topmenu ul
{
	white-space: nowrap;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#topmenu li
{
	display:inline;
}

li.menu-item1 {	margin-left: 75px; }
li.menu-item2 {	margin-left: 43px; }
li.menu-item3 {	margin-left: 45px; }
li.menu-item4 {	margin-left: 48px; }
li.menu-item5 {	margin-left: 62px; }
li.menu-item6 {	margin-left: 64px; }
li.menu-item7 {	margin-left: 60px; }

div#topmenu li a, div#topmenu li a:hover, div#topmenu li a:active
{
	color: #000000;
}

div#headline
{
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 75px;
	border-bottom: 1px solid #59311f;
	background-color: #050000;
}

div#content
{
	width: 890px;
	padding-top: 20px;
	padding-left: 80px;
}

div.spacer
{
	background-image: url(../images/spacer.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	height: 16px;
}

img.news-image
{
	float: right;
	margin: 1em;
}

p.answer, p.team-description, p.news
{
	margin-left: 25px;
}

.fmtable th, .fm-details th
{
	text-align: left;
	font-weight: bold;
}

.fmtable td, .fmtable th, .fm-details th, .fm-details td
{
	height: 2em;
}

.fmedittable td, .fmedittable th
{
	padding-bottom: 4px;
}

.fmedittable th
{
	font-weight: bold;
	text-align: left;
	width: 20%;
}

.fm-details th, .fm-details td
{
	padding-left: 15px;
	vertical-align: top;
}

.fmedittable input, input.fm-upload, input.submitbutton, .fmedittable textarea, .fmedittable select
{
	background: #333333;
	color: #EFEFEF;
	border: 1px solid #555555;
	padding: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.fmedittable input.fm-input, input.fm-upload, .fmedittable textarea
{
	width: 90%;
}

.fm-screenshots td
{
	padding: 5px;
	padding-left: 20px;
	text-align: center;
}

.fmedittable textarea
{
	height: 50px;
	font-size: small;
}

.fmedittable input.fm-year
{
	width: 60px;
}

.fmedittable input.fm-month, .fmedittable input.fm-day
{
	width: 30px;
}

.fmdownloadlocations td
{
	padding-left: 8px;
}

.fm-download-links th, .fm-download-links td
{
	padding-left: 15px;
}

input.fm-upload
{
	margin: 4px;
	margin-left: 60px;
}

div.screenshot-uploadarea input.submitbutton
{
	margin-left: 60px;
}

.error
{
	color: #EE0000;
}

table.submenu
{
	width: 905px;
}
