@charset "utf-8";
/****************************
* (c) 2011 Gaming All Night
*   Design by Fg Designs
*    www.FgDesigns.net
****************************/

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: url(template/images/bg.png) repeat-x top #CCC;
}
body.pc {
	background-image: url(template/images/bg-pc.png);
}
body.embed {
	background: none transparent;	
}
img {
	border: none;
}
.clear {
	content: "";
	display: block;
	height: 0;
	clear: both;
}

/*** HEADER ***/
#header {
	width: 960px;
	height: 80px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#header a.logo, #header a.logo:link, #header a.logo:visited, #header a.logo:active, #header a.logo:hover {
	width: 200px;
	height: 12px;
	margin: 15px 0px 0px 0px;
	padding: 38px 0px 0px 209px;
	float: left;
	display: block;
	background-image: url(template/images/logo.png);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 10px;
	color: #FFFFFF;
	text-transform: uppercase;
}
#header a.logo span {
	display: none;
}

/** LOGIN **/
#header ul#login {
	width: 140px;
	height: 30px;
	margin: 0px 60px 0px 0px;
	padding: 0px 3px 5px 3px;
	float: right;
	background-image: url(template/images/login.png);
	background-repeat: no-repeat;
	list-style: none;
}
#header ul#login li {
	width: 50%;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 12px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	float: left;
	text-align: center;
}
#header ul#login li a, #header ul#login li a:link, #header ul#login li a:visited, #header ul#login li a:active {
	color: #FFFFFF;
	text-decoration: none;
	width: 100%;
	height: 30px;
	display: block;
}
#header ul#login li a:hover {
	text-decoration: underline;
}

/* Sign In Hover */
#header ul#login li ul.hover {
	width: 200px;
	margin: 0px;
	padding: 7px 0px 0px 0px;
	background-image: url(template/images/signin_top.png);
	background-repeat: no-repeat;
	position: absolute;
	z-index: 9;
	display: none;
	list-style: none;
}
#header ul#login li:hover ul.hover, #header ul#login li ul.hover:hover {
	display: block;
}
#header ul#login li ul.hover li.bot {
	width: 200px;
	height: 17px;
	margin: 0px;
	padding: 0px;
	background-image: url(template/images/signin_bot.png);
	background-repeat: no-repeat;
	background-color: transparent;
	display: block;
}
#header ul#login li ul.hover li {
	color: #FFFFFF;
	font-size: 12px;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	background-color: #000000;
	width: 180px;
	text-transform: none;
	text-align: left;
}
#header ul#login li ul.hover li span {
	color: #ff9393;
	font-size: 10px;
	display: none;
}
#header ul#login li ul.hover li input.text {
	width: 170px;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	height: 14px;
	font-size: 12px;
	color: #333333;
	background-image: url(template/images/signin_text.png);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #cecece;
	border: none;
}
#header ul#login li ul.hover li a, #header ul#login li ul.hover li a:link, #header ul#login li ul.hover li a:visited, #header ul#login li ul.hover li a:active {
	font-style: italic;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
}
#header ul#login li ul.hover li a:hover {
	text-decoration: underline;
}
#header ul#login li ul.hover li input.btn {
	height: 20px;
	margin: 4px 0px 0px 0px;
	padding: 0px 6px 0px 6px;
	font-size: 12px;
	background-image: url(template/images/horz_imgs.png);
	background-repeat: repeat-x;
	background-position: 0px -114px;
	display: block;
	float: right;
	color: #FFFFFF;
	border: none;
	cursor: pointer;
}

/*** NAVIGATION ***/
ul#nav {
	width: 960px;
	height: 32px;
	margin: 1px auto 0px auto;
	padding: 0px;
	list-style: none;
	background-image: url(template/images/nav_div.png);
	background-repeat: repeat-y;
	background-position: left;
}
ul#nav li {
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 32px;
	background-image: url(template/images/nav_div.png);
	background-repeat: repeat-y;
	background-position: right;
}
ul#nav li a, ul#nav li a:link, ul#nav li a:visited, ul#nav li a:active {
	margin: 0px;
	padding: 0px 15px 0px 15px;
	font-size: 18px;
	color: #222;
	height: 32px;
	text-decoration: none;
	display: block;
	text-shadow: 1px 1px #CCC;
}
ul#nav li a:hover {
	text-decoration: underline;
}
ul#nav li a.selected, ul#nav li a.selected:link, ul#nav li a.selected:visited, ul#nav li a.selected:active {
	height: 31px;
	background-color: #222222;
	border-top: 1px solid #474747;
	color: #FFFFFF;
	text-shadow: none;
}

/* Search */
ul#nav .search {
	width: 170px;
	height: 18px;
	padding: 1px;
	margin: 6px 0px 6px 0px;
	float: right;
	background-image: url(template/images/search.png);
	background-repeat: no-repeat;
}
ul#nav .search input.text {
	width: 139px;
	height: 14px;
	margin: 2px 0px 0px 5px;
	padding: 0px;
	font-size: 12px;
	color: #333333;
	background-color: transparent;
	border: none;
	float: left;
}
ul#nav .search input.btn {
	width: 22px;
	height: 18px;
	margin: 0px;
	padding: 0px;
	float: right;
	border: none;
	background-color: transparent;
	cursor: pointer;
}

/** SUB-NAV **/
ul#subnav {
	width: 960px;
	height: 26px;
	margin: 0px auto 0px auto;
	padding: 0px;
	list-style: none;
}
ul#subnav li {
	margin: 0px 20px 0px 20px;
	padding: 0px;
	line-height: 26px;
	float: left;
}
ul#subnav li:first-child {
	margin: 0px 20px 0px 0px;
}
ul#subnav li a, ul#subnav li a:link, ul#subnav li a:visited, ul#subnav li a:active {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	text-transform: capitalize;
}
ul#subnav li a:hover {
	text-decoration: underline;
}

/*** ADVERTISEMENTS ***/
.ads {
	width: 960px;
	height: 95px;
	margin: 5px auto 10px auto;
	padding: 0px;
}
.leaderboard {
	width: 728px;
	height: 90px;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	float: left;
	text-align: left;
}
.topAd {
	width: 220px;
	height: 92px;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: right;
}
#con .longbar {
	width: 620px;
	height: 60px;
	margin: 10px 10px 0px 10px;
	padding: 0px;
	background-color: #FF0000;
}
#con .banner {
	height: 60px;
	margin: 15px auto 0px auto;
	padding: 0px;
	text-align: center;
}
.page.long .leaderboard {
	margin: 15px auto 0px auto;
	padding: 0px;
	width: 940px;
	text-align: center;
	float: none;
}
#sidebar .square {
	margin: 9px 9px 0px 9px;
	padding: 0px;
	width: 300px;
	height: 250px;
}

/*** FRAME ***/
#frame {
	width: 960px;
	margin: 0px auto 15px auto;
	padding: 0px 0px 10px 0px;
	background-image: url(template/images/con_bg.png);
	background-repeat: repeat-y;
	background-position: left;
	border: 1px solid #999999;
	background-color: #EEEEEE;
}
#frame.page {
	background-image: none;
}
body.pc #frame.page, body.info #frame.page {
	background-image: url(template/images/con_bg-pc.png);
}

/** CONTENT **/
#con {
	width: 640px;
	margin: 0px;
	padding: 0px;
	float: left;
}

/* FEATURED GAMES */
#con .featured {
	width: 640px;
	height: 300px;
	border-bottom: 1px solid #000000;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: left;
}
#con .featured img {
	width: 400px;
	height: 300px;
	position: absolute;
	margin: 0px;
	padding: 0px;
	z-index: 0;
	border: none;
}
#con .featured ul.side {
	width: 255px;
	height: 300px;
	margin: 0px 0px 0px 385px;
	padding: 0px;
	float: right;
	list-style: none;
	z-index: 3;
	position: absolute;
}
#con .featured ul.side li {
	background-repeat: no-repeat;
	background-position: right;
	margin: 0px;
	padding: 0px;
	width: 255px;
	line-height: 60px;
}
#con .featured ul.side li a, #con .featured ul.side li a:link, #con .featured ul.side li a:visited, #con .featured ul.side li a:active {
	width: 220px;
	height: 60px;
	margin: 0px;
	padding: 0px 0px 0px 35px;
	display: block;
	background-image: url(template/images/featured_side.png);
	background-repeat: no-repeat;
	background-position: 0px -60px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
	text-decoration: none;
	vertical-align: middle;
	text-shadow: 0 2px 1px #000000;
}
#con .featured ul.side li a:hover, #con .featured ul.side li a.selected, #con .featured ul.side li a.selected:link, #con .featured ul.side li a.selected:visited, #con .featured ul.side li a.selected:active {
	background-position: 0px 0px;
}
#con .featured a.image, #con .featured a.image:link, #con .featured a.image:visited, #con .featured a.image:active, #con .featured a.image:hover {
	background-image: url(template/images/featured_ribbon.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	width: 385px;
	height: 220px;
	display: block;
	text-indent: -9999px;
	z-index: 3;
	position: absolute;
}
#con .featured .info {
	width: 365px;
	height: 70px;
	margin: 220px 0px 0px 0px;
	padding: 5px 10px 5px 10px;
	background-image: url(template/images/featured_fade.png);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	float: left;
	z-index: 3;
	position: absolute;
}
#con .featured .info h1 {
	font-size: 18px;
	color: #FFFFFF;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	line-height: 22px;
}
#con .featured .info h1 a, #con .featured .info h1 a:link, #con .featured .info h1 a:visited, #con .featured .info h1 a:active {
	color: #FFFFFF;
	text-decoration: none;
}
#con .featured .info h1 a:hover {
	color: #CCCCCC;
}
#con .featured .info h1 a.btn, #con .featured .info h1 a.btn:link, #con .featured .info h1 a.btn:visited, #con .featured .info h1 a.btn:active {
	line-height: 20px;
	margin: 0px;
	padding: 0px 6px 0px 6px;
	font-size: 12px;
	background-image: url(template/images/horz_imgs.png);
	background-repeat: repeat-x;
	background-position: 0px -114px;
	display: block;
	float: right;
	border: 1px solid #333333;
}
#con .featured .info h1 a.btn:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#con .featured .info p {
	width: 120px;
	font-size: 12px;
	margin: 8px 0px 0px 0px;
	padding: 0px;
	color: #FFFFFF;
	float: left;
}
#con .featured .info p span {
	color: #EEEEEE;
}
#con .featured .info p.description {
	float: right;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	border-left: 1px solid #FFFFFF;
	width: 230px;
	height: 46px;
}

/* COPYRIGHT AUTHORS */
#con p.copyright {
	width: 640px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	text-align: center;
	color: #999999;
	font-size: 12px;
}
#con .page p.copyright {
	color: #222222;
}

/* GAME LISTS - CONTENT */
#con ul.list {
	width: 192px;
	margin: 10px 5px 0px 6px;
	padding: 5px 5px 0px 5px;
	float: left;
	list-style: none;
	background-image: url(template/images/game_list.png);
	background-repeat: no-repeat;
	background-position: top;
}
#con ul.list h2 {
	margin: 3px 5px 0px 5px;
	padding: 0px 0px 0px 20px;
	font-size: 14px;
	text-transform: uppercase;
	color: #333333;
	text-decoration: none;
	background-image: url(template/images/icons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#con ul.list h2 a, #con ul.list h2 a:link, #con ul.list h2 a:active, #con ul.list h2 a:visited, #con ul.list h2 a:hover {
	color: #333333;
	text-decoration: none;
}
#con ul.list h2 span {
	font-weight: normal;
	color: #454545;
	margin: 0px 0px 0px -5px;
}
#con ul.list h2 a.more, #con ul.list h2 a.more:link, #con ul.list h2 a.more:visited, #con ul.list h2 a.more:active {
	color: #FFFFFF;
	background-color: #000000;
	font-size: 12px;
	font-weight: normal;
	display: block;
	height: 12px;
	width: 12px;
	text-align: center;
	padding: 2px;
	margin: 3px 0px 0px 0px;
	float: right;
	text-decoration: none;
}
#con ul.list h2 a.more:hover {
	background-color: #990000;
}
#con ul.list h2.strategy {
	background-position: 0px -22px;
}
#con ul.list h2.casino {
	background-position: 0px -44px;
}
#con ul.list h2.puzzle {
	background-position: 0px -66px;
}
#con ul.list h2.rhythm {
	background-position: 0px -88px;
}
#con ul.list h2.driving {
	background-position: 0px -196px;
}
#con ul.list h2.adventure {
	background-position: 2px -221px;
}
#con ul.list h2.sports {
	background-position: 2px -247px;
}
#con ul.list h2.shooting {
	background-position: 3px -273px;
}
#con ul.list li {
	width: 192px;
	height: 60px;
	margin: 0px;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
#con ul.list li a, #con ul.list li a:link, #con ul.list li a:visited, #con ul.list li a:active {
	margin: 0px;
	padding: 4px 5px 4px 5px;
	width: 182px;
	height: 52px;
	text-decoration: none;
	display: block;
}
#con ul.list li a:hover {
	background-image: url(template/images/stripes.png);
	background-repeat: repeat;
}
#con ul.list li a img {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 50px;
	border: 1px solid #CCCCCC;
	float: left;
}
#con ul.list li a:hover img {
	border: 1px solid #990000;
}
#con ul.list li a span.hov {
	width: 50px;
	height: 50px;
	background-image: url(template/images/play_hov.png);
	background-repeat: no-repeat;
	margin: 1px 0px 0px 1px;
	position: absolute;
	display: none;
}
#con ul.list li a:hover span.hov {
	display: block;
}
#con ul.list li a span {
	margin: 1px 0px 0px 5px;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	font-weight: bold;
	float: left;
	width: 122px;
}
#con ul.list li a:hover span {
	color: #990000;
}
#con ul.list li a span.play {
	color: #990000;
	font-weight: normal;
	text-decoration: underline;
	text-transform: lowercase;
}
#con ul.list li a span.play:hover {
	color: #CC0000;
}

/* PAGES */
#con .page {
	width: 620px;
	margin: 9px 0px 0px 8px;
	padding: 8px 5px;
	background-image: url(template/images/page_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 100px;
}
.page.long {
	width: 940px;
	margin: 9px 0px 0px 5px;
	padding: 8px 5px;
	background-image: url(template/images/page_bg-long.png);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 100px;
}
#con .page h1, .page.long h1 {
	font-size: 18px;
	color: #454545;
	margin: 0px 5px 20px 5px;
	padding: 0px 0px 0px 23px;
	background-image: url(template/images/icons.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	font-weight: normal;
	line-height: 20px;
}
#con .page h1.everyone, .page.long h1.everyone {
	background-position: 0px -111px;
}
#con .page h1.teen, .page.long h1.teen {
	background-position: 0px -138px;
}
#con .page h1.mature, .page.long h1.mature {
	background-position: 0px -166px;
}
#con .page .sel, .page.long .sel {
	width: 150px;
	height: 18px;
	border: 1px solid #999999;
	background-image: url(template/images/stripes.png);
	background-repeat: repeat;
	background-color: #FFFFFF;
	margin: 3px 5px 0px 0px;
	padding: 0px 5px 0px 5px;
	float: right;
}
#con .page select, .page.long select {
	width: 150px;
	height: 16px;
	background-color: transparent;
	font-size: 12px;
	color: #444444;
	margin: 0px;
	padding: 0px;
	border: none;
}
#con .page span, .page.long span {
	color: #454545;
	font-size: 12px;
	margin: 3px 10px 0px 0px;
	padding: 0px;
	float: right;
}
#con .page a.gList, #con .page a.gList:link, #con .page a.gList:visited, #con .page a.gList:active {
	margin: 10px 0px 0px 10px;
	padding: 4px 5px 4px 5px;
	width: 182px;
	height: 52px;
	text-decoration: none;
	display: block;
	float: left;
}
#con .page a.gList:hover {
	background-image: url(template/images/stripes.png);
	background-repeat: repeat;
}
#con .page a.gList img {
	margin: 0px;
	padding: 0px;
	height: 50px;
	width: 50px;
	border: 1px solid #CCCCCC;
	float: left;
}
#con .page a.gList:hover img {
	border: 1px solid #990000;
}
#con .page a.gList span.hov {
	width: 50px;
	height: 50px;
	background-image: url(template/images/play_hov.png);
	background-repeat: no-repeat;
	margin: 1px 0px 0px 1px;
	position: absolute;
	display: none;
}
#con .page a.gList:hover span.hov {
	display: block;
}
#con .page a.gList span {
	margin: 1px 0px 0px 5px;
	font-size: 12px;
	color: #333333;
	padding: 0px;
	font-weight: bold;
	float: left;
	width: 122px;
}
#con .page a.gList:hover span {
	color: #CC0000;
}
#con .page a.gList span.play {
	color: #990000;
	font-weight: normal;
	text-decoration: underline;
	text-transform: lowercase;
}
#con .page a.gList span.play:hover {
	color: #FF0000;
}

/* THE GAME */
#con .page .game {
	width: 620px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: center;
}
.page.long .game {
	width: 940px;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	text-align: center;
}

/* PAGE GAME INFORMATION */
#con ul.info {
	width: 630px;
	margin: 10px 0px 5px 8px;
	padding: 0px;
	background-image: url(template/images/gameinfo.png);
	background-repeat: no-repeat;
	list-style: none;
	height: 180px;
	overflow: hidden;
}
#con ul.info h3 {
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 8px;
	line-height: 24px;
	width: 388px;
	float: left;
	font-size: 14px;
}
#con ul.info li.share {
	height: 180px;
	width: 200px;
	margin: 0px 1px 0px 0px;
	padding: 0px;
	float: right;
}
#con ul.info li.share h3 {
	width: 194px;
	padding: 0px 0px 0px 6px;
}
#con ul.info li.share p {
	width: 194px;
	margin: 10px 0px 0px 6px;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
}
#con ul.info li.share input {
	width: 173px;
	margin: 10px 0px 0px 6px;
	padding: 0px 5px 0px 5px;
	font-size: 12px;
	border: 1px solid #880000;
	color: #454545;
	height: 20px;
}
#con ul.info li.links {
	height: 180px;
	width: 30px;
	margin: 0px;
	padding: 0px;
	float: right;
	font-size: 12px;
}
#con ul.info li.links a, #con ul.info li.links a:link, #con ul.info li.links a:active, #con ul.info li.links a:visited {
	width: 22px;
	height: 25px;
	margin: 4px 2px 0px 0px;
	padding: 0px;
	background-image: url(template/images/share_icons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -9999px;
	float: right;
}
#con ul.info li.links a.fb {
	background-position: 6px 0px;
}
#con ul.info li.links a.fb:hover {
	background-position: 3px 0px;
}
#con ul.info li.links a.twitter {
	background-position: 6px -37px;
}
#con ul.info li.links a.twitter:hover {
	background-position: 3px -37px;
}
#con ul.info li.links a.buzz {
	background-position: 6px -74px;
}
#con ul.info li.links a.buzz:hover {
	background-position: 3px -74px;
}
#con ul.info li.links a.digg {
	background-position: 6px -111px;
}
#con ul.info li.links a.digg:hover {
	background-position: 3px -111px;
}
#con ul.info li.links a.su {
	background-position: 6px -148px;
}
#con ul.info li.links a.su:hover {
	background-position: 3px -148px;
}
#con ul.info li.links a.reddit {
	background-position: 6px -185px;
}
#con ul.info li.links a.reddit:hover {
	background-position: 3px -185px;
}
#con ul.info li.links a.del {
	background-position: 6px -222px;
}
#con ul.info li.links a.del:hover {
	background-position: 3px -222px;
}
#con ul.info li.links a.mixx {
	background-position: 6px -259px;
}
#con ul.info li.links a.mixx:hover {
	background-position: 3px -259px;
}
#con ul.info li {
	width: 382px;
	margin: 4px 0px 0px 2px;
	padding: 0px 6px 6px 6px;
	border-bottom: 1px solid #EEEEEE;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 12px;
}
#con ul.info li span {
	color: #E5E5E5;
	font-weight: normal;
}

/* COMMENTS */
ul.tabs {
	height: 28px;
	margin: 0px;
	width: 630px;
	margin: 10px 0px 0px 8px;
	padding: 0px;
	list-style: none;
}
ul.tabs li {
	width: 120px;
	line-height: 28px;
	margin: 0px 8px 0px 0px;
	padding: 0px;
	color: #FFFFFF;
	font-size: 14px;
	text-align: center;
	float: left;
}
ul.tabs li a, ul.tabs li a:link, ul.tabs li a:visited, ul.tabs li a:active {
	background-image: url(template/images/tab.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	height: 28px;
	width: 120px;
}
ul.tabs li a:hover {
	background-image: url(template/images/tab_hov.png);
	background-repeat: no-repeat;
	text-decoration: underline;
}
ul.tabs li a.selected, ul.tabs li a.selected:link, ul.tabs li a.selected:visited, ul.tabs li a.selected:active, ul.tabs li a.selected:hover {
	background-image: url(template/images/tab_selected.png);
	background-repeat: no-repeat;
}
ul.tabs p.rating {
	line-height: 24px;
	font-size: 14px;
	color: #333333;
	margin: 2px 10px 0px 0px;
	padding: 0px;
	float: right;
}
ul.tabs div.rating {
	height: 23px;
	margin: 2px 10px 0px 0px;
	padding: 0px;
	float: right;
	width: 104px;
}
ul.tabs .rating .fill {
	max-width: 104px;
	height: 23px;
	margin: 0px;
	padding: 0px;
	background-color: #990000;
}
ul.tabs .rating .fill.rated {
	background-color: #e1d11c;
}
ul.tabs .rating .stars {
	width: 104px;
	height: 23px;
	margin: -23px 0px 0px 0px;
	padding: 0px;
	background-image: url(template/images/rating_stars.png);
	background-repeat: no-repeat;
	position: absolute;
	cursor: pointer;
}
ul#comments {
	width: 630px;
	margin: 0px 0px 0px 8px;
	padding: 5px 0px 0px 0px;
	background-color: #990000;
	background-image: url(template/images/comment_corner.png);
	background-repeat: no-repeat;
	background-position: top right;
	list-style: none;
}
ul#comments p {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px 10px 5px 0px;
	padding: 0px;
	float: right;
}
ul#comments a, ul#comments a:link, ul#comments a:visited, ul#comments a:active {
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	margin: 0px 5px 5px 10px;
	padding: 0px 0px 0px 15px;
}
ul#comments a:hover {
	text-decoration: underline;
}
ul#comments a.add {
	background-image: url(template/images/add_comment_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
ul#comments a.add:hover {
	background-position: 0px -13px;
}
ul#comments a.fav {
	background-image: url(template/images/favorite_icon.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
}
ul#comments a.fav:hover {
	background-position: 0px -12px;
}
ul#comments li {
	border: 1px solid #990000;
	border-top: none;
	background-color: #FFFFFF;
	padding: 5px;
	width: 618px;
}
ul#comments li p.none {
	font-size: 14px;
	color: #990000;
	margin: 0px;
	padding: 0px;
	float: none;
}

/** PC GAMES PAGE **/
#left {
	width: 190px;
	margin: 0px;
	padding: 0px 11px 0px 12px;
	float: left;
}
body.pc #frame.page #con {
	width: 410px;
	margin: 0px 0px 0px 10px;
	padding: 0px;
	float: left;
}
body.pc #frame.page #con h1 {
	width: 410px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #005066;
}
body.pc #frame.page #con p {
	width: 410px;
	text-align: left;
	font-size: 12px;
	color: #000000;
	margin: 15px 0px 0px 0px;
	padding: 0px;
}
body.pc #frame.page #con ul {
	margin: 15px 0px 0px 60px;
	list-style: circle;
	padding: 0px;
}
body.pc #frame.page #con ul li {
	font-size: 12px;
	color: #005066;
	padding: 0px;
	margin: 6px 0px 0px 0px;
}
body.pc #frame.page #con ul.screens {
	with: 410px;
	margin: 15px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	border-top: 1px solid #BBBBBB;
	border-bottom: 1px solid #BBBBBB;
	list-style: none;
}
body.pc #frame.page #con ul.screens p {
	color: #666666;
	font-size: 10px;
	text-align: center;
	width: 410px;
	margin: 0px;
	padding: 0px;
}
body.pc #frame.page #con ul.screens a, body.pc #frame.page #con ul.screens a:link, body.pc #frame.page #con ul.screens a:visited, body.pc #frame.page #con ul.screens a:active, body.pc #frame.page #con ul.screens a:hover {
	width: 130px;
	height: 130px;
	display: block;
	margin: 5px 10px 5px 0px;
	padding: 0px;
	text-indent: -9999;
	background-repeat: no-repeat;
	background-position: center;
	float: left;
}

/* EMBEDABLE GAME */
body.embed .game {
	margin: 0 auto;
	padding: 0;
	clear: both;
	float: none;
}
body.embed h2 {
	font-size: 12px;
	color: #333;
	font-weight: normal;
	margin: 5px 0 0 0;
	text-align: center;
	text-shadow: 1p 1px #FFF;
}
body.embed h2 a, body.embed h2 a:link, body.embed h2 a:visited, body.embed h2 a:active {
	colro: #333;
	text-decoration: none;
}
body.embed h2 a:hover {
	color: #000;
	text-decoration: underline;
}

/* LEFT PC GAMES */
#left img {
	width: 175px;
	margin: 10px 1px 0px 1px;
}
#left a, #left a:link, #left a:visited, #left a:active {
	background-image: url(template/images/download_btn.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	width: 135px;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 42px;
	text-transform: lowercase;
	text-align: center;
}
#left a:hover {
	text-decoration: underline;
}
#left a.video, #left a.video:link, #left a.video:visited, #left a.video:active {
	line-height: 26px;
	font-size: 12px;
}
#left a.download, #left a.download:link, #left a.download:visited, #left a.download:active {
	line-height: 42px;
	font-size: 18px;
	background-position: 0px -42px;
}
#left a.mac, #left a.mac:link, #left a.mac:visited, #left a.mac:active {
	line-height: 42px;
	color: #333333;
	font-size: 16px;
	background-position: 0px -101px;
}
#left a.mac:hover {
	color: #008099;
}
#left ul.requirements {
	border-top: 1px solid #b6d8e5;
	border-bottom: 1px solid #b6d8e5;
	margin: 15px 0px 0px 0px;
	padding: 6px;
	width: 165px;
	list-style: none;
	background-color: #f8fdff;
}
#left ul.requirements h1 {
	color: #008099;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
#left ul.requirements p, #left ul.requirements li {
	margin: 5px 0px 0px 15px;
	padding: 0px;
	color: #333333;
	font-size: 12px;
}

/** SIDEBAR **/
#sidebar {
	width: 320px;
	margin: 0px;
	padding: 0px;
	float: right;
}

/* GAME LIST */
#sidebar ul.list {
	width: 300px;
	background-image: url(template/images/stripes.png);
	background-repeat: repeat;
	background-color: #990000;
	margin: 0px 9px 0px 9px;
	padding: 0px;
	list-style: none;
}
body.pc #sidebar ul.list {
	background-color: #008099;
}
#sidebar h2.list {
	line-height: 30px;
	margin: 10px 9px 0px 9px;
	padding: 0px 8px 0px 8px;
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	background-image: url(template/images/sidebar_list-header.png);
	background-repeat: no-repeat;
}
body.pc #sidebar h2.list {
	background-image: url(template/images/sidebar_list-pc.png);
}
#sidebar h2.list a, #sidebar h2.list a:link, #sidebar h2.list a:visited, #sidebar h2.list a:active, #sidebar h2.list a:active:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#sidebar h2.list a.more, #sidebar h2.list a.more:link, #sidebar h2.list a.more:visited, #sidebar h2.list a.more:active {
	font-size: 12px;
	margin: 0px;
	float: right;
}
#sidebar h2.list a.more:hover {
	text-decoration: underline;
}
#sidebar ul.list li {
	width: 298px;
	height: 60px;
	margin: 0px 0px 0px 1px;
	padding: 0px;
	border-bottom: 1px solid #990000;
}
body.pc #sidebar ul.list li {
	border-bottom: 1px solid #008099;
	/*height: 110px;*/
}
#sidebar ul.list li a, #sidebar ul.list li a:link, #sidebar ul.list li a:visited, #sidebar ul.list li a:active {
	width: 288px;
	height: 52px;
	display: block;
	margin: 0px;
	padding: 4px 5px 4px 5px;
	background-color: #FFFFFF;
	text-decoration: none;
}
/*body.pc #sidebar ul.list li a, body.pc #sidebar ul.list li a:link, body.pc #sidebar ul.list li a:visited, body.pc #sidebar ul.list li a:active {
	height: 112px;
}*/
#sidebar ul.list li a:hover {
	background-color: transparent;
}
#sidebar ul.list li a img {
	width: 50px;
	height: 50px;
	border: 1px solid #CCCCCC;
	float: left;
}
/*body.pc #sidebar ul.list li a img {
	width: 100px;
	height: 100px;
}*/
#sidebar ul.list li a:hover img {
	border: 1px solid #330000;
}
body.pc #sidebar ul.list li a:hover img {
	border: 1px solid #002b33;
}
#sidebar ul.list li a span.hov, #sidebar ul.list.popular li a span.hov {
	width: 50px;
	height: 50px;
	background-image: url(template/images/play_hov.png);
	background-repeat: no-repeat;
	margin: 1px 0px 0px 1px;
	position: absolute;
	display: none;
}
#sidebar ul.list li a:hover span.hov {
	display: block;
}
#sidebar ul.list li a span, #sidebar ul.list li a span, #sidebar ul.list li a span, #sidebar ul.list li a span {
	margin: 5px 0px 0px 5px;
	float: left;
	font-size: 12px;
	color: #333333;
	text-transform: capitalize;
	font-weight: bold;
	width: 230px;
}
#sidebar ul.list li a:hover span {
	color: #FFFFFF;
}
#sidebar ul.list.popular li a span {
	margin: 2px 0px 0px 5px;
}
#sidebar ul.list li a span.play, #sidebar ul.list li a:link span.play, #sidebar ul.list li a:visited span.play, #sidebar ul.list li a:active span.play {
	color: #990000;
	width: auto;
	font-weight: normal;
	text-decoration: underline;
	text-transform: lowercase;
}
body.pc #sidebar ul.list li a span.play, body.pc #sidebar ul.list li a:link span.play, body.pc #sidebar ul.list li a:visited span.play, body.pc #sidebar ul.list li a:active span.play {
	color: #008099;
}
#sidebar ul.list li a:hover span.play, body.pc #sidebar ul.list li a:hover span.play {
	color: #FFFFFF;
	text-decoration: none;
	border-bottom: 1px dashed #FFFFFF;
}
#sidebar ul.list li a span.plays {
	font-weight: normal;
}

/* SIDEBAR GAME INFO */
#sidebar ul.info {
	width: 300px;
	margin: 9px 9px 1px 9px;
	padding: 0px;
	background-image: url(template/images/sideinfo.png);
	background-repeat: repeat;
	list-style: none;
}
#sidebar ul.info h3 {
	font-size: 14px;
	line-height: 28px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 8px 0px 8px;
	width: 284px;
	background-image: url(template/images/sideinfo_top.png);
	background-repeat: no-repeat;
	background-position: top;
}
#sidebar ul.info li {
	color: #FFFFFF;
	font-size: 12px;
	margin: 0px;
	padding: 6px 8px 6px 8px;
	width: 284px;
	background-image: url(template/images/sideinfo_div.png);
	background-repeat: no-repeat;
	background-position: bottom;
	font-weight: bold;
}
#sidebar ul.info li span {
	color: #E5E5E5;
	font-weight: normal;
}
#sidebar ul.info li span.label {
	color: #FFFFFF;
	font-weight: bold;
}
#sidebar ul.info li input {
	width: 270px;
	margin: 4px 2px 4px 2px;
	padding: 0px 5px 0px 5px;
	height: 20px;
	font-size: 12px;
	border: 1px solid #880000;
	color: #454545;
}
#sidebar ul.info li.bot {
	height: 22px;
	margin: 0px;
	padding: 0px 8px 6px 8px;
	background-image: url(template/images/sideinfo_bot.png);
	background-repeat: no-repeat;
	background-position: bottom;
}
#sidebar ul.info li.bot a, #sidebar ul.info li.bot a:link, #sidebar ul.info li.bot a:active, #sidebar ul.info li.bot a:visited {
	width: 25px;
	height: 22px;
	margin: 4px 5px 0px 5px;
	padding: 0px;
	background-image: url(template/images/share_icons.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	text-indent: -9999px;
	float: left;
}
#sidebar ul.info li.bot a.fb {
	background-position: 0px 6px;
}
#sidebar ul.info li.bot a.fb:hover {
	background-position: 0px 3px;
}
#sidebar ul.info li.bot a.twitter {
	background-position: 0px -31px;
}
#sidebar ul.info li.bot a.twitter:hover {
	background-position: 0px -35px;
}
#sidebar ul.info li.bot a.buzz {
	background-position: 0px -68px;
}
#sidebar ul.info li.bot a.buzz:hover {
	background-position: 0px -71px;
}
#sidebar ul.info li.bot a.digg {
	background-position: 0px -105px;
}
#sidebar ul.info li.bot a.digg:hover {
	background-position: 0px -108px;
}
#sidebar ul.info li.bot a.su {
	background-position: 0px -142px;
}
#sidebar ul.info li.bot a.su:hover {
	background-position: 0px -146px;
}
#sidebar ul.info li.bot a.reddit {
	background-position: 0px -179px;
}
#sidebar ul.info li.bot a.reddit:hover {
	background-position: 0px -182px;
}
#sidebar ul.info li.bot a.del {
	background-position: 0px -214px;
}
#sidebar ul.info li.bot a.del:hover {
	background-position: 0px -217px;
}
#sidebar ul.info li.bot a.mixx {
	background-position: 0px -253px;
}
#sidebar ul.info li.bot a.mixx:hover {
	background-position: 0px -256px;
}

/* PC GAMES BY */
#sidebar a.by, #sidebar a.by:link, #sidebar a.by:visited, #sidebar a.by:active, #sidebar a.by:hover {
	width: 210px;
	height: 34px;
	padding: 5px 80px 5px 10px;
	margin: 9px 9px 0px 9px;
	background-image: url(template/images/by_bfg.png);
	background-repeat: no-repeat;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	display: block;
	text-align: center;
}
#sidebar a.by span {
	color: #008099;
	width: 210px;
	display: block;
	text-align: center;
}

/* FACEBOOK LIKE BOX */
#sidebar .fb {
	width: 300px;
	margin: 10px 9px 0px 9px;
	padding: 0px;
}


/*** INFO PAGES ***/
body.info #frame.page #con {
	width: 720px;
	margin: 0px 0px 0px 10px;
	padding: 10px 0px 10px 0px;
	float: left;
}
body.info #frame.page #con h1 {
	font-size: 18px;
	color: #333;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px 0px 4px 0px;
	border-bottom: 1px dashed #555;
}
body.info #con p {
	font-size: 12px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	color: #454545;	
}
body.info #con p a, body.info #con p a:link, body.info #con p a:active {
	color: #CC0000;
}
body.info #con p a:visited, body.info #con p a:hover {
	color: #660000;
}
body.info #left {
	width: 215px;
	padding: 10px 0px 10px 0px;
}
body.info #left a, body.info #left a:link, body.info #left a:visited, body.info #left a:active {
	width: 185px;
	line-height: 30px;
	text-decoration: none;
	color: #454545;
	font-size: 14px;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background-image: none;
}
body.info #left a:hover {
	background-color: #ffebeb;
	color: #000;
}
body.info #left a.selected, body.info #left a.selected:link, body.info #left a.selected:visited, body.info #left a.selected:active, body.info #left a.selected:hover {
	padding: 0px 15px 5px 15px;
	font-size: 14px;
	color: #FFF;
	text-shadow: 1px 1px #330000;
	background-image: url(template/images/page_sidelink.png);
	background-repeat: no-repeat;
	background-color: transparent;
}

/*** FOOTER ***/
#footer {
	height: 160px;
	margin: 20px 0px 0px 0px;
	padding: 9px 0px 0px 0px;
	border-top: 1px solid #000000;
	background-image: url(template/images/footer.png);
	background-repeat: repeat-x;
}
body.pc #footer {
	background-image: url(template/images/footer-pc.png);
}
#footer .contain {
	width: 960px;
	height: 155px;
	margin: 0px auto 0px auto;
	padding: 0px;
}
#footer .contain ul {
	width: 175px;
	margin: 3px 17px 0px 0px;
	padding: 0px;
	list-style: none;
	float: left;
}
#footer .contain ul h1 {
	width: 175px;
	font-size: 14px;
	margin: 0px;
	padding: 0px 0px 3px 0px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 1px dashed #FFFFFF;
	text-transform: uppercase;
}
#footer .contain ul h1 span, #footer .contain ul h1 em {
	font-weight: normal;
	color: #CCCCCC;
	margin: 0px 0px 0px -4px;
	font-style: normal;
}
body.pc #footer .contain ul h1 span, body.pc #footer .contain ul h1 em {
	color: #EEEEEE;
}
#footer .contain ul li {
	color: #CCCCCC;
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	line-height: 14px;
	overflow: hidden;
}
#footer .contain ul li a, #footer .contain ul li a:link, #footer .contain ul li a:visited, #footer .contain ul li a:active {
	color: #CCCCCC;
	text-decoration: none;
	background-image: url(template/images/footer_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	height: 14px;
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 14px;
}
body.pc #footer .contain ul li, body.pc #footer .contain ul li a, body.pc #footer .contain ul li a:link, body.pc #footer .contain ul li a:visited, body.pc #footer .contain ul li a:active {
	color: #EEEEEE;
}
#footer .contain ul li a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	background-position: 4px 3px;
}
#footer .contain p {
	font-size: 12px;
	color: #CCCCCC;
	margin: 12px 0px 0px 0px;
	padding: 6px 0px 6px 0px;
	line-height: 12px;
	float: left;
	text-shadow: -1px -1px #000, 1px 1px #333;
}
#footer .contain ul.links {
	float: right;
	margin: 17px 0px 0px 0px;
	width: auto;
	text-align: right;
}
#footer .contain ul.links li {
	margin: 0px;
	padding: 0px 8px 0px 8px;
	line-height: 12px;
	overflow: auto;
	border-right: 1px solid #CCC;
	float: right;
}
#footer .contain ul.links li:first-child {
	border-right: none;
	padding: 0px 0px 0px 8px;
}
#footer .contain ul.links li a, #footer .contain ul.links li a:link, #footer .contain ul.links li a:visited, #footer .contain ul.links li a:active {
	color: #CCCCCC;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-image: none;
	text-shadow: -1px -1px #000, 1px 1px #333;
}
#footer .contain ul.links li a:hover {
	color: #FFFFFF;
}
