/*
Theme Name: ITG2012
Theme URI: https://inthegame.nl
Author: Jerry 'zombified' Kroskinski
Author URI: https://inthegame.nl/
Description: The default 2012 theme voor inthegame.nl
Version: 1.0
License: None. Not mean for redistribution.
License URI: license.txt
Tags: ITG, inthegame, games, reviews
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background:#e3e3e3 url(images/itg_bg_overall_2012_smaller_header.png) repeat-x left top;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: Arial,Helvetica,sans-serif;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #fafafa; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 60%, #e6e6e6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#fafafa), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* IE10+ */
	background: linear-gradient(top,  #fafafa 60%,#e6e6e6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-9 */
	box-shadow: inset 0 2px 1px #fff;
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.4rem;
	padding: 1.12em 1.5em .88em;
	text-shadow: 0 1px 0 rgba(255,255,255,.5);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top,  #f5f5f5 60%, #dcdcdc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(60%,#f5f5f5), color-stop(100%,#dcdcdc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* IE10+ */
	background: linear-gradient(top,  #f5f5f5 60%,#dcdcdc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#dcdcdc',GradientType=0 ); /* IE6-9 */
	border-color: #bbb #bbb #aaa #bbb;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 2px 3px rgba(0,0,0,.15);
	box-shadow: inset 0 2px 2px rgba(0,0,0,.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}
input[type=text],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
}
input[type=text]:focus,
textarea:focus {
	color: #111;
}
input[type=text] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	color: #FF7F00;
	text-decoration: none;
}
a:visited {
	color: #FFF;
	text-decoration: none;
}
a:hover,
a:focus,
a:active {
	color: #ff7f00;
	text-decoration: underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}





/* =Menu
----------------------------------------------- */

#main-navigation {
	float: left;
	width: 960px;
}

#menu_top_side {
	float: left;
	width: 800px;
}

#menu_bottom_side  {		
	float: left;
	width: 800px;
	height: 50px;
}

#menu_login_box {
	float: left;
	width: 430px;
	height: 80px;
	margin: 14px 0 0 0;
	line-height: 20px;
	text-align: right;
}


#menu-logged-in {
	float: left;
	width: 300px;
	height: 72px;
	margin: 5px 0px 5px 115px;
	background: #f89b1a;
	border: 1px solid #FFF;
	padding: 5px;
	overflow: hidden;
	border-radius: 4px;
}

#menu-logged-in img {
	display: block;
	float: left;
	border-radius: 4px;
}

#menu-logged-in-content {
	display: block;
	float: left;
	margin-left: 10px;
}

#menu-logged-in-content  h3 {
	font-size: 16px;
}

#menu-logged-in a:hover , #menu_login_box a:hover{
	color: #404040;
}
	
#nav {
	position: relative;
	margin: 0px;
}
#nav li {
    list-style:none;
    float: left;
}
#nav li a {
    display: block;
    padding: 0 10px;
	magin: 0px;
    text-decoration: none;
	color:#000;
	font-size: 46px;
	line-height: 46px;
	font-family:impact,Trebuchet MS,helvetica;
	text-transform: uppercase;
}

#nav li a:hover {
	color:#FFF;
}

/* Targeting the first level menu */
#nav {  
    display: block;
    height: 45px;
    z-index: 100;
    position: absolute;
}
#nav > li > a {
}

/* Targeting the second level menu */
#nav li ul {
    color: #333;
    display: none;
    position: absolute; 
    width:810px;
}
#nav li ul li {
    display: inline;
}
#nav li ul li a {
    border: none;
    line-height: 30px;
    margin: 0;
    padding: 0 10px 0 0;
	font-size: 16px;
	color: #FFF;
}
#nav li ul li a:hover {
    color:#FFF;
}

/* Third level menu */
#nav li ul li ul{
    top: 0;
}
ul.child {
	padding: 20px 0px 0px 0px;
}
/* A class of current will be added via jQuery */
#nav li.current > a {
    background: #f7f7f7;
    float:left;
}
/* CSS fallback */
#nav li:hover > ul.child {
    left:0;
    top:34px;
    display:inline;
    position:absolute;
    text-align:left;
}
#nav li:hover > ul.grandchild  {
    display:block;
}

/* =Category Menu
----------------------------------------------- */
ul#category-menu {
	display: block;
	float: left;
	width: 600px;
	margin: 5px 0px 2px 13px;
}

ul#category-menu li {
    font-size: 16px;
    line-height: 20px;
    list-style: none outside none;
    text-decoration: none;
    z-index: 3;
	float: left;
    margin: 0;
    padding: 0 15px 0 0;
    position: relative;
	font-weight: bold;
}

ul#category-menu li a{
	font-size: 12px;
	display: block;
	float: left;
	padding: 10px 0;
	color: #444444;
	font-weight: bold;
	}

ul#category-menu li a:hover{
	color: #FFF;
	text-decoration: none;
	}

/* =Search form in menu
----------------------------------------------- */
#searchform {
	margin-top: 10px;
	
	height: 30px;
	display: block;
    float: right;
}

#search {
    margin: 3px 0 0;
}
#searchform input {
    vertical-align: middle;
}
#searchform input#s {
    background: url("images/icon-search.png") no-repeat scroll 7px 50% white;
    border: medium none;
    border-radius: 4px 4px 4px 4px;
    color: #BBBBBB;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 12px;
    margin: 0 3px 0 0;
    padding: 5px 5px 5px 25px;
    width: 50px;
	border: 1px solid #FFF;
}
#searchform input#s:focus {
    color: #444444;
    outline: medium none;
	border: 1px solid #FF7F00;
}
	
/* =Pages Menu
----------------------------------------------- */
.site-navigation {
	float: left;
	width: 600px;
	height: 94px;
}

ul#pages-menu {
	width:810px;
}

ul#pages-menu li{
	height: 40px;
	border-right:1px solid #FF7F00;
	
	
}

ul#pages-menu li:first-child a{
	font-family:impact,Trebuchet MS,helvetica;
	color: e3e3e3;
	line-height: 40px;
	font-size:40px;
	text-transform:uppercase;
	padding-left:10px;
	padding-right:15px;
}

ul#pages-menu li a{
	font-family:impact,Trebuchet MS,helvetica;
	color: e3e3e3;
	line-height: 40px;
	font-size:40px;
	text-transform:uppercase;
	padding-left:15px;
	padding-right:15px;
}

ul#pages-menu li span{
	float:left;
	position:absolute;
	left:0;
	top:45px;
	display:none;
	width:960px;
	color:#FFF;
	z-index:12345678;
	padding:0;
}

#submainmenu{
	display: block;
	float: left;
	width: 815px;
	color: #FFF;
	font-size: 14px;
	margin: 15px 0 0 140px;
	padding: 0px;
}

/* =Breadcrumb Menu
----------------------------------------------- */
#breadcrumbs {
	display: block;
	float: left;
	width: 650px;
	color: #FFF;
	font-size: 14px;
	margin: 15px 0 0 140px;
	padding: 0px;
}



/* Small menu */
.menu-toggle {
	cursor: pointer;
}
.main-small-navigation .menu {
	display: none;
}



/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 10px 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	max-width: 100%;
}
.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright {
	margin-bottom: 1.5em;
}
.wp-caption img {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
#content .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
#content .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
#content .gallery dd {
	margin: 0;
}
#content .gallery-columns-4 .gallery-item {
}
#content .gallery-columns-4 .gallery-item img {
}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

#content .site-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
	float: left;
}
#content .nav-previous {
	float: left;
	width: 50%;
}
#content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
	background: none repeat scroll 0 0 #F8F8F8;
}

/* Search widget */
#searchsubmit {
	display: none;
}

/* =Pagewrapper
----------------------------------------------- */
#page {
	margin: auto;
	width: 1160px;
}

/* =Header
----------------------------------------------- */
#masthead {
	float: left;
	height: 138px;
}

hgroup {
	display: block;
	float: left;
	height: 94px;
	width: 130px;
}

hgroup #searchform {
	display: block;
	float: left;
	width: 400px;
	margin-left: 200px;
	margin-top: 40px;
}

hgroup #searchform input {
	width: 200px;
}

#header-logo {
	display: block;
	position: absolute;
	float: left;
		
}


/* =Main content
----------------------------------------------- */
#main{
	float: left;
}

#primary {
	float: left;
	width: 800px;
	margin-right: 20px;
}

#secondary {
	float: left;
	width: 340px;
}

#content {
	float: left;
	margin-bottom: 20px;
	background: #f8f8f8;
	border: 1px solid #bababa;
}


/* =Article
----------------------------------------------- */

.entry-header {
	float: left;
}

.entry-content {
	float: left;
	
}

.entry-meta-top {
	float: right;
	
}

.entry-meta, .entry-meta-top{
	font-size: 10px;
}

#content .entry-title-top {
	clear: right;
    display: block;
    float: left;
    font-size: 18px;
	font-weight: bold;
    line-height: 20px;
	width: 580px;
}

.entry-header-top img{
	display: block;
	float: left;
	margin-right: 20px;
	border: 1px solid #DEDEDE;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.entry-title {
	clear: right;
    display: block;
    float: left;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    width: 600px;
	font-weight: bold;
}

.hentry {
	border-bottom: 1px solid #DEDEDE;
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 5px;
}

.entry-title-top a, .entry-title a {
	color: #2f2f2f;
}

.entry-content-top {
	float: left;
	margin: 5px 0 0 0;
}

.entry-content-top img {
	float: left;
	margin-right: 20px;
	border: 1px solid #9E9E9E;
}

.entry-content-top p {
	float: left;
    margin-bottom: 10px;
    width: 580px;
	color: #2f2f2f;
}



.entry-content p {
	float: left;
    margin-bottom: 20px;
 	color: #2f2f2f;
	clear: both;
	width: 770px;
}

.entry-content blockquote p {
	float: left;
    margin-bottom: 20px;
 	color: #2f2f2f;
	clear: both;
	width: 730px;
}

.entry-meta a, .entry-meta-top a  {
	color: #ff7f00;
}

/* =Footer
----------------------------------------------- */
#colophon{
	float: left;
	background: #000;
}

/* =Frontpage specials
----------------------------------------------- */
#fpspecials {
	float: left;
	width: 1160px;
	height:200px;
	position:relative;
	padding-bottom: 20px;
}

#fpspecials img {
	border: 5px solid #FFFFFF;
    float: left;
    margin-left: 5px;
    
}

.specialcontainer:first-child{
	float:left;
	width:275px;
	position:relative;
	overflow:hidden;
	margin: 20px 10px 0 0;
}

.specialcontainer{
	float:left;
	width:275px;
	position:relative;
	overflow:hidden;
	margin: 20px 10px 0 10px;
}

.specialcontainer:last-child{
	float:left;
	width:275px;
	position:relative;
	overflow:hidden;
	margin: 20px 0 0 10px;
}


.specialcaption h3{
	width:225px;
	margin-top:5px;
	margin-left:10px;
	clear:none;
	float:left;
	display:block;
}
.specialcaption h3 a{
	font-size:20px;
	color:#FFF;
	text-decoration:none;
	border-bottom:2px solid #8e8984;
}
.specialcaption a:hover{
	color:#ccc;
	text-decoration:none;
}
.specialcaption{
	float:left;
	position:absolute;
	margin-left:0;
	height:75px;
	width:275px;
	top:90px;
	left:0;
	border-left:5px solid #FF7F00;
	padding:0;
}
.specialcaption span{
	float:left;
	width:50px;
	margin-top:20px;
	clear:right;
}
.specialcaption span img{
	border:none;
	width:16px;
	height:16px;
	margin:0 5px 0 0;
}
.specialcaption p{
	float:left;
	color:#FF7F00;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:700;
	margin-left:10px;
	margin-top:5px;
	margin-bottom:0;
	line-height:12px;
	clear:both;
}

.alpha60{
	background: #000000; /* solid color */
	background: rgba(0,0,0,0.6); /* transparent color */
	background: transparent\9; /* clear solid background for ie */
	zoom:1; /* required for the filters */
	-ms-filter:?rogid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)? /* IE8 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000); /* IE5.5-7 */
}

/* =Catergory Page slider
----------------------------------------------- */
#lofslidecontent50 {
	margin: 20px 0 30px 0;
}

/* =Frontpage slider
----------------------------------------------- */
#fpslider{
	height:300px;
	width:1160px;
	position:relative;
	margin-bottom:25px;
	margin-top: 0px;
	}

#sliderouterborder{
	border:5px solid #fff;
	width:1140px;
	height:290px;
	margin:0;
	padding:0;
}

.lof-main-content {
	float: left; 
	width: 200px;
	height: 290px;
	background: #000;
	}

.lof-slidecontent,.lof-slidecontent a{
	color:#FFF;
}
.lof-slidecontent a.readmore{
	color:#FF7F00;
	font-family:Verdana;
	font-size:12px;
	font-weight:700;
	padding: 0 0 0 20px;
}
.lof-slidecontent{
	position:relative;
	overflow:hidden;
	border:5px solid #fff;
	margin-left:5px;
}
.lof-slidecontent .preload{
	height:100%;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:100000;
	text-align:center;
	background:#FFF;
}
.lof-slidecontent .preload div{
	height:100%;
	width:100%;
	background:transparent url(images/slider/load-indicator.gif) no-repeat scroll 50% 50%;
}
.lof-main-outer{
	position:relative;
	height:100%;
	width:798px;
	z-index:3;
	overflow:hidden;
}
.lof-main-item-desc{
	z-index:100;
	position:absolute;
	bottom:5px;
	left:0;
	width:430px;
	background:url(images/slider/slider_overlay.png) repeat-y;
	height:290px;
	padding: 0px;
}

.lof-main-item-desc small{
	font-family:Verdana;
	font-size:12px;
	color:#FF7F00;
}
.lof-main-item-desc p{
	margin-top:10px;
	font-family:Verdana;
	font-size:12px;
	width:430px;
	margin-bottom:9px;
	padding:0 0 0 20px;
}
.lof-main-item-desc h3{
	margin:0;
	padding:0;
}
.lof-main-item-desc h2{
	font-family:Impact;
	font-size:22px;
	text-transform:uppercase;
	line-height:22px;
	margin:0 0 5px;
	padding:20px 0 10px 20px;
}

.lof-main-item-desc i {
		padding-left: 20px;
}

.lof-main-item-desc span{
	width:330px;
	background:#f90;
	display:block;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.lof-main-item-desc h3 a{
	font-size:75%;
	font-family:"Trebuchet MS",Trebuchet,Arial,Verdana,sans-serif;
	text-transform:uppercase;
	text-decoration:none;
	margin:0;
	padding:2px 3px;
}
.lof-main-item-desc h3 a:hover{
	text-decoration:underline;
}
.lof-main-item-desc h3 i{
	font-size:70%;
}
ul.lof-main-wapper{
	background:transparent url(images/slider/load-indicator.gif) no-repeat scroll 50% 50%;
	position:absolute;
	overflow:hidden;
	margin:0;
	padding:0;
}
ul.lof-main-wapper li{
	overflow:hidden;
	float:left;
	position:relative;
	margin:0;
	padding:0;
}
.lof-opacity{
	overflow:visible!important;
	position:absolute!important;
}
.lof-opacity li{
	position:absolute!important;
	top:0;
	left:0;
	float:inherit!important;
}
ul.lof-main-wapper li img{
	padding:0;
}
.lof-navigator-wapper{
	position:absolute;
	bottom:10px;
	right:10px;
	height: 25px;
	padding: 3px;
	background:#FFF;
	z-index: 999999;
	border: 1px solid #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
}
.lof-navigator-outer{
	position:relative;
	z-index:100;
	height:180px;
	width:150px !important;
	overflow:hidden;
	color:#FFF;
	float:left;
}
ul.lof-navigator{
	top:0;
	position:absolute;
	width:150px !important;
	margin:0px;
	padding:0px;
	height: 22px;
}
ul.lof-navigator li{
	color: #333;
	cursor:pointer;
	list-style:none;
	margin-left:0;
	overflow:hidden;
	float:left;
	display:block;
	text-align:center;
	padding:2px;
	font-size: 16px;
}
ul.lof-navigator li.active,ul.lof-navigator li:hover{
	background:#333;
	color:#FFF;
	display:block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; /* future proofing */
	-khtml-border-radius: 3px; /* for old Konqueror browsers */
}


/* =Side buttons
----------------------------------------------- */
#rss-follow{
	border:0;
	position:fixed;
	top:294px;
	right:0;
	z-index:2;
}

#twitter-follow{
	border:0;
	position:fixed;
	top:331px;
	right:0;
	z-index:2;
}

#facebook-like{
	border:0;
	position:fixed;
	top:368px;
	right:0;
	z-index:2;
}

#youtube-channel{
	border:0;
	position:fixed;
	top:405px;
	right:0;
	z-index:2;
}

#symbaloo-like{
	border:0;
	position:fixed;
	top:442px;
	right:0;
	z-index:2;
}


/* =FP GameHubBanner
----------------------------------------------- */
.game_hub_banner {
	display: block;
	width: 590px;
	height: 80px;
	background-image: url(images/game-hub/hubs_banner_sprite.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	text-indent: -99999px;
}

.game_hub_banner:hover {
	background-position: 0px -110px;;
}

/* =Boxshadow
----------------------------------------------- */
.box-shadow{
	-moz-box-shadow:0 7px 7px #6d6e71;
	-webkit-box-shadow:0 7px 7px #6d6e71;
	box-shadow:0 7px 7px #6d6e71;
}

.box-shadow-small-black{
	-moz-box-shadow:0 3px 3px #000;
	-webkit-box-shadow:0 3px 3px #000;
	box-shadow:0 3px 3px #000;
}

/* =Widget Global
----------------------------------------------- */
.widget {
	float: left;
}

.widget h4 {
	background: none repeat scroll 0 0 #2F2F2F;
    color: #F8F8F8;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin-bottom: 9px;
    text-transform: uppercase;
    padding: 5px;
	text-indent: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
}

.widget ul {
	list-style: none outside none;
	margin: 0;
    padding: 0;
    vertical-align: baseline;
}

/* =Widget Siderbar Global
----------------------------------------------- */
#secondary  .widget {
	float: left;
    margin-bottom: 20px;
	width: 340px;
	border: 1px solid #bababa;
	}

#secondary  a {
	color: #ff7f00;
}

#secondary ul li {
	padding: 5px;
	border-bottom: 1px solid #DEDEDE;
}


#secondary ul li:last-child {
	border-bottom: none;
}

/* =Widget overall
----------------------------------------------- */
.widget img {
	border: 1px solid #2F2F2F;
	display: block;
	float: left;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px; /* future proofing */
	-khtml-border-radius: 4px; /* for old Konqueror browsers */
}


/* =Widget Reviews
----------------------------------------------- */
.widget_itgreviewwidget ul li {
	float: left;
}

.widget_itgreviewwidget ul li img {
	margin-top: 3px;
}



.widget_itgreviewwidget ul li  p.review-meta {
	font-size: 10px;
	margin: 0 0 10px 0;
	width: 100%;
}

.widget_itgreviewwidget ul li h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#secondary .widget_itgreviewwidget ul li h3 a {
	color: #2F2F2F;
}

.widget_itgreviewwidget ul li p {
	float: left;
	margin-left: 10px;
	width: 215px;
}


/* =Widget Hot Not Want WTF
----------------------------------------------- */

/* =Widget Meest Besproken
----------------------------------------------- */

/* =Widget Social Media
----------------------------------------------- */

/* =Widget Recent Comments
----------------------------------------------- */



/* =Widget Binnenkort in de winkel
----------------------------------------------- */



.recentrelease {
	border-bottom: 1px solid #DEDEDE;
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
}

.fprelease_info {
	float: left;
	width: 330px;
	height: 57px;
}

.fprelease_price {
	float: left;
	width: 330px;
	height: 57px;
	padding-left: 10px;
	border-left: 1px solid #DEDEDE;
}

.releases_winkel {
	width: 134px;
}

.releases_price {
	width: 50px;
	text-align: right;
}

.fprelease_title {
	display: block;
	float: left;
	width: 270px;
	font-size: 12px;
	color: #ff7f00;
}

.releasedatum {
	font-size: 11px;
}

.release_left_fp_left {
	display: block;
	float: left;
	width: 100px;
}

.release_right_fp_left {
	display: block;
	float: left;
	width: 200px;
	text-align: left;
}

.release_right_fp_left a{
	color: #ff7f00;
}

.release_left_fp {
	display: block;
	float: left;
	width: 100px;
}

.release_right_fp {
	width: 124px;
	text-align: left;

}

.attachment-VideoWidget {
	display: block;
	float: left;
	width: 75px;
	height: 57px;
	margin-bottom: 0px;
    margin-right: 10px;
	border: 3px solid #9E9E9E;
    float: left;

}

/* =CUSTOM CSS MENU SEARCH
----------------------------------------------- */
.menu-item.menu-item-search { float:right; width:260px; }
.menu-search-form { float:right; padding-top:3px; width:250px; }
 form.menu-search-form { width:auto; }
 form.menu-search-form #s { background:#fff; border:1px solid #000; font-size:11px; margin:0 2px 0 0; padding:2px; width:180px; float:left; }
 .menu-search-form input#searchsubmit.my-wp-search { background:#000; color:#fff; cursor:pointer; float:right; padding:2px; text-transform:uppercase; }
 
 
 
 /* FOR TESTING */
p.the_date {
	background: none repeat scroll 0 0 #c9cacd;
    border-radius: 5px 5px 5px 5px;
    color: #F8F8F8;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    margin-bottom: 9px;
    padding: 5px;
    text-indent: 10px;
    text-transform: uppercase;

}

#content .entry-title-small {
	clear: none !important;
    display: block;
    float: left;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    width: 650px;
	color: #000;
}

.entry-title-small a {
	color: #2f2f2f;
}

.entry-time {
	display: block;
	float: left;
	width: 70px;
}

.entry-comments {
	display: block;
	float: left;
	width: 50px;
	text-align: right;
}

.entry-comments  a {
	color: #2f2f2f;
}
/*
#fpmenu {
	display: block;
	float: left;
	width: 630px;
	height: 30px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background: #2f2f2f;
}

#fpmenu li {
	float: left;
}

#fpmenu li a {
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-size: 18px;
	background: #2f2f2f;
	width: 100px;
	text-align: center;
}

#fpmenu li a:hover {
	cursor:pointer;
	cursor:hand;
	color: #c9cacd;
	
}

#fpmenu li a.active {
	color: #2f2f2f;
	background: #c9cacd;
	border-bottom: 5px solid #2f2f2f;
}

*/

#ajax_loading {
	display: none;
	float: left;
	width: 800px;
	margin: 20px 0 20px 0;
	text-align: center;
}

#ajax_custom_navi {
	display: block;
	float: left;
	width: 800px;
	height: 30px;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	background: #C9CACD;
}

#ajax_custom_navi li {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
	line-height: 30px;
	text-decoration: none;
	font-size: 18px;
	width: 380px;
	text-align: center;
	color: #333;
}

#ajax_custom_navi li:hover {
	cursor:pointer;
	cursor:hand;
	color: #FFF;
	
	
}

#ajax_custom_navi li.active {
	color: #2f2f2f;
	background: #c9cacd;
	border-bottom: 5px solid #2f2f2f;
}









/* Targeting both first and second level menus */
#fp_login {
	margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  float: right;
  background: #eee;
  border-bottom: 1px solid #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;   
}

#fp_login li {
	 float: left;   
}

nav #login {
  border-right: 1px solid #ddd;
  -moz-box-shadow: 1px 0 0 #fff;
  -webkit-box-shadow: 1px 0 0 #fff;
  box-shadow: 1px 0 0 #fff;  
}

nav #login-trigger,
nav #signup a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 25px;
  line-height: 25px;
  font-weight: bold;
  padding: 0 8px;
  text-decoration: none;
  color: #444;
  text-shadow: 0 1px 0 #fff; 
}

nav #signup a {
  -moz-border-radius: 0 3px 3px 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

nav #login-trigger {
  -moz-border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

nav #login-trigger:hover,
nav #login .active,
nav #signup a:hover {
  background: #fff;
}

nav #login-content {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  z-index: 999;    
  background: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
  background-image: -webkit-linear-gradient(top, #fff, #eee);
  background-image: -moz-linear-gradient(top, #fff, #eee);
  background-image: -ms-linear-gradient(top, #fff, #eee);
  background-image: -o-linear-gradient(top, #fff, #eee);
  background-image: linear-gradient(top, #fff, #eee);  
  padding: 15px;
  -moz-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  -webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  box-shadow: 0 2px 2px -1px rgba(0,0,0,.9);
  -moz-border-radius: 3px 0 3px 3px;
  -webkit-border-radius: 3px 0 3px 3px;
  border-radius: 3px 0 3px 3px;
}

nav li #login-content {
  right: 0;
  width: 250px;  
}

/*--------------------*/

#inputs input {
  background: #f1f1f1;
  padding: 6px 5px;
  margin: 0 0 5px 0;
  width: 238px;
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0 1px 1px #ccc inset;
  -webkit-box-shadow: 0 1px 1px #ccc inset;
  box-shadow: 0 1px 1px #ccc inset;
}

#inputs input:focus {
  background-color: #fff;
  border-color: #e8c291;
  outline: none;
  -moz-box-shadow: 0 0 0 1px #e8c291 inset;
  -webkit-box-shadow: 0 0 0 1px #e8c291 inset;
  box-shadow: 0 0 0 1px #e8c291 inset;
}

/*--------------------*/

#login #actions {
  margin: 10px 0 0 0;
}

#login #submit {		
  background-color: #FF7F00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fca54f), to(#FF7F00));
  background-image: -webkit-linear-gradient(top, #fca54f, #FF7F00);
  background-image: -moz-linear-gradient(top, #fca54f, #FF7F00);
  background-image: -ms-linear-gradient(top, #fca54f, #FF7F00);
  background-image: -o-linear-gradient(top, #fca54f, #FF7F00);
  background-image: linear-gradient(top, #fca54f, #FF7F00);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-shadow: 0 1px 0 rgba(0,0,0,.5);
  -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;    
  border: 1px solid #7e1515;
  float: left;
  height: 30px;
  padding: 0;
  width: 100px;
  cursor: pointer;
  font: bold 14px Arial, Helvetica;
  color: #fff;
}

#login #submit:hover,
#login #submit:focus {		
  background-color: #fca54f;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF7F00), to(#fca54f));
  background-image: -webkit-linear-gradient(top, #FF7F00, #fca54f);
  background-image: -moz-linear-gradient(top, #FF7F00, #fca54f);
  background-image: -ms-linear-gradient(top, #FF7F00, #fca54f);
  background-image: -o-linear-gradient(top, #FF7F00, #fca54f);
  background-image: linear-gradient(top, #FF7F00, #fca54f);
}	

#login #submit:active {		
  outline: none;
  -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;		
}

#login #submit::-moz-focus-inner {
  border: none;
}

#login label {
  float: right;
  line-height: 30px;
}

#login label input {
  position: relative;
  top: 2px;
  right: 2px;
}


/*
	Tabbed browsing op de FP rounded tabs
*/
.tabrow {
  text-align: center;
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
  line-height: 35px;
  height: 37px;
  overflow: hidden;
  font-size: 12px;
  font-family: arial;
  position: relative;
}

.tabrow li {
  border: 1px solid #AAA;
  background: #D1D1D1;
  background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
  display: inline-block;
  position:relative;
  z-index: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
  text-shadow: 0 1px #FFF;
  margin: 0 -5px;
  padding: 0 30px;
  color: #9d9d9d;
  font-weight: bold;
  cursor: pointer;
}

.tabrow li:hover {
	color: #FF7F00;
}

.tabrow a {
  color: #555;
  text-decoration: none;
}

.tabrow li.selected {
  background: #FFF;
  color: #FF7F00;
  z-index: 2;
  border-top-color: #FFF;
}

.tabrow:before {
  position: absolute;
  content: " ";
  width: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #e3e3e3;
  z-index: 1;
}

.tabrow li:before,
.tabrow li:after {
  border: 1px solid #AAA;
  position: absolute;
  top: -1px;
  width: 6px;
  height: 6px;
  content: " ";
}

.tabrow li:before  {
  left: -7px;
  border-top-right-radius: 6px;
  border-width: 1px 1px 0px 0px;
  box-shadow: 2px 0px 0 #ECECEC;
}

.tabrow li:after {
  right: -7px;
  border-top-left-radius: 6px;
  border-width: 1px 0px 0px 1px;
  box-shadow: -2px 0px 0 #ECECEC;
}

.tabrow li.selected:before {
  box-shadow: 2px 0px 0 #FFF;
}

.tabrow li.selected:after {
  box-shadow: -2px 0px 0 #FFF;
}

/* ROUNDED CORNERS */
.rounded-corners {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

.bottom_rounded_corners {
	-moz-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px; /* future proofing */
	-khtml-border-radius: 0 0 10px 10px; /* for old Konqueror browsers */
}

.top_rounded_corners {
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0; /* future proofing */
	-khtml-border-radius: 10px 10px 0 0; /* for old Konqueror browsers */
}

/* BOX SHADOWS */
.itg_shadow {
	-moz-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	-webkit-box-shadow: 5px 5px 5px rgba(68,68,68,0.6);
	box-shadow: 5px 5px 5px rgba(68,68,68,0.6);

	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30);
	-ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.30)";
	zoom: 1;
}

.box_shadow_bottom {
	-webkit-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.6);
	   -moz-box-shadow: 0 8px 6px -6px rgba(68,68,68,0.6);
	        box-shadow: 0 8px 6px -6px rgba(68,68,68,0.6);
}

.widget {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}

/* CATEGORY PAGE SIDEBAR */
.category #secondary {
	margin-top: 20px;
}

.page #main {
	margin-top: 20px;
}

.author #main {
	margin-top: 20px;
} 

#advertisement {
	float: left;
	display: block;
	line-height: 0px;
	margin: 0 20px 20px 20px;
}

#advertisement a {
	height: 1px;
}

#advertisement embed {
	margin: 0 auto;
}

/* MEDIA QUERIES */

/* FOR FP */
@media only screen and (max-width : 1160px){
	#fpslider, #lofslidecontent50 {
		display: none;
	}
	
	#fpspecials {
		display: none;
	}
	
	#secondary {
		float: left;
		width: 630px;
	}
	
	
	#primary{
		margin-top: 20px;
	}
	
	#breadcrumbs {
		display: none;
	}
	
	#nav li a {
		font-size: 20px;
	}
	
	#primary {
		width: 920px;
	}
	
	.hentry {
		width: 880px;
	}
	
	.entry-content-top p  {
		width: 750px;
	}
	
	.entry-title-small {
		width: 740px;
	}
	
	#ajax_custom_navi {
		width: 920px;
	}
	
	#secondary .widget {
		width: 920px;
	}
	
}


/* CUSTOM SIGNUP */
#main_form_content {
	float: left;
	width: 770px;
	margin: 0px 15px;
}

#main_form_content #wp_signup_form {
	padding: 20px;
}

#main_form_content #result {
	padding: 10px 20px;
}

.page-template-custom_signup-php h1 {
	background: none repeat scroll 0 0 #2F2F2F;
    border-radius: 5px 5px 5px 5px;
    color: #F8F8F8;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin-bottom: 9px;
    margin-top: 15px;
	padding: 5px;
    text-indent: 10px;
    text-transform: uppercase;

}


.page-template-sitemap-php h1, .page-template-default h1, .page-template-default-php h1, .page-template-custom_redactie-php h1m, .page-template-redactie-php h1 , .author  h1{
	background: none repeat scroll 0 0 #2F2F2F;
    border-radius: 5px 5px 5px 5px;
    color: #F8F8F8;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin-bottom: 9px;
    margin-top: 15px;
    padding: 5px;
    text-indent: 10px;
    text-transform: uppercase;
    width: 760px;
}	
	
/* GAMEHUB */
.page-template-gamehub-php #content {
	background: none;
}

ul#game-hub {
	list-style: none outside none;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

ul#game-hub li {
	margin-bottom: 20px;
}

/* SINGLE POST PAGE */
.single  #main {
	margin-top: 20px;
}

#content .entry-title-single {
	background: none repeat scroll 0 0 #2F2F2F;
    border-radius: 5px 5px 5px 5px;
    color: #F8F8F8;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin-bottom: 9px;
	margin-top: 15px;
    padding: 5px;
    text-indent: 10px;
    text-transform: uppercase;
	width: 760px;
}

.entry-header img, .entry-content img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* future proofing */
	-khtml-border-radius: 5px; /* for old Konqueror browsers */
	margin: 15px 0;
}

.entry-header img {
	display: block;
	float: left;
	margin: 0px 10px 20px 0px;
}	

.single .entry-header .entry-meta {
	float: left;
	width: 400px;
	clear: none;
}

.single .entry-meta {
	float: left;
	width: 700px;
	clear: none;
}

#single-social {
	float: left;
	width: 100px;
}

#go_vote {
	float: left;
	margin: 5px 0;
}

.theVoteButtons {
	display: block;
	float: left;
	height: 46px;
	background-image: url(images/itg_voter/vote_bar_sprites_wide.png);
	background-repeat:no-repeat;
	background-position: -4px 0px;
	border: 0px;
	padding: 0px;
	margin: 0px;
}


#vote_hot {
	display: block;
	float: left;
	width: 153px;
	height: 46px;
	background: url(images/itg_voter/vote_bar_sprites_wide.png) no-repeat;
	background-position: -4px 0px;
	text-indent: -9999px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	cursor:pointer;
	cursor:hand
}

#vote_hot:hover {
	background-position: -4px -43px;
	
}

#vote_not {
	display: block;
	float: left;
	width: 147px;
	height: 46px;
	background-image: url(images/itg_voter/vote_bar_sprites_wide.png);
	background-repeat:no-repeat;
	background-position:-157px 0px;
	text-indent: -9999px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	cursor:pointer;
	cursor:hand
}

#vote_not:hover {
	background-position: -157px -43px;
}

#vote_want {
	display: block;
	float: left;
	width: 147px;
	height: 46px;
	background-image: url(images/itg_voter/vote_bar_sprites_wide.png);
	background-repeat:no-repeat;
	background-position:-304px 0px;
	text-indent: -9999px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	cursor:pointer;
	cursor:hand
}

#vote_want:hover {
	background-position: -304px -43px;
}

#vote_wtf {
	display: block;
	float: left;
	width: 153px;
	height: 46px;
	background-image: url(images/itg_voter/vote_bar_sprites_wide.png);
	background-repeat:no-repeat;
	background-position:-451px 0px;
	text-indent: -9999px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	cursor:pointer;
	cursor:hand
}

#vote_wtf:hover {
	background-position: -451px -43px;
}

.mijngamesliNEW {
	display: block;
	float: left;
	height: 40px;
	background-image: url(images/itg_voter/vote_bar_sprites_wide.png);
	background-repeat:no-repeat;
	background-position:0px -90px;
	border: 0px;
	padding: 0px;
	margin: 0px;
	
}

.vote_sides {
	float: left;
	width: 153px;
	height: 46px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 45px;
	text-indent: 90px;
}

.vote_middles {
	float: left;
	width: 147px;
	height: 46px;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 45px;
	text-indent: 90px;
}

.new_post_header_reacties {
	float: left;
	
}

.reactie_icon {
	background-image: url(images/itg_post_header_reacties.png)
}

	
.game_hub_banner {
	display: block;
	width: 590px;
	height: 80px;
	background-image: url(images/game-hub/hubs_banner_sprite.png);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	text-indent: -99999px;
	
}

.game_hub_banner:hover {
	background-position: 0px -110px;;
}

.attachment-75x57 {
  background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 3px 3px 3px 3px;
    float: left;
    margin-right: 10px;
    padding: 2px;
}

#secondary a.post-voting-link {
	font-size: 16px;
	text-decoration: none;
	color: #2F2F2F;
	line-height: 18px;
}

#secondary a.post-voting-link:hover {
	font-size: 16px;
	text-decoration: none;
	color: #FF7F00;
	line-height: 18px;
}

.post-voting-item {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
}


article {
	width: 770px;
}




.bottomcontainerBox {
	width: 500px;
}

/* SOCIAL MEDIA */

/* header */
#header-social {
	display: block;
	float: left;
	line-height: 40px;
	margin: 5px 0px 2px 13px;
	height: 40px;
}

.fb_edge_widget_with_comment {
	margin-right: 20px;
}

.fbLoginButton {
	float: right;
	 margin: 2px 0 0 20px;
	 
}

#header-login {
	display: block;
	float: right;
	line-height: 40px;
	margin: 5px 0px 2px 13px;
	height: 40px;
}

/* =Search page
----------------------------------------------- */
.search #main {
	margin-top: 20px;
}

#search-again {
	cursor: pointer;
}


/* DEFAULT PAGES */
h1.page-title {
	background: none repeat scroll 0 0 #2F2F2F;
    border-radius: 5px 5px 5px 5px;
    color: #F8F8F8;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin-bottom: 9px;
    margin-top: 15px;
    padding: 5px;
    text-indent: 10px;
    text-transform: uppercase;
}


#header-social .twitter-share-button {
	margin-top: 2px;
}

#header-social .fb-social-plugin span{
	margin-bottom: 3px;
}

/* redactie pagina */
ul.redactie {list-style:none;}
ul.redactie li{display:block;float:left;width:200px;padding-bottom:10px;margin-bottom:10px;margin-left:20px;margin-right:20px;}
ul.redactie li img{margin-right:10px;float:left;}

/* default link color */
.entry-content a {
	color: #ff7f00;
}

/* footer */
.footer-column-logo {
	float: left;
	width: 130px;
	padding: 15px 15px 0px 15px;
}

.footer-column {
	float: left;
	width: 190px;
	padding: 5px;
}

.footer-tags {
	float: left;
	width: 1150px;
	margin-top: 20px;
	padding: 5px;
	background: #404040;
}


.footer-column h4 {
	font-size: 16px;
	font-weight: bold;
	display: block;
	float: left;
	margin-bottom: 10px;
}

.footerul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	display: block;
	float: left;
	color: #FFF;
	width: 190px;
}

/* COMMENTS */
#comments {
	float: left;
	width: 770px;
	border-bottom: 1px solid #DEDEDE;
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
}

#comments h2 {
	background: none repeat scroll 0 0 #2F2F2F;
    border-radius: 5px 5px 5px 5px;
    color: #F8F8F8;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin-bottom: 9px;
    margin-top: 15px;
    padding: 5px;
    text-indent: 10px;
    text-transform: uppercase;
    width: 760px;
}

ol.commentlist {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

ol.commentlist img {
	border-radius: 3px;
}

ol.commentlist a {
	color: #ff7f00;
}

/****************
advanced comment styles
****************/
 
h3#comments,.comment-navigation,.comment-navigation:after,#respond:after,.comment-rss{display:block} 
ol.commentlist{width:100%} 
h3#comments,#respond h3{
	background: none repeat scroll 0 0 #2F2F2F;
    border-radius: 5px 5px 5px 5px;
    color: #F8F8F8;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin-bottom: 20px !important;
    margin-top: 15px;
    padding: 5px;
    text-indent: 10px;
    text-transform: uppercase;
    width: 760px;
} 
ol.commentlist,li.authorcomment,li.comment,#respond h3,form#commentform,input#submit{margin:0}
ol.commentlist,ol.commentlist ul,form#commentform{padding:0}  
ol.commentlist{ float: left;} 
ol.commentlist ul{margin:0 0 0 20px} 

li.authorcomment,li.comment,form#commentform textarea,form#commentform input{
	border-top:1px solid #ccc
}

li.authorcomment,li.comment{padding:10px 0 0 10px;list-style:none;border-bottom:none} 
li.even{background:#fff} 
li.odd{background:#efefef} 
.authorcomment{background:#deebf9} 
ul.children ul{margin-left:20px} 
ul.children li{border-right:none} 
.vcard img{float:left;background:#c4c4c4} 
.vcard img,.comment-navigation .newer a,.comment-navigation .older a{padding:2px} 
.comment-meta,ol.commentlist li small,p.subscribe-to-comments label{position:relative} 
.comment-meta,ol.commentlist li small{top:10px;left:10px} 
.comment-text{margin:0 10px 0 63px} 
.reply,.comment-navigation .newer,input#submit{float:right} 
.reply,.comment-navigation .newer a,.comment-navigation .older a,input#submit{background:#FF7F00} 
.reply{margin:0 10px 10px 0} 
a.comment-reply-link,.reply a:link,
.comment-navigation .newer a,.comment-navigation .older a,input#submit{display:inline-block;text-align:center;cursor:pointer;color:#fff} 
a.comment-reply-link,.reply a:link{padding:5px 0} a.comment-reply-link,.reply a:link,input#submit{width:100px} 
a.comment-reply-link:hover,.reply a:hover,.comment-navigation .newer a:hover,
.comment-navigation .older a:hover,input#submit:hover{background:#F8F8F8;text-decoration:none;color:#BABABA;font-weight:bold} 
a.comment-reply-link:hover,.reply a:hover,input#submit:hover{width:98px} 
a.comment-reply-link:hover,.reply a:hover{padding:4px 0} 
a.comment-reply-link:hover,.reply a:hover,.comment-navigation .newer a:hover,.comment-navigation .older a:hover{border:1px solid #BABABA} 
.comment-navigation{margin:10px 0 10px 0} .comment-navigation:after,#respond:after{content:".";height:0;visibility:hidden} 
#respond { float: left; margin: 0 15px 15px;}
#respond a {
	color: #FF7F00;
}
.clear{clear:both} 
.comment-navigation .newer a:hover,.comment-navigation .older a:hover{padding:4px} 
form#commentform textarea,form#commentform input{padding:2px 3px} 
form#commentform textarea{width:760px} 
input#submit{padding:5px 0 !important;border:0 !important} 
input#submit,p.subscribe-to-comments input{outline:0} 
input#submit:hover{padding:4px 0 !important;border:1px solid #BABABA !important} 
p.subscribe-to-comments{background:url('images/email_32.png') no-repeat} 
p.subscribe-to-comments,.comment-rss{height:32px;text-indent:42px;padding:5px 0 0 0} 
p.subscribe-to-comments input{margin:5px 3px 3px 3px !important;border:0} 
p.subscribe-to-comments label{top:-2px;color:#666} 
.comment-rss{background:url('images/rss_32.png') no-repeat} 


.nocomments {
	display: block;
	float: left;
	margin: 15px;
}

#single-social-media {
	display: block;
	float: left;
	height: 25px;
	line-height: 25px;
}

#single-social-media .fb-social-plugin {
	padding-bottom: 3px;
}

#single-social-media .fb_edge_widget_with_comment {
	float: left;
	z-index: 9999;
}

#single-social-media a {
	color: #333333;
}

#single-social-media a:hover {
	color: #FF7F00;
}

#single-social-media .reacties {
	display: block;
	float: left;
}

#single-social-media iframe {
	display: block;
	float: left;
}

#single-social-media div{
	display: block;
	float: left;
}

/* root element for accordion. decorated with rounded borders and gradient background image */
#reviewaccordion {
	width: 100%;
}

/* accordion header */
#reviewaccordion h2.reviewtab {
	margin:0;
	cursor:pointer;
	border-bottom: 1px dotted #000000;
	margin-bottom: 5px;
	padding-bottom: 3px;
}

/* currently active header */
h2.reviewtab, .review-eindcijfer {
	font-size: 24px;
	color: #FF7F00;
}


.review_rating{
	float:left;
	width:770px;
	padding:0px;
}
	
.review_rating_box{
	float:left;
	width:360px;
	border:1px solid #dadada;
	height:170px;
	clear:none;
	margin:5px;
	padding:5px;
}

.review_rating_box_wide{
	float:left;
	width:750px;
	margin:5px;
	padding:5px;
}

.review_rating h3{
	margin-bottom:2px;
	border-bottom:1px dotted #dadada;
	font-weight: bold;
	font-size: 16px;
}

.review_rating p{
	margin-left:0;
	margin-bottom:5px;
	width:360px;
	padding:0;
}

.review_rating img{
	border:none;
}

#advice-banners {
	position: absolute;
	z-index: 1000;
	
}

/* 404 template */
.error404  #main {
	margin-top: 20px;
}


.error404 article {
    border-bottom: 1px solid #DEDEDE;
    display: block;
    float: left;
    margin-bottom: 10px;
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 5px;
}

.error404 article h1 {
	background: none repeat scroll 0 0 #2F2F2F;
    border-radius: 5px 5px 5px 5px;
    color: #F8F8F8;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: 700;
    height: 30px;
    line-height: 30px;
    margin-bottom: 9px;
    margin-top: 15px;
    padding: 5px;
    text-indent: 10px;
    text-transform: uppercase;
    width: 760px;
}
.error404notfound img{
	border: 1px solid #333;
	display: block;   margin-left: auto;   margin-right: auto;
}

.entry-content .aligncenter {
	display: block;   margin-left: auto;   margin-right: auto;
}

.entry-content iframe{
	display: block;   margin-left: auto;   margin-right: auto;
}

h3.related_post_title {
	margin-bottom:2px;
	border-bottom:1px dotted #dadada;
	font-weight: bold;
	font-size: 16px;
}



/* Custom post type archives */

.post-type-archive #main {
    margin-top: 20px;
}










.page-template-gamehub-inVersion-php {
	border:0;vertical-align:baseline;
background: #000000 url(images/game-hub/inversion/inversion_logo_final_black.png) no-repeat top center;
color:#666;font-size:12px;line-height:18px;margin:0;padding:0!important;
}

.page-template-gamehub-Soul_Calibur_V-php {
	border:0;vertical-align:baseline;
background: #000000 url(images/game-hub/soul_calibur_v/soulcalibur_v_game_hub_background.jpg) no-repeat top center;
color:#666;font-size:12px;line-height:18px;margin:0;padding:0!important;
}

.page-template-gamehub-ridge_racer-php {
	border:0;vertical-align:baseline;
background: #000000 url(images/game-hub/ridge_racer/Ridge_Rager_game_hub_background.jpg) no-repeat top center;
color:#666;font-size:12px;line-height:18px;margin:0;padding:0!important;
}

.page-template-gamehub-ff_13_2-php {
	border:0;vertical-align:baseline;
background: #000000 url(images/game-hub/final_fantasy_XIII_2/final_fantasy_XIII_2_game_hub_background.jpg) no-repeat top center;
color:#666;font-size:12px;line-height:18px;margin:0;padding:0!important;
}

.page-template-gamehub-e3-php {
	border:0;vertical-align:baseline;
background: #000000 url(images/game-hub/e3/E3_2012_game_hub_background.jpg) no-repeat top center;
color:#666;font-size:12px;line-height:18px;margin:0;padding:0!important;
}

.content-gamehub {
	background: none;
}

.column-gamehub {
	height: 900px;
	background: none;
	margin: 10px auto 0;
    position: relative;
    width: 960px;
}

h2.gamehub {
	clear: both;
    display: block;
    float: left;
    width: 320px;
	color: #FF7F00;
    font-family: TradeGothicBold,Impact,'Arial Black',sans-serif;
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 9px;
    margin-left: 29px;
    margin-top: 9px;
    text-shadow: 0 2px 2px #6D6E71;
    text-transform: uppercase;
}

.nobg {
	background: none !important;
}

.noborderlink {
	border: none !important;
}

.game-hub-image {
	border: 5px solid #FFFFFF !important;
}

#disqus_thread {
padding:12px;
margin-bottom:-10px;
}

#ridge_racer_trailer { 
		position: absolute; 
		top: 50px; 
		left: 400px; 
		width: 360px; 
		height: 55px; 
		background-color: transparent; 
		transform:skew(0deg,7deg);
			-moz-transform:skew(0deg,7deg); /* Firefox */
			-webkit-transform:skew(0deg,7deg); /* Safari and Chrome */
			-o-transform:skew(0deg,7deg); /* Opera */
		}
		
#ridge_racer_boxart { 
		position: absolute; 
		top: 110px; 
		left: 400px; 
		width: 360px; 
		height: 55px; 
		background-color: transparent; 
		transform:skew(0deg,7deg);
			-moz-transform:skew(0deg,7deg); /* Firefox */
			-webkit-transform:skew(0deg,7deg); /* Safari and Chrome */
			-o-transform:skew(0deg,7deg); /* Opera */
		}
#ridge_racer_singleplayer { 
		position: absolute; 
		top: 165px; 
		left: 400px; 
		width: 400px; 
		height: 90px; 
		background-color: transparent; 
		transform:skew(0deg,7deg);
			-moz-transform:skew(0deg,7deg); /* Firefox */
			-webkit-transform:skew(0deg,7deg); /* Safari and Chrome */
			-o-transform:skew(0deg,7deg); /* Opera */
		}
#ridge_racer_multiplayer { 
		position: absolute; 
		top: 260px; 
		left: 400px; 
		width: 420px; 
		height: 50px; 
		background-color: transparent; 
		transform:skew(0deg,7deg);
			-moz-transform:skew(0deg,7deg); /* Firefox */
			-webkit-transform:skew(0deg,7deg); /* Safari and Chrome */
			-o-transform:skew(0deg,7deg); /* Opera */
		}
#ridge_racer_city { 
		position: absolute; 
		top: 310px; 
		left: 400px; 
		width: 440px; 
		height: 50px; 
		background-color: transparent; 
		transform:skew(0deg,7deg);
			-moz-transform:skew(0deg,7deg); /* Firefox */
			-webkit-transform:skew(0deg,7deg); /* Safari and Chrome */
			-o-transform:skew(0deg,7deg); /* Opera */
		}
#ridge_racer_interview { 
		position: absolute; 
		top: 365px; 
		left: 400px; 
		width: 470px; 
		height: 100px; 
		background-color: transparent; 
		transform:skew(0deg,7deg);
			-moz-transform:skew(0deg,7deg); /* Firefox */
			-webkit-transform:skew(0deg,7deg); /* Safari and Chrome */
			-o-transform:skew(0deg,7deg); /* Opera */
		}
#ridge_racer_review { 
		position: absolute; 
		top: 470px; 
		left: 400px; 
		width: 500px; 
		height: 110px; 
		background-color: transparent; 
		transform:skew(0deg,7deg);
			-moz-transform:skew(0deg,7deg); /* Firefox */
			-webkit-transform:skew(0deg,7deg); /* Safari and Chrome */
			-o-transform:skew(0deg,7deg); /* Opera */
		}
#ridge_racer_prijsvraag { 
		position: absolute; 
		top: 600px; 
		left: 400px; 
		width: 540px; 
		height: 95px; 
		background-color: transparent; 
		transform:skew(0deg,7deg);
			-moz-transform:skew(0deg,7deg); /* Firefox */
			-webkit-transform:skew(0deg,7deg); /* Safari and Chrome */
			-o-transform:skew(0deg,7deg); /* Opera */
		}

#soul_calibur_v_preview { 
		position: absolute; 
		top: 50px; 
		left: 200px; 
		width: 230px; 
		height: 100px; 
		background-color: transparent; 
		}
#soul_calibur_v_v101 { 
		position: absolute; 
		top: 40px; 
		left: 490px; 
		width: 420px; 
		height: 110px; 
		background-color: transparent; 
		}
#soul_calibur_v_wallpapers { 
		position: absolute; 
		top: 220px; 
		left: 20px; 
		width: 320px; 
		height: 115px; 
		background-color: transparent; 
		}
#soul_calibur_v_prijsvraag { 
		position: absolute; 
		top: 220px; 
		left: 390px; 
		width: 270px; 
		height: 115px; 
		background-color: transparent; 
		}
#soul_calibur_v_boxart { 
		position: absolute; 
		top: 225px; 
		left: 710px; 
		width: 235px; 
		height: 115px; 
		background-color: transparent; 
		}
#soul_calibur_v_trailer { 
		position: absolute; 
		top: 410px; 
		left: 10px; 
		width: 230px; 
		height: 100px; 
		background-color: transparent; 
		}
#soul_calibur_v_review { 
		position: absolute; 
		top: 410px; 
		left: 290px; 
		width: 230px; 
		height: 100px; 
		background-color: transparent; 
		}
#soul_calibur_v_verhaal { 
		position: absolute; 
		top: 410px; 
		left: 575px; 
		width: 350px; 
		height: 110px; 
		background-color: transparent; 
		}
		
#final_fantasy_13_2_preview { 
		position: absolute; 
		top: 40px; 
		left: 535px; 
		width: 420px; 
		height: 65px; 
		background-color: transparent; 
		}
#final_fantasy_13_2_story { 
		position: absolute; 
		top: 125px; 
		left: 535px; 
		width: 420px; 
		height: 65px; 
		background-color: transparent; 
		}
#final_fantasy_13_2_collectors { 
		position: absolute; 
		top: 210px; 
		left: 535px; 
		width: 420px; 
		height: 65px; 
		background-color: transparent; 
		}
#final_fantasy_13_2_gameplay { 
		position: absolute; 
		top: 300px; 
		left: 535px; 
		width: 420px; 
		height: 60px; 
		background-color: transparent; 
		}
#final_fantasy_13_2_trailer { 
		position: absolute; 
		top: 385px; 
		left: 535px; 
		width: 420px; 
		height: 60px; 
		background-color: transparent; 
		}
#final_fantasy_13_2_review { 
		position: absolute; 
		top: 470px; 
		left: 535px; 
		width: 420px; 
		height: 60px; 
		background-color: transparent; 
		}
#final_fantasy_13_2_prijsvraag { 
		position: absolute; 
		top: 555px; 
		left: 535px; 
		width: 420px; 
		height: 60px; 
		background-color: transparent; 
		}
	

#e3_sony_pers_conference { 
		position: absolute; 
		top: 35px; 
		left: 155px; 
		width: 240px; 
		height: 135px; 
		background-color: transparent; 
		}	
#e3_microsoft_pers_conference{ 
		position: absolute; 
		top: 35px; 
		left: 405px; 
		width: 236px; 
		height: 135px; 
		background-color: transparent; 
		}
#e3_nintendo_pers_conference{ 
		position: absolute; 
		top: 35px; 
		left: 655px; 
		width: 236px; 
		height: 135px; 
		background-color: transparent; 
		}
#e3_alle_e3_nieuws_verzameld{ 
		position: absolute; 
		top: 186px; 
		left: 155px; 
		width: 738px; 
		height: 140px; 
		background-color: transparent; 
		}
#e3_booth_babes_1{ 
		position: absolute; 
		top: 350px; 
		left: 0px; 
		width: 350px; 
		height: 380px; 
		background-color: transparent; 
		}
		
#e3_booth_babes_2{ 
		position: absolute; 
		top: 390px; 
		left: 500px; 
		width: 400px; 
		height: 400px; 
		background-color: transparent; 
		}
		
.sppheader {
	border-bottom: 1px solid #DEDEDE;
}

.error404 .entry-content ol {
	display: block;
	float: left;
	
}

#secondary ul.HotNotTabs  {
	float: left;
	display: block;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #e3e3e3;
}

#secondary ul.HotNotTabs li {
	float: left;
	display: block;
	width: 85px;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}


#tabHOT , #tabNOT, #tabWANT, #tabWTF{
	float: left;
	display: block;
	padding: 5px;
}

.post-voting-item {
	float: left;
	display: block;
	width: 320px;
}

#secondary .active {
	color: #000;
}

.entry-content ul, .entry-content ol {
	display: block;
	float: left;
}

#content h1 {
	font-size: 28px;
	font-weight: bold;
}

#content h2{
	font-size: 24px;
	font-weight: bold;
}

#content h3{
	font-size: 20px;
	font-weight: bold;
}

#content h4{
	font-size: 16px;
	font-weight: bold;
}

#content h5{
	font-size: 12px;
	font-weight: bold;
}

.children ul 	{
	float: left;
	display: block;
}

#advice_top {
	width: 1000px;
	margin: 10px auto;
}

/* E3 */
.tabrow li.e3_tab_color {
  border: 1px solid #AAA;
  background: #ffdc22;
  background: -o-linear-gradient(top, #fff2a7 50%, #ffdc22 100%);
  background: -ms-linear-gradient(top, #fff2a7 50%, #ffdc22 100%);
  background: -moz-linear-gradient(top, #fff2a7 50%, #ffdc22 100%);
  background: -webkit-linear-gradient(top, #fff2a7 50%, #ffdc22 100%);
  background: linear-gradient(top, #fff2a7 50%, #ffdc22 100%);
  display: inline-block;
  position:relative;
  z-index: 0;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
  text-shadow: 0 1px #FFF;
  margin: 0 -5px;
  padding: 0 30px;
  color: #9d9d9d;
  font-weight: bold;
  cursor: pointer;
}

.tabrow li.e3_tab_color.selected {
  background: #FFF;
  color: #FF7F00;
  z-index: 2;
  border-top-color: #FFF;
}