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

html {
   position: relative;
    min-height: 100%;
}
body {
   	margin: 0 0 80px 0;
    padding: 0;
	background: url(images/body-bg.jpg) #000;
}

p {
	font-family: "Agency FB";
	color: #FFF;
	padding: 0;
	margin: 0;
}

header{
	height: 80px;
	padding: 0;
	background: url(images/header-bg.jpg);
	overflow: hidden;
}
#header-container{
	width: 1000px;
	margin: auto auto;
	overflow: hidden;
}

#playerdetails{
	width: 300px;
	float: left;
	overflow: hidden;
	margin: 12px 0 0 0;
}
#playerdetails img{
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
#playerdetails p{
	font-weight: bold;
	font-size: 18px;
}
#playerdetails a:link,
#playerdetails a:visited,
#playerdetails a:active{
	font-family: "Agency FB";
	font-weight: bold;
	font-size: 13px;
	color: #0a3558;
	display: block;
	text-decoration: none;
	line-height: 16px;
}
#playerdetails a:hover{
	color: #FFF;
}

.logo{
	display: block;
	padding: 0;
}
#logo{
	width: 217px;
	height: 60px;
	margin: 10px auto 0 auto;
}

.avatar{
	width: 54px;
	height: 54px;
}
#avatarbox{
	padding: 20px;
	overflow: hidden;
}
#avatarbox h1{
	margin: 0 0 15px 0 !important;
}
#avatarbox p{
	margin: 0 0 10px 0;
	font-size: 20px;
}
#avatarbox a{
	display: block;
	float: left;
	margin: 0 10px 10px 0;
}

#helpbox{
	padding: 20px;
	overflow: hidden;
}
#helpbox h1{
	margin: 0 0 15px 0 !important;
}
#helpbox p{
	margin: 0 0 10px 0;
	font-size: 20px;
}

#headerlinks{
	width: 300px;
	float: right;
	overflow: hidden;
	margin: 24px 0 0 0;
	text-align: right;
}
#headerlinks a:link,
#headerlinks a:visited,
#headerlinks a:active{
	font-family: "Agency FB";
	color: #FFF;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
	text-align: right;
}
#headerlinks a:hover{
	text-decoration: underline;
}




#container{
	width: 1000px;
	margin: 20px auto 20px auto;
	overflow: hidden;
}
#container h1{
	padding: 0;
	margin: 0;
	font-family: "Agency FB";
	color: #FFF;
	font-weight: bold;
	font-size: 24px;
	color: #c0c026;
}
#container h2{
	padding: 0;
	margin: 0 0 15px 0;
	font-family: "Agency FB";
	color: #FFF;
	font-weight: normal;
	font-size: 24px;
	color: #c0c026;
}

#gamethumbs{
	overflow: hidden;
	margin: 15px 0 0 0;
}
#gamethumbs img{
	display: block;
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
}


.gamefeatures{
	width: 315px;
	float: left;
	margin: 15px 0 0 0;
}

.gamefeatures ul{
	margin: 0 0 20px 3px;
	padding: 0;
}

.gamefeatures ul li{
	padding: 0;
	background: url(images/gamepad.png) no-repeat left;
	list-style-type: none;
	display: block;
	margin: 2px 0 10px 0;
}

.gamefeatures ul li p{
	margin: 0 0 0 30px;
	padding: 0;
	text-align: left;
	color: #3182f1;
	font-size: 20px;
}

.hline{
	overflow: hidden;
	border-bottom: 1px dashed #303030;
	margin: 15px 0 15px 0;
	width: 100%;
}

.halfbox{
	width: 300px;
	float: left;
	overflow: hidden;
	margin: 0 15px 15px 0;
	
}
.halfbox p{
	color: #e9e8e8;
	font-size: 17px;
	margin: 0 0 10px 0;
	line-height: 20px;
}
.playnow{
	clear: both;
	display: block;
	width: 138px;
	margin: auto auto;
}
.playnow-small{
	display: block;
	float: right;
	width: 96px;
	margin: 3px 8px 0 0;
}

.highscores{
	width: 290px;
	padding: 10px;
	margin: 0 auto 15px auto;
}
.highscores th{
	text-align: left;
	font-size: 20px;
	padding: 0 0 10px 0;
}

#changelevelform label{
	padding: 0;
	margin: 0 0 15px 0;
	font-family: "Agency FB";
	color: #FFF;
	font-weight: normal;
	font-size: 24px;
	color: #c0c026;
}


.playerprofile p{
	font-size: 20px;
}

.playerprofile a:link,
.playerprofile a:visited,
.playerprofile a:active,
.playerprofilestats a:link,
.playerprofilestats a:visited,
.playerprofilestats a:active{
	font-family: "Agency FB";
	color: #7f7e7e;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
.playerprofile a:hover,
.playerprofilestats a:hover{
	text-decoration: underline;
}


.playerprofilestats p{
	font-weight: bold;	
	font-size: 18px;
}

.playerprofilestats p span{
	font-weight: normal;
	color: #179145;
	letter-spacing: 1px;
}

.newplayerbox{
	margin: 15px auto 15px auto;
	width: 300px;
	padding: 15px;
	text-align: center;
}
.newplayerbox p {
	font-size: 18px;
}
.newplayerbox a:link,
.newplayerbox a:visited,
.newplayerbox a:active{
	font-family: "Agency FB";
	font-weight: bold;
	font-size: 20px;
	text-decoration: none;
}
.newplayerbox a:hover{
	text-decoration: underline;
}


.loginform{
	margin: 15px auto 15px auto;
	width: 300px;
	padding: 15px;
	text-align: center;
}
.loginform p {
	font-size: 18px;
}
.loginform a:link,
.loginform a:visited,
.loginform a:active{
	font-family: "Agency FB";
	font-size: 16px;
	text-decoration: none;
	color: #999;
}
.loginform a:hover{
	text-decoration: underline;
}



.loginform form{
	margin: 0;
	padding: 0;
}
.loginform form fieldset{
	width: 200px;
	float: left;
	border: 0;
	margin: 0 0 0 56px;
	padding: 0;
}

.loginform form fieldset label {
	display: block;
	float: left;
	font-size: 18px;
	padding: 0;
	margin: 12px 0 2px 2px;
	color: #FFF;
	font-family: "Agency FB";
	font-weight: bold;
}
.loginform form fieldset input.text {
	clear: left;
	display: block;
	float: left;
	margin: 0;
	width: 164px;/* 182px but Compensate for padding 180 */
	height: 32px; /* 27px but Compensate for padding 36*/
	padding: 2px 8px 2px 8px;
	background: url(images/forminput-bg.png) no-repeat;
	border: 0;
	font-size: 12px;
	color: #505050;
	line-height: 22px;
}
.loginform form input.loginbtn {
	clear: both;
	display: block;
	margin: 20px auto 10px auto;
	border: 0;
}


.gamedescription p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0 0 10px 0;
	color: #CCC;
}




.shadow{
	-moz-box-shadow: inset 0 0 15px #101010;
    -webkit-box-shadow: inset 0 0 15px #101010;
    box-shadow: inset 0 0 15px #101010;
}
.box-bg{
	background: rgba(0, 0, 0, 0.4);
    -pie-background:  rgba(0, 0, 0, 0.4);
    behavior: url(PIE.htc);
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.topbox-bg{
	background: rgba(0, 0, 0, 0.4);
    -pie-background:  rgba(0, 0, 0, 0.4);
    behavior: url(PIE.htc);
	
	-moz-border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	border-radius: 10px 10px 0 0;
}

.box1000{
	width: 1000px;
	
	margin: 0 auto 20px auto;
	overflow: hidden;
}
.box660{
	width: 630px;
	float: left;
	margin: 0 20px 20px 0;
	overflow: hidden;
	padding: 15px;
}
.box320{
	width: 290px;
	float: left;
	margin: 0 0 20px 0;
	overflow: hidden;
	padding: 15px;
}

.infobar-title{
	padding: 5px 0 5px 10px;
	overflow: hidden;
}
.infobar-title p{
	width: 245px;
	float: left;
	display: block;
	font-size: 16px;
	letter-spacing: 1px;
	font-weight: bold;
}
.infobar-content{
	width: 235px;
	float: left;
	margin: 5px 0 5px 10px;
}
.infobar-content img{
	display: block;
	float: left;
	margin: 3px 10px 0 0;
}
.infobar-content p{
	font-weight: bold;
}
.infobar-content p span{
	font-weight: normal;
	color: #179145;
	letter-spacing: 1px;
}

footer{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
	height: 80px;
	background: rgba(0, 0, 0, 0.4);
    -pie-background:  rgba(0, 0, 0, 0.4);
    behavior: url(PIE.htc);
	text-align: center;
}
#footercontent{
	margin: 30px 0 0 0;
	overflow: hidden;
}
