@charset "UTF-8";

/* Content */
.content {
	width: 100%;
	text-align: center;
	margin-left: 0px;
}

/* Main left */
.main_left {
	width: 100%;
	text-align: left;
	border: none;
	display: inline-block;
}

/* Main right */
.main_right {
	display: none;
}

.view_game_main_left {
	width: 99%; /* 805px */
	float: left;
	margin-left:5px;
	padding-right:6px;
}

.view_game_main_right {
	width: 99%; /* 162px */
	float: left;
	margin-right:5px;
	display: none;
}


/* header */
.header_left {
	float: left;
}

.header_center {
	float: right;
}

.search_area {
	background-color: #ffffff;
}

.user_area {
	margin: 5px 5px 10px 0;
	float:right;
	background:#ffffff;
}

/* Featured games */
.featured_games {
	//display: inline-block;
	clear: both;
}

.all_new_games {
	display: inline-block;
}


/* HOMEPAGE */
.trcr_banner {
	width: 98%;
	margin: 5px 0px 5px 0px;
}
.trcr_banner img {
	display: block;
	width: 100%;
	margin: 0px 0px 0px 0px;
	border: 1px solid #282828;
}
.rs_banner {
	width: 98%;
	margin: 0px 0px 10px 0px;
}
.rs_banner img {
	display: block;
	width: 100%;
	margin: 0px 0px 10px 0px;
	border: 1px solid #282828;
}
.header_h1 {
	width: 98.5%;
	min-height: 22px;
	text-align: center;
	padding-top: 6px;
	font-size:15px;
	font-weight:bold;
	background:#ffcc00;
	color:#282828;
	border-bottom: 1px solid #cccccc;
}
.homepage_game {
	display: inline-block;
	width: 20%; /* 155px */
	height: 160px;
	background:#ffffff;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
	margin-left: 1%;
	margin-right: 0.8%;
	padding: 5px 5px 0px 5px;
	vertical-align: top;
}
.homepage_game:hover {
	border: 1px solid #aaaaaa;
}
.home_game_image {
	display: inline-block;
	width: 99%; /* 150px */
	height: 120px;
	margin-bottom: 5px;
	text-align: center;
}
.home_game_image:hover {
	background:none;	
}
.home_game_info {
	width: 100%; /* 150px */
	text-align: center;
	margin-top: 1px;
	font-size: 0.84em;
	color: #000000;
	display: inline-block;
}
.home_game_info a {
	color: #0191c8;
}
.main_left_sidebar_content {
	width: 100%;
}
.main_left_sidebar_content a {
	font-weight: bold;
	color: #0191c8;
	text-decoration: none;
}
.main_left_sidebar_content:hover {
	font-weight: bold;
	text-decoration: none;
}
.main_left .module_head {
	width: 95%;
	color: #ffffff;
	margin: 10px 10px 10px 10px;
	font-weight:bold;
	font-size: 12px;
	padding: 7px 0px 7px 7px;
	background-color: #0191c8;
	border-bottom: 2px solid #bbbbbb;
}


/* SIDEBAR MODULES */


/* Random games */

.random_game {
	float: left;
	width: 24%; /* 155px */
	height: 150px;
	background:#ffffff;
	overflow: hidden;
	padding: 3px 0px 6px 0px;
	margin: 0px 0px 0px 4px;
	vertical-align: top;
}
.random_game_image {
	display:block;
	width: 98%; /* 150px */
	height:120px;
	float: left;
	margin: 3px 0px 3px 0px;
	padding:0px;
	text-align: left;
	border:1px solid #222222;
}


/* Search error message and others */
#error_message {
	max-width: 100%;
	background:#ffffff;
	color:#ff0000;
	text-align: left;
	font-weight:normal;
	overflow: hidden;
	border: 1px solid #ff0000;
	margin-right: 15px;
}
/* No result page search form */
.search_form_container {
	margin: auto;
	width: 70%; /* 400px */
	text-align: center;
}
.search_page_textbox {
	height: 20px;
	width: 80%; /* 300px */
	border: 1px solid #888888;
	font-size: 15px;
	padding: 4px;
	background-color: #ffffff;
	color:#444444;
	margin-bottom: 7px;
}

/* PROFILE */
.profile_main_left {
	width: 99%; /* 805px */
	float: left;
	margin-left:5px;
	padding-right:6px;
}
.profile_container {
	width: 98%; /* 805px */
	min-height:96px;
	background:#ffffff;
	border:1px solid #cccccc;
	margin:5px 0px 5px 0px;
	overflow:auto;
	color: #9fb6cd;
	text-decoration:none;
	font-weight:bold;
	float: left;
}
.profile_container a {
	color: #0191c8;
	text-decoration:none;
}
.profile_container a:hover{
	text-decoration:underline;
	font-weight: bold;
}
.profile_header_avatar {
	width:80px;
	height: 80px;
	float: left;
	padding: 8px 0 0 8px;
}
.profile_header_info {
	max-width: 66.4%; /* 535px */
	float: left;
	padding: 10px 0 0 3px;
}
.profile_header_buttons {
	float: left;
	width: 95%; /* 150px */
//	height: 75px;
	text-align: left;
	padding-left: 0px;
	padding-top: 3px;
	margin: 0px 0px 5px 5px;
}
.profile_username {
	font-size: 15px;
	font-family: Arial;
	color:#282828;
	padding-bottom: 25px;
	float: left;
}
.profile_points {
	float: left;
	background:#0191c8;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	margin-top: 2px;
	padding: 0px 5px 0px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.small_points {
	font-size: 9px;
	text-transform: uppercase;
}
.profile_stats {
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	color:#282828;
}
.profile_button a {
	margin: 2px 5px 0px 0px;
	padding:0 10px 0 10px;
	line-height: 25px;
	float: left;
	font-size: 12px;
	display: block;
	color: #0191c8;
	text-decoration: none;
	background: #ffffff;
	border:1px solid #cccccc;
}
.profile_button a:hover {
	display: block;
	background: #ffffff;
	color: #0191c8;
	text-decoration:underline;
	border:1px solid #bbbbbb;
}
.profile_column1 {
	background:#ffffff;
	margin:0 0 5px 0px;
//	width: 71%; /* 548px */
	width: 98%;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height:25px;
	color:#282828;
}
.profile_column2 {
	float: right;
	margin:0 0px 3px 0;
	width: 100%; /*250px */
	background:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color:#282828;
}
.user_info {
	text-align: left;
	padding: 10px;
	overflow: hidden;
	border:1px solid #cccccc;
}
.user_info a {
	margin: 0px 5px 5px 0px;
	padding: 0 10px 0 10px;
	line-height: 25px;
	float: left;
	font-size: 12px;
	display: block;
	color: #0191c8;
	font-weight: bold;
	text-decoration: none;
	background: #ffffff;
	border:1px solid #cccccc;
}
.user_info a:hover {
	display: block;
	background: #ffffff;
	color: #0191c8;
	text-decoration:underline;
	border:1px solid #bbbbbb;
}
.right_title {
	font-size:13px;
	font-weight:bold;
	color: #222222;
	text-decoration:none;
}
.profile_content_item {
	font-family: Arial, Helvetica, sans-serif;
}
.fav_container {
	text-align: left;
	padding: 15px 5px 10px 10px;
	background: #ffffff;
	border: 1px solid #cccccc;
	line-height: 25px;
}
.profile_comment {
	border-bottom:1px solid #cccccc;
	margin-bottom: 5px;
	padding: 5px;
	display: none;
}
.profile_left_header {
	height: 20px;
	font-size:14px;
	font-weight:bold;
	text-align: left;
	background:#ffffff;
	padding:0px 0 5px 0;
	color:#222222;
	margin-left: 6px;
}
.profile_right_container {
	float: left;
	width: 98%;
} 
.profile_right_container .module_header {
	background:#ffffff;
	padding:6px;
	color: #222222;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
}

/* footer */
.footer_social_buttons {
	width: 100%;
	text-align: center;
	float: left;
	display: inline-block;
	padding-left: 5px;
	margin: 15px 10px 15px 0px;
	clear: both;
	border: 1px solid #ffffff;
	border-radius: 5px;
}
.footer_fb {
	width: 28%;
	min-width: 100px;
	float: left;
	text-align: left;
	margin: 8px 0px 8px 0px;
	display: block;
}
/*
.footer_gplus {
	width: 35%;
	min-width: 125px;
	float: left;
	text-align: left;
	margin: 8px 0px 8px 0px;
	display: block;
}
*/
.footer_twitter {
	width: 36%;
	min-width: 150px;
	float: left;
	text-align: left;
	margin: 8px 0px 8px 0px;
	display: block;
}

/*--------------------------------------------------------------------------------------------*/
@media screen and (max-width:682px) {
	/* header */
	.user_area {
		display: none;
	}
	 .search_area {
	//	width: 340px;
		float: right;
		margin: 25px 10px 2px 0px;
	}
	
	
	/* view game */
	.game_options {
		max-width: 100%; /* 805px */
		min-height: 25px;
		padding: 3px 0 0 0px;
		margin: 5px 0 7px 0px;
		color: #282828;
		text-align: center;
		overflow:hidden;
		background-color: #eeeeee;
		border: 1px solid #dddddd;
	}
	.view_game_title {
		width: 100%; /*422px */
		min-height:20px;
		text-align: center;
		float: left;
		color:#222222;
		font-size:14px;
		font-weight:bold;
		padding: 0 0 0px 3px;
		margin: 5px 0px 5px 0px;
	}
	.game_overall_rating_block {
		max-width: 48%;
		display: inline-block;
		float: left;
	}
	.game_your_rating_block {
		max-width: 48%;
		display: inline-block;
		text-align: center;
		float: right;
	}
	.random_games_below_game_header {
	width: 100%;
	text-align: center;
	font-weight: bold;
	}
	.random_games_below_game {
		width: 100%;
	}
	.random_game_below_view_game {
		display: inline-block;
		width: 20%; /* 155px 24 */
		height: 160px;
		background:#ffffff;
		overflow: hidden;
		text-align: center;
		padding: 5px 5px 0px 5px;
		margin-top: 10px;
		margin-left: 1.2%;
		margin-right: 0.4%;
		vertical-align: top;
		box-shadow: 0px 1px 6px 1px #cccccc;
		border: 1px solid #dddddd;
		border-radius: 4px;
	}
	.random_game_below_view_game:hover {
		border: 1px solid #aaaaaa;
	}
	.random_game_below_view_game_image {
		display: inline-block;
		width: 100%; /* 150px */
		height: 120px;
		text-align: center;
	}
	
	/* footer */
	.footer_social_buttons {
		background-color: #ffffff;
	}
		
	/* ads styling - EDIT THIS  */
	.leaderboard {
		display: none;
	}
	
}
/*--------------------------------------------------------------------------------------------*/
@media screen and (min-width:683px) {	
	/* footer */
	.footer_social_buttons {
	display: none;
	}
}
/*--------------------------------------------------------------------------------------------*/
@media screen and (max-width:569px) {
	.content {
		width: 100%;
		text-align: center;
	}
	.header_left {
		display: block;
		background-color: #ffffff;
		width: 100%;
		text-align: center;
		padding: 2px 0px 0px 0px;
	}
	.header_center {
		width: 100%;
		text-align: center;
	}
	.search_area {
		width: 100%;
		display: inline-block;
		margin: 0px 0px 5px 0px;
	}
	
	/* SEARCHFORM */
	.searchform {
		overflow:hidden;
	//	width: 97%; /* 262px */
		height: 25px;
		margin: 0 13px 2px 10px;
		border: 2px solid #cccccc;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
	}
	.search_button {
		padding: 0 2px 0 0;
		background-color: #ffffff;
		position: absolute; right: 15px;
		z-index: 99;
	}
	.search_button a:hover {
		background-color: #282828;
	}
	.search_box {
		width: 100%; /* 193px */
		height: 24px;
		font-size: 12px;
		padding: 0px 3px 0px 3px;
		font-family:Arial, Helvetica, sans-serif;
		color:#444444;
		background: #ffffff;
	}
	.searchform #search_textbox {
		margin: 0;
		float: left;
		border: 1px solid transparent;
		border: 0px;
		
	}
	
	/* main menu */
	#header_links {

	}
	#header_links ul {
		position: absolute;
		top: -210px;
		color: #ffffff;
		font-size: 12px;
		z-index: -1;
	}
	#header_links li {
		width: 99%;
		color: #ffffff;
		font-size: 12px;
		line-height: 35px;
	}
	#header_links li a {
		display: block;
		color: #ffffff;
		font-size: 13px;
		margin-left: 2px;
		background-color: #0191c8;
		border-bottom: 1px solid #cccccc;
	}
	#header_links li:last-child a { 
		border-bottom: none;
	}
	#header_links li:first-child a {
		border-top: 1px solid #cccccc;
	}
	#header_links li a:hover {
		color: #0191c8;
	}
	
	/* Menu icon */
	.menu-icon {
	background-image: url("/images/mobile_menu.png");
	background-repeat: no-repeat;
	width: 40px;
	height: 26px;
	padding: 2px 9px 3px 8px;
	background-color: #ffffff;
	color: #0191c8;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	float: right;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ffffff;
	margin: 3px 8px;
	}
	#menuToggle {
		display: none;
	}
	#menuToggle:checked ~ #header_links ul {
		position: relative;
		top: 0px;
		z-index: 99;
	}
	/* top games */
	.top_games {
		display: none;
	}
	
}



