html,
body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: arial, sans-serif;
	font-size: 12px;
	background: #000;
	color: #fff;
}

#container {
	min-height: 100%;
	position: relative;
}

#header {
	position: absolute;
	top: 0;
	height: 27px;
	padding: 3px 0;
	background: #0c1a30;
	width: 100%;
	z-index: 99;
}

#header>div,
#navbar>div {
	width: 930px;
	margin: 0 auto;
	position: relative;
}

#links {
	margin-top: 1em;
}

#session {
	float: right;
	font-size: 12px;
}

#navbar {
	position: absolute;
	top: 33px;
	font-size: 12px;
	line-height: 12px;
	padding: 3px 0;
	border-bottom: 1px solid #4f6990;
	border-top: 1px solid #4f6990;
	background: #2c3a50;
	width: 100%;
	text-align: center;
	z-index: 99;
}

#navbar a {
	font-weight: bold;
	padding: 0 5px;
}

#content {
	width: 930px;
	margin: 0 auto;
	padding: 61px 0 50px 0;
}

#footer {
	position: absolute;
	bottom: 0;
	height: 15px;
	padding: 9px 0;
	border-top: 1px solid #4f6990;
	background: #2c3a50;
	width: 100%;
}

#footer div {
	width: 930px;
	margin: 0 auto;
	text-align: right;
}

a {
	color: #ccc;
	text-decoration: none;
}

h2 {
	font-size: 12pt;
}

img {
	border: 0;
}

p {
	margin: 0 0 1em 0;
	padding: 0;
}

.error,
.message {
	text-align: center;
	font-weight: bold;
	color: #f77;
}

.message {
	color: #77f;
}

.more {
	float: right;
	color: #fff;
	font-size: 12px;
	margin: -2px 0 0 0;
	display: block;
}

.pages {
	clear: both;
	font-size: 10pt;
	text-align: center;
	padding: 15px 0 0 0;
}

#game {
	clear: both;
	margin: 0 auto;
	padding: 0 0 10px 0;
}

div.title {
	border: 1px solid #4f6990;
	background: #2c3a50;
	padding: 5px;
	height: 10px;
	margin: 0 0 5px 0;
	text-align: left;
	font-size: 10px;
}

div.game-gallery {
	width: 930px;
	margin: 0 auto;
}

div.game-summary {
	width: 195px;
	padding: 0 0 0 105px;
	height: 120px;
	margin: 5px;
	float: left;
	position: relative;
	font-size: 10px;
}

div.game-summary img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 100px;
}

div.game-summary .game-title,
div.game-summary .game-author {
	display: block;
}

div.game-summary .game-title {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
}

div.game-summary p {
	display: block;
	left: 105px;
	width: 185px;
	color: #aaa;
}

div.game-summary .rating {
	display: block;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100px;
	height: 16px;
	text-align: center;
	background-color: #2c3a50;
	padding: 2px 0 0 0;
}

div.game_row {
	position: relative;
	font-size: 12px;
	height: 25px;
	padding: 0 0 2px 0;
	margin: 0 0 2px 0;
	border-bottom: 1px solid #222;
}

div.game_row img {
	width: 25px;
	height: 25px;
	margin: 0 0 5px 0;
}

div.game_row .date,
div.game_row .votes,
div.game_row .rating,
div.game_row .plays,
div.game_row .game_title {
	position: absolute;
	top: 4px;
}

div.game_row .game_title {
	left: 30px;
}

div.game_row .date {
	right: 250px;
	text-align: right;
}

div.game_row .plays {
	right: 0px;
	text-align: right;
}

div.game_row .votes {
	right: 0px;
	text-align: right;
}

div.game_row .rating {
	right: 0px;
	text-align: right;
}

#rectangle {
	width: 300px;
	height: 250px;
	padding: 9px;
	border: 1px solid #4f6990;
	background: #2c3a50;
}

div.odd {
	margin-right: 10px;
}

form#search {
	margin: 0;
	padding: 0;
	text-align: center;
}

form#search input[type="text"] {
	background: #000;
	border: 1px solid #4f6990;
	color: #fff;
	width: 140px;
	padding: 4px 5px 3px 5px;
	font-size: 14px;
}

ul.tags,
ul.links {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

ul.tags li,
ul.links li {
	padding: 0;
	display: block;
	width: 12.5%;
	float: left;
	text-transform: capitalize;
}

ul.links li {
	width: 20%;
}

#rating {
	width: 80px;
	height: 16px;
	overflow: hidden;
	margin: 0 auto 2px auto;
	padding: 0;
	list-style: none;
	clear: both;
	position: relative;
	background: url('/images/ratings.png') repeat-x left top;
}

#currentrating {
	font-weight: bold;
	padding: 0 0 2px 0;
}

ul#rating li a,
ul#rating li a:hover,
ul#rating li a:active,
ul#rating li a:focus,
ul#rating li.current {
	background: url('/images/ratings.png') left -1000px repeat-x;
}

ul#rating li {
	display: inline;
}

ul#rating li a:hover,
ul#rating li a:active,
ul#rating li a:focus {
	background-position: left bottom;
}

ul#rating li a,
ul#rating li.current {
	position: absolute;
	top: 0;
	left: 0;
	text-indent: -1000em;
	height: 16px;
	line-height: 16px;
	outline: none;
	overflow: hidden;
	border: none;
}

ul#rating li.one a {
	width: 20%;
	z-index: 6;
}

ul#rating li.two a {
	width: 40%;
	z-index: 5;
}

ul#rating li.three a {
	width: 60%;
	z-index: 4;
}

ul#rating li.four a {
	width: 80%;
	z-index: 3;
}

ul#rating li.five a {
	width: 100%;
	z-index: 2;
}

ul#rating li.current {
	z-index: 1;
	background-position: left center;
}

p.social img {
	display: block;
	padding: 2px;
	float: left;
}

td.label {
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	text-align: right;
	padding: 0 10px 10px 0;
}

td.input {
	width: 300px;
	padding: 0 5px 10px 0;
}

td.input input {
	width: 100%;
}

td.note {
	font-size: 10px;
	font-style: italic;
	font-weight: normal;
	color: #eee;
	padding: 0 0 10px 0;
}

table.tablesorter {
	font-family: arial;
	background-color: #4f6990;
	margin: 10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}

table.tablesorter thead tr th,
table.tablesorter tfoot tr th {
	background-color: #2c3a50;
	border: 1px solid #222;
	font-size: 8pt;
	padding: 4px;
}

table.tablesorter thead tr .header {
	background-image: url(/images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}

table.tablesorter tbody td {
	color: #ffffff;
	padding: 4px;
	background-color: #000;
	vertical-align: middle;
}

table.tablesorter tbody tr.odd td {
	background-color: #0c1a30;
}

table.tablesorter thead tr .headerSortUp {
	background-image: url(/images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
	background-image: url(/images/desc.gif);
}

table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
	background-color: #5c6a80;
}

.rectangle {
	width: 300px;
	height: 250px;
	margin: 5px;
	padding: 0;
	border: 0;
}

.right {
	float: right;
}

.left {
	float: left;
}

.clear {
	clear: both;
}

.dropdown {
	margin: 0px;
	padding: 0px;
	display: block;
	position: absolute;
	right: 0;
	z-index: 100;
}

.dropdown>li {
	list-style-type: none;
	float: left;
	display: block;
	margin: 0px;
	position: relative;
	padding: 5px;
	text-align: right;
}

.dropdown>li:hover ul {
	display: block;
}

.dropdown>li:hover {
	color: #666;
	background-color: #fff;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.dropdown li ul {
	margin: 0px;
	padding: 0px;
	display: none;
}

.dropdown li ul li {
	list-style-type: none;
	margin: 5px 0 0 0;
}

.dropdown li ul li a {
	display: block;
	padding: 5px 5px;
	color: #000;
	text-decoration: none;
}

.dropdown li ul li:hover a {
	color: #fff;
	background-color: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.dropdown li span {
	cursor: pointer;
	margin: 0px 5px;
	font-weight: bold;
}

.dropdown li>i.icon-caret-right {
	display: inline;
}

.dropdown li>i.icon-caret-down {
	display: none;
}

.dropdown li:hover>i.icon-caret-right {
	display: none;
}

.dropdown li:hover>i.icon-caret-down {
	display: inline;
}
.box{ width:300px; height:250px; position:relative; display:none;}
.ad_time{ width:300px; height:250px; background:#000; filter:alpha(opacity=50);-moz-opacity:0.5;opacity: 0.5; position:absolute; top:0; left:0; color:#fff;}
.ad_time span{ color:#cc0; padding:0 5px; line-height: 25px;}
.close{ width:49px; height:20px; position:absolute;text-align: center; top:0; right:0; cursor:pointer;background:#000; filter:alpha(opacity=50);-moz-opacity:0.5;opacity: 0.5;color: #fff;}
.fixed-ad {position: absolute;top: 110px;left: 25%;z-index: 99999;}