/***********************************
* Stylesheet ZanderZ.net           *
* http://www.zanderz.net           *
* (C) 2008-2012 Zander Zoftware    *
*                                  *
* You are allowed to use this file *
* as basis for your own style,     *
* as long as you mention it was    *
* based on this file.              *
*                                  *
***********************************/

html {
	height: 100%;
	overflow-y: scroll;
}

body {
	margin:0;
	padding:0;
	height: 100%;

  color: #000040;
	background-color: #B0D0F0;
  font-family: Calibri, Tahoma, Verdana, sans-serif;
	background: #B0D0F0 url('images/shadow.png') repeat-y center top;
  /*font-size: 12px;*/
}

#container {
	position: relative;

	height: auto !important;
	height: 100%; /* IE6 treats this as min-height */
	min-height: 100%;

	width: 980px;
	padding:0;
	margin:0 auto;

  background-color: #F0F8FF;
  background-image: url("images/background.png");
}

h1, h2 {
	text-align: center;
}

img {
	border: 0;
}

A {
  color: #0000FF;
  text-decoration: none;
}

A:Hover {
  color: #000000;
  text-decoration: underline;
}

HR {
  color: #2BAFF7;
  background-color: #2BAFF7;
  height: 2px;
  display:block;
  border:0;
}

table {
  border:1px solid #0000FF;
	border-collapse: separate;
	border-spacing: 0px;
}

TD {
  font-size: 12px;
  font-family: Tahoma, Verdana, sans-serif;
  border:1px solid #0000A0;
}

.gameimg {
	clear: right;
	float: right;
	position: relative;
	margin: 0;
	border: 0;
	width: 160px;
	height:100px;
}

.news {
	font-weight: bold;
	text-decoration: underline;
	margin-top: 1em;
}

.noborder {
  border:0; /* px solid #000080 */
}

.history {
	text-align: center;
	font-size: 1.25em;
  font-weight: bold;
  margin-top: 2em;
}

ul {
	margin: 0;
}

#content {
	padding: 1em;
	padding-bottom: 3em;
}

#footer {
	position: absolute;
	bottom: 0;
	margin-top: 1.5em;
	width: 100%;
	height:1.5em;
	background: #000080;
	color: #FFFFFF;
  text-align: center;
}
#footer a {
	color: #FFFFFF;
	text-decoration: underline;
}

/* NAVIGATION */
#menudiv {
	background:url("images/menuback.png") repeat-x #000080;
	display: inline-block;
	height: auto;
	width: 100%;
}
#nav {
	font-size: 2em;
	text-align: center;
}
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	margin: 0 auto;
}

#nav a {
	display: block;
	/*width: 180px;*/
	text-shadow: none;
	color: #FFF;
	font-weight: normal;
}

#nav li { /* all list items */
	float: left;
	width: 300px; /* width needed or else Opera goes nuts */
	background:url("images/menuback.png") repeat-x #000080;
	color: #FFFFFF;
}

#nav li ul { /* second-level lists */
	font-size: 0.75em;
	line-height: 150%;
	position: absolute;
	background-color: #000080;
	background-image: none;
	width: 230px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav li ul li {
	background-color: #B0D0F0;
	background-image: none;
	text-align: left;
	margin-left: 0.5em;
	padding-left: 0.5em;
}
#nav li ul li:hover {
	background-color: #000080;
	color: #B0D0F0;
}
#nav li ul li a:hover {
	text-decoration: none;
}
#nav li ul a {
	color: #FFFFFF;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#header {
	text-align: center;
	font-size: 3.5em;
	color: #0000FF;
}
#header img {
	vertical-align: middle;
	margin: 0.25em;
}

span.sshead {
	font-weight: bold;
}
ol.screenshots {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline;
}
ol.screenshots li {
	display: inline;
}
ol.screenshots li:after {
	content: " - ";
}
ol.screenshots li:last-child:after {
	content: "";
}
