/*
	Background
*/
body {
	background: #000;
	background: -webkit-gradient(linear, left top, left bottom, from(#3B3938), to(#000)) fixed;
}
#background {
	width: 100%;
	height: 100%;
	position: fixed;
	background: url(/images/layout/foot-scene.png) 50% 100%  no-repeat fixed;
	z-index: 1;
	display: none;
}
#head {
	height: 152px;
	min-width: 900px;
	z-index: 2;
}
	#head-central {
		
	}
	#logo {
		position: absolute;
		top: 10px;
		left: 5px;
		z-index: 5;
	}
	#menu {
		height: 32px;
		padding-left: 376px;
		padding-top: 10px;
		line-height: 27px;
	}
	#menu li {
		display: block;
		height: 27px;
		float: left;
	}
	#menu a {
		display: block;
		padding: 0px 5px;
		color: #646363;
		font-size: 13px;
		font-weight: bold;
		text-transform: uppercase;
		text-decoration: none;
	}
	#menu a:hover {
		color: #343333;
	}
	#menu .i a {
		padding-left: 25px;
	}
	#menu .i.n a {
		padding-left: 5px;
	}
		#menu .i#msg { background: url(/images/icons/menu/messages.png) 8px 50% no-repeat; }
		#menu .i#gme { background: url(/images/icons/menu/games.png) 8px 50% no-repeat; }
		#menu .i#cmt { background: url(/images/icons/menu/community.png) 8px 50% no-repeat; }
			#menu .i#cmt a { padding-left: 30px; }
		#menu .i#ctu { background: url(/images/icons/menu/contact-us.png) 8px 50% no-repeat; }
	#menu .s {
		width: 1px;
		margin: 1px 3px;
		height: 25px;
		background: url(/images/layout/sprite.png) no-repeat 0px 0px;
	}
	#topad {
		padding-top: 10px;
		float: right;
	}
	
/*
	
	Central/Main

*/
#central {
	padding: 0px 5px 55px 5px;
	width: 970px;
	z-index: 2;
}
#gameCover {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url(/images/layout/logo.png) 50% 50% no-repeat;
	-webkit-transition: -webkit-transform 4.5s;
	z-index: 2;
}
#gameContent {
	z-index:1;opacity:0;
}




/*
	
	Pretty Box Class

*/
.box {
	border: 2px solid #aaa;
	border-radius: 12px;
	padding: 0px;
	background: #fff;
}
.box .bxmc {
	margin: 0px;
	padding: 12px;
	background-color: #262626;
	border: 1px solid #000;
	border-radius: 10px;
}
.box .bxmc, .box .bxmc a {
	color: #fff;
}
.box .bxmc a {
	text-decoration: underline;
}
.box .bxtl, .box .bxtc, .box .bxtr, .box .bxml, .box .bxmr, .box .bxbl, .box .bxbc, .box .bxbr {
	display: none;
}
/*
	
	Adverts

*/
.adslot {
	background: #F7F7F7;
}
.admin-slot-edit {
	position: absolute;
	top: 0px;
	right: 0px;
	background: #FFF;
	padding: 0px 0px 2px 4px;
	font-size: 10px;
	font-family: Tahoma;
	opacity: 0;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-transition: opacity 0.5s;
	border: 1px solid #ccc;
	border-width: 0 0 1px 1px;
	z-index: 999999;
}
.adslot:hover .admin-slot-edit {
	opacity: 1;
}
.slot-holder {
	padding: 4px;
	color: #000;
	line-height: 13px;
}
.adslot.slot-300x250 {
	padding: 0px;
	width: 300px;
	height: 250px;
}
.adslot.slot-336x280 {
	padding: 0px;
	width: 336px;
	height: 280px;
}
.adslot.slot-468x60 {
	padding: 0px;
	width: 468px;
	height: 60px;
}
.adslot.slot-728x90 {
	padding: 0px;
	width: 728px;
	height: 90px;
}
/*
	
	Tags

*/
#right-tags {
	padding: 0;
	list-style: none;
	font-size: 11px;
	line-height: 15px;
}
#right-tags li {
	position: relative;
	display: block;
	float: left;
	width: 50%;
}
#right-tags a {
	display: block;
}
#right-tags .f9 {
	position: absolute;
	top: 0px;
	right: 5px;
}
