/*
Theme Name: CustomGames
Description:
Version: 1.0
*/

@import "reset.css";

body {
  background: #b0cb62 url("images/page.gif") repeat-y scroll top center;
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5em;
  z-index: 10;
}
.clear {
  clear: both;
}
#page {
  background: transparent url("images/border.jpg") no-repeat scroll top left;
  margin: 0 auto;
  width: 941px;
}

#wrap {
  background: transparent url("images/border.jpg") no-repeat scroll top right;
  min-height: 670px;
  padding: 0 4px 0 4px;
  width: 933px;
}

#header {
  background: transparent url("images/header2.jpg") no-repeat scroll top left;
  height: 156px;
  position: relative;
}

#advert {
  left: 425px;
  position: absolute;
  top: 25px;
}

#navigation {
  display: block;
  left: 27px;
  overflow: hidden;
  position: absolute;
  top: 107px;
  width: 890px;
}

#navigation li {
  background: transparent url("images/sep.gif") no-repeat scroll top left;
  display: block;
  float: left;
  height: 26px;
  margin: 5px 0 5px -2px;
  padding: 4px 15px 0 15px;
  white-space: nowrap;
}

#navigation a {
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
}

#navigation a:hover {
  text-decoration: underline;
}

#featured, #game {
  background: #000000 url("images/header2.jpg") no-repeat scroll 0px -156px;
}

#featured .container {
  background: transparent url("images/featured.jpg") no-repeat scroll bottom left;
  padding: 60px 35px 40px 35px;
}

#featured .entry {
  float: left;
  height: 280px;
  overflow: hidden;
  padding: 0 40px;
  text-align: center;
  width: 205px;
}

#featured a.game img {
  display: block;
}

#featured a.game {
  color: #ffffff;
  display: block;
  font-weight: bold;
  height: 213px;
  margin-bottom: 15px;
  position: relative;
  text-decoration: none;
}

#featured a.game:hover {
  text-decoration: underline;
}

#featured a.game .title {
  display: block;
  padding: 0 15px 0 15px;
  position: absolute;
  bottom: 0;
  width: 175px;
}

#featured a.game .tip {
  background: transparent url("images/tip.png") no-repeat scroll top left;
  bottom: 12px;
  display: block;
  height: 62px;
  left: -28px;
  position: absolute;
  overflow: hidden;
  text-indent: 124px;
  width: 62px;
}

#game .container {
  background: transparent url("images/arc_bottom.jpg") no-repeat scroll bottom left;
  padding: 40px 35px 60px 35px;
  text-align: center;
}

.scores h4 {
  background: transparent url("images/scores.png") no-repeat scroll top left;
  height: 32px;
  margin: 0 0 15px 15px;
}
#content .scores h2 {
	padding: 5px 0 0 0;
	border-top: 1px solid #fff;
	font-size: 13px;
	margin: 8px 0 0 0;
	text-align: center;
}
#content .scores h2 a {
	font-size: 13px;
	text-decoration: underline;
}
#content {
  background: #ffffff url("images/content_glow.gif") repeat-x scroll top left;
  padding: 20px;
}

#games.float {
  clear: right;
  float: right;
  margin: 0 -25px 0 25px;
  width: 456px;
}

#games.full {
  clear: both;
  float: none;
  width: 918px;
}

#games h2 {
  background: transparent url("images/alle_games.png") no-repeat scroll top left;
  height: 32px;
  margin: 0 0 15px 15px;
}

#games h3, #games h3 a {
  color: #000000;
  font-size: 14px;
}

#games img {
  margin: 5px 0;
}

#games .entry, .scores {
  background: #cfe4e9 url("images/blue_top.gif") no-repeat scroll top left;
  float: left;
  margin: 0 25px 25px 0;
  text-align: center;
  width: 203px;
}

#games .entry .wrap, .scores .wrap {
  background: transparent url("images/blue_bottom.gif") no-repeat scroll bottom left;
  padding: 10px 25px;
  width: 163px;
  min-height: 247px;
  text-align: left;
}
.scorespage .wrap {
	height: 350px;
	overflow: hidden;
}
.scorespage .wrap td {
	vertical-align: top;
	height: 16px;
	overflow: hidden;
}
.scorespage .wrap td .cg_simple_name {
	height: 20px;
	display: block;
	overflow: hidden;
}
#games .entry.alt { background: #c3e3da url("images/green_top.gif") no-repeat scroll top left; }
#games .entry.alt .wrap { background: transparent url("images/green_bottom.gif") no-repeat scroll bottom left; }

h2#news {
  background: transparent url("images/nieuws.png") no-repeat scroll top left;
  height: 32px;
  margin: 15px 0;
}

/* WP-Paginate */
.navigation {
  clear: both;
  text-align: center;
}
/* --- */

#footer {
  clear: both;
  text-align: center;
  padding-bottom: 10px;
  color: #666;
}

p {
  margin-bottom: 1.1em;
}

a {
  color: #9b1f12;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

a img {
  border: none;
}

img.thumb {
  float: right;
  margin: 3px 0 10px 10px;
}

h1, h1 a {
  color: #035b43;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5em;
  text-decoration: none;
  margin-bottom: 10px;
}

h2, h2 a {
  color: #035b43;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5em;
  text-decoration: none;
}

h3, h3 a {
  color: #fa771e;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  text-decoration: none;
}

h2 a:hover, h3 a:hover {
  text-decoration: underline;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}
.hide {
  display: none;
}
.topscores {
	width: 915px;
}

