* { margin: 0; padding: 0; outline: 0; list-style: none; border: 0; }

body {
 background: #121314 url(../images/page-bg-top.png) top center no-repeat;
 font-family: Helvetica, Arial, Sans-serif;
 font-size: .9em;
 color: #d1d1d1;
 line-height: 1.3em;
 margin: 0;
 padding: 0;
}

/* Typography */
a, a:link, a:visited, a:hover {
 text-decoration: none;
}

a:hover {
 color: #fff;
}

h1, h2, h3 {
 color: #fff;
 font-weight: bold;
 margin: 4px;
 margin-bottom: 10px;
}

h1 {
 font-size: 2em;
 padding-bottom: 5px;
}

h2 {
 font-size: 1.7em;
}

h3 {
 font-size: 1.5em;
}

h4 {
 font-size: 1.1em;
 margin-bottom: 3px;
}

/* Container */
#container {
 width: 900px;
 margin: 0 auto;
}

/* Header */
#header {
 width: 900px;
 height: 120px;
 float: left;
 /*background: url(../images/header-bg.gif) top repeat-x;*/
}

#header .top {
 width: 900px;
 height: 70px;
 float: left;
 background: url(../images/header-share.png) center right no-repeat;
}

#header #logo {
 width: 278px;
 height: 74px;
 float: left;
 margin: 0;
 padding: 0;
 z-index: 99;
}

#header #logo a {
 display: block;
 width: 100%;
 height: 100%;
 background: url(../images/header-top-logo-sprite.png) top left no-repeat;
}

#header #logo a span {
 display: none;
}

#header #logo a:hover {
 background-position: bottom left;
}

#header .bottom {
 width: 900px;
 height: 50px;
 float: left;
}

#header .bottom #nav {
 float: left;
}

#header .bottom #nav li {
 float: left;
 margin: 3px 0;
 border-right: 1px solid #c7c7c7;
}

#header .bottom #nav li a {
 display: block;
 padding: 0 10px;
 color: #c7c7c7;
 font-size: 16px;
 font-weight: bold;
}

#header .bottom #nav li a:hover {
 color: #fff;
}

#header .bottom #nav li.active a {
 color: #fff;
}

#header .bottom #nav li.first a {
 padding: 0 10px 0 0;
}

#header #search {
 float: left;
 margin: 24px 0 0 100px;
}

#header #search .searchinput {
 float: left;
 width: 141px;
 height: 16px;
 padding: 2px;
 background: #fff;
 color: #333;
 font-family: Helvetica, Arial sans-serif;
 font-size: 14px;
}

#header #search .searchgo {
 float: left;
 width: 55px;
 height: 20px;
 background: url(../images/search-bg.gif) top right no-repeat;
 color: #333;
 font-family: Helvetica, Arial, sans-serif;
 font-size: 0;
 text-indent: 0;
 color: #fff;
 cursor: pointer;
}

#header #search .searchgo:hover {
 background-position: bottom right;
}

#header #colors {
 margin: 0 0 0 20px;
 float: left;
 font-weight: bold;
 font-size: 10px;
 line-height: 1.3em;
}

#header #colors .show-colors {
 color: #c7c7c7;
}

#header #colors:hover .show-colors {
 color: #fff;
}

#header #colors .color-holder {
 display: none;
 text-align: center;
}

#header #social {
	margin: 5px 0 0 0;
	padding: 0 10px 0 0;
	float: left;
	border-right: 1px solid #c7c7c7;
}

#header #social li {
	margin: 0 0 0 10px;
	float: left;
	overflow: hidden;
	text-indent: -500px;
}

#header #social li a {
	display: block;
	width: 16px;
	height: 16px;
}

#header #social li.facebook {
	background: url(../images/social-facebook.png) no-repeat;
}

#header #social li.twitter {
	background: url(../images/social-twitter.png) no-repeat;
}


/* Main Content */
#main {
 width: 900px;
 float: left;
}

#main #left {
 width: 680px;
 padding: 10px;
 float: left;
 background: #0e0f10;
}

#main #left h1 {
 margin-bottom: 15px;
}

#main #right {
 width: 180px;
 padding: 10px;
 float: left;
}

#main #right h3 {
 font-size: 1.1em;
 font-weight: bold;
 margin: 0;
}

#main #right ul {
 font-size: .9em;
 margin: 0;
 margin-bottom: 15px;
 padding: 0;
 list-style: none;
}

#main #right li.subsub {
 padding-left: 5px;
 font-size: .8em;
}

#main #right .ads {
 float: left;
 width: 180px;
}

#main #right .ads img {
 float: left;
 border: none;
 margin: 0;
}

#main #right .partners {
 float: left;
 width: 180px;
}

#main #right .partners li {
 float: left;
 margin: 0;
 padding: 0;
 width: 88px;
 height: 31px;
}

#main #right .partners li img {
 border: none;
 margin: 0;
}

/* Footer Banner Ad */
.footer-ad {
	width: 900px;
	margin: 20px 0 0 0;
	float: left;
	text-align: center;
}

/* Footer */
#footer {
 width: 880px;
 margin: 20px 0 0 0;
 padding: 10px;
 float: left;
 font-size: 12px;
 background: #0e0f10;
}

#footer p {
 float: left;
 margin: 0 0 0 30px;
}

#footer .copyright {
 float: left;
 margin: 0;
 font-weight: bold;
}

#footer ul {
 float: left;
 margin: 0 0 0 30px;
}

#footer ul li {
 float: left;
 margin: 0 10px 0 0;
}

#footer a {
 color: #fff;
}

#footer a:hover {
 color: #ddd;
}

#footer .onescream a {
	display: block;
	width: 69px;
	height: 20px;
	background: url(/images/1scream.png) center no-repeat;
}

#footer .onescream a span {
	display: none;
}

/* Homepage */
#home-banner {
	width: 878px;
	padding: 10px;
	margin: 0 0 10px 0;
	float: left;
	background: #202122;
	border: 1px solid #494a4a;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
}

#home-banner a {
	color: #fff;
	border-bottom: 1px dotted #494A4A;
}

#home-banner a:hover {
	color: #ccc;
}

#left-featured {
 width: 590px;
 height: 400px;
 margin: 0 10px 0 0;
 float: left;
}

#left-featured .ssc {
	width: 590px;
	height: 400px;
	float: left;
	position: relative;
}

#left-featured .info {
 float: left;
 position: absolute;
 margin: 300px 0 0 0;
 padding: 4px;
 background: url(../images/home-featured-bg.png) repeat;
 color: #333;
}

#left-featured .info h2  {
 float: left;
 margin: 0 10px 0 0;
 letter-spacing: -1px;
}

#left-featured .info h2 a {
 color: #333;
}

#left-featured .info h2 a:hover {
 color: #666;
}

#left-featured .info p  {
 float: left;
}

#right-featured {
	width: 300px;
	height: 400px;
	float: left;
}

#right-featured .themeit {
	width: 300px;
	height: 400px;
	float: left;
}

#right-featured .info {
	width: 300px;
	margin: 240px 0 0 0;
	position: absolute;
	float: left;
	background: url(../images/home-featured-bg.png) repeat;
	color: #333;
}

#right-featured .info h2 a {
 margin: 0 5px;
 color: #333;
 float: left;
 letter-spacing: -1px;
}

#right-featured .info h2 a:hover {
 color: #666;
}

#right-featured .info p {
	margin: 0 10px;
	float: left;
}

#right-featured .info .by {
	margin: 0 10px 5px 10px;
}

#right-featured .description {
	font-size: .9em;
}

#new-spotlights {
 width: 890px;
 padding: 10px 0 10px 10px;
 float: left;
 background: #1e1f20;
}

#new-spotlights h3 {
 width: 880px;
 float: left;
 margin: 0 0 10px 0;
 padding: 0 0 10px 0;
 font-size: 25px;
 border-bottom: 2px solid #414243;
}

#new-spotlights p {
 margin: 10px 0 0 0;
 width: 880px;
 z-index: 5;
 position: absolute;
 text-align: center;
 font-size: 12px;
}

#new-spotlights .slider {
 width: 880px;
 height: 100px;
 float: left;
 position: relative;
}

#new-spotlights ul {
 width: 880px;
 height: 100px;
 float: left;
 display: block;
}

#new-spotlights li {
 float: left;
 width: 210px;
 height: 100px;
 margin: 0 10px 0 0;
 display: block;
}

#new-spotlights li:last-child {
 margin: 0;
}

#new-spotlights li img {
 float: left;
 width: 210px;
 clip: rect(0 210px 100px 0);
 position: absolute;
}

#new-spotlights li span {
 float: left;
 padding: 5px;
 width: 200px;
 z-index: 2;
 background: url(../images/home-spotlight-bg.png) repeat;
 font-weight: bold;
 position: absolute;
 display: none;
}

#new-spotlights li:hover span {
 display: inherit;
}

#new-spotlights li a {
 float: left;
 display: block;
 width: 210px;
 color: #fff;
}

#mid-top {
 margin: 20px 0 0 0;
 float: left;
 width: 900px;
 height: 120px;
}

#mid-top ul {
 float: left;
}

#mid-top ul li {
 float: left;
 width: 270px;
 height: 100px;
 padding: 10px;
 margin: 0 15px 0 0;
 background: #0d0d0e url(../images/home-mid-corner.gif) bottom right no-repeat;
}

#mid-top ul li.last {
 margin: 0;
}

#mid-top ul li h5 {
 padding: 0 0 5px 25px;
 margin: 0 0 5px 0;
 border-bottom: 1px dotted #414243;
 font-family: Georgia, "Times New Romans", Times, serif;
 font-size: 25px;
 font-weight: normal;
 font-style: italic;
 color: #fff;
}

#mid-top ul li h5.share {
 background: url(../images/home-mid-share.gif) top left no-repeat;
}

#mid-top ul li h5.join {
 background: url(../images/home-mid-join.gif) top left no-repeat;
}

#mid-top ul li h5.find {
 background: url(../images/home-mid-find.gif) top left no-repeat;
}

#mid-ad {
 float: left;
 width: 900px;
 margin: 20px 0;
 text-align: center;
}

#mid-bottom {
 float: left;
 width: 900px;
 background: #0e0f10;
}

#mid-bottom .left {
 float: left;
 width: 480px;
 padding: 10px;
 background: #0e0f10;
}

#mid-bottom .left .title {
 font-size: 18px;
 font-weight: bold;
 margin: 10px 0;
}

#mid-bottom .left .story {
 margin: 0 0 20px 0;
}

#mid-bottom .left ul li {
 margin: 5px 0;
}

#mid-bottom .left .first {
	padding: 0 0 10px 0;
	border-bottom: 1px dotted #333;
}

#mid-bottom .left .more {
	display: inline-block;
	padding: 5px;
	margin: 5px 0;
	background: #fff;
	font-weight: bold;
	font-size: 16px;
	color: #000;
}

#mid-bottom .left .more:hover {
	color: #666;
}

#mid-bottom .right {
 float: left;
 width: 380px;
 padding: 10px;
 background: #0b0b0c;
}

#mid-bottom .right .section {
 padding: 0 0 20px 0;
 margin: 0 0 20px 0;
 border-bottom: 2px solid #2a2b2c;
}

#mid-bottom .right .last {
 padding: 0;
 margin: 0;
 border: 0;
}

#mid-bottom .right ul li {
 margin: 5px 0;
}

#mid-bottom .right #twitter {
 margin: 10px 0 20px 0;
 text-align: center;
}

#mid-bottom .right #twitter img {
 margin: 0 0 10px 0;
}

/* Spotlight */
#spotlight-left {
 float: left;
 width: 180px;
 margin: 0;
 padding: 10px;
}

#spotlight-left .box {
 float: left;
 margin: 0 0 10px 0;
 width: 180px;
}

#spotlight-left ul {
 list-style: none;
 margin: 0;
 padding: 0;
}

#spotlight-left ul.cats li {
 font-family: Georgia, "Times New Romans", Times, serif;
 font-style: italic;
}

#spotlight-left .ads {
 text-align: center;
}

#spotlight-left .ads img {
 border: none;
}

#spotlight-right {
 float: left;
 width: 680px;
 padding: 10px;
 background: #1e1f20;
}

.spotlight-welcome {
 background: #101112 url(../images/home-spotlight-corner.gif) bottom right no-repeat;
 padding: 10px;
 margin: 0 0 20px 0;
 font-family: Georgia, "Times New Romans", Times, serif;
 font-style: italic;
}

h3.title a {
 color: #fff;
}

.spotlight-thumbholder {
 float: left;
 width: 680px;
}

.spotlight-thumb {
 float: left;
 width: 200px;
 height: 150px;
 margin: 10px 12px;
 padding: 0;
 text-align: center;
}

.spotlight-thumb h4 {
 margin: 0;
}

.spotlight-thumb em {
 font-family: Georgia, "Times New Romans", Times, serif;
 font-style: italic;
}

.spotlight-view img {
 max-width: 640px;
}

.spotlight-view .author {
 font-family: Georgia, "Times New Romans", Times, serif;
 font-style: italic;
}

.spotlight-view .date {
 font-size: 12px;
}

.spotlight-view a.button {
 display: inline-block;
 float: left;
 padding: 5px;
 margin: 0 10px 10px 0;
 background: #fff;
 color: #1e1f20;
 font-size: 16px;
 font-weight: bold;
}

.spotlight-view a.button:hover {
 color: #666;
}

#spotlight-right .navbit {
 float: left;
 width: 680px;
 margin: 0 0 10px 0;
}

#spotlight-right #guidelines p {
 float: left;
 width: 678px;
 margin: 0 0 10px 0;
}

#spotlight-right #guidelines ol {
 float: left;
 width: 680px;
 padding: 0 0 10px 0;
 margin: 0 0 10px 0;
 border-bottom: 1px dotted #ccc;
}

#spotlight-right #guidelines ol li {
 float: left;
 width: 670px;
 list-style: inside decimal;
 margin: 0 0 0 10px;
}

/* Contact Form */
ul.errors {
 padding: 5px;
 border: 1px solid #340405;
 background: #210404;
 color: #fff;
 list-style: inside;
}
.form-row {
 margin: 10px 0;
}

#contact label {
 float: left;
 width: 150px;
 padding-right: 7px;
 text-align: right;
}

#contact input, #contact textarea {
 background: #fff;
 border: none;
 padding: 2px;
 color: #333;
 margin: 0;
 font-family: Helvetica, Arial, sans-serif;
}

#contact .submit {
 font-size: 1.3em;
 font-weight: bold;
 background: #202122;
 border: 1px solid #494a4a;
 color: #ccc;
 padding: 2px;
 margin: 5px;
 cursor: pointer;
}

#contact .submit:hover {
 background: #666;
 color: #fff;
}

/* Various */
#search-results {
 float: left;
 width: 900px;
 margin: 20px 0 0 0;
 padding: 0;
}

ul.game-tabs {
 float: left;
 width: 680px;
 margin: 0;
 padding: 0;
 list-style: none;
}

.game-tabs li {
 float: left;
 margin: 5px;
 padding: 2px;
 background: #acacac;
 border: 1px solid #696969;
 color: #333;
 font-weight: bold;
}

.game-tabs a {
 color: #333;
}

/* Lightbox */
.game-thumb{ width: 200px; margin: 5px; border: none; }
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }