html, body {
	height: 100%;
}

body {
  background-color: #000000;
  text-align: center;
  font-family: arial, helvetica, sans-serif;
  margin: 0px 0px 0px 0px;
}

.wrapper {
	width: 860px;
	margin: 0 auto -62px;
}

img {
  border: none;
}


td.appDescription {
	width: 640px;
	height: 135px;
	margin-top: 15px;
}

#appLogoImg {
	border: none;
	width: 135px;
	height: 135px;
	float: left;
	margin-right: 5px;
}

#appTitle {
	padding-top: 10px;
	font-size: 24px;
	color: #765031;
	float: left;
}

#appBy {
	float: left;
	padding-top: 10px;
	font-size: 24px;
	margin-left: 10px;
	margin-right: 10px;
}

#appDevName {
	padding-top: 10px;
	font-size: 24px;
	color: #31afe9;	
	text-align: right;
}

#appDescText {
	margin-top: 5px;
	padding-right: 5px;
}

#logo {
	position: relative;
	width: 860px;
	height: 156px;
	margin: 0px auto 0px auto;
	z-index: 200;
}

#menu {
  height: 35px;
  line-height: 35px;
  background: #FFFFFF url("images/background.png");
  font-weight:bold;
}

#menu a:link {
  text-decoration: none;
  color: #0000FF;
}

#menu a:visited {
  text-decoration: none;
  color: #0000FF;
}

#menu a:active {
  text-decoration: none;
  color: #000000;
}

#menu a:hover {
  text-decoration: none; 
  color: #0000AA;
}

#submenu {
  height: 35px;
  line-height: 35px;
  background: #FFFFFF url("images/background.png");
  font-weight:bold;
}

#submenu a:link {
  text-decoration: none;
  color: #0000FF;
}

#submenu a:visited {
  text-decoration: none;
  color: #0000FF;
}

#submenu a:active {
  text-decoration: none;
  color: #000000;
}

#submenu a:hover {
  text-decoration: none; 
  color: #0000AA;
}

#content {
  background: #FFFFFF url("images/background.png");
  font-size: 0.9em;
  width: 792px;
  min-height: 600px;
  text-align: left;
  padding: 34px;
  color: #000000;
}

h2 {
  margin: 0 0 0 0;
}

.narrowcolumn .entry, .widecolumn .entry {
  line-height: 1.4em;
}

.narrowcolumn .postdate {
  text-align: left;
  font-size: 0.78em;
  color:#888888;
}

.post {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align:left;
}

.post hr {
  display: block;
}

.postdate {
  text-align: left;
  font-size: 0.78em;
  color:#888888;
}

.post img.left {
  margin-right: 10px;
  float: left;
}

.post img.right {
  margin-left: 10px;
  float: right;
}

#standardHighScores {
	float: left;
	text-align: center;
	width: 320px;
}

#speedHighScores {
	float: right;
	text-align: center;
	width: 320px;
}

#scores th {
	font-weight: bold;
}

#scores td {
	height: 24px;
}

#scores .rank {
	padding-left: 5px;
	text-align: left;
	width: 100px;
	overflow: hidden;
	max-width: 100px;
}

#scores .name {
	text-align: left;
	width: 180px;
	overflow: hidden;
	max-width: 180px;
}

#scores .score {
	padding-right: 5px;
	text-align: right;
	width: 140px;
	overflow: hidden;
	max-width: 140px;
}

#scores .date {
	padding-left: 5px;
	text-align: left;
	width: 180px;
}

#scores .type {
	text-align: left;
	width: 100px;
}

#scores .view {
	padding-right: 5px;
	text-align: right;
	width: 100px;
}

.footer {
  height: 42px; /* .push must be the same height as .footer */
  color: #888888;
  background-image: url("images/bottomCapShadow.png");
  background-repeat: no-repeat;
}


