/*******************************************************************************
* ZEROSCALE WEBSITE CSS | by RYX
*******************************************************************************/

/* global */
body {
	font-family: Lucida, sans-serif;
}
div {
	padding: 0px;
	height: 0.01%;
}

/* media-specific setttings */
@media screen {
	body {
		background: #282828 url(../img/bg-body.jpg) fixed;
	}
}
@media handheld {
	body {
		background: #ffffff;
	}
}



/*******************************************************************************
* GENERAL
*******************************************************************************/

/* wrapper */
#wrapper {
	width: 870px;
	margin: 0px auto;
}

/* teaser text on homepage and in header */
div.teaser {
	background: #ffcc00;
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 20px;
	padding: 10px 0 10px 20px;
	color: #000000;
}
div.teaser h2 {
	display: inline;
	font-weight: bolder;
	clear: none;
	font-size: 18px;
	padding-right: 5px;
}
#header div.teaser {
	background: none;
}



/*******************************************************************************
* HEADER
*******************************************************************************/

/* header block */
#header {
	height: 200px;
	margin-top: 10px;
	background: #959595 url(../img/bg-header.png) repeat-x;
	-moz-box-shadow: 5px 5px 10px #666666;
	-webkit-box-shadow: 5px 5px 10px #666666;
}

/* logo in header */
#header a.logo {
	display: block;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
	width: 160px;
	height: 158px;
	background: url(../img/zs_logo.png) no-repeat;
}

/* banner in header (currently just a teaser text) */
#header div.banner {
	float:right;
	width: 600px;
	height: 120px;
	margin: 20px 20px 0px 0px;
	/*background: #ff0000 url(../img/banner_1.png) no-repeat;*/
	/* TEMP */
	text-align: right;
	font-size: 16px;
}

/* menu in header */
#header div.menu {
	float:right;
	color: #000000;
	margin: 20px 20px 0px 0px;
	font-size: 13px;
	font-weight: bold;
}
#header div.menu a {
	float:left;
	text-transform: uppercase;
	color: #000000;
	text-decoration: none;
	border-right: solid 1px #ffcc00;
	padding: 0px 10px 0px 10px;
}
#header div.menu a:hover {
	color: #ffcc00;
}
#header div.menu a.active  {
	background: #ffcc00;
}
#header div.menu a.active:hover {
	color: #000000;
}
#header div.menu a.last  {
	border-right: solid 10px #ffcc00;
}



/*******************************************************************************
* CONTENT
*******************************************************************************/

/* content block */
#content {
	margin: 10px 0px 10px 0px;
	background: #282828 url(../img/bg-content.png) repeat-x left top;
	padding: 20px;
	color: #ffffff;
	min-height: 750px;
	font-size: 14px;
	line-height: 22px;
	font-family: Lucida, sans-serif;
	-moz-box-shadow: 5px 5px 10px #666666;
	-webkit-box-shadow: 5px 5px 10px #666666;
}

/* links in content */
#content a {
	color: #ffcc00;
	font-weight: bold;
}
#content a.mail {
	text-decoration: none;
}

/* headlines in content */
#content h1 {
	border-left: solid 10px #ffcc00;
	padding: 0px 0px 0px 10px;
	text-transform: uppercase;
	color: #ffffff;
	font-weight: bolder;
	font-size: 16px;
	line-height: 18px;
	margin: 0px 0px 10px 0px;
}
#content h1 span { 
	display: inline;
	clear: none;
	font-weight: normal;
	font-size: 16px;
}
#content p { 
	padding-left: 20px;
	margin: 20px 0px 40px 0px;
}

/* articles */
div.article {
	float: left;
	width: 250px;
	color: #ffffff;
	font-family: Lucida, sans-serif;
	margin-right: 25px;
}
div.article div.text {
	padding-left: 20px;
	font-size: 12px;
	line-height: 18px;
}

/* sidebar/main */
#content div.main {
	float: left;
	width: 500px;
	margin-right: 20px;
}
#content div.sidebar {
	float: left;
	width: 310px;
}

/* floating covers on frontpage */
#content div.cover {
	float:left;
	width: 150px;
	height: 212px;
	background: no-repeat;
	margin: 0px 19px 15px 0px;
}
#content div.cover.last {
	margin-right: 0px;
}
#content div.cover.football2010 {
	background-image: url(../gfx/football2010/football2010_cover.jpg);
}
#content div.cover.midas {
	background-image: url(../img/galileo_cover.png);
}
#content div.cover.skate1 {
	background-image: url(../img/skate1_cover.png);
}
#content div.cover.skate2 {
	background-image: url(../img/skate2_cover.png);
}
#content div.cover.skate3 {
	background-image: url(../img/skate3_cover.png);
}
#content div.cover.topmodel {
	background-image: url(../img/topmodel_cover.png);
}



/*******************************************************************************
* CONTENT: GAMES
*******************************************************************************/

/* floating covers on Games-frontpage */
body#games #content div.game {
	float:left;
	width: 250px;
	height: 325px;
	margin: 0px 40px 20px 0px;
}
body#games #content div.game.last {
	margin-right: 0px;
}
body#games #content div.game div.image {
	width: 250px;
	height: 222px;
	margin-bottom: 15px;
	background: #999999 center 5px no-repeat;
}
body#games #content div.game div.text {
	padding-left: 20px;
	line-height: 18px;
	font-size: 12px;
}
body#games #content div.game a {
	text-decoration: none;
}
body#games #content div.game a:hover h1 {
	color: #ffcc00;
	text-decoration: none;
}
body#games #content div.game.gntm2009 div.image {
	background-image: url(../img/topmodel_cover.png);
}
body#games #content div.game.galileoPS2 div.image {
	background-image: url(../img/galileo_cover.png);
}
body#games #content div.game.skatecityheroes div.image {
	background-image: url(../img/skate1_cover.png);
}
body#games #content div.game.skateattack div.image {
	background-image: url(../img/skate2_cover.png);
}
body#games #content div.game.skateparkcity div.image {
	background-image: url(../img/skate3_cover.png);
}

/* properties table */
body#games table.properties {
	margin: 0px 0px 40px 20px;
}
body#games table.properties td.label {
	width: 140px;
	/*font-weight: bold;*/
}
body#games table.properties td.value {
	
}

/* sidebar menu in game detail */
body#games div.sidebar div.menu div {
	margin-bottom: 14px;
	text-align: right;
}
body#games div.sidebar div.menu div a {
	color: #000000;
	background: #c8c8c8;
	padding: 2px 5px 2px 5px;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
}
body#games div.sidebar div.menu div a.active {
	background: #ffcc00;
}

/* screenshots */
body#games p.screenshots img {
	border: solid 1px #ffcc00;
	/*cursor: pointer;*/
}



/*******************************************************************************
* CONTENT: JOBS
*******************************************************************************/

/* images in right sidebar */
body#jobs div.sidebar img {
	float:right;
	margin-bottom: 20px;
}



/*******************************************************************************
* CONTENT: ABOUT
*******************************************************************************/

/* logos in content */
body#about div.logos {
	padding-left: 30px;
}
body#about div.logos div {
	float:left;
	width: 150px;
	height: 29px;
	margin: 20px 20px 0px 0px;
	background: no-repeat;
}
body#about div.logos div.ps3 {
	width: 113px;
	background-image: url(../img/logo-ps3.png);
}
body#about div.logos div.ps2 {
	background-image: url(../img/logo-ps2.png);
}
body#about div.logos div.psp {
	width: 128px;
	background-image: url(../img/logo-psp.png);
}
body#about div.logos div.nds {
	width: 157px;
	background-image: url(../img/logo-nds.png);
}
body#about div.logos div.wii {
	width: 73px;
	background-image: url(../img/logo-wii.png);
}
body#about div.logos div.xbox360 {
	width: 129px;
	background-image: url(../img/logo-xbox360.png);
}

/* images in right sidebar */
body#about div.sidebar div.info {
	border-right: solid 10px #ffcc00;
	color: #ffffff;
	text-align: right;
}
body#about div.sidebar img {
	float:right;
	/*margin: 0px 10px 0px 0px;*/
}



/*******************************************************************************
* CONTENT: CONTACT
*******************************************************************************/

/* adjust sidebar width to map */
body#contact div.main {
	width: 410px;
}
body#contact div.sidebar {
	width: 400px;
}

