@media print {
	#footer {
		display: none;
		visibility: hidden;
	}
}

blockquote {
	font-style: italic;
	margin: 0.3em;
}

body
{
	background-color: #ffffff;
	background-repeat: repeat-y;
	font-family: "Verdana", sans-serif;
	font-size: 0.71em;



  background-image: url(../lumitahti-logo-big-hollow.jpg);
  background-position: top right;
  background-repeat: no-repeat;
}

pre {
  font-size: 12px;
  background: #eee;
  padding: 4px;
  border: 1px solid #e8e8e8;
  width: 60%;
}

.download.link {
 text-decoration: none;
 display: inline; 
 padding-top: 6px;
 padding-bottom: 8px;
 vertical-align: middle;
 padding-left: 30px;
 padding-right: 8px;
 background-image: url('download-24x24.png');
 background-repeat: no-repeat;
 background-color: #f4f6ff;
 background-position: 2px 2px;
 border: 1px solid #d0d0f0;
}

input, textarea
{
	background: #f6f6f6;
	padding: 0.2em;
	font-family: "Verdana", sans-serif;
}
textarea
{
	font-size: 1.1em;
}
input:focus, textarea:focus
{
	background: #fefef0;
}

legend
{
	font-size: 1.4em;
	font-weight: bold;
}

code
{
	font-size: 1.3em;
}

img.deco
{
float: right;
border: 1px solid #888;
padding: 1px;
margin: 0.5em;
margin-top: 0;
}

a
{
	color: #487;
}

a:hover
{
	color: #e51;
	text-decoration: none;
}

#logo
{
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	text-align: center;
	margin-top: 0.8em;
}

#logo a img
{
	border: 0px;
}

ul.surrogate
{
	display: inline;
	border: 0px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#center-container
{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 820px;
	margin-top: 1.8em;
}

.corners-top, .corners-top-right, .corners-bottom, .corners-bottom-right
{
	margin: 0;
	padding: 0;
}

.corners-top
{
	display: block;
	height: 14px;
	background-image: url('topleft.png');
}

#content
{
	padding: 1.5em;
	padding-top: 1em;
	display: block;
	border: 1px solid #dddddd;
	border-top: 0px;
	margin-left: 0.5em;
	margin-right: 0.5em;
	margin-top: 0;
	margin-bottom: 0;
	min-height: 320px;
}

#content p, #content ul, #content ol
{
}

#content li
{
	margin-bottom: 0.2em;
}

.corners-top-right
{
	padding-top: 14px;
	height: 0px;
	padding-left: 15px;
	display: inline;
	background-image: url('topright.png');
	background-position: top right;
	background-repeat: no-repeat;
	float: right;
}

.corners-bottom
{
	display: block;
	height: 14px;
}

.corners-bottom-right
{
	padding-top: 14px;
	height: 0px;
	padding-left: 15px;
	display: inline;
	background-image: url('bottomright.png');
	background-position: top right;
	background-repeat: no-repeat;
	float: right;
}

.rating {
	padding-left: 10px;
}
.rating.up {
 	background-image: url('arrow_up.png');
	background-position: left center;
	background-repeat: no-repeat;
}
.rating.down {
	background-image: url('arrow_down.png');
	background-position: left center;
	background-repeat: no-repeat;
}

ul#menu
{
	margin: 0.1em;
	padding: 0.4em;
	margin-top: 0.3em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	padding-left: 1em;
	list-style-type: none;
	border: 1px solid #b0b0b0;
	background-color: #f0f0f0;
}

ul#menu ul#submenu
{
	display: inline;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul#menu li
{
	margin-top: 0.2em;
	padding: 0.4em;
	display: inline;
	font-size: 1.0em;
	font-weight: bold;
	width: 100%;
}

ul#menu li a
{
	text-decoration: none;
	color: black;
	margin: 0;
	padding: 0.4em;
	display: inline;
}

ul#menu li a:hover
{
	color: white;
	background-color: #8ab;
}

ul#menu #ingame
{
	margin:0;
	padding:0;
	list-style-type: none;
	display: inline;
}

ul#menu #offgame
{	
	margin:0;
	padding:0;
	list-style-type: none;
	padding-left: 0%;
	display: inline;
}

ul#menu li.active
{
	background: #fff;
	border: 1px solid #aaa;
	border-top: 0px;
	border-bottom: 0px;
	position: relative;
	top: -1px;
	padding-bottom: 0.55em;
	color: #444;
}

h1
{
	display: block;
	margin: 0;
	font-family: verdana;
	letter-spacing: 0.02em;
	font-size: 1.5em;
	color: #543;
	font-weight: bold;
	margin-bottom: 0.5em;
}

h2
{
	font-size: 1.3em;
	margin-top: 0;
	margin-bottom: 0.4em;
}

p
{
	margin-top: 0.4em;
	margin-bottom: 0.8em;
}

#footer
{
	padding: 0.5em;
	text-align: right;
	color: #999;
}

#footer a
{
	color: #888;
}

#footer a:hover
{
	text-decoration: none;
}
