html{
	overflow-x:hidden;
	overflow-y:scroll
}

body{	
	text-align:center;
	font-size:12px;
	font-family:Sans-serif, Arial;
	overflow:hidden;
	min-height:100%;
  	padding-bottom:20px; 
	color:white
}

ul {list-style:none}
img {border:0}

/* HYPERLINKS */
a{text-decoration:none;}

a:hover{
	text-decoration:none;
	cursor:pointer;
	*cursor:hand
}

a:focus,a:hover,a:active, a:link,button{
	outline: none !important;
	-moz-focus-inner { border: 0};
	-moz-user-focus: ignore;
	ie-dummy: expression(this.hideFocus=true)
}


/* HTML5 DECLARATIONS */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,dialog {display:block}


*{
	margin:0;
	padding:0
}

/* FONT */
@font-face {
    font-family: 'Bauhaus93';
	src:url('fonts/bauhs93.eot'); /* IE7 IE8 */	
    src: local('Bauhaus 93'),
		url('fonts/bauhs93.eot?') format('eot'), /* IE9 */
        url('fonts/bauhs93.woff') format('woff'), /* Modern Browsers */
        url('fonts/bauhs93.ttf') format('truetype'), /* Safari, Android, iOS */
        url('fonts/bauhs93.svg#bauhaus_93regular') format('svg'); /* Legacy iOS, Old version of chrome */
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'BadSeedBold';
	src:url('fonts/badseedbold.eot');
	src: local('BadSeedBold'),
		url('fonts/badseedbold.eot?') format('eot'),
		url('fonts/badseedbold.woff') format('woff'),
		url('fonts/badseedbold.ttf') format('truetype'),
		url('fonts/badseedbold.svg#bad_seed__bold') format('svg');
    font-weight: normal;
    font-style: normal
}


#container{
	margin:15px auto 0 auto;
	width:1000px;
	padding:1px;
	background-color:white
}

#contBG{
	margin:0 8px;
	top:8px;
	min-height:900px;
	position:relative;
	z-index:2
}

/* HEADER */
#header{
	width:100%;	
	height:100px
}

#headLeft{
	width:500px;
	margin-right: 500px;
	height:100px
}
#headRight{
	float: right;
	width: 500px;
	margin-left: -500px;   
	height:100px
}

#logo{
	display:block;
	padding:5px 10px
}

#headBtn li{
	float:left;
	height:54px;
	margin:0 5px	
}

#headBtn li  a {
	font:30px 'Bauhaus93', Georgia, serif;
	display:block;
	padding:10px 20px;
	border-width: 0 2px 2px 2px;
	border-style:solid;	
	text-shadow: 0 2px 3px rgba(0,0,0,0.2)
}

#headBtn li a:hover{
 	padding:18px 20px
}

/* MAIN CONTENT */
#contentContainer{
	display:block;
	width:100%;
	*padding-bottom:15px;
}
#contentContainer:after{
	content:'';
	display:block;
	clear:both;
}
#contentLeft{
   margin-right: 340px;
   *width:634px
}

#contentRight{
	float: right;
	margin-left: -340px; 
	margin-right:10px
}

#contentRight div, #contentPlayL div{
	clear:both;
	margin-bottom:10px;
	border-width:8px;
	border-style:solid
}

.wrapleft, .wrapright{
   float: left;
   width: 100%
}

#contentPlayR{
   margin-left: 335px
}

#contentPlayL{
   float: left;
   *width: 320px;
   margin-left: -98.5%
}

/* MAIN NAVIGATION */
#gameCat{
	margin-left:15px
}
#gameCat li{
	float:left;	
	margin:0 5px
}
#gameCat > li > a {
	display:block;
	padding:5px 5px;
	color:white;
	font:18px 'BadSeedBold', Georgia, serif;
	text-shadow: 0 2px 3px rgba(0,0,0,0.4)
}

#gameCat > li > a:hover{
	opacity:0.7;
	filter:alpha(opacity=60);
	position:reative;
	margin-top:-5px;
	text-shadow: 0 0px 15px #fff	
}


#content, #contentPlay{
	clear:both;	
	margin:0 15px 15px 15px;
	padding-bottom:130px;	
	padding-top:1px
}

#content{
    	min-height:1092px;
     	height:auto !important;
     	height:1092px; 
}

#contentPlay{
	padding-bottom:5px !important;
}

#content:after, #contentPlay:after, #searchbox:after, #footLink ul:after, .clear{
	content:'';
	display:block;
	clear:both
}

#gameBox, #gameboxPlay , #gameBox li, #gameboxPlay li {
	display:block	
}

#gameBox li, #gameboxPlay li{	
	overflow:hidden;
	position:relative;
	display:block;
	float:left;	
	width:133px;
	height:185px;
	margin-left:11px;
	margin-top:18px;
	border-width:3px;
	border-style:solid;	
	-webkit-box-shadow:  0px 4px 0px 2px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:  0px 4px 0px 2px rgba(0, 0, 0, 0.05);
	-o-box-shadow:  0px 4px 0px 2px rgba(0, 0, 0, 0.05);
	box-shadow:  0px 4px 0px 2px rgba(0, 0, 0, 0.05)
}
#gameBox p, #gameboxPlay p{
	height:30px
}
#gameBox span, #gameboxPlay span{
	display:block;
	width:123px;
	height:180px;
	padding-top:135px;
	padding-right:10px;
	font-weight:bold;
	font:12px 'Bauhaus93', Georgia, serif;
	text-align:right;	
	float:left;	
	margin-top:30px;
    -webkit-transform: translateY(20px);
    -webkit-transition: all 800ms ease-in-out;
	
    -moz-transform: translateY(20px);
    -moz-transition: all 800ms ease-in-out;
	
    -o-transform: translateY(20px);
    -o-transition: all 800ms ease-in-out;
	
    transform: translateY(20px);
    transition: all 800ms ease-in-out
}

#gameboxPlay li:hover span, #gameBox li:hover span{
	position:absolute;margin-top:0;
	-webkit-transform: translateY(-190px);
    -moz-transform: translateY(-190px);
    -o-transform: translateY(-190px);
    transform: translateY(-190px)
}

#gameBox li:hover, #gameboxPlay li:hover{
	border-color:transparent;	
    box-shadow:  none	
}

#gameBox img, #gameboxPlay img{
	margin:5px auto;
	display:block;
	border-width:2px;
	border-style:solid
}

#gameboxPlay li{
	width:131px !important;
	margin-left:9px !important;
	margin-top:10px !important;
}

#moreGames{
	margin: 0 15px 100px;
	padding-bottom:10px
}

#moregamelink{
	float:right;
	position:relative;
	color:transparent;
	display:block;
	width:11px;
	height:85px;
	margin: 100px 10px 0 0
}


/* SEARCH BOX */
#searchbox{
	display:block;
	*width:265px;
	float:right;
	padding:12px;
	margin-right:7px;
	margin-top:10px;
	border-width:2px 2px 0 2px;
	border-style:solid; 
	-webkit-box-shadow:  0px -5px 5px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:  0px -5px 5px 0px rgba(0, 0, 0, 0.1);	 
	-o-shadow:  0px -5px 5px 0px rgba(0, 0, 0, 0.1);	 
	box-shadow:  0px -5px 5px 0px rgba(0, 0, 0, 0.1);
}

#searchbox form{
	float:right
}

#searchbox input[type="text"]{
	padding:2px 10px;
	line-height:normal;
	border-width:1px;
	border-style:solid
}

.ap300{
	width:300px;
	height:250px;
}

#topFBText{
	font:22px 'Bauhaus93', Georgia, serif;
	padding:7px;
	text-align:left
}


#topFBBox{
	margin-bottom:0px;
	border-width:0px;
}

#topTenText, #topCText{
	font:22px 'Bauhaus93', Georgia, serif;
	padding:0px 0px 0px 10px;
	text-align:left
}

#topTenListBox, #topCListBox{text-align:left}

#topTenList li, #topCList li{
	display:block;
	height:24px
}

#topTenList a, #topCList a{
	display:block;
	line-height:24px;
	padding-left:10px;
	font-weight:bold
}

.top10star img{
	margin-top:5px;
	border:0px
}
.top10star{
	float:right;
	*position:relative;
	*top:-30px;
	margin-right:10px;
	height:24px
}

.wBox{
	padding:8px;
	margin:10px; 
	text-align:left;
	*margin:0 10px 40px 10px;
	-webkit-box-shadow:  0px 7px 5px -4px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:  0px 7px 5px -4px rgba(0, 0, 0, 0.2);
	-o-box-shadow:  0px 7px 5px -4px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 7px 5px -4px rgba(0, 0, 0, 0.2)
}

#gameInfoBox{
	margin-left:310px; 
	color:black; 
	text-align:left; 
	padding:8px ;
	*position:absolute;
	*width:252px;
}

#gameSponsor{
	width:300px;
	float:left;
	margin-left: -100%;
	*margin-left:0px;
	
}

h1#gameTitle {
	font-size:180%; 
	margin-bottom:15px
}

#startGameText{ color: #c71954; }

#content h1 {
    border-bottom: 2px dashed #c71954;
    color: #c71954;
    display: block;
    font-size: 200%;
    font-weight: bold;
    padding: 15px 0 0 15px;
    text-align: left;
}

#content ol{
    color: #ea5284;
    font-size: 140%;
    font-weight: bold;
    padding: 50px;
    text-align: left;
}

#content h2{
    color: #ea5284;
    font-size: 140%;
    font-weight: bold;
    padding: 15px 0 0 25px;
    text-align: left;
}

#content .textblock{
    color: #670929;
    display: block;
    font-size: 140%;
    padding: 10px 20px 0 25px;
    text-align: left;
}

h3.gameInfo{
	font-size:125%;
	margin:15px 0 5px 0
}


/* FOOTER */
#footer{
	margin:0 8px;
	position:relative;
	top:-10px;
	z-index:0
}
#footContent{
	height:120px;
	background-color:#fb6e9d; 
	padding:25px 10px;
	font-size:14px;
	font-weight:bold
}
#footLeft{
	float:left;
	height:100px;
	width:40%;
	margin-top:15px
}
#footRight{
	float:right;
	height:100px;
	width:55%;
	margin-top:15px
}

#footLink{
	padding-top:10px;
	text-align:center
}

#footLink ul{
	margin:0 auto;
	display:table	
}

#footLink li{
	float:left;
	margin:0 5px
}

#footLink ul > li > a {
	display:block;
	padding:5px 5px;
	font-size:18px;	
}

#rsslink{	
	height:30px;
	width:30px
}

/* Round corner */
#container, #content, #contentPlay, #gameBox li, #gameboxPlay li, #contentRight div, #contentPlayL div, .wBox, #moreGames{
	-webkit-border-radius:9px;
	-moz-border-radius:9px;
	-o-border-radius:9px;
	border-radius:9px
}

#contBG, #headBtn li  a, #footContent{
	-webkit-border-radius:0 0 9px 9px;
	-moz-border-radius:0 0 9px 9px;
	-o-border-radius:0 0 9px 9px;
	 border-radius:0 0 9px 9px;	
}

#searchbox{
	-webkit-border-radius:9px 9px 0 0;
	-moz-border-radius:9px 9px 0 0;
	-o-border-radius:9px 9px 0 0;
	 border-radius:9px 9px 0 0;
}

/* Box Shadow */
#headBtn li  a, #content, #contentPlay, #contentRight div, #contentPlayL div{
	-webkit-box-shadow:  0px 10px 10px 1px rgba(0, 0, 0, 0.2);        
	-moz-box-shadow:  0px 8px 5px 1px rgba(0, 0, 0, 0.2);
	-o-box-shadow:  0px 8px 5px 1px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 8px 5px 1px rgba(0, 0, 0, 0.2);
}

#container{	 
	-webkit-box-shadow:  0px 10px 20px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:  0px 10px 20px 0px rgba(0, 0, 0, 0.2);
	-o-box-shadow:  0px 10px 20px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 10px 20px 0px rgba(0, 0, 0, 0.2);
}

/* Transition */
#headBtn > li > a, #gameCat > li > a, #gameBox li, #gameboxPlay li{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease
}
