/*#############################################################
Name: Shades of Gray
Date: 2006-11-05
Description: Monochrome, lightweight and totally liquid. Comes with three different layouts.
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/
/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {font-size: 120%;text-decoration: none;}
a.img:link, a.img:visited {
text-decoration:none;
border:none;
}

body {
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
}

p,ul {
	padding-bottom: 1.2em;
}

img {border: none;}

ul {margin-left: 2em;}
h1 {font: normal 2.4em sans-serif #444;}
h2 {
	font: 1.6em Verdana,sans-serif;
	padding-bottom: 4px;
	color:#000;
}
h3 {
	font:140% Trebuchet MS;
	margin:10px 0;
}

/* misc */
.clearer {clear: both;}
.stripes {
	background: #333 url(/images/beta/stripe5.gif);
	height: 6px;
}
.left {float: left;}
.right {float: right;}

/* header */
.header {
	background: #eee;
	color:#000;
	font: normal 2em sans-serif;
	height: 97px;
	background:url(/images/innerwrapper.jpg);
}
.header a {
	color: #eee;
	line-height: 97px;
	text-decoration: none;
	width: 100%;
}

/* structure */
.container {
	border: 1px solid #CCC;
	border-top: none;
	width:995px;
	margin-left: auto;
	margin-right: auto;
}

.main {
	background: #FFF;
	border-bottom: 1px solid #E4E4E4;
	border-left: 1px solid #E4E4E4;
}
.main .left {width: 200px;}
.main .right {width: 786px;}

.content {
	height:auto;
	border-left: 1px solid #E4E4E4;
	border-top: 1px solid #FFF;
	padding: 5px;
}

/* content elements */
.content h1 {
	background: url(/images/beta/bgh1.gif) repeat-x left bottom;
	color: #444;
	margin-bottom: 10px;
	padding: 6px 0 4px;
}
.content a {
	color: #444;
	text-decoration: underline;
}
.content a:hover {color: #000;}
.content .descr {margin-bottom: 5px;}

/* navigation */
.nav {background: #296082 url(/images/beta/nav3.gif);}
.nav a {
	background: #3A8BB8 url(/images/beta/nav3.gif);
	border-right: 1px solid #161616;
	color: #FFF;
	float: left;
	font: bold 1em Verdana,sans-serif;
	line-height: 25px;
	padding: 0 20px;
}
.nav a:hover {
	background: #191919 url(/images/beta/nav3_hover.gif);
}

/* sub-navigation */
.subnav {
	height:600px;
	background: #f3f3f3;
	border: 1px solid #CCC;
	border-top-color: #f3f3f3;	
}
.subnav h1 {padding-top: 8px;}
.subnav ul {margin: 0;}
.subnav li {
	background: url(/images/beta/li.gif) no-repeat left bottom;
	list-style: none;
	margin: 0;
}
.subnav li a {
	color: #777;
	line-height: 2.4em;
	padding-left: 18px;
	text-decoration: none;
}
.subnav li a:hover {color: #BBB;}

/* footer */
.footer {
	background:#EFEFEF;
	border-top: 1px solid #444;
	color: #999;
	padding: 3% 3% 1%;
}
.footer h2 {
	color:#000;
}
.footer ul {
	border-top: 1px solid #262626;
	margin: 0;
}
.footer li {
	border-bottom: 1px solid #262626;
	list-style: none;
}
.footer li a {
	display: block;
	line-height: 2em;
	padding-left: 4%;
	width: 96%;
}
.footer a {color: #666;}
.footer a:hover {
	color: #BBB;
	background: #222;
}

.col3,.col3center {
	float: left;
	width: 31%;
}
.col3center {margin: 0 3%;}

/* bottom */
.bottom {
	color: #666;
	clear: both;
	font-size: 1.1em;
}
.bottom a {color: #888;}

.menutitle{
	font-size:14px;
	cursor:pointer;
	background-color:#3A8BB8;
	color:#FFFFFF;
	width:180px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	border: 1px solid #333333;
	background-image: url(../images/nav.jpg);
}

.menutitle2{
	font-size:14px;
	cursor:pointer;
	background-color:#3A8BB8;
	color:#FFFFFF;
	width:180px;
	padding:2px;
	text-align:center;
	font-weight:bold;
	border: 1px solid #333333;
	background-image: url(../images/nav.jpg);
}

.submenu{
	margin-bottom: 0.5em;
	width:185px;
	height:170px;
	overflow:auto;
}

.submenu a {
	background-color:#EAEAEA;
	text-align:left;
	font-size:14px;
	text-decoration:none;
	color: #000;
	display:block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color:#444444;
}

.submenu a:hover {
	background-color: #363636;
	color: #EEEEEE;
	text-decoration:none;
	display:block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #444444;
}

.submenu2{
	margin-bottom: 0.5em;
	width:185px;
	height:340px;
	overflow:auto;
}

.submenu2 a {
	background-color:#EAEAEA;
	text-align:left;
	font-size:14px;
	text-decoration:none;
	color: #000;
	display:block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color:#444444;
}

.submenu2 a:hover {
	background-color: #363636;
	color: #EEEEEE;
	text-decoration:none;
	display:block;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #444444;
}

/* Nifty Corners */
ul#split,ul#split li{margin:0;padding:0;list-style:none}
ul#split li{float:left;width:200px;margin:0 10px 10px 0}
ul#split h3{font:140% Trebuchet MS;margin:0;padding: 3px 0 3px;background: #CCCCCC;color: #000;text-align: center}
ul#split p{margin:0;padding: 5px 10px;line-height: 1.3;text-align: justify;}
ul#split div{background:#E0E0D8}
ul#split2,ul#split2 li{margin:0;padding:0;list-style:none}
ul#split2 li{float:left;width:245px;margin:0 10px 10px 0}
ul#split2 h3{font:140% Trebuchet MS;margin:0;padding: 3px 0 3px;background: #CCCCCC;color: #000;text-align: center}
ul#split2 p{margin:0;padding: 5px 10px;line-height: 1.3;text-align: justify;}
ul#split2 div{background:#E0E0D8}
ul#split3,ul#split3 li{margin:0;padding:0;list-style:none}
ul#split3 li{float:left;width:180px;margin:0 10px 10px 0}
ul#split3 h3{font:140% Trebuchet MS;margin:0;padding: 3px 0 3px;background: #CCCCCC;color: #000;text-align: center}
ul#split3 p{margin:0;padding: 5px 10px;line-height: 1.3;text-align: justify;}
ul#split3 div{background:#E0E0D8}
div.nifty{width:400px;background: #CCC;margin-bottom: 5px}
div.nifty2{width:350px;background: #CCC;margin-bottom: 5px}
div.diag{background: #2CDB23;margin-bottom: 5px}
div.diag2{background: #3A8BB8;margin-bottom: 5px}
div.diag3{background: #F71313;margin-bottom: 5px}
div.news{width: auto;background: #F0F0E7;margin-bottom: 5px}
div.news h3{font:140% Trebuchet MS;margin:0;padding: 3px 0 3px;background: #CCCCCC;color: #000;text-align: center}
div.news p{font:100%; margin:0;padding: 5px 10px;line-height: 1.3;text-align: justify;}
div.games{width: auto;background: #F0F0E7;margin-bottom: 5px;}
div.games h3{font:140% Trebuchet MS;margin:0;padding: 3px 0 3px;background: #CCCCCC;color: #000;text-align: center}

/* Rating */
#rate img{
	border:none;
	cursor:pointer;
}

#rated img{
	border:none;
	cursor:default;
}

.voted_twice {
	background: #FFDDDD url(/images/rating_warning.gif) no-repeat 5px 50%;
	padding:5px 5px 5px 16px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	width:130px;
	font-size:11px;
	}
.voted {
	background: #E7FFCE url(/images/rating_tick.gif) no-repeat 5px 50%;
	padding:5px 5px 5px 16px;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	width:130px;
	font-size:11px;
	}
/* The text that displays the rating information */
.rated_text {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-bottom:5px;
	color:#666;
	}
/* Green text that shows 3.34/5 */
.out5Class {
	color:#00CC00;
	font-weight:bold;
	}

#help {
	font-size:120%;
}
#help ul {
	line-height:25px;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
	color:#B4882C;
}

#help ul span {
	color:#444;
}
