/*#############################################################
Name: Deep Red
Date: 2006-08-28
Description: A two-column layout with a touch of red.
Author: Viktor Persson
URL: http://templates.arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
body {
	background: #6C1400 url(img/bgbody.gif) repeat-y center top;
	font: normal 0.7em Tahoma,Verdana,sans-serif;
}
div a {
	color: #800606;
	cursor: pointer;
	text-decoration: underline;
}
div a:hover {
	color: #990F0F;
	cursor: pointer;
	text-decoration: none;
}
h1 {
	color: #FFFFFF;
	font: bold 1.5em Arial;
	margin-top: 10px;
	margin-left: 9px;
}
h2 {
	color: #333333;
	font: bold 2em Arial;
}
code {
	background: url(img/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #D91623;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}
blockquote {
	background: url(img/quote.gif) no-repeat;
	color: #555;
	display: block;
	font: bold 1.2em "Trebuchet MS",serif;
	margin: 6px 0;
	padding-left: 28px;
}

/* game summary*/
.summary {
	background: url(img/bgcode.gif);
	border: 1px solid #99CC00;
	border-left: 8px solid #99CC00;
	color: #555;
	display: block;
	font: normal 1em "Lucida Sans Unicode",serif;
	margin-bottom: 10px;
	padding: 8px 10px;
	width: 526px;
}

/* structure */
.main {
	width: 900px;
	margin: 0 auto;
}
.main_left {
	float: left;
	width: 564px;
	margin: 0px;
}

.main_right {
	float: right;
	width: 336px;
	margin: 0px;
}

/* misc */
.left {
	float: left;
}
.right {
	float: right;
}

.tagcloud {
	padding-top: 8px;
	float: left;
	padding-left: 3px;
}
.tagcloud a{
	line-height: 40px;
	text-decoration: none;
	
}
.tagcloud a:hover{
	color: #8DC70A;
	background: none;
}

.catgames {
	width:356px;
	float:left;
	padding-left:4px;
	padding-right:0px;
}


.catgames img{
	padding: 0px;
	margin: 0px;
	border: solid 1px #FFFFFF;
}

.catgames a:link span{
	display:none;
}

.catgames a:visited span{
	display:none;
}

.catgames a:hover span{
	position: absolute;
	margin:0px 0px 0px 0px;
	background-color: beige;
	max-width:220;
	padding: 0px 0px 0px 0px;
	border: 1px solid #C0C0C0;
	font: normal 14px/16px verdana;
	color: #000;
	text-align:left;
	display: block;
}

.catgames .imgdiv{
	border: solid 1px #000000;
	width: 54px;
	height: 54px;
	float: left;
}


.top{
	background: url(img/topbg.gif) no-repeat;
	color: #333333;
	height: 50px;
	vertical-align: middle;
	line-height: 50px;
	padding-left: 10px;
	padding-right: 10px;
}

.top .loginbox{
	float:left;
	margin-top:12px;
	height: 26px;
	line-height: 24px;
	width: 600px;
	text-align: center;
}

.inputbox {
	border: 1px solid #FFFFFF;
}

.top .searchbox{
	float: right;
}

.dailygames{
	background: url(img/dailybkgrd.jpg) no-repeat;
	width: 900px;
	height: 738px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top:18px;
	padding-left:18px;
}
.dgame{
	width: 864px;
	height: 90px;
	border: 1px #000000;
	margin-bottom: 36px;
	text-align: right;
}

.datetitle{
	width: 100px;
	height: 90px;
	float:	left;
	color: #333333;
	text-align: center;
	background-image: url(img/calendar.png);
}

.dimg{
	float:	right;
	width: 728px;
	height: 90px;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: bold;
	
}

.dimg a:link {
	display: block;
	width: 728px;
	height: 90px;
	color: #FFFFFF;
	text-decoration: none;
}

.dimg a:hover {
	display: block;
	width: 728px;
	height: 90px;
	color: #333333;
	text-decoration: none;
}

.dimg a:visited {
	display: block;
	width: 728px;
	height: 90px;
	color: #FFCC99;
	text-decoration: none;
}

.featured {
	width: 550px;
	height: 250px;
	margin-left: 3px;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid #333333;
}

.popular {
	width: 546px;
	background: url(img/popular.gif) no-repeat;
	padding-left: 18px;
}

.ourpick {
	width: 546px;
	background: url(img/ourpick.gif) no-repeat;
	padding-left: 18px;
}

#poptitle {
	color: #FFFFFF;
	font: bold 1.5em Arial;
	line-height: 48px;
	padding-left: 32px;
}

.fbfans {
	width: 300px;
	margin-bottom: 6px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding: 17px;
	text-align: center:
}

.ads {
	width: 300px;
	height: 250px;
	margin-bottom: 6px;
	background: url(img/adsback.png) no-repeat;
	padding: 17px;
}

.ads2 {
	width:553px;
	height:66px;
	border:1px solid #999999;
	background: #F4F4F4;
	padding-top: 6px;
	margin-bottom: 8px;
	text-align: center;
}
.diggbut {
	float: right;
}

.twitter {
	width: 314px;
	height: 500px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-left:10px;
	padding-right:10px;
	padding-top:65px;
	background: url(img/tweetback.png) no-repeat;
}
.twitter_status{
	height:65px;
	padding:6px;
	border-bottom:solid 1px #DEDEDE;
	background:#FFF;
}
.twitter_image{
	float:left; 
	margin-right:14px;
	border:solid 2px #DEDEDE;
	width:50px;
	height:50px;
}
.twitter_small{
	font-size:8px;
	padding-top:2px;
	color:#999;
	display:block;
}
#twitter-results{padding-top:8px;}

.s1{
	background: url(img/s1.gif) no-repeat;
	width: 356px;
	height: 330px;
	margin-top: 5px;
	float: left;
	margin-right: 6px;
}

.s1 img{
	padding: 0px;
	margin: 0px;
	border: solid 1px #FFFFFF;
}

.s1 a:link span{
	display:none;
}

.s1 a:visited span{
	display:none;
}

.s1 a:hover span{
	position: absolute;
	margin:0px 0px 0px 0px;
	background-color: beige;
	max-width:220;
	padding: 0px 0px 0px 0px;
	border: 1px solid #C0C0C0;
	font: normal 14px/16px verdana;
	color: #000;
	text-align:left;
	display: block;
}

.s1 .imgdiv{
	border: solid 1px #000000;
	width: 82px;
	height: 68px;
	float: left;
}

.s2{
	background: url(img/s2.gif) no-repeat;
	width: 356px;
	height: 330px;
	margin-top: 5px;
	float: left;
	margin-right: 0px;
}
.s3{
	background: url(img/s3.gif) no-repeat;
	width: 356px;
	height: 330px;
	margin-top: 5px;
	float: left;
	margin-right: 0px;
}
.s4{
	background: #CCCCCC url(img/s4-top.gif) no-repeat top;
	width: 175px;

	margin-top: 5px;

	padding-top: 10px;
	margin-left: 5px;
}
.s4bot{
	background: url(img/s4-bot.gif) no-repeat top;

	width: 175px;
	
	margin-left: 5px;
}

.s4 h1{
	background: url(img/s4h1.gif) no-repeat top;
	color: #FFFFFF;
	height: 30px;
	text-align: center;
	padding-top:3px;
	font: bold 1.5em Arial;
	margin: 0px;
}

.l1{
	background: url(img/l1.gif) no-repeat;
	width: 718px;
	height: 28px;
	margin-top: 5px;
	float: left;
	padding-left: 130px;
}

.b1{
	background: url(img/b1.gif) no-repeat;
	width: 718px;
	height: 600px;
	margin-top: 5px;
	float: left;
}

.b1 a{
	text-decoration: none;
	color: #1C1C1C;
}

.b1 a:hover{
	color: #990F0F;
}

.r1{
	background: url(img/r1.gif) no-repeat;
	width: 150px;
	height: 74px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.r2{
	background: url(img/commenttop2.gif) no-repeat top left #FFFFFF;
	width: 134px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	color: #353535;
	padding: 8px;
}

.m1{
	background: url(img/mtop.gif) no-repeat top #333333;
	width: 718px;
	margin-top: 5px;
}

.m1 h1{
	color: #99cc00;
	padding: 10px;
	margin: 0px;
}

.gameicon {
	text-align: center;
}

.gameicon a {
	width: 110px;
	height: 130px;
	background: url(img/gameicon.gif) no-repeat top #FFFFFF;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 7px;
	padding-bottom: 3px;
	display: block;
	text-decoration: none;
	color: #333333;
}

.gameicon a:hover{
	background: url(img/gameiconh.gif) no-repeat top #CCCCCC;
	color: #ff6600;
}

.gameicon a img{
	border-color: #333333;
}

.gameicon a img:hover{
	border-color: #ff6600;
}

.gameicon2 {
	width: 100px;
	margin-left: auto;
	margin-right: auto;
}

.gameicon2 a {
	width: 100px;
	height: 110px;
	background: #CCCCCC;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 3px;
	padding-bottom: 1px;
	display: block;
	text-decoration: none;
	color: #333333;
}

.gameicon2 a:hover{
	background: #99CC00;
	color: #ff6600;
}

.gameicon2 a img{
	border-color: #333333;
}

.gameicon2 a img:hover{
	border-color: #ff6600;
}

	
.listpagi{
	width: 100%;
	text-align: center;
}
.listpagi a{
	color: #99cc00;
}
.listpagi a:hover{
	color: #ff6600;
}
	
.maincontent{
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.navi {
	background: #353535;
	padding: 0px;
	color: #F2F3ED;
	width: 100%;
	height: 36px;
	text-align: center;
	line-height: 36px;
	border-top: 1px solid #F2F3ED;
}
.top a,.navi a{
	color: #F2F3ED;
	text-decoration: none;
}
.navi a:hover {
	color: #99CC00;
	text-decoration: underline;
}

/* logo */
.header {
	background: #86b300 url(img/headbg.gif) repeat-x;
	height: 200px;
	margin-top: 0px;
	text-align: center;
}

/* main navigation */
.link_menu {
	background: #CC2224 url(img/grdnt_red.png) repeat-x;
}
.link_menu a {
	border-bottom: 1px solid #FFF;
	display: block;
	font: bold 0.9em Verdana,sans-serif;
	height: 18px;
	padding: 6px 0 0 10px;
	text-decoration: none;
}
.link_menu a:hover {background: #444;}

/* projects */
.lbl {
	background: #222 url(img/bglbl.gif) repeat-x;
	clear: both;
	color: #FFF;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-align: center;
}
.link_projects a {
	display: block;
	height: 100px;
	text-align: center;
	color: #FFF;
	padding-top: 24px;
	width: 124px;
	font-size: 0.9em;
	font-family: sans-serif;
}
.link_projects a span {
	font: normal 5em sans-serif;
}
a.g1 {
	background: #888;
}
a.g2 {
	background: #666;
	border-left: 6px solid #FFF;
}

.link_pagi {
	text-align: center;
	width: 100%;
	line-height: 10px;
	font-size: 10px;
	background: none;
}
.link_pagi a{
	border: 1px solid #EEEEEE;
}
.link_pagi a img{
	border: 0px;
	padding: 0px;
	background: none;
}

/* updates */
.link_updates {
	background: #222 url(img/grdnt_gray.gif) repeat-x;
}
.link_updates .lbl {
	border-top: 6px solid #FFF;
	height: 50px;
	line-height: 50px;
}
.link_updates .butbig a {
	clear: right;
	display: block;
	font: normal 1.2em "Trebuchet MS",sans-serif;
	height: 55px;
	padding: 10px 0;
	text-align: center;
}
.link_updates .butbig a span {
	float: left;
	font: normal 3em Verdana,sans-serif;
	letter-spacing: -2px;
	margin-left: 10px;
	margin-top: 3px;
}

.link_updates img.stars {
	border: 0px;
}

.link_updates img {
	border: 2px solid #FFFFFF;
}

/* content */ 
.content {
	color: #444;
	font-family: Verdana,sans-serif;
	line-height: 1.3em;
}
.content a {
	color: #800606;
	cursor: pointer;
	text-decoration: underline;
}
.content a:hover {
	color: #990F0F;
	cursor: pointer;
	text-decoration: none;
}
.content h1 {
	color:#333;
	margin-top: 0px;
	margin-left: 0px;
}
/*.content p {
	margin: 4px 0 10px 0;
}*/
.content .descr {
	color: #666;
	margin-bottom: 6px;
}
.content li {
	list-style: url(img/li.gif);
	margin-left: 18px;
}

/* section */
.section {
	background: url(img/bgsec.gif) top repeat-x;
}

/* gamediv */
.gamediv {
	width: 100%;
	height: 120px;
	font-size: 10px;
	padding: 8px;
}

.gamediv img{
	border: 1px solid #EEEEEE;
	padding: 3px;
	background: #FFFFFF;
}

#tdiv a{
	display:block;
	height: 120px;
	padding-top: 5px;
	margin-bottom: 3px;
}
#tdiv a:hover{
	color: #FD1C24;
	border: 1px solid #EEEEEE;
	background: #f6f497;
	font-weight: bold;
}

/*game mod div*/
.gamemod {
	float: left;
	padding-top: 6px;
	width: 900px;
	background: #FFF;
	font-family: Verdana,sans-serif;
}

.gametop {
	text-align: center;
	padding: 0px;
	vertical-align: top;
	margin-top: 5px;
}

.gameswf {
	padding:3px;
	background:#000000;
	border-top:#666666 1px solid;
	border-bottom:#666666 1px solid;
}

.gamehead {
	text-align: center;
	color: #FFF;
	background: #222 url(img/gametop.gif) no-repeat top;
	font: normal 2em "Lucida Sans Unicode",sans-serif;
	height: 50px;
	line-height: 50px;
}

.gameleft {
	float: left;
	font: normal 1em "Lucida Sans Unicode",sans-serif;
	padding-top: 8px;
	
}

.gameright {
	float: right;
	font: normal 1em "Lucida Sans Unicode",sans-serif;
	padding-top: 8px;
}

.gameleft2 {
	float: left;
	font-size: large;
	font-weight: bold;
	padding: 0px;
	height: 40px;
	
}

.gameright2 {
	float: right;
	font-size: large;
	font-weight: bold;
	padding: 0px;
	height: 40px;
}

/*player profile*/
.playercard {
	background: #FFFFFF;
	width: 650px;
	padding: 8px;
	margin-left: auto;
	margin-right:auto;
	border: 1px #EDEDED solid;
	text-align: left;
}

.playeravatar {
	float: left; 
	margin-right:8px;
	text-align: center;
}

/* footer */
.footer {
	color: #CCC;
	clear: both;
	text-align: center;
	background: url(img/footerbg.gif) top left no-repeat;
	height: 50px;
	margin-bottom:0px;
	margin-top:auto;


}
.footer a{
	color: #99cc00;
}

.adright {
	margin-top: 5px;
	height: 250px;
	background: #222;
}

.login_right {
	line-height: 16px;
	height: 118px;
	background: none;
	padding-left: 50px;
	padding-right: auto;
	color: #FFF;
}

.login_right a{
	color: #FD1C24;
	border: 0px;
}

/*             styles for the star rater                */
.star-rating{
	list-style:none;
	margin-left: auto;
	margin-right: auto;
	padding:0px;
	width: 100px;
	height: 20px;
	position: relative;
	background: #FFF url(img/star_rating.gif) top left repeat-x;		
}
.star-rating li{
	padding:0px;
	margin:0px;
	/*\*/
	float: left;
	/* */
}
.star-rating li a{
	display:block;
	width:20px;
	height: 20px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 20;
	position: absolute;
	padding: 0px;
}
.star-rating li a:hover{
	background: url(img/star_rating.gif) left bottom;
	z-index: 1;
	left: 0px;
}
.star-rating a.one-star{
	left: 0px;
}
.star-rating a.one-star:hover{
	width:20px;
}
.star-rating a.two-stars{
	left:20px;
}
.star-rating a.two-stars:hover{
	width: 40px;
}
.star-rating a.three-stars:hover{
	width: 60px;
}
.star-rating a.three-stars{
	left: 40px;
}
.star-rating a.four-stars{
	left: 60px;
}	
.star-rating a.four-stars:hover{
	width: 80px;
}
.star-rating a.five-stars{
	left: 80px;
}
.star-rating a.five-stars:hover{
	width: 100px;
}

/*forms*/

#commentform {
	display: none;
}

#tagform {
	display:none;
}

#cdiv {
	width: 550px;
}

/*chat css*/
#chatcontent 		{ width:900px; text-align:left; margin:0px; padding: 0px; background: url(img/bglbl.gif); color: #C1C1C1;}

#chatwindow 		{ padding:0px; background:#222222; color:white;  width:898px; height:250; font-family:courier new;}
#chatmsg 		{ border: none; border-bottom:1px solid #4B4B4B; padding:0px; margin:0px; background:#CCCCCC; }


/*gamecomments*/

.comment {
	width:533px;
	height:68px;
	border:1px solid #FFCC66;
	padding:10px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	color:#999999;
}

.submitbtn {
	margin-top: 6px;
	width: 115px;
	height: 32px;
}
/*transfer from tab.css*/
.boxrow1{
	width: 688px;
	height: 46px;
	padding: 0px 5px 0px 5px;
	margin: 0px 5px 0px 0px;
	vertical-align: center;
	background: #FAFFED;
}
.boxrow2{
	width: 688px;
	height: 46px;
	padding: 0px 5px 0px 5px;
	vertical-align: center;
	background: #C2CCBE;
}
.link_but {
	height: 15px;
}
.link_but a{
	display: block;
	text-align: center;
	border: 1px solid #EEEEEE;
	color: #666666;
}
.link_but a img{
	border:0px;
}
