@CHARSET "ISO-8859-1";

/* BASICS */
body
{
	background-image: url('../images/back.jpg');
	background-repeat:repeat-x;
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, sans-serif;
	font-size: 10pt;
	background-color: #9ce7ff;
}

h1
{
	color: #333;
}

h2
{
	color: #333;
}

h3
{
	color: #333;
	margin-bottom: 0px;
}

p
{
	margin: 5px 0px;
	text-align: justify;
}

a
{
	text-decoration: underline;
}

a:hover
{
	color: red;
}

/* BASE LAYOUT */
div#header
{
	background-image: url('../images/header.jpg');
	height: 128px;
	width: 520px;
	margin: 5px auto;
	box-shadow: 3px 3px 10px #555;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #555;
	box-shadow: 3px 3px 10px #555;
	border-radius: 0px;
}

div#menu
{
	background-image: url('../images/menubg.jpg');
	height: 50px;
	width: 500px;
	margin: 5px auto;
	box-shadow: 3px 3px 10px #555;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #555;
	box-shadow: 3px 3px 10px #555;
}

div.mainbox
{
	width: 800px;
	margin: 5px  auto;
	padding: 2px 10px;
	border-style: solid;
	border-width: 1px 2px 2px 1px;
	border-color: #555;
	background-color: #FFFFFF;
	box-shadow: 3px 3px 10px #555;
	border-radius: 0px;
}

ul#menu
{
	margin: 0px;
	padding: 0px;
	text-align: center;
}

ul#menu li
{
	display: inline-block;
	margin: 0px 5px;
	margin-top: 15px;
	padding: 0px;
	font-size: 11pt;
	font-weight: bold;
}

ul#menu a
{
	color: #FFF;
}

ul#menu a:hover
{
	color: blue;
}

div#content
{
	padding-bottom: 25px;
}

div#forumlink
{
	font-size: 150%;
	font-weight: bold;
	text-align: center;
}

div#footer
{
	width: 650px;
	margin: 5px auto;
	padding: 0px 10px;
	font-size: 90%;
}

/* CONTENT */
div.screenshots
{
	text-align: center;
}

div.screenshots img
{
	display: inline-block;
	padding: 2px;
}

table.data
{
	font-size: 10pt;
	margin: 5px 20px;
}

table.data td.label
{
	width: 80px;
	font-weight: bold;
}

td.label:after
{
	content: ":";
}

img.character
{
	float: right;
	margin: 0px 0px 5px 20px;
	position: relative;
	top: -25px;
}

hr {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
}