/* Standard styles Everything is in alphabetical order */
/* General elements  */
a:link,a:visited {
	font-family: serif;
}
a:hover {
	font-family: serif;
	text-decoration: none;
	cursor: pointer
}
body {
	background-color: #000000;
  font-family: sans-serif;
}
h1,h2,h3,h4,h5 {
  font-family: serif;
}
p {
	font-family: sans-serif;
	font-size: 14px;
}
/* Classes */
.actualad {
  position: absolute;
  top: 5px;
  left: 5px;
}
.button
{
  color: #888888;
	border: 1px #131313 solid;
	background: #000000;
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
}
.button:hover
{
	color: #000000;
	border: 1px #000000 solid;
	background: #666666;
	font-family: Trebuchet MS, sans-serif;
	font-size: 12px;
	cursor: pointer
}
.gamename {
	font-family: sans-serif;
	font-size: 14px;
}
.gamesize {
	font-family: sans-serif;
	font-size: 10px;
  text-align: center;
}
.largetitle {
  color: #000000;
	font-size: 40px;
	text-align: center;
	font-family: Papyrus, sans-serif;
}
.mbtable {
  background-color: #000000;
  border: 1px solid gray;
  width: 610px;
  text-align: center;
}
.noborderimage {
  border: none;
}
.pagetable {
  background-color: #000000; 
  border: 1px solid gray; 
  width: 400px; 
  text-align: center; 
  margin: 3% 105px 3% 105px;
}
.small {
	font-family: sans-serif;
	color: #000000;
	font-size: 10px;
  text-align: center;
}
.success {
  font-family: sans-serif;
	font-size: 14px;
  color: #888888;
}
/* ID Elements */
#adsl {
  left: 45px;
}
#adsr {
  left: 800px;
}
#contactbutton {
  left: 276px;
}
#content {
  position: absolute;
  top: 220px;
  left: 185px;
  width: 610px;
  background-color: #232323;
}
#dimlights {
  position:fixed;
  top:0;
  left:0;
  height: 100%;
  width: 100%;
  background: #000000;
  opacity: .8;
  filter:alpha(opacity=80);
  z-index: -10;
}
#footer {
  background-color: #000000;
  border: 1px solid gray;
  text-align: center;
  padding: 10px 2% 10px 2%;
}
#gameoverlay {
  position: absolute;
  top:0;
  left:0;
}
#gamesbutton {
  left: 93px;
  border: none;
  display: block;
  list-style: none;
  margin: 0;
	padding: 0;
	z-index: 10;
}
#gamesindexbutton {
  left: 170px;
}
#gicontent {
  position: absolute;
  top: 220px;
  left: 45px;
  width: 890px;
  background-color: #232323;
}
#gitable {
  background-color: #000000;
  border: 1px solid gray;
  text-align: center;
}
#headingflash {
  position: absolute;
  top: 5px;
  left: 376px;
  border: 2px solid #111111;
}
#headinglinks {
  position: absolute;
  top: 157px;
  left: 376px;
  width: 380px;
  height: 28px;
  background-color: #444444;
  border: 2px solid #111111;
}
#headingpicture {
  position: absolute;
  top: 5px;
  left: 220px;
  border: 2px solid #111111;
}
#homebutton {
  left: 20px;
}
#homebutton,#gamesbutton,#gamesindexbutton,#contactbutton {
  position: absolute;
  border: none;
  top: 2px;
}
#lborder {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 100%;
}
#menu {
  visibility: hidden;
  border: 1px solid gray;
  background: #000000;
}
#rborder {
  position: absolute;
  top: 0px;
  left: 940px;
  width: 40px;
  height: 100%;
}
#themeselector {
  position: absolute;
  top: 10px;
  right: 50px;
  text-align: center;
  background-color: #000000;
  border: 1px solid gray;
}