/**
 * CSS for Playr main site
 * Copyright Gaby Vanhegan <gaby@vanhegan.net> 2008
 */
@import url( "playr.main.css" );

div#header { 
	height: 120px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
}

div#header img {
	position: relative;
	top: 0px;
	right: 0px;
}

div#footer {
	padding: 5px;
	margin: 0px;
	text-align: center;
	clear: both;
	border: 5px solid #cbd3e5;
	background-color: white;
	margin-bottom: 10px;
}

/**
 * Site-wide navigation
 */
div#sitenav {
	position: relative;
	text-align: right;
	padding: 18px 15px 0px 0px;
	background: url("../images/header.nav.jpg") top right no-repeat;
	height: 40px;
	margin: 0px;
	_padding-bottom: 15px;
}

div#sitenav li {
	display: inline;
	position: relative;
	background-color: inherit;
	margin: 0px 0px 0px 20px;
	font-size: 18pt;
}

/**
 * Main body of content, game and ads
 */
div#body {
	position: relative;
	margin: 0px;
	padding: 15px 15px 15px 15px;
	border-left: 5px solid #cbd3e5;
	border-right: 5px solid #cbd3e5;
}

/**
 * Document content, game, advert, etc
 */
div#content {
	margin: 0px;
	margin-right: 135px;
	padding: 0px;
}

/**
 * Individual game listings on the front page
 */
div.game {
	clear: left;
	padding-bottom: 15px;
}

div.game .gameimage img {
	position: relative;
	float: left;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 15px;
}
