body {
	margin:.5em;
	padding:0;
	height:100%;
	color:#000000;  
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	background-image: url(/img/backgradient.png);
	background-repeat:repeat-x;
	background-color: #cbe4ef;		
}

#site {
	margin: 0px auto;	
	padding: 0;
	width: 980px;
	height:100%;	
}

#top {
	background: #356AA0 url(/img/top.png) repeat-x;
	color: #fff;
	text-align: left;
	height: 60px;
	width: 980px;
	position: relative;
}

#topleft {
	background: #356AA0 url(/img/topleft.png) no-repeat 0 100%;
	float: left;
	width: 40px;
	height: 60px;	
}

#topright {
	background: #356AA0 url(/img/topright.png) no-repeat 0 100%;
	float: right;
	width: 40px;
	height: 60px;
}

#topmid {
	float: left;
	width: 820px;
	height: 60px;	
}

a {
	color:#003399;
	text-decoration:none;	
}

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

#centerColumn { 	
	margin:0 auto;
	padding:1em;
	width:930px;
	text-align:left;
	vertical-align: middle;	
	background-color:#ffffff;	
	min-height:1060px;	
}

#menu {
	position:relative;
	float:right;
	margin:.5em 0 0 .5em;
	padding:0 .7em .25em .7em;
	width:11em;	
	min-height:800px;	
}

#footer {
	bottom:0;
	margin:5em 0 0 0;
	padding:0;
	height:4em;
	line-height:4em;
	text-align:center;
	font-size:.7em;
	/* background-color:#ffffff;*/
	border-top:1px solid #cccccc;
}

/******   Blocks   ******/

h1{ /*grey*/
	margin:0px 0px 0px 0px;		
	color:#333333;
	text-align:left;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold; 
}

h1 a{
	color:#0066FF;
	text-decoration:none;
}

h1 a:hover{
	color:#0033CC;
	text-decoration:underline;
}

/******   MENU   ******/

#menu ul{
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
	line-height: 1; /* IE6 */
}

#menu li {
	margin: 0;
	margin-bottom: 2px;	
	padding: 0;
	position: relative;
	min-height: 24px;
}

#menu li a {
	padding: 4px;
	text-indent:4px;
	width: 160px;
	display: block;
	text-decoration:none !important; /*IE6 needs important*/
	font-size: 105%;
	font-weight:bold;
	border: 1px solid #0066FF;
	color:#0033CC;
}

#menu li a:hover {
	text-decoration: underline;
	border-color:#003399;
	background-color:#D2ECFF;	
	color:#000033;	
}

.gametext{
	/*position:relative;*/
	left:1em;
	margin-top:-60px;
	margin-left: 100px;
	margin-right:2.25em;
	padding:5px 5px 5px 5px;
	background:#cccccc;
	width:460px;
}

.gametext p {
	margin: 0.2em 0 0.1em 0;
	line-height: 1.3;
}

.smallgame{ 
	/*position:relative;*/
	left:10px;
	top:10px;
	margin:0;
	padding:5px 5px 5px 5px;
	background:#cccccc;
	border:1px solid #eeeeee;
	font-size:.9em;
	width:100px;
}
.smallgame:hover{
	background:#CCCCCC;
}

.smalltxt {
	color: #999;
	font-size: 75%;
	margin: -2px 0 0 0;
}

.smalltxt a:link, .smalltxt a:visited {
	color: #999;
}

.smalltxt a:hover {
	color: #333;
}


#abovegame{
	margin-top:-12px;
	margin-left:10px;
	margin-bottom:-4px;	
	border:solid;
	border-color:#FFF;
	border-width:9px;
	min-width:520px; 
	vertical-align:middle;
	display:table;
	clear:inherit;
	height:25px;
}

#title{
	font-size:18px;
	color:#999999;
	position:relative;
	left:21px;
	vertical-align:middle;
}

#share{
	color:#999999;
	font-size:9px;
	width:150px;
	height:20px;
	text-align:center;
	position:relative;
	left:60%;
}

#rating{
	color:#999999;
	font-size:9px;
	width:105px;
	text-align:center;
	position:relative;
	left:80%;
}

.game{
	margin-left:10px;
	margin-top:10px;
	border:solid;
	border-color:#CCCCFF;
	border-width:9px;
	background-color:#CCCCFF;
	min-width:680px;
	
	display:table;
	clear:inherit;
}

/***** Game listings *****/

.game-summary, .game-full{
	background:url(/img/itemback) no-repeat;
	padding: 0.7em 0 2em 0;
	width:540px;
	position: relative;
	clear: left;
    min-height: 50px;
}

.game-full {
	margin-top: 7px;
	padding: 1px 0 2em 0; /* need 1px top padding for IE6 */
	margin-right: 220px;
}

.game-body {
	padding-left: 140px;
}


.game-img {
	position: absolute;
	top: 20px;
	left: 20px;
	text-align: center;
	font-size: 85%;
	margin: 0;
	padding: 0;
	list-style: none;
	background: url(/img/shade-news.gif) no-repeat;
}

.game-details {
	position: relative;
	padding: 5px 0 0 0;
	color: #888;
}