/*

	Stylesheet for Gameon

	Media:      screen, projection
	Author:     Yoni De Beule <info@yoni-web.be>

*/

body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border:0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }
a:focus { overflow: hidden; }

body {
	font: 300 12px Arial, sans-serif;
	line-height: 1.5;
	color: #fff;
	background: #000 url(../images/background.jpg) no-repeat top center;
}

/*
	Typography and text styles
*/

p {
	padding: 0 0 12px 0;
}

strong, th, thead td, h1, h2, h3, h4 {
	font-weight: 700;
}

h1, h2, h3 {
	line-height: 1.1;
	font-family: Helvetica, Arial, sans-serif;
}

h1 a, h2 a, h3 a, h4 a {
	border: 0;
}

h1 {
	font-size: 22px;
	padding: 0 0 12px 0;
}

h2 {
	font-size: 18px;
	padding: 0 0 12px 0;
}

h3 {
	font-size: 16px;
	padding: 0 0 6px 0;
}

h4 {
	font-size: 14px;
	padding: 0 0 6px 0;
}

/* Links */

a { text-decoration: none; border-bottom: 1px solid #545454; color: #fff; }
a:link { border-color: #545454; color: #fff; }
a:visited { border-color: #525252; color: #eee; }
a:hover, a:active { border-color: #fff; color: #fff; }

.orange .bd h1 a:hover, .orange .bd h2 a:hover, .orange .bd h3 a:hover, .orange .bd h4 a:hover, .orange .bd a:hover, .orange .bd h1 a:active, .orange .bd h2 a:active, .orange .bd h3 a:active, .orange .bd h4 a:active, .orange .bd a:active { color: #ffa304; }
.green .bd h1 a:hover, .green .bd h2 a:hover, .green .bd h3 a:hover, .green .bd h4 a:hover, .green .bd a:hover, .green .bd h1 a:active, .green .bd h2 a:active, .green .bd h3 a:active, .green .bd h4 a:active, .green .bd a:active { color: #a2ce15; }
.blue .bd h1 a:hover, .blue .bd h2 a:hover, .blue .bd h3 a:hover, .blue .bd h4 a:hover, .blue .bd a:hover, .blue .bd h1 a:active, .blue .bd h2 a:active, .blue .bd h3 a:active, .blue .bd h4 a:active, .blue .bd a:active { color: #00c2f4; }
.white .bd h1 a:hover, .white .bd h2 a:hover, .white .bd h3 a:hover, .white .bd h4 a:hover, .white .bd a:hover, .white .bd h1 a:active, .white .bd h2 a:active, .white .bd h3 a:active, .white .bd h4 a:active, .white .bd a:active { color: #c1c1c1; }
.red .bd h1 a:hover, .red .bd h2 a:hover, .red .bd h3 a:hover, .red .bd h4 a:hover, red .bd a:hover, .red .bd h1 a:active, .red .bd h2 a:active, .red .bd h3 a:active, .red .bd h4 a:active, red .bd a:active { color: #ea4c57; }
.purple .bd h1 a:hover, .purple .bd h2 a:hover, .purple .bd h3 a:hover, .purple .bd h4 a:hover, .purple .bd a:hover, .purple .bd h1 a:active, .purple .bd h2 a:active, .purple .bd h3 a:active, .purple .bd h4 a:active, .purple .bd a:active { color: #a194bf; }
.cyan .bd h1 a:hover, .cyan .bd h2 a:hover, .cyan .bd h3 a:hover, .cyan .bd h4 a:hover, .cyan .bd a:hover, .cyan .bd h1 a:active, .cyan .bd h2 a:active, .cyan .bd h3 a:active, .cyan .bd h4 a:active, .cyan .bd a:active { color: #4cbee0; }

/* ColorInverse */

.colorInverse { color: #fff; }
.colorInverse strong { color: #fff; }

.colorInverse h1, .colorInverse h2, .colorInverse h3, .colorInverse h4 { color: #fff; }

.colorInverse a:link, .colorInverse a:visited { color: #fff; border-color: #e69584; }
.colorInverse a:hover, .colorInverse a:active { color: #fff; border-color: #fff; }

/* Defaults */

.content ul,
.content ol {
	padding: 0 0 12px 24px;
}

.content li {
	padding-bottom: 6px;
}

.content ul {
	list-style: disc;
}

.content ol {
	list-style-type: decimal;
}

.content ul ul,
.content ol ul,
.content ol ol {
	padding-bottom: 0;
}

.content ol ol {
	list-style: upper-roman;
}

.content ol ol ol {
	list-style: lower-roman;
}

ol.reset,
ul.reset {
	margin: 0;
	padding: 0;
	list-style: none;
}

code {
	font-family: Consolas, Monaco, "Courier New", monospace;
	font-size: 12px;
	line-height: 1.15;
}

pre {
	padding: 6px 12px;
	background: #000;
	margin: 0 0 12px;
}

p.small, .small, small {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 1.636;
}

blockquote, q {
	font-style: italic;
	font-family: Georgia, serif;
}

blockquote {
	padding: 0 0 0 12px;
}

	blockquote.fancy {
		background: url(../images/bquote.gif) no-repeat 0 5px;
		padding: 0 0 0 24px;
	}

blockquote cite {
	font-size: 11px;
	text-align: right;
	display: block;
	position: relative;
	bottom: 12px;
}

em {
	font-style: italic;
}

sub, sup {
	line-height: 0;
}

hr {
	border: none;
	border-top: 1px solid #666;
	padding: 0;
}

div.hr {
	border-bottom: 1px solid #666;
	margin: 12px 0 24px;
}

div.hr hr {
	display: none;
}

table {
	border-top: 1px solid #666;
	width: 100%;
}

td, th {
	border-bottom: 1px solid #666;
	padding: 4px;
}

th {
	font-weight: 700;
	background: #000;
}

/* Image classes */

img.alignLeft {
	float: left;
	padding: 0 10px 10px 0;
}

img.alignRight {
	float: right;
	padding: 0 0 10px 10px;
}

a.linkedImage {
	border: 0;
	display: block;
	font-size: 11px;
	color: #808080;
}

a.linkedImage img {
	display: block;
}

/*
	Page structure and layout
*/

#container {
	width: 936px;
	margin: 0 auto;
}

/*
	Header
*/

#header {
	padding-bottom: 25px;
}

	/* Logo */

	#header h1.logo, #header h2.logo {
		width: 223px;
		height: 47px;
		background: url(../images/logo.png) no-repeat 0 0;
		text-indent: -9999px;
		float: left;
		padding: 0 10px 0 0;
		margin: 33px 0 25px 0;
	}

	#header h1.logo a, #header h2.logo a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		border: 0;
	}

	#header h1.slogan, #header h2.slogan {
		width: 101px;
		height: 47px;
		background: url(../images/logo.png) no-repeat -233px 0;
		text-indent: -9999px;
		float: left;
		padding: 0;
		margin: 33px 0 25px 0;
	}

	#header h1.slogan a, #header h2.slogan a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		border: 0;
	}

	/* Topbanner */

	#topBanner {
		float: right;
		width: 468px;
		height: 60px;
		background: #222;
		margin: 23px 0 22px 0;
	}

	/* Navigation */

	#navigation {
		clear: both;
		background: url(../images/backgrounds.png) no-repeat left -35px;
		height: 35px;
		overflow: hidden;
	}

	#navigation ul ul {
		display: none;
	}

	#navigation li {
		float: left;
		padding: 0 0 0 2px;
		background: url(../images/backgrounds.png) no-repeat left -315px;
	}

	#navigation li a {
		float: left;
		font-size: 11px;
		line-height: 18px;
		padding: 8px 15px 9px 13px;
		background: url(../images/backgrounds.png) no-repeat right -315px;
		border: 0;
		color: #eee;
		text-transform: uppercase;
	}

		#navigation li a:link,
		#navigation li a:visited {
			color: #eee;
		}

		#navigation li a:hover,
		#navigation li a:active {
			color: #fff;
		}

	#navigation li#navOrange { background-position: left -70px; }
	#navigation li#navOrange a { background-position: right -70px; }
	#navigation li#navGreen { background-position: left -105px; }
	#navigation li#navGreen a { background-position: right -105px; }
	#navigation li#navBlue { background-position: left -140px; }
	#navigation li#navBlue a { background-position: right -140px; }
	#navigation li#navWhite { background-position: left -175px; }
	#navigation li#navWhite a { background-position: right -175px; }
	#navigation li#navRed { background-position: left -210px; }
	#navigation li#navRed a { background-position: right -210px; }
	#navigation li#navPurple { background-position: left -245px; }
	#navigation li#navPurple a { background-position: right -245px; }
	#navigation li#navCyan { background-position: left -280px; }
	#navigation li#navCyan a { background-position: right -280px; }

	#navigation li.selected {
		background-position: left -350px !important;
	}

	#navigation li.selected a {
		color: #333;
		background-position: right -350px !important;
	}

	/* Search */

	#searchForm {
		float: right;
	}

	#searchForm form, #searchForm fieldset, #fieldset input {
		float: left;
	}

	#searchForm .inputHolder {
		float: left;
		padding: 8px 6px 0 24px;
		background: url(../images/search_icon.gif) no-repeat 0 10px;
	}

	#searchForm .buttonHolder {
		float: left;
		padding: 8px 6px 0 0;
	}

	/* Top linkbar */

	#topLinkBar {
		padding: 10px 5px;
		background: #fff;
		height: 15px;
	}

	/* Headerphoto */

	#headerPhoto {
		height: 220px;
	}

/*
	Content
*/

	/* General items */

	.mod {
		margin-bottom: 25px;
	}

	.darkBack .bd {
		background: #333;
		padding: 15px;
	}

	.lightBack .bd {
		background: #fff;
		padding: 15px;
	}

	a.buyLink, .buyLink a {
		padding-left: 20px;
		background: url(../images/buy_icon.gif) no-repeat 0 0;
	}

	a.priceLink, .priceLink a {
		font-size: 16px;
		color: #a8a8a8;
		font-weight: 700;
		line-height: 18px;
	}

	/* Titles */

	.mod .hd {
		height: 35px;
		padding: 0 0 0 2px;
		background: url(../images/backgrounds.png) no-repeat top left;
	}

	.hd h1, .hd h2, .hd h3, .hd h4 {
		font-size: 11px;
		line-height: 18px;
		padding: 9px 15px 8px 13px;
		color: #fff;
		background: url(../images/backgrounds.png) no-repeat top left;
		text-transform: uppercase;
	}

	.dark .hd { background-position: left -315px; }
	.dark .hd h1, .dark .hd h2, .dark .hd h3, .dark .hd h4 { background-position: right -315px; }
	.orange .hd { background-position: left -70px; }
	.orange .hd h1, .orange .hd h2, .orange .hd h3, .orange .hd h4 { background-position: right -70px; }
	.green .hd { background-position: left -105px; }
	.green .hd h1, .green .hd h2, .green .hd h3, .green .hd h4 { background-position: right -105px; }
	.blue .hd { background-position: left -140px; }
	.blue .hd h1, .blue .hd h2, .blue .hd h3, .blue .hd h4 { background-position: right -140px; }
	.white .hd { background-position: left -175px; }
	.white .hd h1, .white .hd h2, .white .hd h3, .white .hd h4 { background-position: right -175px; }
	.red .hd { background-position: left -210px; }
	.red .hd h1, .red .hd h2, .red .hd h3, .red .hd h4 { background-position: right -210px; }
	.purple .hd { background-position: left -245px; }
	.purple .hd h1, .purple .hd h2, .purple .hd h3, .purple .hd h4 { background-position: right -245px; }
	.cyan .hd { background-position: left -280px; }
	.cyan .hd h1, .cyan .hd h2, .cyan .hd h3, .cyan .hd h4 { background-position: right -280px; }

	/* Light background links */

	.lightBack .bd a, .lightBack .bd a:link, .lightBack .bd a:visited {
		color: #333;
		border-color: #bcbcbc;
	}

	.lightBack .bd a:hover, .lightBack .bd a:active {
		color: #333;
		border-color: #333;
	}

	/* Large item list */

	.bigItem {
		clear: both;
	}

	.bigItem .thumbWrapper {
		width: 125px;
		height: 125px;
		min-height: 125px;
		float: left;
		padding: 0 15px 30px 0;
	}

	.bigItem .thumbWrapper a {
		width: 125px;
		height: 125px;
	}

	.bigItem .thumbWrapper img {
		width: 125px;
		height: auto;
	}

	.bigItem .descriptionWrapper {
		width: 449px;
		float: left;
		padding: 0 0 30px 0;
		min-height: 125px;
		height: auto !important;
		height: 125px;
		overflow: hidden;
	}

	.bigItem .noPadding {
		padding: 0;
	}

	.lastChild .thumbWrapper, .lastChild .descriptionWrapper {
		padding-bottom: 0;
	}

	.bigItem .descriptionWrapper p {
		font-size: 11px;
		line-height: 18px;
	}

	.bigItem .descriptionWrapper p.mute {
		min-height: 54px;
	}

	.bigItemBar {
		background: url(../images/backgrounds.png) no-repeat 0 -35px;
		padding: 8px 10px 7px 10px;
	}

	.bigItemBar p {
		padding: 0;
	}

	.bigItemBar a {
		border: 0;
	}

	/* Compact item list */

	.itemList li {
		padding-bottom: 2px;
		width: 227px;
	}

	.itemList li a {
		font-size: 11px;
		border: 0;
		line-height: 18px;
		float: left;
		width: 227px;
	}

	.itemList li a big {
		float: left;
		font-size: 11px;
		width: 167px;
		overflow: hidden;
	}

	.itemList li a strong {
		float: right;
		width: 60px;
		overflow: hidden;
		text-align: right;
	}

	a.orange { padding-left: 45px; background: url(../images/icons/alg.png) no-repeat 0 2px; }
	a.green { padding-left: 45px; background: url(../images/icons/360.png) no-repeat 0 2px; }
	a.blue { padding-left: 45px; background: url(../images/icons/ps3.png) no-repeat 0 2px; }
	a.white { padding-left: 45px; background: url(../images/icons/wii.png) no-repeat 0 2px; }
	a.red { padding-left: 45px; background: url(../images/icons/pc.png) no-repeat 0 2px; }
	a.purple { padding-left: 45px; background: url(../images/icons/nds.png) no-repeat 0 2px; }
	a.cyan { padding-left: 45px; background: url(../images/icons/psp.png) no-repeat 0 2px; }

	.orange .itemList a:hover, .orange .itemList a:hover { color: #ffa304; }
	.green .itemList a:hover, .green .itemList a:hover { color: #a2ce15; }
	.blue .itemList a:hover, .blue .itemList a:hover { color: #00c2f4; }
	.white .itemList a:hover, .white .itemList a:hover { color: #c1c1c1; }
	.red .itemList a:hover, .red .itemList a:hover { color: #ea4c57; }
	.purple .itemList a:hover, .purple .itemList a:hover { color: #a194bf; }
	.cyan .itemList a:hover, .cyan .itemList a:hover { color: #4cbee0; }

	/* Rating stars */

	a.rating {
		text-indent: -9999px;
		width: 8px;
		height: 14px;
		display: block;
		float: left;
		border-bottom: 0;
		margin: 1px 0 1px 0;
	}

	a.rating_uneven_active {
		background: url('../images/ratings.png') no-repeat scroll 0 -14px;
	}

	a.rating_uneven_inactive {
		background: url('../images/ratings.png') no-repeat scroll 0 0;
	}

	a.rating_uneven_hover {
		background: url('../images/ratings.png') no-repeat scroll 0 -28px;
	}

	a.rating_even_active {
		background: url('../images/ratings.png') no-repeat scroll -8px -14px;
	}

	a.rating_even_inactive {
		background: url('../images/ratings.png') no-repeat scroll -8px 0;
	}

	a.rating_even_hover {
		background: url('../images/ratings.png') no-repeat scroll -8px -28px;
	}

	
/*
	Footer
*/

	/* Top linkbar */

	#bottomLinkBar {
		padding: 10px 5px;
		margin-bottom: 25px;
		background: #fff;
		height: 15px;
	}

	/* Footer logo */
	
	#footer #footerLogo {
		width: 223px;
		height: 47px;
		background: url(../images/logo.png) no-repeat 0 -47px;
		text-indent: -9999px;
		float: left;
		overflow: hidden;
		margin: 26px 35px 0 0;
	}

	#footer ul {
		width: 216px;
		float: left;
		padding: 0 15px 30px 0;
		font-size: 11px;
	}

	#footer ul.lastChild {
		padding-right: 0;
	}

	#footer ul h4 {
		height: 18px;
		padding: 0;
		background: url(../images/backgrounds.png) no-repeat 0 -35px;
		font-size: 11px;
		line-height: 18px;
		padding: 9px 15px 8px 15px;
		margin-bottom: 10px;
		color: #fff;
		text-transform: uppercase;
	}
	
	#footer ul li a {
		margin-left: 15px;
	}

/*
	Column system
*/

.smallCol { width: 302px; padding-right: 15px; float: left; }
.wideCol { width: 619px; padding-right: 15px; float: left; }
.fullCol { width: 936px; float: left; }
.lastCol { padding-right: 0; }

/*
	Dialog boxes
*/

.dialogBox {
 	padding: 10px;
 	margin-bottom: 10px;
 	color: #f4f4f4;
 	background: #666;
 }

.dialogSucces {
	color: #e4f0d8;
	background: #2c5301;
}

.dialogError {
	color: #fbe3e4;
	background: #8a1f11;
}

.dialogNotice {
	color: #fff6bf;
	background: #514721;
}

/* Pagination */

.pagination-wrap {
	width: 100%;
	overflow: hidden;
}

.pagination {
	float: left;
	position: relative;
	left: 50%;
}

.pagination ul {
	padding: 18px 0;
	overflow: hidden;
	position: relative;
	left: -50%;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	text-decoration: none;
	padding: 0;
	line-height: 15px;
	font-size: 11px;
	text-align: center;
}

.pagination li span {
	float: left;
	display: block;
	padding: 4px 5px;
	color: #666;
	min-width: 12px;
}

.pagination li.currentpage span {
	font-weight: 700;
	color: #000;
	background: #fff;
}

.pagination li.selected span {
	padding: 4px 5px;
	font-weight: 700;
	color: #666;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 4px 5px;
	border: 0;
	text-decoration: none;
	min-width: 12px;
	background: #333;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: #fff;
}

.pagination li a:hover,
.pagination li a:active {
	background: #666;
	color: #fff;
}

.pagination li.nextpage {
	margin-left: 10px;
}

.pagination li.previouspage {
	margin-right: 15px;
}

/* Forms */

label {
	font-size: 12px;
	font-family: Arial, sans-serif;
	display: block;
	padding: 4px 0;
}

input.input-text, input.inputText, input.text, input.input-password, input.inputPassword, input.password, textarea {
	font-size: 12px;
	font-family: Arial, sans-serif;
	background: #fcfcfc;
	border: 1px solid #bbb;
	padding: 2px 5px;
	color: #999;
}

textarea {
	line-height: 1.4;
	max-width: 100%;
	width: 436px;
}

input:focus, textarea:focus {
	border-color: #999; 
	background: #fff;
	color: #000;
}

@-moz-document url-prefix() {
	input[type="text"]:focus,
	textarea:focus { 
		outline: 2px solid #ccc;
		-moz-outline-radius: 3px;
		fborder-color: #ccc;
	}
} 

input.input-submit, input.inputSubmit, input.submit, button {
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #fff;
	background: #666;
	border-top: 1px solid #999;
	border-right: 0;
	border-bottom: 1px solid #333;
	border-left: 0;
	padding: 2px 5px;
	cursor: pointer;
	overflow: visible;
}

input.input-submit:hover, input.inputSubmit:hover, input.submit:hover, button:hover {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background: #555;
}

input.input-submit:active, input.inputSubmit:active, input.submit:active, button:active {
	border-color: #000; 
	background: #000;
}

select, option {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

input.inputCheckbox {
	float: left;
	margin: 3px 6px 3px 0;
}

form p.floatLeft {
	padding-right: 10px;
}

form p {
	padding-bottom: 6px;
}

.form-error, .formError {
	padding: 4px;
	margin: 3px 0;
	color: #fbe3e4;
	background: #8a1f11;
	display: block;
}

.form-success, .formSuccess {
	padding: 4px;
	margin: 3px 0;
	color: #e4f0d8;
	background: #2c5301;
	display: block;
}

/* Center anything */

.centerWidthlessWrap {
	width: 100%;
	overflow: hidden;
}

.centerWidthless {
	float: left;
	position: relative;
	left: 50%;
}

.centerWidthlessInner {
	position: relative;
	left: -50%;
}

/* General purpose classes */

.hidden { display: none; }
.block { display: block; }

.floatLeft { float: left; }
.floatRight { float: right; }

.noPadding { padding: 0; }
.paddingBottom { padding-bottom: 12px; }

.noBorder { border: none !important; }
.border { border: 1px solid #C7C7C7; }

.mute { color: #999; }
.serif { font-family: "Times New Roman", Times, Georgia, serif; }
.uc { text-transform: uppercase; }
.sC { font-variant: small-caps; }
.lC { text-transform: lowercase; }

.rc {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.helpTxt {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666;
}

.clear { clear: both; }

/* Guillotine bug */

.guillotineBugFix {
	display: none;
}

/* Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}