 /* Primary Styles
    Author: CR Barnett
 */

html { background: #a1a1a1 url('/images/bg.gif') repeat; }
body { background: transparent url('/images/bg-body.jpg') no-repeat top center;  }

.clear { clear: both; }
.clearfix:after {
   content: ".";
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}
.spacer { margin: 0 0 40px 0; }
.img-left { float: left; margin: 10px 15px 10px 0; }
.img-right { float: right; margin: 10px 0 10px 15px; } 

#main-content .floatlet {
	float: left;
}

#main-content .floatright {
	float: right;
}

.main-content-swirl {
	display: block;
	width: 464px;
	height: 46px;
	background: transparent url(/images/bg-main-content-swirl.gif) no-repeat;
	margin: 0 auto;
}

label {
        float: left;
        text-align: right;
        margin-right: 15px;
        width: 120px;
        line-height: 1.7em;
        color: #878787;
}

input, textarea { 
			font-family: Arial, Sans-Serif;
	    font-size: 13px;
	    margin-bottom: 10px;
	    display: block;
	    padding: 4px;
	    width: 300px;
	    float: left; width: 220px; margin-right: 15px; border: 1px solid #c2c2c2}

textarea:focus, input:focus {
        border: 1px solid #3282b4;
}

input[type="checkbox"] {
	width: 20px;
	margin: 3px 10px;
}

#agreement-check {
	margin: 0 0 0 115px;
}

input.continue {
	display: block;
	width: 90px;
	height: 32px;
	background: url(/images/btn-continue.jpg) no-repeat bottom;
	border: none;
	text-indent: -9999px;
	margin: 25px 0 0 130px;	
}

input.continue:hover {
	background-position: top;
}
/* Header Typography */

h1, h2, h3, h4, h5, h6 { font-family: "Helvetica"; letter-spacing: 1px; font-weight: bold; }


h2 {
    font-size: 20px;
    line-height: 28px;
    margin: 0 0 26px 0;
    color: #fff;
    font-weight: bold;
}
h3 {
    font-size: 18px;
    letter-spacing: 0.03em;
    margin: 0 0 7px;
}
h4 {
	font-size: 23px;
	line-height: 25px;
	margin: 20px 0 25px 0;
}
h6 {
	color: #033a5d;
	font-size: 16px;
	margin: 0 0 15px 0;
}

.sml-grey {
	color: #878787;
	line-height: 2.2em;
}

/* Structure */

#container, #copyright .container { width: 780px; margin: 0 auto; position: relative;}

nav {
	display: block;
	height:38px;
	width: 802px;
	background: url(/images/nav3.png) no-repeat;
	z-index: 10;
	margin: 6px 6px 0 -11px;
	
}

.content {
	background: #212121;
	padding: 30px 7px 7px;
	border-bottom: 5px solid #4d4d4d;
	margin-bottom: 15px;
}

.aside .content {
	border-top: 5px solid #929292;
	padding:7px;
}

/* Header & Navigation */

header {
	background: url(/images/header.png) no-repeat;
	width:780px;
	height:70px;
	position: relative;

}

header h1 a {
	font: Helvetica;
	color: #fff;
	text-decoration: none;
	font-size: 52px;
    margin: 0 0 0 300px;
	position: relative;
}

nav ul li {
	float: left;
	height: 28px;
}
nav ul li:first-child {
	background: none;
}

nav ul li a, nav ul li a:active, nav ul li a:visited {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 1px 10px;
	margin:0 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 27px;
	text-shadow: 2px 2px 0px #760d0d;
}

nav ul li a:hover {
	color: #fff;
	background: url(/images/navbg-hov.png) repeat-x;
	text-shadow: 2px 2px 0px #760d0d;
}

/* Columns */

.one-third-col {
	width: 250px;
	float: left;
	font-size: 11px;
	margin: 0 3px 0 2px;
	height: 285px;
}
.one-third-col.last {
	margin: 0;
}

.one-third-col p {
	padding: 7px 0 0 7px;
	clear: both;
}

/* Footer */

#footer div { 
	background: #fff;
	padding:20px 17px;
}

#footer h4 { margin: 0; color:#212121; }

#footer p {
	color:#bbbbbb;
	font-size: 12px; line-height: 18px;
	margin-bottom: 10px;
}

#footer #about { 
	width: 288px;
	float: left;
	margin: 0 20px 0 0;
	padding: 20px 17px 0 17px
}

#footer h4 {
	display: inline-block;
	margin: 0 0 15px 0;
}
#footer #about span {
	float: right;
	color: #ff7141;
	font-weight: bold;
	padding: 5px 0 0 0;
	font-size: 16px;
}

#footer #copyright {
	width: 404px;
	float: left
}

#footer #copyright p {
	font-size: 12px;
	line-height: 18px;
	color: #727272;
	margin-bottom: 17px;
}

#footer p.copy {
	float: right;
	text-align: right;
	margin: 20px 0 0 0;
}
#footer a {
	color: #797979;
	text-decoration: underline;
	font-size: 11px;
	margin-right: 20px;
}

#footer a.last { margin:0 }

#footer .logo {
	float: right;
	margin: 10px;
}

/* Page Specific Styles
	
	- Homepage
	- Logged In
	- About Us

*/


/* Homepage */

#credit {
	float: right;
	font-size: 11px;
}
#credit span { color: #fff }

h2#game-added {
	margin: 15px 0 15px;
	font-weight: 600;
	padding: 0 0 0 35px;
	background: url(/images/drk-arrow.gif) no-repeat top left;
	display: inline-block;
}
h2#omg { background: url(/images/lined-headers.png) no-repeat top; text-align: right; padding: 5px 30px 0 0; line-height: 23px; }
h2#dont-play, h2#playing { background: url(/images/lined-headers.png) no-repeat 0 -29px; text-align: left; padding: 5px 0 0 35px; line-height: 23px;}
h2.stripe-header {background: url(/images/lined-headers.png) no-repeat bottom left; text-align: left; margin: 0 0 15px;padding: 0 10px 0 10px; display: inline-block;}
span.ago {
	display: inline-block;
	margin: 25px 0 0 5px;
	color: #909090;
	font-size: 12px;
}
#dont-play span {
	margin: 0 0 0 5px;
	color: #909090;
	font-size: 12px;
}
.game {
	position: relative;
	margin-bottom: 20px;
}

h3.game-title {
	background: rgba(0, 0, 0, 0.85) url(/images/controller.png) no-repeat 3px 5px;
	position: absolute;
	height: 16px;
	top: 15px;
	padding: 2px 10px 2px 24px;
	text-align: left;
	font-size: 14px;
	display: block;
	text-decoration: none;
}

.game-title a {
	text-decoration: none;
	}

h3.game-title a:hover {
    background: rgba(0, 0, 0, 0.85);
}

.game-desc { color:#686868; }

.game-img { margin:0; padding:0; }

.game-icons {
	background: #171717; margin: 0; overflow: hidden; padding: 2px 4px;
}
.game-icons span { width: 27px; height:27px; display: block; text-indent: -9999px; float: left; background: url(../images/keyword-icons.png) no-repeat; }
.game-icons .in { background: url(/images/keyword-icons.png) no-repeat bottom right; }
.game-icons .upgrade { background-position: -27px 0px; }
.game-icons .hot { background-position: -54px 0px; }
.game-icons .hi-definition { background-position: -81px 0px; }
.game-icons .featured { background-position: 0px -27px; }
.game-icons .hidden-gem { background-position: -27px -27px; }
.game-icons .quick-loading { background-position: -54px -27px; }
.game-icons .casual { background-position: -81px -27px; }
.game-icons .viral { background-position: 0px -54px; }
.game-icons .explosives { background-position: -27px -54px; }
.game-icons .hacked { background-position: -54px -54px; }

.aside .game-icons { background: #171717; margin: 0; overflow: hidden; padding: 2px 4px; }
.aside ul li { height: 27px; float: left; width: 160px; margin: 0 0 17px 0 }
.aside ul li span { margin: 0 7px 0 0; }
.aside ul li a {
	line-height: 27px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	padding: 4px 7px;
}
.aside ul li a:hover {
	color: #ff8741;
	background: #212121;
}

.pagination {
  text-align: left;
  font-size: 14px;
  margin: 0;
  color:#fff;
}
.pagination a {
  color: #fff;
  background-color: #06385b;
  padding: 5px;
  text-decoration: none;
}
.pagination a:hover {
  color: #06385b;
  background-color: #f2f2f2;
}

/* Game Playing */

h2#playing { margin-top: 25px; margin-bottom: 10px; color: #717171; font-size: 14px; }
h2#playing span { display: inline-block; padding-left: 15px; color: #fff; font-size: 18px;}
#game-platform { margin: 0 auto; width: 710px; }
#instructions { width: 270px; float: left; padding: 10px;}
#other-info { width: 445px; float: left; padding: 10px; }
#other-info h3 { display: inline-block; }
#other-info h3#quicktags { float: left; margin-right: 10px; }
#other-info h3 span { font-size: 11px; color: #706f6f; display: inline-block; padding-left: 10px; }
#game-notes { color: #8f8e8e; }
#game-notes p { margin-bottom: 25px; font-size: 12px;}
#instructions p { font-size: 12px; font-weight: 500; }
h3 { color: #fff; font-size: 18px; font-weight: 600; }
#game-notes ul { padding: 5px; }
#game-notes ul li { display: inline;}
#game-notes ul li a { padding: 4px; background-color: #101010; color:#8f8e8e ; text-decoration: none; margin-right: 5px; }
#game-notes ul li a:hover {color:#ff7f41; background-color:#1a1a1a; }
#fb-like { float: right; margin:-37px 40px 0 0;}


