@charset "UTF-8";

h1 {
	margin-right: 7px;
}

/* Header */
.header_left {
	display: block;
	background-color: #ffffff;
	width: 100%;
	text-align: center;
	padding: 2px 0px 0px 0px;
}

.header_center {
	width: 100%;
	text-align: center;
}

.user_area {
	display: none;
}

.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 8px;
	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;
	
}

/* Content */
.content {
	width: 100%;
}

/* Main left */
.main_left {
	width: 100%;
	border: none;
}

/* SIDEBAR MODULES */
.main_right {
	display: none;
}

/* View_game_main_left */
.view_game_main_left {
	width: 99%; /* 805px */
	float: left;
	margin-left:5px;
	padding-right:6px;
}

/* View_game_main_right */
.view_game_main_right {
	width: 99%; /* 162px */
	float: left;
	margin-right:5px;
	display: none;
}
.trcr_banner {
	width: 97%;
	margin: 5px 0px 5px 0px;
}
.trcr_banner img {
	display: block;
	width: 100%;
	margin: 0px 0px 0px 0px;
	border: 1px solid #282828;
}
.rs_banner {
	width: 97%;
	margin: 0px 0px 10px 0px;
}
.rs_banner img {
	display: block;
	width: 100%;
	margin: 0px 0px 10px 0px;
	border: 1px solid #282828;
}
.header_h1 {
	width: 97.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;
}

/* Featured games */
.featured_games {
	padding: 0px 0px 0px 0px;
	clear:both;
}

/* 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;
	line-height: 35px;
	font-size: 12px;
}
#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;
}

/* Homepage */
.homepage_game {
	display: inline-block;
	width: 27%; /* 155px */
	height: 160px;
	background:#ffffff;
	overflow: hidden;
	text-align: center;
	padding: 5px 5px 0px 5px;
	margin-top: 10px;
	margin-left: 1.1%;
	margin-right: 0.4%;
	vertical-align: top;
}
.home_game_image {
	display: inline-block;
	width: 100%; /* 150px */
	height: 120px;
	margin-bottom: 5px;
	text-align: center;
}
.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: 94%;
	color: #ffffff;
	margin: 10px 10px 10px 6px;
	font-weight:bold;
	font-size: 12px;
	padding: 7px 0px 7px 7px;
	background-color: #0191c8;
	border-bottom: 2px solid #bbbbbb;
}

/* 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%;
	min-width: 102px;
	display: inline-block;
	float: left;
}
.game_your_rating_block {
	max-width: 48%;
	min-width: 102px;
	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%;
	margin-bottom: 15px;
}
.random_game_below_view_game {
	display: inline-block;
	width: 27%; /* 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;
}

/* Random games */

.random_game {
	float: left;
	width: 31%; /* 155px */
	height: 150px;
	background:#ffffff;
	overflow: hidden;
	padding: 3px 0px 6px 0px;
	margin: 0px 3px 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: 96%; /* 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: 96%;
	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: 96%;
} 
.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: left;
	float: left;
	display: inline-block;
	padding-left: 5px;
	margin: 15px 10px 15px 0px;
	background-color: #ffffff;
	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;
}
	
/* ads styling - EDIT THIS  */
.leaderboard {
	display: none;
}
.ad_banner {
	display: none;
}

/*--------------------------------------------------------------------------------------------*/
@media screen and (max-width:350px) {
	/* Homepage */
	.header_h1 {
		width: 96.8%;
		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: 40%; /* 155px */
		height: 150px;
		background: #ffffff;
		overflow: hidden;
		text-align: center;
		vertical-align: top;
		margin-left: 1.8%;
		margin-right: 0.2%;
		padding: 5px 5px 0px 5px;
		box-shadow: 0px 1px 6px 1px #cccccc;
		border: 1px solid #dddddd;
		border-radius: 4px;
	}
	.home_game_image {
		display: inline-block;
		width: 100%; /* 150px */
		height: 120px;
		margin-bottom: 5px;
		text-align: center;
	}
	.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;
	}
	
	/* Random games */

	.random_game {
		float: left;
		width: 47%; /* 155px */
		height: 150px;
		background:#ffffff;
		overflow: hidden;
		padding: 3px 0px 6px 0px;
		margin: 0px 2px 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;
	}
	.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: 89%;
		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;
	}
	
	/* View Game*/
	
	.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: 40%; /* 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;
	}
}

/*--------------------------------------------------------------------------------------------*/
@media screen and (max-width:270px) {
	/* TAG CLOUD */

	.tag_cloud {
		text-align: left;
		font-size: 12px;
		padding: 0px 0px 0px 6px;
		margin-bottom: 10px;
		clear: both;
	}
	.tag_cloud a {
		width: 80%;
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		clear: both;
		display: inline-block;
		margin-bottom: 5px;
		margin-left: 5px;
		border: 1px solid #eeeeee;
		border-radius: 15px;
		padding: 5px 0px 5px 10px;
		text-decoration: none;
	}
	.tag_cloud a:hover {
		text-decoration: none;
		border: 1px solid #0191c8;
	}
}

/*--------------------------------------------------------------------------------------------*/
@media screen and (max-width:230px) {
	/* Homepage */
	.header_h1 {
		width: 96%;
		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: 80%; /* 155px */
		height: 160px;
		background:#ffffff;
		overflow: hidden;
		text-align: center;
		vertical-align: top;
		margin-left: 5%;
		padding: 5px 5px 0px 5px;
		box-shadow: 0px 1px 6px 1px #cccccc;
		border: 1px solid #dddddd;
		border-radius: 4px;
	}
	.home_game_image {
		display: inline-block;
		width: 100%; /* 150px */
		height:120px;
		margin-bottom: 5px;
		text-align: center;
	}
	.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;
	}
	
	/* Random games */

	.random_game {
		float: left;
		width: 93%; /* 155px */
		height: 150px;
		background:#ffffff;
		overflow: hidden;
		padding: 3px 0px 6px 0px;
		margin: 0px 2px 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 */
	.searchform {
		margin: 0 8px 2px 5px;
	}
	.search_button {
		padding: 0 2px 0 0;
		background-color: #ffffff;
		position: absolute; right: 10px;
		z-index: 99;
	}
	/* TAG CLOUD */

	.tag_cloud {
		text-align: left;
		font-size: 12px;
		padding: 0px 0px 0px 6px;
		margin-bottom: 10px;
		clear: both;
	}
	.tag_cloud a {
		width: 80%;
		font-size: 12px;
		font-weight: bold;
		text-align: left;
		clear: both;
		display: inline-block;
		margin-bottom: 5px;
		margin-left: 5px;
		border: 1px solid #eeeeee;
		border-radius: 15px;
		padding: 5px 0px 5px 10px;
		text-decoration: none;
	}
	.tag_cloud a:hover {
		text-decoration: none;
		border: 1px solid #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: 85%;
		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;
	}
	
	/* View Game */
	
	.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: 80%; /* 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;
	}
}

/*--------------------------------------------------------------------------------------------*/
@media screen and (max-width:217px) {
	/* Homepage */
	.header_h1 {
		width: 95%;
		min-height: 22px;
		text-align: center;
		padding-top: 6px;
		font-size:15px;
		font-weight:bold;
		background:#ffcc00;
		color:#282828;
		border-bottom: 1px solid #cccccc;
	}
	/* view game */
	.game_overall_rating_block {
		max-width: 100%;
		min-width: 102px;
		display: inline-block;
		float: left;
	}
	.game_your_rating_block {
		max-width: 100%;
		min-width: 102px;
		display: inline-block;
		text-align: center;
		float: left;
	}
}

