/********************************************
*
*	File: style.css
*	Version: 1.0.00
*	Author: Guido Slotboom
*	Company: WellDesigned
*
********************************************/

* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
	text-decoration: none;
	}

body {
	background: url('../template/background_top.jpg') repeat-x #f0f0f0;
	/*background: url('../template/background_top2.jpg');*/
	color: #333333;
	font-family: "tahoma" ,"arial";
	font-size: 11px;
	/* margin-top: 0px; */
	margin: auto;
	width: 100%; 
	}
	
a {
	color: #333333;
}

p {
	vertical-align: top;
}

h3 {
	padding: 4px 0px 0px 8px;
	color: #ffffff;
	font-size: 11px;
	font-weight: normal;
}

h4 {
	padding: 0px 0px 10px 0px;
	color: #333333;
	font-size: 11px;
	font-weight: normal;
}

	
/* Header Style */
	
#header {
	height: 125px;
	width: 100%;
	background: url('../template/header_bg.jpg') repeat-x #cacaca;
}

	#header .header_content {
		height: 125px;
		width: 852px;
		width: 900px;
		margin: auto;
	}

		.header_content .logo {
			height: 100px;
			width: 407px;
			background: url('../template/logo2.png');
			margin: 12px 0px 0px 0px;
			float: left;
		}
		
		.header_content .event {
			height: 125px;
			/*width: 900px;
			background: url('../template/event_header.png');*/
			float: left;
		}
		
		.header_content .banner {
			height: 70px;
			width: 461px;
			background: #ffffff;
			margin: 27px 0px 0px 0px;
			border: solid 1px #222222;
			float: right;
		}
		
/* NavBar Style */
	
#navbar {
	height: 35px;
	width: auto;
	background: url('../template/navbar_bg.jpg') repeat-x #0099d1;
}

	#navbar .navbar_content {
		height: 35px;
		width: 900px;
		margin: auto;
	}
	
		.navbar_content .buttons {
			list-style: none;
			height: 35px;
			width: 648px;
			float: left;
		}
		
		.navbar_content .buttons li {
			margin: 3px 1px 0px 0px;
			float: left;
		}

		.navbar_content .buttons li a {
			display: block;
			padding: 8px 9px 0px 11px;
			float: left;
			color: #ffffff;
			font-family: "tahoma";
			font-size: 11px;
			text-decoration: none;
		}
		
		.navbar_content .scheiding {
			height: 29px;
			width: 2px;
			background: url('../template/button_scheiding.jpg');
			float: left;
		}
		
		.navbar_content .logout_date {
			height: 29px;
			width: 175px;
			float: right;
		}
		
		.navbar_content .logout_date {
			height: 29px;
			width: 240px;
			float: right;
		}
		
		.navbar_content .logout_date li {
			display: block;
			padding: 11px 9px 0px 11px;
			float: right;
			color: #ffffff;
			font-family: "tahoma";
			font-size: 11px;
			text-decoration: none;
		}
		
		.navbar_content .logout_date li a {
			color: #ffffff;
		}
		
/* Content Style */

#contentground {
	height: 35px;
	width: 886px;
	margin: auto;
	background-color: #f0f0f0;
}

	#contentground #left {
		float: left;
		background-color: #f0f0f0;
	}
	
	#contentground #right {
		float: left;
		background-color: #f0f0f0;
	}
	
/* Carousel Style */

#contentground #carousel {
	height: 235px;
	width: 636px;
	float: left;
	margin: 10px 0px 0px 0px;
}

	#carousel #carousel_image {
		height: 235px;
		width: 226px;
		float: left;
	}
	
		#carousel_image .carousel_image {
			height: 235px;
			width: 404px;
			margin: 0px 0px 5px 0px;
			border: none 0px;
			cursor: pointer;
		}
		
		.carousel_image .title_bar {
			position: relative;
			height: 55px;
			width: 404px;
			top: 160px;
			background: url('../template/image_title_bar.png');
		}
		
		.carousel_image .title_text h5 {
			position: relative;
			top: 8px;
			left: 10px;
			font-size: 15px;
			color: #ffffff;
		}
		
		.carousel_image .title_text a {
			position: relative;
			top: 14px;
			left: 12px;
			color: #ffffff;
		}
	
	#carousel #carousel_thumbs {
		height: 235px;
		width: 226px;
		float: right;
	}
	
		#carousel_thumbs .carousel_thumb {
			height: 75px;
			width: 226px;
			margin: 0px 0px 5px 0px;
			border: none 0px;
			cursor: pointer;
		}
		
		.carousel_thumb .title_bar {
			position: relative;
			height: 22px;
			width: 226px;
			top: 53px;
			background: url('../template/thumb_title_bar.png');
			font-weight: bold;
		}
		
		.carousel_thumb .title_text a {
			position: relative;
			top: 4px;
			left: 8px;
			color: #ffffff;
		}

/* Left Style */

#left_content {
	width: 242px;
	margin: 0px 6px 0px 0px;
}

	#left_content .titlebar {
		height: 22px;
		width: 242px;
		background: url('../template/titlebar_left.png');
		margin: 10px 0px 0px 0px;
		float: left;
	}
	
	#left_content .content {
		padding: 10px 10px 0px 10px;
		float: left;
	}
	
/* Middle Style */

#middle_content {
	width: 404px;
	float: left;
	clear: left;
}

	#middle_content .titlebar {
		height: 22px;
		width: 404px;
		background: url('../template/titlebalk_middle.png');
		margin: 10px 0px 0px 0px;
		float: left;
	}
	
	#middle_content .content {
		padding: 9px 10px 0px 10px;
		float: left;
	}
	
	#middle_content .comment {
		width: 404px;
		margin: 10px 0px 8px 0px;
		background: url('../template/comment_bg.jpg') repeat-x #f0f0f0;
		float: left;
	}
	
		.comment .commentbar {
			height: 22px;
			width: 404px;
			background: url('../template/titlebalk_middle.png');
			margin: 0px 0px 0px 0px;
		}
		
		.comment .comment_content a:link {
			color: #008bbe;
			font-weight: bold;
		}
		
			.commentbar .comment_info {
				width: 386px;
				margin: 0 auto;
				color: #ffffff;
			}
			
				.comment_info span.comment_left {
					padding: 4px 0px 0px 0px;
					float: left;
				}
		
				.comment_info span.comment_right {
					padding: 4px 0px 0px 0px;
					float: right;
				}
		
				.comment_info span.comment_right a, 
				.comment_info span.comment_left a {
					color: #ffffff;
					font-size: 11px;
				}
				
		.comment .comment_content {
			text-align: justify;
			width: 404px;
		}

		.comment .avatar {
			width: 80px;
			height: 80px;
			margin: 12px 0px 0px 12px;
			border: solid 1px #222222;
			float: left;
		}
		
		.comment .comment_text {
			width: 286px;
			margin: 10px 0px 0px 12px;
			float: left;
		}
		
		.comment .comment_add_text {
			width: 380px;
			margin: 10px 0px 0px 12px;
			float: left;
		}
		
		.comment #comment_add_bericht {
			width: 380px;
			height: 100px;
			float: left;
		}
		
		.comment #comment_add_toevoegen {
			float: left;
		}

.delete {
	padding: 0px 0px 0px 8px;
}
	
/* Right Style */

#right_content {
	width: 206px;
	float: left;
}

	#right_content .titlebar {
		height: 22px;
		width: 226px;
		background: url('../template/titlebar_right.png');
		margin: 10px 0px 0px 6px;
	}
	
	#right_content .content {
		padding: 10px 10px 0px 0px;
	}
	
/* List Style */

#list_content {
	width: 636px;
	float: left;
	clear: left;
}

	#list_content .titlebar {
		height: 22px;
		width: 638px;
		background: url('../template/titlebar_list.png');
		margin: 10px 0px 0px 0px;
		float: left;
	}
	
	#list_content .content {
		padding: 10px 0px 0px 0px;
		float: left;
	}
	
/* Nieuws Bericht/Artikel Style */

#text_content {
	width: 636px;
	float: left;
}

#text_content .titlebar {
	height: 22px;
	width: 638px;
	background: url('../template/titlebar_list.png');
	margin: 10px 0px 0px 0px;
}

#text_content #content {
	width: 618px;
	padding: 10px 0px 0px 0px;
	margin: 0 auto;
}

#text_content #content h1 {
	padding: 0px 0px 10px 0px;
	color: #333333;
	font-size: 20px;
	font-weight: normal;
}

#text_content #content h2 {
	padding: 0px 0px 10px 0px;
	color: #333333;
	font-size: 17px;
	font-weight: normal;
}

#text_content #content p {
	padding: 0px 0px 10px 0px;
	color: #333333;
	text-align: justify;
}
	
#text_content .content {
	width: 618px;
	padding: 10px 0px 0px 0px;
	text-align: justify;
}

#text_content img.screenshot {
	height: 94px; width: 145px;
	border: solid #333333 1px;
	margin: 0px 4px 5px 1px;
}

#text_content #gameinfo {
	float: left;
}

	#gameinfo .boxart {
		float: left;
	}
	
		.boxart .boxart_image {
			/*height: 268px;*/
			width: 190px;
			border: solid #222222 1px;
		}
		
	#gameinfo .text {
		width: 400px;
		padding: 4px 0px 0px 20px;
		float: right;
	}
	
#text_content #staff_info {
	float: left;
}

	#staff_info .photo {
		float: left;
	}
	
		.photo .photo_image {
			height: 160px;
			width: 160px;
			border: solid #222222 1px;
		}
		
	#staff_info .text {
		width: 445px;
		padding: 0px 0px 5px 10px;
		float: right;
	}
	
	
#text_content #rating_box {
	width: 628px;
}

	#rating_box .rating_left {
		width: 386px;
		margin: 0px 0px 0px 1px;
		float: left
	}

		.rating_left .ratingbar {
			height: 22px;
			width: 386px;
			background: url('../template/titlebar_ratingleft.png');
			margin: 0px 0px 0px 0px;
		}
		
		.rating_left .rating_text {
			width: 386px;
			background: url('../template/rating_bg.jpg') repeat-x #f0f0f0;
		}
		
			.rating_text .conclusion {
				width: 368px;
				padding: 5px 0px 4px 9px;
				text-align: justify;
			}
	
	#rating_box .rating_right {
		width: 222px;
		margin: 0px 0px 0px 6px;
		float: left;
	}
	
		.rating_right .ratingbar {
			height: 22px;
			width: 222px;
			background: url('../template/titlebar_ratingright.png');
			margin: 0px 0px 0px 0px;
		}
		
		.rating_right .rating_image {
			height: 82px;
			width: 222px;
			background: url('../template/rating_bg.jpg') repeat-x #f0f0f0;
		}
		
			.rating_image img.image {
				margin: 0px 0px 0px 0px;
			}
		
			.ratingbar span.rating_left {
					padding: 4px 0px 0px 7px;
					color: #ffffff;
					float: left;
				}

/* List Items Style */

#list_content #list_head {
	width: 618px;
	padding: 8px 0px 0px 10px;
	font-weight: bold;
	float: left;
}

#list_content #list_items {
	width: 618px;
	padding: 6px 0px 9px 11px;
	float: left;
}
	
	#list_items .list_item {
		width: 618px;
		padding: 1px 0px 1px 0px;
		float: left;
	}
	
	#list_items .list_item_frontpage {
		width: 618px;
		padding: 0px 0px 3px 0px;
		margin: 0px 0px 3px 0px;
		float: left;
		border-bottom: 1px solid #aaf;
	}
	
		.list_item {
			height: 12px;
			width: 12px;
		}
	
#list_content #pages_tab {
	width: 618px;
	padding: 0px 0px 6px 11px;
	text-align: center;
}

/* Media Items Style */

#media_content {
	width: 636px;
	float: left;
}

#media_content .titlebar {
	height: 22px;
	width: 638px;
	background: url('../template/titlebar_list.png');
	margin: 10px 0px 0px 0px;
	float: left;
}

#media_content .media_items {
	width: 628px;
	padding: 6px 0px 9px 8px;
	float: left;
}
	
	.media_items .media_item {
		margin: 9px 7px 0px 0px;
		border: solid #222222 1px;
		float: left;
		width: 116px;
		height: 87px;
	}
	
	.media_items .media_trailer {
		margin: 9px 7px 0px 0px;
		float: left;
		width: 200px;
		height: 150px;
	}
	
	.media_items .media_trailer_image {
		border: solid #222222 1px;
		width: 200px;
		height: 150px;
		cursor: pointer;
		position: absolute;
	}
	
	.media_items .media_trailer_title{
		position: relative;
		height: 22px;
		width: 200px;
		top: 129px;
		left: 1px;
		background: url('../template/thumb_title_bar.png');
	}
	
	.media_items .media_trailer_title a {
		position: relative;
		top: 4px;
		left: 8px;
		color: #ffffff;
	}
	
	.media_items .media_screenshot {
		width: 618px;
		border: solid #222222 1px;
		float: left;
	}
	
	.trailer_frontpage {
		float: left;
		width: 220px;
		height: 165px;
	}
	
	.trailer_frontpage .media_trailer_image {
		border: solid #222222 1px;
		width: 220px;
		height: 165x;
		cursor: pointer;
		position: absolute;
	}
	
	.trailer_frontpage .media_trailer_title{
		position: relative;
		height: 22px;
		width: 220px;
		top: 145px;
		left: 1px;
		background: url('../template/thumb_title_bar.png');
	}
	
	.trailer_frontpage .media_trailer_title a {
		position: relative;
		top: 4px;
		left: 8px;
		color: #ffffff;
	}
	
#media_content #pages_tab {
	width: 618px;
	padding: 0px 0px 6px 11px;
	text-align: center;
}
	
/* Footer Style */

#footer {
	width: 100%;
	margin: 8px 0px 0px 0px;
	float: left;
	position: relative;
}

#footer .center {
	height: 77px;
	width: 884px;
	background: url('../template/footer_bg.jpg') repeat-x;
	margin: auto;
	border: solid #333333;
	border-width: 1px 1px 0px 1px;
	line-height: 17px;
	text-align: center;
}

#footer .content {
	margin: 14px 0px 0px 0px;
	color: #ffffff;
}

#footer .content a {
	color: #ffffff;
}

/* User ControlPanel Style */

#left_content .avatar {
	height: 70px;
	width: 70px;
	margin: 0px 10px 0px 0px;
	background: #ffffff;
	border: solid 1px #222222;
	float: left;
}

#left_content #controlpanel {
	line-height: 17px;
	float: left;
}

#left_content #controlpanel a {
	color: #333333;
}

/* News Style */

#middle_content #news_items {
	width: 382px;
	padding: 0px 0px 4px 0px;
	/* float: left; */
	line-height: 15px;
}

	#news_items .news_item {
		width: 382px;
		float: left;
	}

	#news_items .news_item a {
		color: #333333;
	}

/* Poll Style */

#left_content #poll {
	line-height: 18px;
}

#left_content #poll a {
	margin: 0px 0px 0px 4px;
}

	#poll .poll_button {
		height: 18px;
		width: 42px;
		background: url('../template/button_poll.jpg') #00a6e1;
		margin: 8px 0px 0px 1px;
		border: none 0px;
	}
	
	#poll .poll_result {
		float: left;
		clear: left;
		width: 150px;
	}
	
	#poll .poll_result_score {
		float: left;
	}
	
/* Sort Options Style */

#left_content .sort_option {
	padding: 0px 0px 5px 0px;
}

	.sort_option .sort_button {
		margin: 8px 0px 0px 1px;
		border: none 0px;
	}

/* Game Info Style */

.content .media {
	width: 225px;
	margin: 0px 0px 0px 3px;
}

.content .info {
	line-height: 16px;
}

.screenshot {
	margin: 2px 5px 3px 0px;
	border: solid 1px #222222;
	width: 100px;
	height: 75px;
}

/* Ads Style */

#left_content .advertisement {
	height: 74px;
	width: 220px;
	margin: 1px 0px 7px 0px;
	border: solid 1px #222222;
	float: left;
}

/* Undercover TV Style */

#right_content .video_thumb, #right_content .promotion_thumb {
	width: 210px;
	margin: 0px 8px 2px 13px;
	border: solid 1px #222222;
}

#right_content .video_info {
	width: 210px;
	margin: 0px 8px 0px 15px;
}

#right_content .video_info a {
	color: #333333;
}

/* Promotion Style */

#right_content .promotion_thumb {
	width: 210px;
	margin: 0px 8px 6px 13px;
	border: solid 1px #222222;
}

/* Contact Form Style */

.contactform {
	margin: 5px 0px 0px 8px;
}

#formNaam {width: 225px;}

#formEmail {width: 225px;}

#formBericht {
	height:200px; width:612px;
}

/* Span Style */

span.date, span.title, span.title_news, span.type_news, span.game, span.category, span.genre, span.platform, span.platforms {
	float: left;
}

span.comments, span.article_date, span.release_date, span.rating, span.video_type {
	float: right;
}

span.category {
	margin: 2px 6px 0px 6px;
}

span.title_news {
	width: 430x;
}

span.type_news {
	width: 55px;
	padding-left: 15px;
}

span.title {
	width: 278px;
}

span.video_title {
	width: 320px;
}

span.game {
	width: 240px;
}

span.genre, span.video_game {
	width: 100px;
}

span.platforms {
	width: 275px;
	margin: 1px 14px 0px 14px;
}

span.rating {
	width: 72px;
}

span.poll_option {
	margin: 0px 0px 0px 2px;
}

	/* News Archive Span Style */
	
	span.item_date, span.item_title {
		width: 75px;
		float: left;
	}
	
	span.item_comments {
		float: right;
	}