/* RESET */
h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
ul,li,ol{list-style-type:none;margin:0;padding:0;}
p{margin:0;padding:0;}
a{outline:none;}




body {
	margin: 0px;
	padding: 0px;
	background:#16171a;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	font-size:0.875em;
	color:#67747f;
}
img {
	border: 0px;
}


/* REQUIRED CSS STYLES */
.game_not_found {
	height: 170px;
	padding-top: 130px;
	font-family: Arial;
}
#no_games {
	font-family: Arial;
	text-align: center;
	padding-top: 30px;
}
/* REQ:5 STAR RATING CSS */
#rateStatus{float:left; clear:both; width:100%; height:20px;}
    #rateMe{float:left; clear:both; width:100%; height:auto; padding:0px; margin:0px;}
    #rateMe li{float:left;list-style:none;}
    #rateMe li a:hover,
    #rateMe .on{background:url(images/star.png) no-repeat;}
    #rateMe a{float:left;background:url(images/empty_star.png) no-repeat;width:20px; height:20px;}
    #ratingSaved{display:none;}
    .saved{color:red; }

#comments ul {
	list-style: none;
	margin:0px;
	padding:0px;
}

#comments ul li {
	line-height: 150%;
	margin-bottom:15px;
	padding:15px 10px;
	overflow:hidden;
	background:#202227;
}
#error_message {
	padding: 5px 5px 5px 10px;
	background-color: #344768;
	margin-bottom: 20px;
	color: #aebdd0;
	font-weight: bold;
}
#pm_task_complete {
	padding: 5px 5px 5px 10px;
	background-color: #f2eeb0;
	margin-bottom: 20px;
}
#member_list {
	width: 98%;
	margin-left: 8px;
}
#member_list td {
	border-bottom:1px solid #111111;
	height: 40px;
	padding:5px 0;
}
#member_list td a {
	color: #fff;
	font-size: 15px;
	text-decoration: none;
}
#member_list td a:hover {
	text-decoration: underline;
}
#member_list img {
	margin-top: 5px;
}
.link_item {
	padding:5px;
}
#login_to_comment {
	text-align: center;
	padding: 15px 0px 15px 0px;
}
/* END OF REQUIRED CSS STYLES */






/* GENERAL STRUCTURE */
.wrapper {
	width:990px;
	margin:0 auto;
	overflow:hidden;
}

.content {
	width: 990px;
	margin: 20px auto 0 auto;
	overflow:hidden;
}

.main_left {
	width:700px;
	float: left;
}
.main_right {
	width: 255px;
	float: right;
}




/* HEADER STUFF */
.header_container {
	height: 116px;
	background: none;
	overflow:hidden;
	background: url(images/header_bg.png);
}
.pages_menu {
	padding-top: 6px;
	font-weight: bold;
	font-size: 12px;
}
.pages_menu a {
	color: #fff;
	text-decoration: none;
}
.pages_menu a:hover {
	text-decoration: underline;
}
.header {
	padding-top: 5px;
}
.header_left {
	float: left;
}
.header_right {
	float: right;
}
.user_area {
	background: url(images/user_area.png);
	width: 385px;
	height: 52px;
	margin-top: 11px;
	padding-top: 12px;
	padding-left: 10px;
}

.ua_avatar {
	float: left;
	margin:0 10px 0 0;
}

.ua_username {
	font-size: 16px;
	font-weight: bold;
	float:left;
	margin-top: 3px;
	color: #fff;
}

.ua_unregistered {
	font-size: 16px;
	font-weight: bold;
}

.ua_points {
	float: left;
	background-color: #172839;
	font-family: "Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size: 10px;
	color: #fff;
	padding: 0px 7px 0px 7px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	margin: 3px 0 0 5px;
}

.ua_info {
	float: left;
	font-size: 13px;
	margin-right: 10px;
}
.ua_info a {
	color: #dcdcdc;
	text-decoration: none;
}
.ua_info a:hover {
	text-decoration: underline;
}




/* CATEGORIES MENU */

.main_menu_container {
	font-size: 15px;
	color: #e4ecec;
	overflow:hidden;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px dotted #43494f;
}

.main_menu {
	overflow:hidden;
	padding-top: 3px;
}
.main_menu a {
	color: #fff;
	text-decoration: none;
	display:block;
	float:left;
	padding:5px 8px;;
	font-weight:bold;
}

.main_menu a:hover {
	background:#335181;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}






/* SEARCHFORM */
.searchform {
	overflow:hidden;
	width:230px;
	margin:0 auto;
}
.search_button {
	
}
.search_box {
	width:193px;
	height: 25px;
	font-size: 14px;
	float:left;
	border:none;
	padding:2px 5px;
	font-family:Arial, Helvetica, sans-serif;
	color:#999;
	background: #202227;
	margin: 0px;
}

/* HOMEPAGE */
.featured_games {
	margin-bottom: 10px;
	overflow:auto;
}
.home_category {
	margin-bottom: 10px;
	overflow:auto;
}
.home_cat_title {
	font-weight:bold;
	background:#335181 url(images/title.gif) left top repeat-x;
	padding:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	overflow:hidden;
	-webkit-box-shadow:0 1px 2px #000;
	-webkit-moz-shadow:0 1px 2px #000;
	text-shadow:1px 1px 1px #000;
	margin-bottom: 5px;
}
.home_cat_name {
	font-size:1.3em;
	float: left;
}
.home_cat_link {
	float: right;
	font-size: 1em;
	margin-top: 2px;
	font-weight:normal;
}
.home_cat_title a {
	color: #fff;
	text-decoration: none;
}
.home_cat_title a:hover {
	text-decoration: underline;
}
.homepage_game {
	float: left;
	width: 328px;
	height: 74px;
	overflow: hidden;
	margin: 5px 5px;
	padding:5px;
	background:#202227;
	border:1px solid #313234;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
}
.home_game_image {
	float: left;
	padding:5px;
	text-align: center;
	border: 1px solid #4a5260;
	background:#1c222a;
	-webkit-box-shadow:0 3px 5px #000;
	-moz-box-shadow:0 3px 5px #000;
}
.home_game_image:hover {
	background:#4a5260;	
}
.home_game_info {
	float: left;
	width:245px;
	text-align: left;
	margin-left: 5px;
	margin-top: 2px;
	font-size: 0.9em;
	color: #99a2b0;
}
.home_game_info a {
	color: #fff;
}
.home_game_options {
	padding-top: 5px;
}
.home_game_options a {
	font-size: 10px;
	text-decoration: none;
	text-transform:uppercase;
	color: #67747f;
}
.home_game_options a:hover {
	text-decoration: underline;
}
.home_game_options_icon {
	vertical-align: middle;
	margin-right: 3px;
}
.home_game_head a {
	font-size: 1.1em;
	color: #fff;
	text-decoration:none;
}
.home_game_head a:hover {
	text-decoration: underline;
}

.main_left .module_header {
	font-size:1.3em;
	font-weight:bold;
	background:#335181 url(images/title.gif) left top repeat-x;
	padding:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	color:#fff;
	-webkit-box-shadow:0 1px 2px #000;
	-webkit-moz-shadow:0 1px 2px #000;
	text-shadow:1px 1px 1px #000;
	margin-bottom: 5px;
}
.homepage_news {
	padding: 5px;
	border-bottom: 1px solid #1c222b;
}
.homepage_news a {
	color: #adb4c7;
	margin-left: 5px;
}
.homepage_news a:hover {
	color: #fff;
}
.home_news_container {
	padding-bottom: 10px;
}
.homepage_more_news {
	text-align: right;
	padding: 5px;
}
.homepage_more_news a {
	color: #fff;
}

/* MAIN LEFT */
.title {
	font-size:1.3em;
	font-weight:bold;
	background:#335181 url(images/title.gif) left top repeat-x;
	padding:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:#fff;
	-webkit-box-shadow:0 1px 2px #000;
	-webkit-moz-shadow:0 1px 2px #000;
	text-shadow:1px 1px 1px #000;
}





/* CATEGORY */
.category_container {
	margin-bottom: 15px;
	overflow: auto;
}
.category_pages {
	margin:30px auto 15px auto;
	text-align: center;
	padding: 5px;
}
.category_pages a {
	color: #a1a9b6;
	padding: 5px 5px 5px 6px;
	text-decoration: none;
	border: 1px solid #121314;
	background-color: #1c1e20;
}
.category_pages a:hover {
	border: 1px solid #5d6168;
}
.category_header {
	font-size:1.3em;
	font-weight:bold;
	background:#335181 url(images/title.gif) left top repeat-x;
	padding:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:#fff;
	text-shadow:1px 1px 1px #000;
	margin-bottom: 5px;
}
.category_header_container {
	font-size: 1em;
	color:#67747f;
	margin:15px 0 15px 0;
	background: #202227;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-box-shadow:0 1px 2px #000;
	-webkit-moz-shadow:0 1px 2px #000;
}
.sort_options {
	padding: 6px 10px;
	height: 19px;
	font-weight: bold;
}
.sort_options a {
	color: #fff;
	text-decoration:none;
	padding:0 4px;
}
.sort_options a:hover {
	text-decoration:underline;	
}

/* SIDEBAR MODULES */

.main_right .module {
	font-size: 14px;
	background:#3b3c3f url(images/sidebar_module.jpg) right bottom no-repeat;
	margin-bottom: 20px;
	padding-bottom:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-box-shadow:0 1px 5px #000;
	-webkit-moz-shadow:0 1px 5px #000;
	color: #c3c8cf;
	font-size:0.9em;
}
.main_right .module_header {
	padding:7px;
	color: #fff;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	margin-bottom:5px;
	font-weight:bold;
	border-bottom: 1px solid #201f21;
	font-size: 13px;
	background: #313032 url(images/sidebar_title.gif);
}
.main_right .module a {
	color: #c3c8cf;
	text-decoration:none;
	margin-left: 5px;
}
.main_right .module a:hover {
	color: #fff;
}
.main_right .module ul {
	list-style:none;
	padding:0px;
	margin:0px;
}
.main_right .module li {
	padding:5px 0;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	padding-left:5px;
	border-bottom: 1px solid #363636;
}
.more_links {
	text-align: right;
	margin-right: 10px;
	padding-top: 4px;
}

/* VIEW GAME */
.game_container {
	margin: 15px 0;
	text-align: center;
	background:#202227;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding-bottom: 20px;
}

.game_options {
	margin-bottom: 20px;
	padding: 8px 12px;;
	color: #3d4655;
	overflow:auto;
	background-image: url("images/game_options_back.png");
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	font-weight: bold;
	-moz-border-radius-topright: 10px;
}
.game_options_column1 {
	float: left;
	padding-top: 3px;
	margin-right: 4px;
}
.game_options_column2 {
	float: left;
	padding-top: 2px;
	margin-right: 5px;
	width:105px;
}
.button2 a, .button3 a {
	margin-left:15px;
	padding:0 10px;
	line-height: 23px;
	float: right;
	font-size: 13px;
	display: block;
	color: #dfdfdf;
	text-decoration: none;
	background: #3d4655;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.button2 a:hover, .button3 a:hover {
	display: block;
	background:#335181;
	color: #fff;
}

.game_info_header {
	background:#5c6370 url(images/sidebar_title.gif) left top repeat-x;
	padding:10px;
	color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:10px;
	font-weight:bold;
	-webkit-box-shadow:0 1px 2px #000;
	-webkit-moz-shadow:0 1px 2px #000;
	text-shadow:1px 1px 1px #000;
}

.infos {
	overflow:hidden;
	margin:0 0 30px 0;
	background:#202227;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}

.game_info_container .game_info_header {
	display:none;	
}

.game_image {
	float: left;
	width: 100px;
	text-align: center;
	padding-top:15px;
}
.game_image img {
	padding:5px;
	border: 1px solid #4a5260;
	background:#1c222a;
	-webkit-box-shadow:0 3px 5px #000;
	-moz-box-shadow:0 3px 5px #000;
	margin-bottom:5px;
}
.game_desc {
	float: left;
	width: 500px;
	margin-left:10px;
	padding:15px 20px 10px 0px;
	border-right: 1px solid #16171a;
}
.game_desc strong {
	display:block;
	color:#ccc;
}
.game_info_content {
	margin:0 0 10px 0;	
}
.game_info_content a {
	color: #538ebd;	
}

.social {
	width:320px;
	float:right;
	margin-right: 10px;
	padding-top: 15px;
}

.social .social_text {
	margin-bottom:10px;	
}
.embed_textbox {
	width: 250px;
	background-color: #636A7A;
	border: 1px solid #8E97AC;
	color: #fff;
}


.game_bottom {
	overflow:hidden;
	width:990px;
}

.comments {
	width:480px;
	float:left;
	margin-right:15px
}

.game_right_container {
	width:480px;
	float:right;
	margin-left:15px;
}


.game_column2 {
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.add_comment_box {
	width: 450px;
	display:block;
	margin:20px auto 0 auto;
	border:none;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:5px;
	background:#636a7a;
	border:1px solid #8e97ac;
	color:#fff;
}
.comment_button_container {
	padding-top:5px;
	text-align:center;
	margin-bottom: 30px;
}
.comment_button_container input {
	background:#202227;
	border:none;
	color:#fff;
	padding:5px;
	cursor:pointer;
}
.comment_avatar {
	float: left;
	margin: 0 5px 0px 5px;
}
.comment_content {
	float: right;
	width:380px;
	margin:0 10px 0 0;
}
.comment_username a {
	color: #fff;
	text-decoration: none;
}


.random_game {
	float: left;
	width: 438px;
	margin-top: 10px;
	padding:20px;
	background:#202227;
	border:1px solid #313234;
}
.random_game_image {
	float: left;
	padding:5px;
	text-align: center;
	border: 1px solid #4a5260;
	background:#1c222a;
	-webkit-box-shadow:0 3px 5px #000;
	-moz-box-shadow:0 3px 5px #000;
}
.random_game_image:hover {
	background:#4a5260;	
}
.random_game_info {
	float: right;
	width:350px;
	text-align: left;
}
.random_game_info a {
	color: #fff;
}
.random_game_head a {
	font-size: 1.2em;
	color: #fff;
	text-decoration:none;
}







/* NEWS */
.news_wrapper {
	margin-bottom: 15px;
}
.news_header {
	background:#202227;
	border:1px solid #313234;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	margin: 15px 0px;
	overflow:auto;
	color: #9fb6cd;
	padding: 5px;
}
.news_image {
	float: left;
	padding:5px;
	text-align: center;
	border: 1px solid #4a5260;
	background:#1c222a;
	-webkit-box-shadow:0 3px 5px #000;
	-moz-box-shadow:0 3px 5px #000;
	margin-right:15px;
}
.news_title {
	float: left;
	font-size: 2em;
	padding-top: 8px;
}
.news_title a {
	color:#fff;
	text-decoration: none;
}
.news_title a:hover {
	text-decoration: underline;
}
.news_author {
	font-size: 14px;
}
.news_main {
	padding: 0px 10px 0px 10px;
	margin-bottom: 25px;
	color:#ccc;
}

/* PROFILE */
.profile_container {
	background:#202227;
	border:1px solid #313234;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	margin-bottom: 15px;
	overflow:auto;
	color: #9fb6cd;
}
.profile_container a {
	color: #fff;
}
.profile_header_avatar {
	width:80px;
	height: 87px;
	float: left;
	padding-left: 20px;
	padding-top: 12px;
}
.profile_header_info {
	width: 650px;
	height: 75px;
	float: left;
	padding-top: 25px;
	padding-left: 5px;
}
.profile_header_buttons {
	float: right;
	width: 173px;
	height: 97px;
	padding-left: 20px;
	padding-top: 3px;
}
.profile_username {
	font-size: 25px;
	font-family: Arial;
	padding: 0px;
	float: left;
}
.profile_points {
	float: left;
	background:#335181;
	margin-left: 10px;
	font-family: Arial;
	color: #fff;
	margin-top: 8px;
	padding: 0px 5px 0px 5px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.small_points {
	font-size: 10px;
	text-transform: uppercase;
}
.profile_stats {
	font-size: 14px;
	font-family: Arial;
}
.profile_button a {
	margin: 10px 15px 0px 0px;
	padding:0 20px;
	line-height: 23px;
	float: right;
	font-size: 13px;
	display: block;
	color: #dfdfdf;
	text-decoration: none;
	background: #335181;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.profile_button a:hover {
	display: block;
	background: #69788b;
	color: #fff;
}
.profile_button a:hover {
	display: block;
}
.profile_column1 {
	margin-right: 12px;
	width: 70%;
	float: left;
}
.profile_column2 {
	background:#202227;
	font-family:Geneva, Verdana, sans-serif;
	font-size: 14px;
	margin-bottom: 20px;
}
.user_info {
	padding: 10px;
	overflow: hidden;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-webkit-box-shadow:0 1px 5px #000;
	-webkit-moz-shadow:0 1px 5px #000;
}
.user_info a {
	color: #67747F;
	font-size: 14px;
}
.user_info a:hover {
	color: #e2e2e2;
}
.right_title {
	color: #8a8a8a;
}
.profile_content_item {
	margin-bottom: 15px;
	font-family: Arial;
}
.fav_container {
	padding: 20px;
}
.profile_comment {
	border-bottom:1px dashed #43494f;
	margin-bottom: 10px;
	padding: 10px;
}
.profile_left_header {
	font-size:1.3em;
	font-weight:bold;
	background:#335181 url(images/title.gif) left top repeat-x;
	padding:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	color:#fff;
	-webkit-box-shadow:0 1px 2px #000;
	-webkit-moz-shadow:0 1px 2px #000;
	text-shadow:1px 1px 1px #000;
	margin-bottom: 5px;
}
.profile_right_container .module_header {
	background:#5c6370 url(images/module_bg.png) left top repeat-x;
	padding:6px;
	color: #fff;
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	font-weight:bold;
	font-family: Arial;
	border-bottom: 1px solid #000;
	font-size: 13px;
}

/* EDIT PROFILE */
.main_left input, .main_left textarea {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	padding:5px;
	background:#636a7a;
	border:1px solid #8e97ac;	
	color:#fff;
}
.edit_avatar_container {
	padding: 10px 0px 10px 10px;
	margin-bottom: 10px;
	overflow:auto;
	width:680px;
}
.edit_info_container {
	padding: 10px 0px 10px 10px;
}
.edit_profile_header {
	font-size: 20px;
	color: #fff;
}	
.edit_profile_lable {
	float:left;
	margin-right:10px;
	width:80px;
	font-size:12px;
	text-align:left;
}
.edit_profile_element {
	float: left;
}
.edit_avatar_element {
	float: left;
	padding-top: 3px;
}
.edit_profile_textbox {
	height: 20px;
	width: 500px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}
.edit_profile_textarea {
	height: 60px;
	width: 500px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/* Private messages */
.pm_subject_textbox {
	height: 20px;
	width: 600px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}
.pm_message_textbox {
	height: 100px;
	width: 600px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
	font-family: Arial;
}
.pm_subject {
	font-size: 20px;
}
.pm_details {
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c6c6c6;
}
.pm_message {
	padding: 10px;
}
.pm_footer {
	border-top: 1px solid #c6c6c6;
	margin-top: 10px;
	padding-top: 5px;
}
.pm_table td {
	border-bottom: 1px solid #303030;
	padding: 5px;
}
.pm_no_messages {
	height: 80px;
	padding-top: 70px;
	text-align: center;
}
.unread_pm_link {
	font-weight: bold;
}
.read_pm_link {
	text-decoration: none;
}















.misc_container {
	margin-bottom: 10px;
	padding-top: 8px;
	overflow:auto;
}
.misc_container a {
	color: #fff;
}
.misc_container a:hover {
	color: #fff;
}
.form_textbox {
	height: 20px;
	width: 250px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}










/* FOOTER */
.footer {
	padding: 10px 0px 30px 0px;
	text-align: center;
	color: #a8a8a8;
	font-size: 12px;
	line-height:30px;
	overflow:hidden;
}
.footer a {
	color:#858b93;	
}

.footer .tags {
	overflow:hidden;
	margin-bottom:20px;
}
.footer .tags a {
	padding:0 5px;	
}
.footer-content {
	overflow:hidden;
	margin-bottom:40px;
	background:#212227;
	padding:15px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.footer-content .module {
	width:289px;
	float:left;
	text-align:left;
	border-right:1px solid #28292e;
	padding:0 15px;
}
.footer-content .module_header {
	font-size:16px;
	color:#fff;
	font-weight:bold;
}

.footer-content .news img {
}
.footer-content li {
	padding:3px 0;
	text-align: left;
	margin-right: 5px;
	margin-left: 5px;
	padding-left:5px;
	border-bottom: 1px solid #28292e;
}
.footer .design, .footer .design a {
	font-size:11px;	
	color:#53555f;
}




/* News comments */
#news_comments ul {
	list-style: none;
	margin:0px;
	padding:0px;
}

#news_comments ul li {
	line-height: 150%;
	margin-bottom:15px;
	padding:15px 10px;
	overflow:hidden;
	background:#202227;
}
.news_comments_container {
	margin-bottom: 15px;
	overflow: auto;
}
.news_comments_header {
	font-size: 14px;
	padding-top: 9px;
	padding-left: 8px;
}
.news_add_comment_box {
	border: 1px solid #ccc;
	margin-top: 10px;
}
.news_new_comment_container {
	text-align: left;
	font-family: Arial;
}
.news_comment_button_container {
	padding-top:5px;
	text-align:center;
	margin-bottom: 30px;
}
.news_comment_button_container input {
	background:#202227;
	border:none;
	color:#fff;
	padding:5px;
	cursor:pointer;
}
.news_comment_avatar {
	float: left;
	margin: 0 5px 0px 5px;
}
.news_comment_content {
	float: left;
	margin:0 10px 0 0;
	margin-left: 10px;
}
.news_comment_username a {
	color: #fff;
	text-decoration: none;
}

.news_thecomment {
	padding:5px 0;
}





/* SUBMIT GAME */

.tb-submit {
	height: 20px;
	width: 500px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
}
.ta-submit {
	height: 60px;
	width: 500px;
	border: 1px solid #CCC;
	font-size: 15px;
	padding: 4px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

/* MODULE NOTICE */

.module_notice {
	text-align: center;
	padding: 5px;
}

/* ADS */

.ad_info {
	font-family: Arial;
	padding-bottom: 10px;
}
.ad_info a {
	color: #c0c0c0;
}

/* TAG CLOUD */

.tag_cloud {
	text-align: center;
	padding: 6px;
}

/* Social buttons */
.social_text {
	font-size: 12px;
	margin-bottom: 3px;
	margin-top: 6px;
}
.refer_textbox {
	height: 15px;
	width: 250px;
	background-color: #636A7A;
	border: 1px solid #8E97AC;
	color: #fff;
	font-size: 12px;
	padding: 4px;
}

/* Facebook login */
.facebook_message {
	margin: 10px 0px 30px 0px;
}

/* Reports */
#reportform {
	padding: 5px 5px 5px 10px;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
}
.reportform {
	padding: 5px 5px 5px 10px;
	font-family: Arial;
	font-size: 14px;
	text-align: center;
}
.game_report_text {
	font-family: Arial;
}
.comment_report_text {
	font-family: Arial;
	font-size: 14px;
	text-align: left;
}

/* AV Arcade popup */
#ava-popup {
    
    position: fixed;
    top: 30%;
    left: 50%;
    
    margin-left: -300px;
    width: 600px;
    
    background-color: #EEE;
    color: #333;
    border: 3px solid #363636;
    border-radius: 5px;
    -moz-border-radius: 5px;
    display: none;
    
    z-index: 3;
}

#overlay{
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: none;
    -moz-opacity:.50; filter:alpha(opacity=50); opacity:.50; }
}
* html #overlay{
    background-color: #333;
    background-color: transparent;
    background-image: url(blank.gif);
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(
        src="/images/overlay.png", sizingMethod="scale");
}
#ava-popup-header {
	background: url(images/module_header.png);
	height: 27px;
	font-family: Arial;
	font-size: 14px;
	color: #fff;
	padding-top: 9px;
	padding-left: 8px;
}
#ava-popup-content {
	padding: 10px;
}
#ava-popup-title {
	float: left;
}
#popup-close-button {
	float: right;
	margin-right: 8px;
}
.comment_report_textbox {
	border: 1px solid #7b7b7b;
	width: 577px;
}

.profile_right_container {
	float: right;
	width: 28%;
}
.game_highscore_list {
	list-style: none;
	font-family: Arial;
	font-size: 13px;
	padding-left: 30px;
}
.game_highscore_container {
	height: 35px;
}
.game_highscore_container a {
	color: #e1e1e1;
}
.game_highscore_avatar {
	float: left;
}
.game_highscore_name {
	float: left;
	padding: 7px 10px 1px 6px;
	width: 33%;
}
.game_highscore_score {
	float: left;
	padding-top: 7px;
	font-weight: bold;
	width: 28%;
	color: #67747F;
}
.game_highscore_date {
	float: left;
	padding-top: 7px;
	color: #67747F;
	width: 17%;
}
.game_no_highscores {
	font-family: Arial;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.game_highscore_pages {
	font-family: Arial;
	text-align: center;
}
.game_highscore_pages a {
	color: #e1e1e1;
}
#game_highscore_header {
	height: 35px;
}
#game_highscore_header .game_highscore_score, #game_highscore_header .game_highscore_date {
	font-weight: normal;
	color: #67747F;
}
#game_highscore_header .game_highscore_name {
	padding-left: 0px;
	width: 41%;
}
.highscore_title {
	font-family: Arial;
	text-align: center;
	padding-top: 3px;
}
/* Profile page highscores */
.user_highscore_list {
	list-style: none;
	font-family: Arial;
	font-size: 13px;
	padding: 2px;
	margin: 0px;
}
.user_highscore_container {
	height: 35px;
}
.user_highscore_container a {
	color: #67747F;
}
.user_highscore_avatar {
	float: left;
}
.user_highscore_name {
	float: left;
	padding: 7px 0px 1px 6px;
	width: 45%;
}
.user_highscore_score {
	float: right;
	padding-top: 7px;
	font-weight: bold;
	width: 15%;
	margin-right: 10px;
	color: #67747F;
}
.user_no_highscores {
	font-family: Arial;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.user_highscore_pages {
	font-family: Arial;
	text-align: center;
}
.user_highscore_pages a {
	color: #505050;
}
#user_highscore_header {
	height: 35px;
}
#user_highscore_header .user_highscore_score {
	font-weight: normal;
	color: #67747F;
}
#user_highscore_header .user_highscore_name {
	padding-left: 0px;
	width: 41%;
}
/* Module highscores */
.module_highscore_list {
	list-style: none;
	font-family: Arial;
	font-size: 13px;
	padding: 2px;
	margin: 0px;
}
.module_highscore_container {
	height: 35px;
}
.module_highscore_container a {
	color: #323232;
}
.module_highscore_avatar {
	float: left;
}
.module_highscore_name {
	float: left;
	padding: 7px 0px 1px 6px;
	width: 45%;
}
.module_highscore_score {
	float: right;
	padding-top: 7px;
	font-weight: bold;
	width: 15%;
	margin-right: 10px;
}
.user_no_highscores {
	font-family: Arial;
	text-align: center;
	padding: 20px 0px 20px 0px;
}
.module_highscore_pages {
	font-family: Arial;
	text-align: center;
}
.module_highscore_pages a {
	color: #505050;
}
#module_highscore_header {
	height: 35px;
}
#module_highscore_header .module_highscore_score {
	font-weight: normal;
	color: #000;
}
#module_highscore_header .module_highscore_name {
	padding-left: 0px;
	width: 41%;
}



/* TAG PAGE */
.tag_sort_options {
	margin: 5px 0;
	background:#202227;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	padding: 10px;
}
.tag_sort_options a {
	font-weight: bold;
	text-decoration: none;
}
.tag_sort_options a:hover {
	text-decoration: underline;
}
.tag_pages {
	margin:15px auto 15px auto;
	text-align: center;
	padding: 5px;
}
.tag_pages a {
	color: #a1a9b6;
	padding: 5px 5px 5px 6px;
	text-decoration: none;
	border: 1px solid #121314;
	background-color: #1c1e20;
}
.tag_pages a:hover {
	border: 1px solid #5d6168;
}

/* ads styling - EDIT THIS  */
.leaderboard {
	text-align: center;
	margin-bottom:20px;
}
.ad_banner {
	text-align: center;
}
.ad_small_square {
	text-align: center;
}