@charset "utf-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Metamorphous);

html, body{
	height: 100%;
}

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	color:#000;
	background:#130c29;
}

#wrapper{
	background:url(../images/bg.jpg) no-repeat scroll center top;
	height:auto;
	min-height:100%;
	margin-bottom:-82px;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

h1, h2, h3, h4{
	font-size:35px;
	color:#ff622c;
	text-transform:uppercase;
	font-family:'Metamorphous', cursive;
	padding:0 0 10px;
	line-height:normal;
}

h2{
	font-size:30px;
}

h3{
	font-size:26px;
}

h4{
	font-size:18px;
	color:#dbf199;
	text-transform:none;
}

p{
	line-height:20px;
	padding:20px 0 0 0;
}

.center{
	width:1000px;
	margin:0 auto;
}

#header{
	min-width:1000px;
	background:url(../images/nav-bg.png) no-repeat scroll center top;
}

#logo{
	padding:10px 0 0;
}

#logo a{
	display:block;
	text-indent:-9999px;
	background:url(../images/logo.png) no-repeat scroll center top;
	width:558px;
	height:424px;
	margin:0 auto;
}

.nav{
	padding:20px 0 0;
}

.nav ul li{
	display:block;
	float:left;
	background:url(../images/nav-sep.png) no-repeat scroll left center;
}

.nav ul li:first-child{
	background:0 none;
}

.nav ul li a{
	display:block;
	cursor: pointer;
	color:#000;
	padding:0 25px;
	text-decoration:none;
	font-size:20px;
	text-transform:uppercase;
	font-family:'Metamorphous', cursive;
}

.nav ul li a:hover, .nav ul li.active a{
	color:#ff622c;
}

#page-body{
	border-top: 1px #000 dotted;
	background: url(../images/bg.png) repeat;
}

#page-body .center{
	min-height:500px;
	padding:25px 0;
}

#left-col{
	float:left;
	width:663px;
}

#left-col .left-top{
	background:url(../images/out-top.gif) no-repeat scroll left top;
	height:6px;
}

#left-col .left-bg{
	background:url(../images/out-bg.gif) repeat-y scroll left top;
	padding:20px 25px;
}

#left-col .left-bottom{
	background:url(../images/out-bottom.gif) no-repeat scroll left top;
	height:6px;
}

#right-col{
	float:right;
	width:312px;
}

#right-col h2{
	margin-bottom:5px;
}

.game-listing li{
	display:block;
	padding:0 0 25px;
}

.game-listing li.last-node{
	padding:0;
}

.game-listing li .list-img{
	box-shadow: 1px 1px 1px #000;
	float:left;
	width:158px;
	height:118px;
	margin: 4px 0 0;
}

.game-listing li .list-img span{
	display:block;
	width:158px;
	height:118px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat:no-repeat;
  background-position:center;
  cursor:pointer;
}

.game-listing li .right{
	width:440px;
}

.game-listing li .right h3{
	text-transform:none;
	font-size:20px;
	color:#3458bc;
	padding:0;
}

.game-listing li .right h3 a{
	cursor: pointer;
	text-decoration:none;
	color:#3458bc;
}

.game-listing li .right h3 a:hover{
	color:#000;
}

.game-listing li .right span.date{
	display:block;
	color:#646464;
	font-size:12px;
	padding:3px 0;
}

.game-listing li .right p{
	line-height:17px;
	padding:0;
}

.game-listing li .right p.read-more{
	cursor: pointer;
	display:block;
	padding:7px 0 0;
}

.game-listing li .right p.read-more a{
	display:block;
	background:url(../images/readmore.gif) no-repeat scroll left top;
	width:78px;
	height:18px;
	text-indent:-9999px;
}

.login-form form h2{
	border-bottom:#ff622c 1px solid;
	margin-bottom:13px !important;
}

.login-form form{
	margin-right:17px;
}

.login-form p.form-row{
	padding:0;
	line-height:normal;
	background:url(../images/input-bg.png) no-repeat scroll left top;
	height:34px;
	padding:0;
	margin:6px 0 0;
}

.input-field{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
	padding:9px;
	border:0 none;
	width:300px;
}

.input-field:focus{
	outline:0;
}

.btn{
	cursor: pointer;
	background:url(../images/btn.png) no-repeat scroll left top;
	height:28px;
	width:79px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	border:0 none;
	text-transform:uppercase;
}

.login-form .input-field{
	width:255px;
	background:0 none;
}

.login-form .action-cont{
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-size:11px;
	padding:10px 0 5px;
}

.login-form .action-cont .left{
	font-size:11px;
	padding:4px 0 0;
}

.login-form p.fp-statement{
	font-size:13px;
	line-height:normal;
	padding: 2px;
}

.login-form p.fp-statement a{
	color:#ff622c;
	text-decoration:none;
}

.login-form p.fp-statement a:hover{
	text-decoration:underline;
}

#download-game{
	padding:20px 0 0;
}

#download-game a{
	display:block;
	background:url(../images/download-btn.png) no-repeat scroll left top;
	height:105px;
	text-indent:-9999px;
}
#download-game a:hover{
	background-position: left bottom;
}

#social-cont{
	padding:16px 0 6px;
}

#social-cont a{
	display:block;
	height:36px;
	line-height:18px;
	font-family:'Metamorphous', cursive;
	font-size:15px;
	text-decoration:none;
	color:#60aade;
	padding:8px 0 0 55px;
}

#social-cont .left a{
	background:url(../images/facebook.png) no-repeat scroll left top;
}

#social-cont .right a{
	background:url(../images/twitter.png) no-repeat scroll left top;
}

#facebook-plugin{
	margin: 0;
	margin-left: 10px;
	overflow: hidden;
	width: 290px;
	height: 200px;
	box-shadow: 1px 1px 1px #000;
}
#facebook-plugin iframe
{
	background: #FFF;
}

#footer, #push{
	height:82px;
}

#footer{
	background:url(../images/footer-bg.gif) repeat-x scroll left top;
	color:#505050;
	font-size:12px;
}

#footer .left{
	padding: 28px;
	text-align: center;
	float: none !important;
}

#footer .left a{
	color:#505050;
	text-decoration:none;
}

#footer .left p{
	line-height:18px;
	padding: 6px 0 0;
	font-size:12px;
}

#footer .left ul li{
	display:inline;
	line-height:18px;
	text-decoration:none;
	height:18px;
	padding:0 5px 0 7px;
	border-left:#505050 1px solid;
}

#footer .left ul li:first-child{
	border:0 none;
	padding-left:0;
}

#footer .left ul li a{
	color:#505050;
	text-decoration:none;
}

#footer .left ul li:first-child{
	border:0 none;
}

#footer a:hover, #footer .left ul li a:hover{
	color:#ff622c;
}

#footer .right{
	margin:20px 0 0;
	width:523px;
	height:46px;
	background:url(../images/game-partner.png) no-repeat scroll left top;
}