@charset "utf-8";

html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, a, img, q, s, u, center,
ol, ul, li, fieldset, form, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

input,textarea
{
	margin:0;
	padding:0;
}
table
{
	border-collapse:collapse;
	border-spacing:0;
}

h1,h2,h3,h4,h5,h6
{
	font-size:100%;
	font-weight:normal;
}

/* =============================================================================================================== */
/* BASE STYLES */
/* =============================================================================================================== */

body {
	background: #484848;
	color: #C1C1C1;
	font-family: Arial, Helvetica, Courier New, Sans-Serif;
	font-size: 16px;
	text-align: center;
}

h1 { 
	font-family: Tahoma, Arial, Helvetica, Courier New, sans-serif;
	font-weight: bold;
	font-size: 42px;
	margin: 0px; 
	padding: 0px;
}

h2 { 
	font-family: Arial, Helvetica, Courier New, Sans-Serif;
	font-weight: bold;
	font-size: 18px; 
}

a         { color:#FF8888; font-size: 16px; font-weight: normal; font-family: Tahoma, Arial, Sans-Serif; text-decoration:none;}
a:link    { color:#FF8888; font-size: 16px; font-weight: normal; font-family: Tahoma, Arial, Sans-Serif; text-decoration:none;}
a:visited { color:#FF8888; font-size: 16px; font-weight: normal; font-family: Tahoma, Arial, Sans-Serif; text-decoration:none;}
a:hover   { color:#CCCCCC; font-size: 16px; font-weight: normal; font-family: Tahoma, Arial, Sans-Serif; text-decoration:underline;}

ul {
	list-style-type: none;
}

#wrapper {
	position: relative;
	width: 945px;
	top: 0px;
	margin: 0 auto;
	text-align: left;
}


/* =============================================================================================================== */
/* HEADER STYLES */
/* =============================================================================================================== */

.header-wrapper {
	position: relative;
	width: 915px;
	height: 97px;
	padding-top: 3px;
	margin: 0 auto;
	text-align: left;
}

.header-image {
        position: relative;
	float: left;
	width: 50px;
        height: 90px;
	padding-top: 1px;
	text-align: left;
}

.header-title {
        position: relative;
	float: left;
	width: 295px;
        height: 80px;
	padding-top: 8px;
	text-align: center;
}

.header-slogan {
	position: relative;
	width: 244px;
        height: 18px;
	margin: 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 12px;
}

.header-search {
        position: relative;
	float: right;
	width: 318px;
        height: 39px;
	margin-top: 27px;
}

.header-search input
{
	background-color: #555555;
	float: left;
	height: 30px;
	border: solid #666666;
	border-width: 1px 0px 1px 1px;
        color: #CCCCCC;
	font-family: Arial, Sans-serif;
	font-size: 14px;
}

.header-search input[type="text"]
{
	background-color:#555555;
	width:260px;
	padding:0 10px;
	color:#CCCCCC;
}

.header-search input[type="submit"]
{
	background-color:#CC3333;
        background-image:url("/images/search.png");
	background-repeat:no-repeat;
	background-position: 2px;
	width:32px;
	height:32px;
	cursor:pointer;
	border:solid #CC3333;
	border-width: 1px 1px 1px 0px;
}

.header-search input[type="submit"]:hover
{
	background-color:#FF0012;
        background-image:url("/images/search2.png");
	border:solid #FF0012;
	border-width: 1px 1px 1px 0px;
}

/* =============================================================================================================== */
/* DIVIDER BAR STYLES */
/* =============================================================================================================== */

.divider-bar {
        position: relative;
	width: 935px;
	height: 3px;
	padding-top: 4px;
	margin: 0 auto;
	text-align: left;
	border:solid #555555;
	border-width: 1px 0px 0px 0px;
}

/* =============================================================================================================== */
/* BROWSE STYLES */
/* =============================================================================================================== */

.browse-header-wrapper {
	background-color:#484848;
        position: relative;
	width: 840px;
	height: 35px;
        margin: 0 auto;
	padding-top: 6px;
	text-align: left;

	color:#A0A0A0;
	font-size:18px;
	font-weight:bold;
}

.browse-header-wrapper a {
	font-size:20px;
	font-weight:bold;
}

.browse-search-term {
    color: #FF8888;
	font-weight: bold;
}


/* =============================================================================================================== */
/* GAME STYLES */
/* =============================================================================================================== */

.games-wrapper {
        background:#484848;
        position: relative;
	width: 900px;
	padding-left: 6px;
        margin: 0 auto;
	text-align: center;
}

.games-unit li
{
	background:#484848;
	list-style-type: none;
	position:relative;
	float:left;
	display: inline;
	width: 296px;
	padding: 5px 0;
	margin: 0 auto;
}

.games-unit-height li
{
	height: 248px;
}

.games-unit a img{
	width: 229px;
	height: 152px;
	border:solid 1px #CCCCCC;
	border-radius: 6px;
	box-shadow:5px 7px 10px -5px #222222
}

.games-unit a:hover img{
	border:solid 1px #F63311;
}

.g-title {
	position:relative;
	width: 235px;
	height: 20px;
	margin: 0 auto;
	padding-top: 0px;
	overflow: hidden;
}

.g-title-align {
	text-align: center;
}

.g-title a{
	font-weight:bold;
}

.g-title a:hover{
	font-weight:bold;
	text-decoration: underline;
}

.g-desc {
	position:relative;
	width: 235px;
	height: 50px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;

	font-size:14px;
}

.game-clear {
	clear:both;
}

/* =============================================================================================================== */
/* DISPLAY STYLES */
/* =============================================================================================================== */

.display-wrapper {
	position: relative;
	width: 920px;
	padding-top: 16px;
	margin: 0 auto;
	text-align: left;
}

.display-adleft {
        position: relative;
	float: left;
	width: 177px;
	height: 620px;
	padding-left: 5px;
	text-align: left;
}

.display-adleft-wide {
        position: relative;
	float: left;
	width: 172px;
	height: 620px;
	padding-left: 15px;
	text-align: right;
}

.display-adright {
        position: relative;
	float: right;
	width: 177px;
	height: 620px;
	padding-right: 5px;
	text-align: right;
}

.display-game-tiny-wrapper {
        position: relative;
	float: left;
	width: 540px;
	height: 650px;
	text-align: center;
}

.display-game-tiny {
        position: relative;
	width: 480px;
	height: 618px;
	margin-left: 37px;
	text-align: center;
}

.display-game-small-wrapper {
        position: relative;
	float: left;
	width: 540px;
	height: 620px;
	text-align: center;
}

.display-game-small {
        position: relative;
	width: 538px;
	height: 618px;
	margin-left: 22px;
	text-align: center;
}

.display-game {
        position: relative;
	float: left;
	width: 730px;
	height: 620px;
	text-align: center;
}

.display-game-wide {
        position: relative;
	margin: 0 auto;
	width: 902px;
	height: 580px;
	text-align: center;
}

.display-game-nes {
	background-color:#000000;
	width: 512px;
	height: 480px;
	min-width: 512px;
	min-height: 480px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.display-game-snes {
	background-color:#000000;
	width: 512px;
	height: 448px;
	min-width: 512px;
	min-height: 448px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.display-game-sega {
	background-color:#000000;
	weight: 640px;
	height: 448px;
	min-width: 640px;
	min-height: 448px;
	padding: 0px;
	margin: 0 auto;
	overflow: hidden;
}

.display-game-gb {
	background-color:#000000;
	width: 480px;
	height: 320px;
	min-width: 480px;
	min-height: 320px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.display-game-gba {
	background-color:#000000;
	width: 480px;
	height: 320px;
	min-width: 480px;
	min-height: 320px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.display-flash-player {
	margin-top: 200px;
}

.display-instructions-tiny {
	width: 480px;
	height: 60px;
	margin-left: 0px;
	font-size: 13px;
	text-align: center;
}

.display-instructions-small {
	width: 512px;
	height: 60px;
	margin-left: 0px;
	font-size: 13px;
	text-align: center;
}

.display-instructions {
	width: 720px;
	height: 60px;
	margin: 0 auto;
	font-size: 13px;
	text-align: center;
}

.display-adsquare-wrapper {
	position: relative;
	width: 700px;
	height: 310px;
	margin: 0 auto;
}

.display-adsquare-left {
	position: relative;
	float: left;
	width: 340px;
	height: 280px;
	padding-bottom: 10px;
	margin: 0 auto;
	text-align: center;
}

.display-adsquare-right {
	position: relative;
	float: right;
	width: 340px;
	height: 280px;
	padding-bottom: 10px;
	margin: 0 auto;
	text-align: center;
}

.display-adsquare-tiny {
        position: relative;
	width: 340px;
	height: 280px;
	margin: 0 auto;
	text-align: center;
}

.display-clear {
	clear: both;
}

#display-description-wrapper {
	background: #3E3E3E;
	position: relative;
	width: 920px;	
	margin: 0 auto;
}

.display-description-body-wrapper {
        background:#3E3E3E;
        position: relative;
	width: 919px;
	height:176px;
	padding-right: 1px;
        margin: 0 auto;
	text-align: left;
	border:solid 1px #1E1E1E;
}

.display-description-header-title {
        position: relative;
	width: 898px;
	height: 20px;
	padding-top: 8px;
        margin: 0 auto;
	text-align: left;	

        color:#EEEEEE;
	font-size:18px;
	font-weight:bold;
}

.display-description-desc {
	position: relative;
	width: 898px;
	height: 100px;
	padding: 10px;
	color: #B1B1B1;
	overflow: hidden;
}

.display-description-plays {
	position: relative;
	width: 898px;
	height: 8px;
	padding-top: 5px;
	padding: 5px 10px 10px 10px;
	font-size: 12px;
	font-style:italic;
	color: #818181;
}

.display-adhorizontal {
	position: relative;
	width: 728px;
	height:130px;
	margin: 0 auto;
	clear: both;
}

#display-more-wrapper {
	position: relative;
	width: 920px;
	height: 50px;
	margin: 0 auto;
}

.display-more-header-wrapper {
	background:#AA3311;
        position: relative;
	width: 920px;
	height: 32px;
	border:solid 1px #222222;
	margin: 0 auto;
}

.display-more-header-title {
        position: relative;
	width: 800px;
	padding-top: 4px;
        margin: 0 auto;
	text-align: center;	

        color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
}

/* =============================================================================================================== */
/* PAGINATION STYLES */
/* =============================================================================================================== */

.pagination-big-height {
	height: 65px;
	padding-top: 45px;
}

.pagination-medium-height {
	height: 45px;
	padding-top: 25px;
}

.pagination-small-height {
	height: 35px;
	padding-top: 15px;
}

.pagination-wrapper {
	position: relative;
	width: 880px;
	margin: 0 auto;	
	text-align:center;
	clear:both;
}

.pagination-wrapper a {
	font-size:19px;
	font-weight:bold;
}

.page-buttons a {
	background:#AA3311;
	border-radius:4px;
	border:solid 1px #222222;
	color: #EEEEEE;
}

.page-buttons a:hover {
	background:#F63311;
	border:solid 1px #555555;
	color: #FFFFFF;
	text-decoration:none;
}

.page {
	background:#484848;
	display:inline-block;
	height:24px;
	border-radius:4px;
	border:solid 1px #222222;
	box-shadow:inset 0 0 12px rgba(10,0,0,.8), 0 1px 0 rgba(20,20,20,.6);
	padding:3px 12px;
	padding-top:8px\9\0; /* ie9 hacks */
	margin-right:20px;
}

.page.active {
	background:#373737;
	color: #FFFFFF;
}

.page-wide {
	background:#484848;
	display:inline-block;
	height:24px;
	border-radius:1px;
	border:solid 1px #222222;
	box-shadow:inset 0 0 12px rgba(10,0,0,.8), 0 1px 0 rgba(20,20,20,.6);
	padding:3px 6px;
	padding-top:8px\9\0; /* ie9 hacks */
	margin-right:20px;
}

.page-wide.active {
	background:#373737;
	color: #FFFFFF;
}

/* ie10 & 11 hacks */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.page { padding-top:8px; }
	.page-wide { padding-top:8px; }
}

/* =============================================================================================================== */
/* FRIENDS STYLES */
/* =============================================================================================================== */

#friends-wrapper {
	background: #3E3E3E;
	position: relative;
	width: 920px;	
	margin: 0 auto;
}

.friends-header-wrapper {
	background:#AA3311;
        position: relative;
	width: 920px;
	height: 32px;
	border:solid 1px #222222;
}

.friends-header-title {
        position: relative;
	width: 850px;
	padding-top: 4px;
        margin: 0 auto;
	text-align: center;	

        color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
}

.friends-body-wrapper {
        background:#3E3E3E;
        position: relative;
	width: 919px;
	height: 200px;
	padding-top: 20px;
	padding-right: 1px;
        margin: 0 auto;
	text-align: center;
	border:solid #1E1E1E;
	border-width: 0px 1px 1px 1px;
}

.friends-unit li
{
	list-style-type: none;
	position:relative;
	float:left;
	display: inline;
	width: 303px;
	padding: 5px 0;
	margin: 0 auto;
}

.friends-unit-height li
{
	height: 177px;
}

.friends-unit a img{
	border:solid 1px #F63311;
	border-radius: 6px;
	box-shadow:5px 7px 10px -5px #222222
}

.friends-unit a:hover img{
	border:solid 1px #CCCCCC;
}

.friends-title-align {
	text-align: center;
}


/* =============================================================================================================== */
/* FOOTER STYLES */
/* =============================================================================================================== */

#footer-wrapper {
	position: relative;
	width: 880px;
	top: 6px;
	margin: 0 auto;
	padding-top: 12px;
	padding-bottom: 6px;

	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}

.footer-header-wrapper {
        position: relative;
	width: 880px;
	height: 25px;
        margin: 0 auto;
	padding-top: 6px;
	text-align: left;

	color:#303030;
	font-size:18px;
	font-weight:bold;
}

.footer-site-desc {
        position: relative;
	width: 880px;
        margin: 0 auto;
	text-align: left;

	font-size: 15px;
}

.footer-bottom-wrapper {
        position: relative;
	width: 880px;
        height: 46px;
        margin: 0 auto;
	padding-top: 12px;

        color:#373737;
	font-size:22px;
	font-weight:bold;
}

.footer-bottom-section {
	position:relative;
	padding-right: 4px;
	text-align: left;
}

.footer-bottom-links {
	position:relative;
        margin: 0 auto;
	padding-top: 10px;
	text-align: center;

	color:#555555;
	font-size: 12px;
}

.footer-bottom-links a {
	padding-left: 8px;
	padding-right: 8px;
	color:#888888;
	font-size: 12px;
}

.footer-bottom-links a:hover {
	text-decoration: underline;
}

/* =============================================================================================================== */
/* UTILITIES */
/* =============================================================================================================== */

.fr {
	float: right;
}

.fl {
	float: left;
}

.spacer28 {
	height: 28px;
}

.spacer40 {
	height: 40px;
}

.spacer80 {
	height: 80px;
}


.b {
	font-weight:bold;
}

.underline a:hover{
	text-decoration: underline;
}



