/**
  Theme Name: Gamekings 2010
  Theme URI: http://www.gamekings.tv
  Version: 1.2
  Author: Vasco Neering
  Author URI: http://www.themothership.nl
  Tags: simple, clean, fixed width, two columns, valid XHTML, valid CSS, blank-slate
  Description: 
*/

/** 
  Define HTML5 Elements for firefox & safari
*/

article, aside, details, figcaption, figure, footer, header,
  hgroup, menu, nav, section { display: block; }

/*
*{
 -webkit-backface-visibility: hidden;
}
*/
/**
	Fontface declarations

@font-face {
  font-family:  'AllerBold';
  src: url('font/aller_bd-webfont.eot?') format('eot'), url('font/aller_bd-webfont.woff') format('woff'), url('font/aller_bd-webfont.ttf') format('truetype');
}

@font-face {
	font-family: "AllerBoldItalic";
	src: url("/wp-content/themes/gk2010/font/aller_bdit-webfont.eot");
	src: local("?"), url("/wp-content/themes/gk2010/font/aller_bdit-webfont.woff") format("woff"), url("/wp-content/themes/gk2010/font/aller_bdit-webfont.ttf") format("truetype"), url("/wp-content/themes/gk2010/font/aller_bdit-webfont.svg#webfont7457uKHq") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "AllerItalic";
	src: url("/wp-content/themes/gk2010/font/aller_it-webfont.eot");
	src: local("?"), url("/wp-content/themes/gk2010/font/aller_it-webfont.woff") format("woff"), url("/wp-content/themes/gk2010/font/aller_it-webfont.ttf") format("truetype"), url("/wp-content/themes/gk2010/font/aller_it-webfont.svg#webfont9gyEoMVE") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "AllerLightRegular";
	src: url("/wp-content/themes/gk2010/font/aller_lt-webfont.eot");
	src: local("?"), url("/wp-content/themes/gk2010/font/aller_lt-webfont.woff") format("woff"), url("/wp-content/themes/gk2010/font/aller_lt-webfont.ttf") format("truetype"), url("/wp-content/themes/gk2010/font/aller_lt-webfont.svg#webfontd6LTKWlu") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "AllerLightItalic";
	src: url("/wp-content/themes/gk2010/font/aller_ltit-webfont.eot");
	src: local("?"), url("/wp-content/themes/gk2010/font/aller_ltit-webfont.woff") format("woff"), url("/wp-content/themes/gk2010/font/aller_ltit-webfont.ttf") format("truetype"), url("/wp-content/themes/gk2010/font/aller_ltit-webfont.svg#webfonteWX02RCv") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face      {      font-family:      "AllerRegular";      src:      url("/wp-content/themes/gk2010/font/aller_rg-webfont.eot");  src:  local("?"),  url("/wp-content/themes/gk2010/font/aller_rg-webfont.woff")   format("woff"),   url("/wp-content/themes/gk2010/font/aller_rg-webfont.ttf") format("truetype"),  url("/wp-content/themes/gk2010/font/aller_rg-webfont.svg#webfontisQcVMoB")format("svg");  font-weight:  normal;  font-style: normal;  }  

/**  END Fontface declarations */  

  
/**
	Some generic reusable classes
*/
.shadow-inner
{
	box-shadow:inset 0 0 5px #000000;
	-moz-box-shadow:inset 0 0 5px #000000;
	-webkit-box-shadow:inset 0 0 5px #000000;
}
.shadow-inner-blue
{
	box-shadow:inset 0 0 5px #0672EE;
	-moz-box-shadow:inset 0 0 5px #0672EE;
	-webkit-box-shadow:inset 0 0 5px #0672EE;
}
.shadow-right
{
	-moz-box-shadow: 0px 0px 15px #000; /* Firefox/Mozilla */
	-webkit-box-shadow: 0px 0px 15px #000; /*Safari/Chrome */
	box-shadow: 0px 0px 15px #000; /* Opera & hoe het zou moeten */	
}

.shadow
{
	-moz-box-shadow: 0px 0px 5px #000; /* Firefox/Mozilla */
	-webkit-box-shadow: 0px 0px 5px #000; /*Safari/Chrome */
	box-shadow: 0px 0px 5px #000; /* Opera & hoe het zou moeten */
} 
.txt-shadow{ 
	text-shadow: 0px 0px 5px #000; 
	height: 1em;	
	}
	
.corners-top{
  border-top-right-radius: 8px;
  -moz-border-radius-topright	: 8px;
  -webkit-border-top-right-radius: 8px;
  
	border-bottom-right-radius: 0px;	
	-moz-border-radius-bottomright: 0px;	
	-webkit-border-bottom-right-radius: 0px;
	
	border-bottom-left-radius: 0px;	
	-moz-border-radius-bottomleft: 0px;	
	-webkit-border-bottom-left-radius: 0px;
	
	border-top-left-radius: 8px;	
	-moz-border-radius-topleft: 8px;	
	-webkit-border-top-left-radius: 8px;
	

}
.corners-bottom{
  border-top-right-radius: 0px;
  -moz-border-radius-topright	: 0px;
  -webkit-border-top-right-radius: 0px;
  
	border-bottom-right-radius: 8px;	
	-moz-border-radius-bottomright: 8px;	
	-webkit-border-bottom-right-radius: 8px;
	
	border-bottom-left-radius: 8px;	
	-moz-border-radius-bottomleft: 8px;	
	-webkit-border-bottom-left-radius: 8px;
	
	border-top-left-radius: 0px;	
	-moz-border-radius-topleft: 0px;	
	-webkit-border-top-left-radius: 0px;
	

}
.corners{
  border-top-right-radius: 8px;
  -moz-border-radius-topright	: 8px;
  -webkit-border-top-right-radius: 8px;
  
	border-bottom-right-radius: 8px;	
	-moz-border-radius-bottomright: 8px;	
	-webkit-border-bottom-right-radius: 8px;
	
	border-bottom-left-radius: 8px;	
	-moz-border-radius-bottomleft: 8px;	
	-webkit-border-bottom-left-radius: 8px;
	
	border-top-left-radius: 8px;	
	-moz-border-radius-topleft: 8px;	
	-webkit-border-top-left-radius: 8px;
	

}
.corners-right{
  border-top-right-radius: 8px;
  -moz-border-radius-topright	: 8px;
  -webkit-border-top-right-radius: 8px;
  
	border-bottom-right-radius: 8px;	
	-moz-border-radius-bottomright: 8px;	
	-webkit-border-bottom-right-radius: 8px;
	
	border-bottom-left-radius: 0px;	
	-moz-border-radius-bottomleft: 0px;	
	-webkit-border-bottom-left-radius: 0px;
	
	border-top-left-radius: 0px;	
	-moz-border-radius-topleft: 0px;	
	-webkit-border-top-left-radius: 0px;
	

}
.corners-left{
  border-top-right-radius: 0px;
  -moz-border-radius-topright	: 0px;
  -webkit-border-top-right-radius: 0px;
  
	border-bottom-right-radius: 0px;	
	-moz-border-radius-bottomright: 0px;	
	-webkit-border-bottom-right-radius: 0px;
	
	border-bottom-left-radius: 8px;	
	-moz-border-radius-bottomleft: 8px;	
	-webkit-border-bottom-left-radius: 8px;
	
	border-top-left-radius: 8px;	
	-moz-border-radius-topleft: 8px;	
	-webkit-border-top-left-radius: 8px;
	

}
.corners-bottomright{
  border-top-right-radius: 0px;
  -moz-border-radius-topright	: 0px;
  -webkit-border-top-right-radius: 0px;
  
	border-bottom-right-radius: 8px;	
	-moz-border-radius-bottomright: 8px;	
	-webkit-border-bottom-right-radius: 8px;
	
	border-bottom-left-radius: 0px;	
	-moz-border-radius-bottomleft: 0px;	
	-webkit-border-bottom-left-radius: 0px;
	
	border-top-left-radius: 0px;	
	-moz-border-radius-topleft: 0px;	
	-webkit-border-top-left-radius: 0px;
	

}
.corners-topright{
  border-top-right-radius: 8px;
  -moz-border-radius-topright	: 8px;
  -webkit-border-top-right-radius: 8px;
  
	border-bottom-right-radius: 0px;	
	-moz-border-radius-bottomright: 0px;	
	-webkit-border-bottom-right-radius: 0px;
	
	border-bottom-left-radius: 0px;	
	-moz-border-radius-bottomleft: 0px;	
	-webkit-border-bottom-left-radius: 0px;
	
	border-top-left-radius: 0px;	
	-moz-border-radius-topleft: 0px;	
	-webkit-border-top-left-radius: 0px;
	

}
.corners-small-top{
  border-top-right-radius: 4px;
  -moz-border-radius-topright	: 4px;
  -webkit-border-top-right-radius: 4px;
  
	border-bottom-right-radius: 0px;	
	-moz-border-radius-bottomright: 0px;	
	-webkit-border-bottom-right-radius: 0px;
	
	border-bottom-left-radius: 0px;	
	-moz-border-radius-bottomleft: 0px;	
	-webkit-border-bottom-left-radius: 0px;
	
	border-top-left-radius: 4px;	
	-moz-border-radius-topleft: 4px;	
	-webkit-border-top-left-radius: 4px;
	

}
.corners-small-bottom{
  border-top-right-radius: 0px;
  -moz-border-radius-topright	: 0px;
  -webkit-border-top-right-radius: 0px;
  
	border-bottom-right-radius: 4px;	
	-moz-border-radius-bottomright: 4px;	
	-webkit-border-bottom-right-radius: 4px;
	
	border-bottom-left-radius: 4px;	
	-moz-border-radius-bottomleft: 4px;	
	-webkit-border-bottom-left-radius: 4px;
	
	border-top-left-radius: 0px;	
	-moz-border-radius-topleft: 0px;	
	-webkit-border-top-left-radius: 0px;
	

}
.corners-small{
  border-top-right-radius: 4px;
  -moz-border-radius-topright	: 4px;
  -webkit-border-top-right-radius: 4px;
  
	border-bottom-right-radius: 4px;	
	-moz-border-radius-bottomright: 4px;	
	-webkit-border-bottom-right-radius: 4px;
	
	border-bottom-left-radius: 4px;	
	-moz-border-radius-bottomleft: 4px;	
	-webkit-border-bottom-left-radius: 4px;
	
	border-top-left-radius: 4px;	
	-moz-border-radius-topleft: 4px;	
	-webkit-border-top-left-radius: 4px;
	

}
.corners-small-right{
  border-top-right-radius: 4px;
  -moz-border-radius-topright	: 4px;
  -webkit-border-top-right-radius: 4px;
  
	border-bottom-right-radius: 4px;	
	-moz-border-radius-bottomright: 4px;	
	-webkit-border-bottom-right-radius: 4px;
	
	border-bottom-left-radius: 0px;	
	-moz-border-radius-bottomleft: 0px;	
	-webkit-border-bottom-left-radius: 0px;
	
	border-top-left-radius: 0px;	
	-moz-border-radius-topleft: 0px;	
	-webkit-border-top-left-radius: 0px;
	

}
.corners-small-left{
  border-top-right-radius: 0px;
  -moz-border-radius-topright	: 0px;
  -webkit-border-top-right-radius: 0px;
  
	border-bottom-right-radius: 0px;	
	-moz-border-radius-bottomright: 0px;	
	-webkit-border-bottom-right-radius: 0px;
	
	border-bottom-left-radius: 4px;	
	-moz-border-radius-bottomleft: 4px;	
	-webkit-border-bottom-left-radius: 4px;
	
	border-top-left-radius: 4px;	
	-moz-border-radius-topleft: 4px;	
	-webkit-border-top-left-radius: 4px;
	

}
.corners-small-bottomright{
  border-top-right-radius: 0px;
  -moz-border-radius-topright	: 0px;
  -webkit-border-top-right-radius: 0px;
  
	border-bottom-right-radius: 4px;	
	-moz-border-radius-bottomright: 4px;	
	-webkit-border-bottom-right-radius: 4px;
	
	border-bottom-left-radius: 0px;	
	-moz-border-radius-bottomleft: 0px;	
	-webkit-border-bottom-left-radius: 0px;
	
	border-top-left-radius: 0px;	
	-moz-border-radius-topleft: 0px;	
	-webkit-border-top-left-radius: 0px;
	

}
.corners-small-topright{
  border-top-right-radius: 4px;
  -moz-border-radius-topright	: 4px;
  -webkit-border-top-right-radius: 4px;
  
	border-bottom-right-radius: 0px;	
	-moz-border-radius-bottomright: 0px;	
	-webkit-border-bottom-right-radius: 0px;
	
	border-bottom-left-radius: 0px;	
	-moz-border-radius-bottomleft: 0px;	
	-webkit-border-bottom-left-radius: 0px;
	
	border-top-left-radius: 0px;	
	-moz-border-radius-topleft: 0px;	
	-webkit-border-top-left-radius: 0px;
	

}
/**
	END Some generic reusable classes
*/


html {
  overflow-y: scroll;
  height: 100%;
}

body { 
	padding:0px;
	margin:0px;
	font-family: arial,helvetica,sans-serif; 
	font-size: 10pt;
	background-color:#000;
	height: 100%;
	/*background-image: url('/wp-content/themes/gk2010/images/Optie2ZwartV2.jpg');*/
	background-position: top center;
	background-repeat: no-repeat;
	*/
}

/**
		HEADER STUFF
*/
#leaderboard
{
	position:relative;
  width:728px;
 	margin-left: auto;
 	margin-right: auto;	
}
header {
	position:relative;
  width:966px;
 	margin-left: auto;
 	margin-right: auto;
  z-index: 1;
}
header p 
{
	width:946px;
	height:20px;
	display:block;
	color:#fff;
	background-color:#000;
	margin:0px;
	padding:10px;	
	padding-top:0px;
	padding-bottom:5px;
	font-family: 'AllerBold';	
	border-bottom: 1px solid white;
	float:left;
}
header a
{
	color: #fff;
	text-decoration:none;
}
header img
{
	border:0px;
	margin:0px;
	padding:0px;
}
#logo
{
	margin-top:3px;
}
#true-header
{
	display:block;
	margin-top:2px;
	float:right;
}
#true-logo
{
	position:relative;
	top:3px;
}
/**
		MAIN NAVIGATION
*/

nav
{
	position: relative
	display:block;
	width:966px;
	height:30px;
 	margin-left: auto;
  margin-right: auto;
 	padding:0px;
	margin-top:0px;
  z-index: 100;
}
nav ul
{
	padding:0px;
	margin:0px;
	list-style-type: none;
	color:white;
	letter-spacing:0px;
	font-size: 16px;
	margin-left:10px;
}
nav li 
{
	float:left;
	margin:0px;		
	padding:0px;
	padding-top:5px;
}

nav a
{
	text-decoration:none;
	padding:0px;
	padding-top:2px;
	position:relative;	
	height:28px;
	margin-right:10px;
	color:white; 
	text-shadow: 0px 1px 6px #000;
	font-family: 'AllerBold';
}
nav a:hover,nav a.first:hover
{
	color:#000;
}
nav li.search
{
	text-decoration:none;
	padding-left:0px;
	padding-right:10px;
	padding-top:0px;
	width:325px;
	height:30px;
	float:right;
	position: relative;
	z-index:100;
}
#searchCat
{
	padding:0px;
	margin:0px;
}
input.text
{	
	float:left;
	position:relative;
	left: -11px;
	background: #FFF; /* for non-css3 browsers */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFEFEF');  for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#C0C0C0)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #C0C0C0); /* for firefox 3.6+ */
	border:0px;
	height:16px;
	width: 126px;
	margin-top: 5px;
	margin-right:5px;
	padding-left:5px;
	padding-right:5px;
	margin-left:0px;
}
#DropDown
{
	width: 105px;
	margin:0;   
	padding:0;   
	list-style:none;
	display:none;
	left: 140px;
	top: -18px;	
}
#DropDown li
{
	font-family: 'AllerBold';	
	width: 110px;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	height: 16px;
	margin-top:4px;
	display:block;
	color : #FFF;
	text-shadow: 0px 0px 0px; 
	font-size: 10pt;
	background-color:#000;
	pointer: cursor;
	position:relative;
	left: 135px;
	top: -18px;	
	cursor: pointer;
}
#DropDown li a:hover
{
	color: #0672EE;
}
#searchCat
{
	width: 110px;
	padding-left:5px;
	padding-right:5px;
	height: 16px;	
	margin-top:4px;
	padding-top:2px;
	display:block;
	color : #000;
	text-shadow: 0px 0px 0px; 
	font-size: 10pt;
	background-color: #fff;
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFEFEF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EFEFEF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #EFEFEF); /* for firefox 3.6+ */
	clear:both;
	left: 135px;
	top: -18px;
}
#searchCat img
{
	padding-top:2px;
	float:right;
}
input.button {
	float:right;
	margin:0px;	
	padding:0px;
	color:#FFF;
	background: transparent;
	height:18px;
	border:0px;
	margin-top:4px;
	padding-top:0px;
	font-weight: bold;
	font-size: 16px;	
	font-family: AllerBold;
	text-shadow: 0px 1px 6px #000;
	letter-spacing:0px;
	cursor: pointer;
}
input.button:hover {
	color:#000;
}

/**
		SHOWCASE
*/

#ShowCase
{
	display:block;
	width: 966px;
	height: 530px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #0672EE;
	z-index: 20;	
}
#VideoShowCase
{
	display:block;
	width: 966px;
	height: 380px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #0672EE;
	z-index: 20;	
}
#ArchiefShowCase
{
	display:block;
	width: 966px;
	height: 30px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #0672EE;
	z-index: 20;	
}
#NewsShowCase
{
	display:block;
	width: 966px;
	height: 30px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #0672EE;
	z-index: 20;	
}
#videoblock
{
	padding-top:10px;	
	display:block;
	width: 966px;	
	height: 350px;
	background-color:#000;
	z-index:20;
	position: relative;
}
article #ShowCase
{
	display:block;
	width:960px;
	height:360px:
	padding:0px;
	margin:0px;	
}

#ImageHolder
{
	display:block;
	float:left;
	height: 340px;	
	margin:0px;
	margin-left:10px;
	width:600px;
	overflow:hidden;
	padding:0px;
}
#TitleContainer
{
	display:block;	
	width:535px;
	height:65px;
	position:absolute;
	left:10px;
	top:235px;
	overflow:hidden;
	z-index: 300;
	background-image: url('/wp-content/themes/gk2010/images/play_icon.png');
	background-repeat: no-repeat;
	background-position: 20px 13px;
	background-color: rgba(0,0,0,0.40);
	cursor:pointer;
}
#TitleContainer:hover
{
	display:block;	
	width:535px;
	height:65px;
	position:absolute;
	left:10px;
	top:235px;
	overflow:hidden;
	z-index: 300;
	background-image: url('/wp-content/themes/gk2010/images/play_icon.png');
	background-repeat: no-repeat;
	background-position: 20px 13px;
	background-color: rgba(7,115,239,0.80);
}
#titles
{

}
#titles li
{
	list-style-type: none;
	color: #fff;
	width:450px;
	margin:0px;
	margin-left: 40px;
	padding-left:0px;
	padding-top:0px;
	padding-bottom:0px;	
	height:65px;
}
#titles li h2
{
	display:inline;
	font-family: AllerBoldItalic;
	
}
#titles li h2.txt-cat
{
	font-family: AllerBold;
	font-weight: normal;	
}
#Itip
{
	display:block;
	position:absolute;
	left:516px;
	top:-3px;
	z-index:14;
}
#Itip li
{
	display:block;
	overflow:hidden;
	width:100px;
	height:68px;
	list-style-type: none;
	margin-bottom:0px;
	position:relative;
	left:35px;
	background-image: url('/wp-content/themes/gk2010/images/q-tip.png');
	background-repeat: no-repeat;
	background-properties: fixed;
}
#Images 
{
	position:relative;	
	top:-16px;
	list-style-type: none;
	display:block;
	width: 3000px;
	height: 340px;
	margin-left:0px;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	background-color: #001122;
	float:left;	
	z-index:13;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	-o-transition:all 0.5s ease-in-out;
	-transition:all 0.5s ease-in-out;		
}
#Images li
{
	-webkit-transform:translate3d(0,0,0)
	width: 600px;
	height: 340px;
	margin-left:0px;
	padding: 0px;
	float:left;
}
img {
	border:0px;
}
#Images img
{
	width:600px;
	height:340px;
}
#Images li img
{
	position:relative;
	z-index:1;
	border: 0px;	
	width:600px;
	height:340px;
}
#Items 
{
	position: relative;
	list-style-type: none;
	width: 346px;
	height: 340px;
	margin-left:0px;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	padding-left: 0px;
	float:left;
	background-color: #000;
	z-index:15;
}
#Items span
{
	font-family: AllerLightRegular;
	font-size: 8pt;
	color: #0792FB;
}
#Items li
{
	list-style-type: none;
	width: 326px;
	height: 56px;
	margin-left:0px;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	cursor: pointer;	
	border-bottom:1px solid #191919;
}
#Items li.select span
{
	font-family: AllerLightRegular;
	font-size: 8pt;
	color: #0792FB;
}
#Items li.select
{
	list-style-type: none;
	width: 326px;
	height: 56px;
	margin-left:0px;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	cursor: pointer;	
	border-bottom:1px solid #0567d8;
}
#Items li.last
{
	height:56px;
	border-bottom:0px solid #0567d8;
}
#Items li.last.select
{
	height:56px;
	border-bottom:1px solid #0567d8;
}
#Items li.last.select
{
	list-style-type: none;
	width: 326px;
	height:54px;
	margin-left:0px;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	float:left;
	cursor: pointer;
	border-bottom:0px solid #1d1d1d;
}
#Items a
{
	text-decoration:none;
}
#Items li h2
{
	font-weight: normal;
	display:inline;
	font-family:Verdana;
	color: #FFF;
	font-size: 8pt;	
}
#Items li.select h2
{
	font-weight: normal;
	display:inline;
	font-family:Verdana;
	color: #fff;
	font-size: 8pt;
}
#Items h2.txt-cat
{
	font-family: AllerBold;
	text-transform: uppercase;
	font-size: 10pt;
	color: #FFF;
}
#Items li.select h2.txt-cat
{
	font-family: AllerBold;
	text-transform: uppercase;
	font-size: 10pt;
	color: #FFF;
}
#Items li.select
{
	background-color: #0567d8;
}
#Items small
{
	color:#000;
	text-shadow: 0px 0px 0px;
	font-size: 10px;
	margin-top:5px;
}
#Items p 
{
	color:white;
	margin:0px;
	padding:0px;
	font-size: 10px;	
}

#bar
{
	position:relative;
	top: 10px;
	list-style-type: none;
	display:block;
	width: 946px;
	height: 100px;
	background-color: #000;	
	clear:both;
	margin: 0px;
	margin-left:10px;	
	padding:0px;
	padding-top: 10px;
	padding-bottom: 10px;	
}
#bar li
{
	float:left;
	padding:0px;
	margin:0px;
}
#bar img
{
	border:0px;
}
#slideholder
{
	overflow:hidden;
	position:relative 
}
#slideholder li a
{
	text-decoration:none;
	overflow:hidden;
}
#slideholder li
{	
	overflow:hidden;
	position:relative;
}
.slide-category
{
	display:block;
	font-family: AllerBold;
	text-transform: uppercase;
	font-size: 8pt;
	position:absolute;
	top:75px; /* in conjunction with left property, decides the text position */
	left:0px;
	z-index: 200;
	padding-left:5px;
	padding-top:4px;
	padding-bottom:5px;
	width:145px; /* optional, though better have one */
	background-color: rgba(7,115,239,0.80);
	color:white;
	text-decoration:none;
	line-height: 20px;
	float:left;
}
.slide-category a
{
	text-decoration:none;
}
#LeftArrow
{
	display:block;
	width:78px;
	height:100px;
	cursor:pointer;	
	background-color:#000;
	background-image: url('http://www.gamekings.tv/wp-content/themes/gk2010/images/arrow_left.gif');
	background-repeat: no-repeat;
	background-position: 0px 18px;
}
#RightArrow
{
	display:block;
	width:78px;
	height:100px;
	cursor:pointer;
	background-color:#000;
	background-image: url('http://www.gamekings.tv/wp-content/themes/gk2010/images/arrow_right.gif');
	background-repeat: no-repeat;
	background-position: 0px 18px;
}
#LeftArrow img, #RightArrow img
{
	margin-left:10px;
}
#main
{
	position:relative;
	display:block;
	padding:0px;
	margin:0px;
	width: 790px;
	height: 100px;
	background-color: #000;		
	overflow:hidden;
}
#main ul
{
	width: 5000px;
	position:relative;
	left:-40px;
}
#main li
{
	list-style-type: none;
	float:left;
	padding:0px;
	margin:0px;
	margin-right: 10px;
}

/**      Secondary content     */

#left
{ 
	display: block;
	width:600px;
	float:left;
}

#MainContent {
	position:relative;
	display:block;
  	width: 946px; 
  	margin-top:0px;
  	background-color: #000;
  	padding:10px;
	margin-left: auto;
  	margin-right: auto;
	z-index: 5;	
}

/**      Twitter     */

#twitterfeed h2
{
	color: #000;
}

#twitterfeed
{
	display: block;
	float: right;
	width: 316px;	
	height:	400px;
	margin-top:10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #fff;	
}

/**      Facebook     */

#facebooklike
{
	display: block;
	float: right;
	width: 316px;	
	height:	270px;
	margin-top:10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	background-color: #fff;	
	color:#fff;
}

/**      Overzicht     */

#nieuwsoverzicht
{
	float: left;
	width: 600px;	
	height:	100%;	
	background: #FCFCFC; /* for non-css3 browsers */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFEFEF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EFEFEF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #EFEFEF); /* for firefox 3.6+ */
}
#archiefoverzicht
{
	float: left;
	width: 600px;	
	height:	100%;	
	background: #FCFCFC; /* for non-css3 browsers */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFEFEF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EFEFEF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #EFEFEF); /* for firefox 3.6+ */	
}

.overzicht
{
	float: left;
	width: 600px;	
	height:	100%;	
	background: #FCFCFC; /* for non-css3 browsers */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFEFEF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EFEFEF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #EFEFEF); /* for firefox 3.6+ */	
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
}
.overzicht.top
{
	margin-bottom:10px;
}
.overzicht article
{
	padding-left:10px;
	padding-right:10px;
	padding-bottom:5px;	
	padding-top:5px;
	border-bottom: 1px solid #CFCFCF;
	border-top: 1px solid #FFF;
	padding-bottom:4px;
	min-height:105px;
  height:auto !important;
  height:105px;
}
.overzicht h2
{
	display: block;
	color: #000;
	text-transform: uppercase;
	margin-left: 10px;
	margin-bottom: 20px;
}
.overzicht article h2
{
	margin-bottom: 0px;
}
.overzicht article p.col 
{ 
	font-size: 8pt; 
	padding:0px;
	margin:0px; 
	margin-bottom:  0px; 
}
.overzicht article p  {  
	font-size:  10px;   
	padding:0px;
	margin:0px; 
	font-size: 10pt; 
} 
.overzicht article span  {  
	padding:  0;
	margin: 0 0 0 0;  
	font-family: AllerBold; 
	font-size: 12pt; 
	color:  #0672EE; 	
	text-transform:uppercase; 
	} 
.overzicht article img
{
	width: 85px;
	height: 85px;
	float:left;
	margin-right:5px;
	margin-bottom: 5px;
}
.overzicht article a,.overzicht a,auteursOverzicht a
{
	text-decoration:none;
	color: #000;
}
	
.overzicht article a:hover,.overzicht article a:hover h2,.overzicht a:hover, auteursOverzicht a:hover
{
	text-decoration:none;
	color: #0672EE;	
}
.overzicht .tags
{
	display:block;	
	color: #000;
	width:575px;
	height: 15px;
	font-family: helvetica,arial,sans-serif; 
	font-size: 12px;
	margin-right: 10px;
	padding-left:4px;
	padding-right: 0px;
	padding-top:0px;
	padding-bottom:4px;
	line-height:20px;
	overflow:hidden;
	text-transform: none;
	text-align:right;
}
.overzicht .tags a
{
	font-style: italic;
	color: #0672EE;		
}
.overzicht .tags a:hover
{
	font-style: italic;	
	color:#000;
}

#cat
{
	position:relative;
	top: -43px;
	left:-10px;
}

#rightview
{
	width: 338px;
	float:right;
}

.archivelink
{
	font-family: AllerBold;
	font-size: 12pt;
	display:block;
	float:right;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom:10px;
	position:relative;
}

.afllink
{
	font-family: AllerBold;
	font-size: 12pt;
	display:block;
	float:right;
	margin-top: 9px;
	margin-right: 10px;
	position:relative;
}

#pagina1
{
	border:0px;
	margin-right:20px;	
}
#paginate li 
{
	list-style-type:none;
	border:0px;
	height: 27px;
	width:85px;
	float:left;		
	margin-right:5px;
}

#page-controls
{
	margin-top: 5px;
	display:block;
	height:20px;
	width: 630px;
}

#paginate li.inactive
{
	font-family: AllerBold;
	font-size: 12pt;
	height: 18px;
	width:85px;
	padding-top:4px;
	padding-bottom:4px;	
	text-align:center;
	float:left;
	border: 0px;
	display:block;
	color: black;
	background-color: #0567d8;	
	margin-top:0px;
}
#paginate a
{	
	font-family: AllerBold;
	font-size: 12pt;
	height: 18px;
	width:85px;
	text-align:center;
	padding-top:4px;
	padding-bottom:4px;	
	float:left;
	border: 0px;
	display:block;
	color: white;
	background-color: #0672EE;	
	
}
#paginate,#pages
{
	margin-left:-30px;
}
#paginate a:hover
{	
	background-color: #0567d8;	
	color:#000;
}
#paginate li.last
{	
	margin:0px;
}
#paginate .ptext
{
	font-family: AllerBold;
	font-size: 12pt;
	width: 225px;
	text-align:center;
	background-color: transparent;
	color: #000;
	margin:0px;
}
#pages
{
	display:block;
	width: 630px;
}
#pages ul
{	
	display:block;
	margin-top:0px;	
	width: 630px;
	
}
#pages li
{	
	list-style-type:none;
	float:left;
	height: 33px;
	width: 40px;
	border: 0px;
	margin-right:5px;
}
#pages li.last
{	
	margin-right:0px;
}

#pages a
{	
	font-family: AllerBold;
	font-size: 12pt;
	text-align:center;
	float:left;
	height: 18px;
	width: 30px;
	padding:5px;
	border: 0px;
	display:block;
	color: white;
	background-color: #0672EE;	
}
#pages a.current,#pages a.current:hover
{	
	font-family: AllerBold;
	font-size: 12pt;
	text-align:center;
	float:left;
	height: 18px;
	width: 30px;
	padding:5px;
	border: 0px;
	display:block;
	color: white;
	background-color: #000;	
}
#pages a:hover,#paginate a li:hover
{	
	background-color: #0567d8;	
	color:#000;
}

select
{
	font-size:12pt;
	margin-top:4px;
	display:block;
	color : #000;
	text-shadow: 0px 0px 0px; 
	font-size: 10pt;
	clear:both;
	float:right;
	position:relative;
	top:-23px;
}
#archiveCat img
{
	padding-top:2px;
	float:right;
}
#DropDown2
{
	width: 165px;
	margin:0;   
	padding:0;   
	list-style:none;
	display:none;
	left: 140px;
	top: -18px;	
}
#DropDown2 li
{
	font-family: 'AllerBold';	
	color: #fff;
	width: 166px;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	height: 16px;
	margin-top:4px;
	display:block;
	color : #FFF;
	text-shadow: 0px 0px 0px; 
	font-size: 10pt;
	background-color:#000;
	pointer: cursor;
	position:relative;
	left: 405px;	
	top: 10px;
	border:0px;
}
#DropDown li a:hover
{
	color: #0672EE;
}
/**      Aflevering     */

#videos
{
	display: block;
	float: right;
	width: 316px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top:10px;
	background-color: #000;		
}
#videos article
{
	border-bottom:1px solid #323232;
	border-top:1px solid #1f1f1f;	
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;
}
#videos article.first
{
	border-top:0px solid #0669DB;
}
#videos article.last
{
	border-bottom:0px solid #0669DB;
}
#videos a
{
	color:#fff;	
	text-decoration:none;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;	
}
#videos a:hover
{
	color:#0672EE;	
	text-decoration:none;
}
#videos a:hover h2
{
	color:#0672EE;	
}
#videos h2
{
	text-transform:uppercase;
	font-size: 12pt;
	padding:0px;
	margin:0px;	
	margin-bottom:0px;
}
#videos p
{
	font-size: 10px;
	padding:0px;
	margin:0px;	
}
#videos img
{
	float:left;
	height: 75px;
	width: 318px;
	margin-top:10px;
	border:0px;
}
#videos h2 span
{
	color:#0672EE;		
}
#afleveringen
{
	display: block;
	float: right;
	width: 316px;	
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top:10px;
	background-color: #000;		
}

#afleveringen.home
{
	height: 600px;
}
#afleveringen .archivelink
{
	font-family: AllerBold;
	font-size: 12pt;
	display:block;
	float:right;
	margin-top: 10px;
	margin-right: 0px;
	position:relative;
	padding-bottom:10px;
}
#afleveringen.single
{
	height: 785px;
}
#afleveringen article
{
	border-bottom:1px solid #323232;
	border-top:1px solid #1f1f1f;	
	padding-top:5px;
	padding-bottom:5px;
	margin-top:0px;

}

#afleveringen.home article
{
	height: 81px;
}

#afleveringen article.first
{
	border-top:0px solid #0669DB;
}
#afleveringen article.last
{
	border-bottom:0px solid #0669DB;
}
#afleveringen a
{
	color:#fff;	
	text-decoration:none;
	padding-top:0px;
	padding-bottom:0px;
	margin:0px;	
}
#afleveringen a:hover
{
	color:#0672EE;	
	text-decoration:none;
}
#afleveringen a:hover h2
{
	color:#0672EE;	
}
#afleveringen h2 span
{
	color:#0672EE;		
}
#afleveringen h2
{
	
	text-transform:uppercase;
	font-size: 12pt;
	padding:0px;
	margin:0px;	
	margin-bottom:0px;
}
#afleveringen p
{
	font-size: 10px;
	padding:0px;
	margin:0px;	
}

h2.headl
{
	color:#0672EE;	
}
/** Rechter blok */
#pageholder
{
	height:100%;
	height: 100%;
}
#rightside
{
	float:right;
	width:490px;
	margin:0px;
}

#leftside
{
	height:100%;
	float:left;
	width:10px;
	margin:0px;
}

/**      Reviews     */

#reviews
{
	display: block;
	float:left;
	width: 600px;		
	height:	680px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-top:10px;
	margin-right:10px;
	background: #FCFCFC; /* for non-css3 browsers */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFEFEF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EFEFEF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #EFEFEF); /* for firefox 3.6+ */
}

/**      Banners     */

#rectangle_news
{
	display: block;
	float: right;
	width: 336px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 0px;	
	margin:0px;
	background-color: #000;	
}

#rectangle
{
	display: block;
	float: right;
	width: 336px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;	
	margin:0px;
	background-color: #000;	
}
#rectangle_single
{
	display: block;
	float: right;
	width: 320px;	
	height:	270px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;	
	margin:0px;
	background-color: #0672EE;	
}
#skyscraper
{
	float:left;
	display:block;
	width: 120px;
	height:600px;
	margin-top:10px;;
	background-color: #fff;	
}


/**      Video content     */

#playicon
{
	position:absolute;
	left: 44%;
	top: 40%;
	z-index: 115;
	margin:auto;
	cursor: pointer;
}

#video {
  width: 940px;
  height:340px;
  display:block;
  padding: 10px;
  margin: 0;
	background-color: #000;
  -moz-box-shadow: 0px 0px 10px #000; /* Firefox/Mozilla */
  -webkit-box-shadow: 0px 0px 10px #000; /*Safari/Chrome */
  box-shadow: 0px 0px 10px #000; /* Opera & hoe het zou moeten */
  /* Voor IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
  /* Voor IE 5.5 - 7 */
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');	
}
#player
{
	float:left;
	width:600px;
	height:340px;
	display:block;
	background-color:#ABABAB;
}
#player span
{
	position:absolute;
	top: 250px;
	display:block;
	z-index:2;
	padding:5px;
	font-family:AllerBold;
	color:white;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);	
	text-shadow: 0px 1px 6px #000;
	text-decoration:none;
}
#player a:hover
{
	position:absolute;
	top: 250px;
	display:block;
	z-index:2;
	padding:5px;
	font-family:AllerBold;
	color:black;
	background: rgb(1, 1, 1);
	background: rgba(1, 1, 1, 0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);	
	text-shadow: 0px 1px 6px #000;
	text-decoration:none;
}
#player b
{
	filter:alpha(opacity=10);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;	
}
#player img
{
	position:absolute;	
	z-index:1;
	width:600px;
	height:340px;
	display:block;
	background-color:#AABBCC;
}
#post
{
	float:right;
	width:340px;
	height:340px;
	display:block;
	background-color:#FFF;
}

.playbutton {
border-color: transparent transparent transparent #FFF;
border-style: solid;
border-width: 7px 0px 7px 12px;
float: left;
height: 0px;
margin: 0px 10px;
width: 0px;
margin-top:5px;
}
#mainpost
{
	background-color:#fff;
	height: 340px;
	width:310px;
	padding-left:30px;
	overflow: auto;	
	margin:0px;
}
#slider {
  	width: 940px;
  	height:150px;
 	display:block;
  	padding: 0 0px 0 0;
  	padding-top: 10px;
  	margin: 10px;
  	margin-bottom:10px;
	background-color: #000;
	position:relative;
	border-top-right-radius: 8px;
	border-top-left-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
  	-moz-box-shadow: 0px 1px 5px #000; /* Firefox/Mozilla */
  	-webkit-box-shadow: 0px 1px 5px #000; /*Safari/Chrome */
  	box-shadow: 0px 0px 5px #000; /* Opera & hoe het zou moeten */  
}
.control
{	
	width: 20px;
	display:block;
	background-color: #1D1D1D;	
}

#leftControl
{
	border-color: transparent transparent transparent #FFF;
	border-style: solid;
	border-left-color: orange;
	                                                       
	                    
	border-bottom-color: #050000;
	                                                       
	                    
	border-right-color: #fefbfb;
	                                                       
	                    
	border-top-color: #050000;
	                                                       
	                    
	border-left-width: 0px;
	                                                       
	                    
	border-bottom-width: 30px;
	                                                       
	                    
	border-right-width: 31px;
	                                                       
	                    
	border-top-width: 30px;
 	border-style:solid;
	float: left;
	height: 0px;
	float:left;
	margin-left:10px;
	background-color: #000;
	cursor:pointer;
}
#rightControl
{
	border-color: transparent transparent transparent #FFF;
	border-style: solid;
	border-left-color: orange;
	                                                       
	                    
	border-bottom-color: #050000;
	                                                       
	                    
	border-right-color: #fff;
	                                                       
	                    
	border-top-color: #050000;
	                                                       
	                    
	border-left-width: 31px;
	                                                       
	                    
	border-bottom-width: 30px;
	                                                       
	                    
	border-right-width: 0px;
	                                                       
	                    
	border-top-width: 30px;
 	border-style:solid;
	float: left;
	height: 0px;
	float:left;
	margin-left:10px;
	background-color: #000;
	cursor:pointer;

}
#slideList
{
	float:left;
	display:block;
	width: 810px;
	height:100px;
	overflow:auto;
}
#slideList ul
{
	width:3375px;
	display:block;
	height:100px;
	list-style-type: none;
	padding:0px;
	margin:0px;
}
#slideList li
{
	float:left;
	display:block;
	width: 125px;
	height: 100px;
	padding:0px;
	margin:0px;
	margin-left:0px;
	margin-right:10px;
}
#slideList li img
{
	width:125px;
	border:0px;
}
  #primaryContent h1 {
    padding: 0;
    margin: 10px 0 0 0;
  }

  h2 {
    padding: 0;
    margin: 0 0 0 0;
    font-family: AllerBold;
    font-size: 12pt;
    color: #FFF;
    font-weight: normal;
  }

  /* titles are h2 on homepage and h1 for internal */
  #primaryContent h1.postTitle,
  #primaryContent h2.postTitle {
    font-size: 22px;
    font-family: AllerBold;
  }

  #primaryContent h3 {
  	font-weight: normal;
    padding: 0;
    margin: 10px 0 0 0;
  }


/**       NIEUWS          */


  #secondaryContent h3 {
  	font-weight: normal;
    padding: 0;
    margin: 10px 0 0 0;
  }
	
  ol#posts {
  	width: 600px;
  	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
  	float:left;
  	background-color:#fff;
  	position:relative;
  	display:block;
    list-style: none;
    margin: 10px;
    padding: 10px;
  }
	ol#posts li.header {
		
	font-family:AllerBold;
		
	}
	postWrapper
	.newsThumb
	{
		
		width:75px;
		height:75px;
	}
    li.postWrapper,
    div.postWrapper { }

      .postWrapper img { }

      div.post { }

      p.postMeta { }

  #pagination {
    list-style: none;
    margin: 0px;
    padding: 0px;
  }
    #pagination li {
      display: inlne;
    }
    #pagination .previous {
      text-align: left;
      float: left;
    }
    #pagination .future {
      text-align: right;
      float: right;
    }

  /** the HTML is a bit dodgy for the tag cloud, need to add some padding
      between the title and the first href */
  .widget_tag_cloud a {
    padding-left: 5px;
  }

#comment {
  width: 500px;
}

#footer {
  font-size: 80%;
  display:block;
  width:966px;
  height: 25px;
  margin: 0 auto;
  background-color: #000;
  text-align:center;
  font-family: AllerBold;
 	font-size: 10pt;
	color: #FFF; 
 }
#footer a {
	color: #FFF; 
	text-decoration:none;
 }
#footer p
{
	position:relative;
	top:6px;
}
footer{
	height: 50px;
}
/** normally hidden but will appear when css disabled */
.skip,
.noCss {
  position: absolute;
  left: -9999px;
}

/**
  theme requirements as per 
  http://codex.wordpress.org/CSS
*/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;

}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

/**
	Twitter styling
*/
.twtr-widget .twtr-tweet 
{
	border:none!important;
	margin:0px!important;	
	padding:0px!important;
	margin-left:-10px!important;	
}
.twtr-hd 
{
	display:none!important;
	padding:0px!important;	
}

/**
	Single Video styling
*/
#commentsbox  { 
	display: block;
	float:left;
	width: 580px;
	min-height: 200px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	background: #FFF; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FEFEFE'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#C0C0BE)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #C0C0BE); /* for firefox 3.6+ */
	 } 
* html #container { height:500px; }
#videopost
{
	display:block;
	width: 966px;
	height: 380px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #0672EE;	
}
.postbody
{
	list-style-type: none;
	width: 326px;
	height: 340px;
	margin-left:0px;
	margin-right:10px;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	float:right;
	font-size: 12px;
	padding-right: 10px;
	padding-left: 10px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#FEFEFE'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#C0C0BE)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #C0C0BE); /* for firefox 3.6+ */	
}
.postbody h2
{
	color: #000;
	margin-top:10px;
}
#videoplayer
{
	position:relative;	
	list-style-type: none;
	display:block;
	width: 945px;
	height: 532px;
	margin-left:0px;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	background-color: #001122;
	float:left;
}
#videocover
{
	position:absolute;
	width:945px;
	height:532px;
	cursor: pointer;
	z-index: 112;
}
#videocover img
{
	width: 945px;
	height: 532px;
}	
#rec_banner
{
	margin-left:10px;
	margin-top:10px;
	display:block;
	width: 300px;
	height: 250px;
	background-color: #1d1d1d;
}

iframe
{
	float:left;
	margin-right:10px !important;
}
.fb_ltr
{ }

/**      NieuwsPost     */
#page
{
	height: 100%;
}
.clear { clear: both;}
#nieuwspost, #auteurpost
{
	float:left;
	width: 580px;	
	font-size:10pt;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 0px;
	background: #FCFCFC; /* for non-css3 browsers */
	/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EFEFEF'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#EFEFEF)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #FFF,  #EFEFEF); /* for firefox 3.6+ */
	margin-top:10px;
}
#nieuwspost #videoplayer
{
	margin-left:-10px;
	margin-top:-10px;
	margin-bottom:10px;
	width:600px;
}

.postcontent
{
	margin-top:10px;
	margin-bottom:10px;
}
#nieuwspost a
{	
	color:#000;
	text-decoration:none;
}
#nieuwspost small
{
	display:block;
	margin-top:5px;
	margin-bottom:5px;
	
}
#nieuwspost h1
{
	font-family: AllerBold;
	font-weight: normal;
	font-size: 14pt;
	padding:0px;
	margin:0px;	
	color: #000;
}
#nieuwspost h2
{
	color: #000;
	margin-bottom: 5px;
}
#nieuwspost p
{
	padding:0px;
	margin:0px;	
	margin-bottom:10px;	
}
#breadcrumbs{
    padding: 0;
    margin: 0 0 0 0;
    font-family: AllerBold;
    font-size: 8pt;
    color: #000;
    text-transform:uppercase;
    margin:0px;
    padding:0px;
    display:inline;
}
.catmenu
{
	display:inline;
}

.swipeOverlay
{
	font-family: AllerBold;
	color: #fff;
	position:absolute;
	left: 30%;
	top: 10%;
	z-index: 3000;
	width:100px; 
	height: 73px;
	padding:0px;
	background-color: rgba(0,0,0,0.80);	
	background-image: url('/wp-content/themes/gk2010/images/swipe_icon.png');
}

.swipeOverlay2
{
	font-family: AllerBold;
	color: #fff;
	position:absolute;
	left: 45%;
	top: 20%;
	z-index: 3000;
	width:100px; 
	height: 73px;
	padding:0px;
	background-color: rgba(0,0,0,0.80);	
	background-image: url('/wp-content/themes/gk2010/images/swipe_icon.png');
}

#google_ads_div_Gamekings_Header
{
 	width:966px;
 	margin-left: auto;
 	margin-right: auto;
 	margin-bottom:-10px;
 	z-index: 1;
}

#h5player
{
	display:none;
}

.clearfix:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    * html .clearfix {height: 1%;}
    
    
#nieuwspost a{
	text-decoration:none;
	color: #0672EE;
}

.reactielink
{
	display:inline;
}
#twitchplayer
{
	position:relative;	
	list-style-type: none;
	display:block;
	width: 600px;
	height: 364px;
	margin-left:-10px;
	margin-right:auto;
	margin-top:-10px;
	margin-bottom:0px;
	padding: 0px;
	background-color: #001122;
	float:left;
}
#google_ads_div_Gamekings_wallpaper_ad_container,#google_ads_div_Gamekings_wallpaper_ad_wrapper,#google_ads_div_Gamekings_video_ads_Homepage_videos_preroll_ad_wrapper,#google_ads_div_Gamekings_video_ads_Andere_videos_preroll_ad_wrapper,#google_ads_div_Gamekings_video_ads_Nieuws_videos_postroll_ad_wrapper
{
	height:0px !important;
}
p.postcontent
{
	height:0px;
	margin-top:0px;
	margin-bottom:0px;
}

#ShowCaseE3
{
	display:block;
	width: 966px;
	height: 620px;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	background-color: #0672EE;
	z-index: 20;	
}
#e3Special
{
	display:block;
	position: relative;
	top:20px;
	width:940px;
	height:360px:
	padding:0px;
	margin:0px;	
	margin-left:10px;
}
.e3schedule
{
	float:left;
	width: 188px;
}
.e3schedule h2
{
	color: white;
	text-shadow: -1px -1px 0px #0a0c7e;
	margin-bottom: 5px;
	
}
#siteContainer {
		/*
		position: relative;
		top: -15px;
		*/
		font-family: arial,helvetica,sans-serif;
	    font-size: 10pt;
	    min-height: 100%;
	    margin: 0;
	    padding: 0;
	    background-repeat: no-repeat;
	    background-position: center top;

	}
#haloxl ul
{
	list-style-type: none;
	margin: 0px;
	margin-left: 10px;
	padding: 0px;
}		
#haloxl ul li
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #CFCFCF;
	border-top: 1px solid #FFF;
	padding-top:5px;
	padding-bottom:5px;
}	
#haloxl ul li a
{
	display: block;
	margin-bottom:5px;
	font-family: AllerBold;
	font-weight: normal;
	font-size: 16px;
	text-transform: uppercase;
}

.author-box
{
	display:block;
	width: 179px;
	height: 280px;
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
	background-color: #000;
}

.authorparent_title
{
	display: block;
	font-family: AllerBold;
	padding: 10px;

 	color: #FFF;
	font-size: 16px;
}
.author-box img
{
	width: 179px;
	height: 180px;
}
.auth_link
{
	display: block;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #FFF;
}
.auteursOverzicht a
{
	color: #000;
 	text-decoration: none;
}
.auteursOverzicht a:hover
{
	color: #0672EE;
 	text-decoration: none;
}
.auteursOverzicht h2
{
	margin-left: 0px;
}
.auteursOverzicht article
{
	padding-left: 0px;
	margin-left: 0px;
}
.auteur_box
{
	display:block;
	margin-top: 10px;
	margin-bottom: 20px;
	background-color: #000;
	height: 125px;
}
.auteur_box img
{
	float:left;
	margin-right: 20px;
}
.auteur_line1
{
	display:block;
	font-family: AllerBold;
	font-size: 32px;
	text-transform: uppercase;	
	color: #fff;
	line-height: 1;
	margin:0px;
	padding:0px;
	padding-top: 15px;
	padding-left: 20px;
	letter-spacing: -1px;
}
.auteur_line2
{
	display:block;
	font-family: AllerBold;
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;	
	line-height: 1;
	margin:0px;
	padding:0px;
	padding-left: 20px;
	letter-spacing: -2px;
}
.v2
{
	line-height: 0.4;
}
.auteursOverzicht article p
{
	color: #000;
 	text-decoration: none;
}

.auteursOverzicht article:hover p
{
	color: #0672EE;
 	text-decoration: none;
}

.auteursOverzicht #nieuwspost article h2
{
	color: #000;
}

.auteursOverzicht #nieuwspost article:hover h2
{
	color: #0672EE;
}
.author-box a
{
	color: #fff;
}

h2.bylineSide
{
	margin-top: 10px;
}

span.bylineHead
{
	display:block;
	color:#0672EE;	
	height: 26px;
	font-family: AllerBold;
	text-transform: uppercase;
	font-size: 12pt;
}

span.bylineSide 
{
	color: #fff;
	display:block;
	width: 300px;
	clear: left;
	margin-bottom: 20px;
}
img.bylineSide
{
	width: 125px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}
a.bylineSide
{
	color: #fff;
	margin-bottom: 5px;
}
.wp-post-image
{
	position:relative;	
	list-style-type: none;
	display:block;
	width: 600px;
	height: 340px;
	margin-right:auto;
	margin-top:0px;
	margin-bottom:0px;
	padding: 0px;
	background-color: #001122;
	float:left;
}
.singleGame
{
	position:relative;
	top:-20px;
}
.gamepagina_sidebar
{
	position: relative;
	top: -340px;
}
.gamepageInfoBox
{
	margin-top:10px;
	display:block;
	height: 100%;
	background-color:#000;
}
.gamepageInfoBox p
{
	padding-top:5px;
	color: #fff;
}
.gamepageInfoBox a
{
	color:#0672EE;
}
.gamepageInfoBox a:hover
{
	color: #fff;
}
.fill
{
	display:block;
	height:20px;
}

#clickbgright {
	cursor:pointer;
	height:1052px; 
	width: 720px; 
	left:50%;
	margin-left:480px;
	position:fixed;
	top:0px;
	z-index:0;
}

#clickbgleft {
	cursor:pointer;
	height:1052px; 
	width: 720px; 
	left:50%;
	margin-left:-1203px;
	position:fixed;
	top:0px;
	z-index:0;	
}