body, html {
	background: #75D1F4 url(/img/bg.png);
	color: #000;
}

body {
	font: 14px Arial, Helvetica, sans-serif;
	margin: 0;
	position: relative;
	_text-align: center;
}

a {
	color: #000;
	cursor: pointer;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

h1 {
	text-align: left;
	margin: 5px 10px 10px 10px;
	font-size: 24px;
}

h2 { /*the header for declaring what section or category the game is in....  */
	text-align: left;
	margin: 10px 10px -10px 10px;
	font-size: 16px;
	font-weight: bold;
}

h3 { /*used for the bread crumb navigation below title. */
	position: relative;
	left: 20px;
	top: -5px;
	font-size: 12px;
	font-weight: bold;

}
h3 a {
	padding: 0 3px;
	line-height: 12px;
	font-style: italic;
}


#header {
	margin: 0 auto;
	cursor: default;
	height: 106px;
	z-index: 3;
	position: relative;
}

.clear {
	clear: both;
}

.clearR {
	clear: right;
}

.clearL {
	clear: left;
}

.color-1 {
	color: #CB0038;
}
.color-2 {
	color: #CE2521;
}
.color-3 {
	color: #D24B0A;
}
.color-4 {
	color: #C98C00;
}
.color-5 {
	color: #C0B700;
}
.color-6 {
	color: #92BF0D;
}
.color-7 {
	color: #3DBF26;
}
.color-8 {
	color: #06BE4E;
}
.color-9 {
	color: #1ABE95;
}
.color-10 {
	color: #26BEBE;
}

.suggestion {
	font-weight: bold;
	font-style: italic;
	padding-left: 25px;
}

#header, #wrapper {
	width: 900px;
}

#logo {
	background: url(/img/logo.png) 0 0 no-repeat;
	height: 90px;
	left: 0px;
	position: absolute;
	top: 25px;
	width: 511px;
}
/* Searchbox stuff below */
#header form {
	background: #000;
	height: 35px;
	width: 295px;
	z-index: auto;
	padding: 1px;
	position: absolute;
	right: -1px;
	top: 56px;
	display: block;
}

#header form a {
	background: url(/img/search.png) 10px 8px no-repeat;
	height: 35px;
	position: absolute;
	right: 1px;
	top: 1px;
	width: 35px;
}

.review input {
	width: 255px;
}

.review form {
	background: #000;
	height: 35px;
	width: 295px;
	z-index: auto;
	padding: 1px;
	position: absolute;
	right: 10px;
	top: 40px;
	display: block;
}

.review form a {
	background: url(/img/search.png) 10px 8px no-repeat;
	height: 35px;
	width: 35px;
	position: absolute;
	right: 1px;
	top: 1px;
}

input {
	background: #FFF url(/img/bgsprites.png) 0 0 repeat-x;
	border: 0;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	height: 20px;
	margin: 0;
	line-height: 20px;
	padding: 8px 35px 7px 5px;
}

#header input {
	width: 255px;
}
/* end of searchbox */
#login-small {
	font-size: 11px;
	line-height: 35px;
	position: absolute;
	right: 6px;
	top: 106px;
	z-index: 4;
}
#login-small a {
	padding: 2px;
}

#nav {
	bottom: -30px;
	height: 30px;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 3;
}

#nav div {
	background: #222 url(/img/bgsprites.png) 0 35 repeat-x; /*nav-fade*/
	border-color: #2C2D4C;
	border-width: 0 1px 1px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.25);
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.25);

}

#nav a, #login-small a {
	border-color: #131321;
	color: white;
	text-shadow: 0 1px 0 black;
}

#nav-menu { /* alias as menu_horiz */
	background: #393939 url(/img/nav.png) repeat-x; /*nav.png*/
	border-color: #444;
	border-style: solid;
	border-width: 0 0 1px;
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	height: 35px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 3;
}
.nav-prop li {
	float: left;
	margin: 0;
	position: relative;
	display: list-item;
	border-right: 1px solid #444; 
}

.nav-prop a {
	display: block;
	line-height: 35px;
	margin: 0;
	padding: 0 17px;
	text-decoration: none;
	border-right: 1px solid #000000;
}

#nav-menu li:hover #dropdown {
	visibility: visible;
}

#dropdown {
	width: 130px;
	visibility: hidden;
	position: absolute;
	margin: 0px;
	padding: 0px;
	left: -46px;
	z-index: 10;
	background:#00ff00;
}

#dropdown a {
	border-top: 1px solid #444;
	border-right: 1px solid #444;
	border-bottom: 1px solid #000;
	border-left: 1px solid #444;
	background: #393939 url(/img/nav.png) repeat-x; /*nav.png*/
	font-weight: bold;
	font-size: 11px;
	height: 25px;
	line-height: 25px;
	text-align: right;
}

#dropdown a img {
	float: left;
	padding-right: 5px;
	vertical-align: middle;
	border: 0;
}

.sprites {
	background-image:url(/img/navsprites.png);
	background-repeat:no-repeat;
	display:block;
	text-indent:-99999px;
	overflow:hidden;
	float: left;
}

.menu-action{height:		24px;width:29px;background-position:0 0;}
.menu-adventure{height:		24px;width:29px;background-position:0 -24px;}
.menu-arcade{height:		24px;width:29px;background-position:0 -48px;}
.menu-shooting{height:		24px;width:29px;background-position:0 -72px;}
.menu-puzzle{height:		24px;width:29px;background-position:0 -96px;}
.menu-defense{height:		24px;width:29px;background-position:0 -120px;}
.menu-multiplayer{height:	24px;width:29px;background-position:0 -144px;}
.menu-other{height:			24px;width:29px;background-position:0 -168px;}
.menu-fb{height:			16px;width:16px;background-position:0 -193px;}
.menu-google{height:		16px;width:16px;background-position:0 -210px;}
.menu-twitter{height:		16px;width:16px;background-position:0 -227px;}
.menu-reddit{height:		16px;width:16px;background-position:0 -244px;}
.menu-delicious{height:		16px;width:16px;background-position:0 -261px;}
.menu-new{height: 			24px;width:29px;background-position:0 -278px;}
.menu-top{height:			24px;width:29px;background-position:0 -301px;}
.menu-popular{height:		24px;width:29px;background-position:0 -324px;}

#socialBox {
	float:right;
	padding: 1px;
}


#nav-menu a:hover {
	background: #282828 url(/img/bgsprites.png) 0 35 repeat-x; /*nav-fade*/
	text-decoration: underline; 
}


#wrapper {
	/*background: #141414 url(/img/bgsprites.png) 0 60 repeat-x; bg-fade*/
	background: #141414;
	margin: 0 auto;
	padding: 35px 0 0;
	position: relative;
}


#shadows * {background:#141321;height:1px;position:absolute;width:1px;_display:none}
#shadows #s-top, #shadows #s-bot {background:#141321;bottom:0;height:1px;left:-1px;right:-1px;top:-1px;width:auto}
#shadows #s-bot {background-position:bottom;bottom:-1px;top:auto}
#shadows #s-left, #shadows #s-right {background:#141321;bottom:0;height:auto;left:-1px;top:0;width:1px}
#shadows #s-right {background-position:right;left:auto;right:-1px}

#body {
	overflow: hidden;
	padding: 0;
	position: relative;
	z-index: 1;
	height: auto;
}

.nojs {
	width: 80%;
	background-color: #FF8080;
	font-size: 15px;
	font-weight: bold;
	margin: 0 auto;
	text-align: center;
	
}

#row-top {
	background: #FFF url(/img/row-fade.png) repeat-x;
}

#row-top-inner {
	height: 90px;
	background: #fff url(/img/row-fade.png) repeat-x 0 -20px;
	border-bottom: 1px solid #CCC;
	padding: 10px;
}

#columns {
	border-top: 0;
	margin: 0;
	position: relative;
	/*background: url(/img/row-fade.png) repeat-x; */
}

#columnR {
	right: 0;
	top: 0;
	margin-top: 0;
	width: 320px;
	min-height: 1800px;
	position: absolute;
	/*background: #272727 url(/img/row-fade.png) repeat-x; */
	background: #FFF;
	
}

.calendar{
	display: inline-block;
	border: 1px solid #000;
	width: 40px;
	height:32px;
}

.monthSpan {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background-color: #DD4736;
	border-bottom: 1px solid #852116;
	line-height: 11px;
}

.daySpan {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 20px;
}

.eventSpan {
	display: inline-block;
	font-size: 16px;
	margin-right: 5px;
	position: relative;
	top: -7px;
}

.siteNews {
	list-style-type: none;
	margin: 0;
	padding: 0;
}


.siteNews li{
margin-bottom: 10px;
}


.miniList {
	list-style-type: none;
	margin: -5px 0 10px;
	padding: 0;
	
}

.miniList li {
	float: left;
	margin: 0 7px 4px 0;
}

ul.miniList li img {
	border: 1px solid #000;
}

#suggestedGames {
	text-align: center;

}
.otherGames {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.otherGames li {
	display: inline;
	margin: 5px;
	
}

ul.otherGames li img {
	border: 1px solid #000;
}

.siteInfo {
	font-weight: bold;
	font-style: italic;
}

.headerR {
	margin: 0 0 8px;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}
.contentR {
	background: #EEE; /*url(/img/nav-fade.png) repeat-x;*/
	/*border-radius: 0 0 10px 10px;*/
	border: 1px solid #CCC;

}

.titleLine {
	color: #CCC;
	border-top: 1px dashed;
	display: block;
	margin: 10px;
}

#columnL {
/* gotta make sure we MORE content in this column than columnR or columnR WILL be cut off */
	margin-right: 320px;
	position: relative;
	width: 580px;
	min-height: 600px; /*600px min should ensure that most of the time there will be enough to display all on right except for home page. */
	background: #EEE;
	border-right: 1px solid #CCC;
	padding-bottom: 10px;
}

#columnW {
	font: 14px Arial, Helvetica, sans-serif;
	min-height: 620px;
	background: #FFF;
	padding: 0 0 10px 0;
}

#columnArticle {
	position: relative;
	width: 720px;
	margin: 0;
	padding: 0 0 10px;
	min-height: 600px; /*600px min should ensure that most of the time there will be enough to display all on right except for home page. */
	background: #EEE;
	border-right: 1px solid #CCC;
}

#columnArticle p {
	margin-left: 40px;
	margin-right: 40px;
	/*min-height: 42px;*/
	display: inline-block;
	margin-top: 10px;
}

#columnArticle p img{
	float: left;
	margin-right: 10px;
}


#columnArticle img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
}

.articlePlay {
	padding: 10px;
	text-align: center;
}

.articlePlay a {

	font: 40px Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#columnSkyscraper {
	right: 0;
	top: 0;
	margin-top: 0;
	width: 180px;
	min-height: 68000px;
	position: absolute;
	background: #FFF;
	padding-top: 10px;
}

#columnW p {
	margin-left: 40px;
	margin-right: 200px;
	/*text-indent: 10px;*/
}

.randomButton img {
	border: 0;
}

/* square advert for right side */
#flyerBox {
	/*background: #EEE url(/img/blocked.png) -160px -90px;*/
	width: 300px;
	height: 250px;
	margin-left: 10px;
	margin-top: 10px;
	color: #fff;
	font-weight: bold;
}

#flyerHead {
	/*background: #EEE url(/img/blocked.png);*/
	width: 728px;
	height: 90px;
	/*margin-top: 10px;*/
	color: #fff;
	font-weight: bold;
	float: right;
}

#flyerSkyscraper {
	width: 160px;
	height: 600px;
	/*background: #000 url(/img/blocked.png) 0px -70px no-repeat;*/
	margin-right: 10px;
	margin-bottom: 10px;
	float: right;
}

/* small box for 2 pictures and descriptions on right side */
#promoBox {
	margin: 10px 10px 30px;

}

.review {
	font: 14px Arial, Helvetica, sans-serif;
	margin: 20px 10px 0 10px;
	padding: 0 0 10px;
	position: relative;
	border: 1px dashed #CCC;
	max-width: 705px;
}

.review .title h2 {
	font-size: 24px;
	font-weight: normal;
}

.review p {
	margin: 10px;
	text-indent: 0;
}

.review img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.review .readMore {
	font: 20px;
	font-weight: bold;
	margin: 10px 0 0 10px;
}

.review .readMore a {
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	padding: 5px;
}

.gameListDetails {
	margin-top: 2px;
	margin-bottom: 2px;
}


/* These below must be on the same line in the html or they will create a space! */
.rating {
	width: 20%; 
	padding: 1px;
	display: inline-block;
	background-color: #333;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	-webkit-border-top-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.amountPlayed {
	padding: 1px;
	display: inline-block;
	width: 70%;
	background-color: #333;
	color: #eee;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	margin-top: 0px;
	-webkit-border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	-moz-border-radius-bottomright: 3px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.gameList a {
	font-size: 13px;
	font-weight: bold;
}


.gameList {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-left: 10px;
	margin-top: 10px;
	max-width: 740px;

}

.gameList li {
	color: #333;
	float: left;
	margin: 0 10px 0 0;
	width: 132px; /* this should be 134 but when its 132 it fits across left column much nicer */
	font-size: 11px;
	text-align: center;
	min-height: 155px;
}

.gameList li h4 { /*the game rating % so like 8.5 or something. */
	margin-top: -2px;
	font-size: 12px;
	font-weight: bold;

}

.gameList img {/* the image size has to be 132 x 98 pixels, 1px border makes it 134 x 100 */
	width: 132px; 
	height: 98px;
	border: 1px solid #000;
}
#topBuffer {
	height: 10px;
}

#featuredBox {
	height: 350px;
	margin-left: 10px;
	margin-right: 10px;
	background-color: #EEE;
}

table.sortable thead {
    background-color:#CCC;
    /*color:#666666;*/
    font-weight: bold;
    cursor: pointer;
}

#centerBlock {
	z-index: 0;
	width: 100%;
	text-align: center;
	overflow:visible;
}

.flashGame {
	display: inline-block;
}

#gameInfo {
	border: 1px solid #CCC;
	background: #EEE;
	width: 650px;
	min-height: 150px;
	padding: 0px;
	margin: 10px auto 0 auto;
}
#gameInfo h4 {
	font-size: 20px;
	margin: 5px;
	text-align: center;
	width: 100%;
}


#gameInfo p {
	font-size: 12px;
	line-height: 15px;
	padding: 5px;
	margin: 0;
}
#gameInfo ul {
	padding: 0px 30px;
}

#gameInfo li {
	text-align: center;
	list-style: none;
	font-weight: bold;
}


.liHead {
	background-color: #999;
	color: #FFF;

}

#rateGameContainer {
	margin: 0;
	text-align: center;
	padding: 5px;
}

.rateTitleText {
	line-height: 25px;
	font-weight: bold;
}

.loveItText {
	background-color: #7FAF1B;
	color: #FFF;
	font-weight: bold;
	padding: 2px;
}

.hateItText {
	background-color: #E73525;
	color: #FFF;
	font-weight: bold;
	padding: 2px;
}

#gameInfoContainer {
	float: left;
	background: #EEE;
	width: 33%;
	min-height: 150px;
	padding: 0;
	margin: 0;
	text-align: center;
}
#gameInfoContainer span {
	font-size: 84px;
	font-weight: bold;
	text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}


#gameTable {
	width: 710px;
	margin-left: 10px;
	/*border: 1px solid;*/
	padding-bottom: 10px;
	font-size: 12px;
}

#gameTable tbody tr:Hover {
	background-color: #EEE;
}

.tableIcon {
	float: left;
	margin-right: 5px;
	border: 1px solid #000;
}


.rTextAwesome {
	font-size: 24px;
	font-weight: bold;
	color: #00CBE7;
}

.rTextGreat {
	font-size: 24px;
	font-weight: bold;
	color: #00DA3C;

}

.rTextGood {
	font-size: 24px;
	font-weight: bold;
	color: #F4F328;
}

.rTextBad {
	font-size: 24px;
	font-weight: bold;
	color: #FD8603;
}

.rTextUgly {
	font-size: 24px;
	font-weight: bold;
	color: #DF151A;
}
/**********************************/
.gTextAwesome {
	font-size: 84px;
	font-weight: bold;
	color: #00CBE7;
}

.gTextGreat {
	font-size: 84px;
	font-weight: bold;
	color: #00DA3C;
}

.gTextGood {
	font-size: 84px;
	font-weight: bold;
	color: #F4F328;
}

.gTextBad {
	font-size: 84px;
	font-weight: bold;
	color: #FD8603;
}

.gTextUgly {
	font-size: 84px;
	font-weight: bold;
	color: #DF151A;
}

#gameTable th {
	padding: 0 4px;
	background: #FFF;
	height: 20px;
	text-align: left;
	font-size: 16px;
	border-bottom: 1px solid #000;
}

#gameTable tr {

}

#gameTable td {
	padding: 4px;
	border-bottom: 1px dotted #CCC;
}

#gameTable td span {
	font-size: 24px;
	font-weight: bold;
}

#gameTable td a {
	font-size: 14px;
	font-weight: bold;
}
#gameTable td p { /*max length of text should be 140 characters to be safe.... */
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
	margin: 1px 0 0 0;
	width: 300px;
	color: #888;
}

.footerBlock {
	color: #FFF;
	float: left;
	width: 430px;
	padding: 10px 10px 0 10px;
	font-size: 11px;
}

.footerBlock p {
	margin-top: 5px;
}

.footerBlock h4 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.footerLine {
	border-top: 1px solid #333;
	display: block;
	margin: 5px 10px 0 10px;
}

#footer {
/*	height: 22px;*/
	width: 900px;
	display: block;
	margin: 26px auto 0 auto;
	background: #000; /*nav-fade*/
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
}

#footerContent {

	width: 900px;
	margin: 0 auto;
	color: #fff;
	padding: 5px;
}
#footerNav {
	font-size: 11px;
	color: #666;
	line-height: 11px;
	text-align: center;
}

#footerNav a {
	color: #FFF;
	font-weight: normal;
}


#footerNav ul{
	padding: 0;
	margin: 0;
	display: block;
}

#footerNav li {
	list-style-type: none;
	display: inline;
	padding-right: 5px;
	border-right: 1px solid #444;
	padding-left: 3px;
}

#footer .last {
	border: 0;
}