/* Stylesheet created by Tyler "-z-" Mulligan of www.derition.net */

/* General */
* {
	margin: 0;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	color:#aaa;
	font-size:12px;
}
body {
	background:#fff url('img/page_gradient_bg.png') repeat-x 0 0;
	font-family:sans serif, verdana, arial, tahoma;
}
h1 {
	color:#C3CDDB;
	font-size:26px;
	padding:8px 0;
}
h2 {
	color:#999;
	font-size:16px;
}
a {
	color:#ccc;
	text-decoration:none;
}
a:hover {
	color:#eee;
}
#page, #bg_image {
	width:100%;
	height: auto !important;
	margin:0;
	padding:0;
}
#bg_image {
	min-height:834px;
	background:transparent url('img/page_bg.png') no-repeat scroll 50% 0;
	height: 834px;
}
#page {
	min-height:100%;
	background:transparent url('img/content_bg.png') repeat-y scroll 50% 0;
	height: 100%;
	margin: 0 auto -34px; /* the bottom margin is the negative value of the footer's height */
}

#buy {
	display:block;
	position:absolute;
	top:170px;
	left:500px;
	height:87px;
	width:373px;
}
#sub_content {
	padding:10px;
}
#news_header {
	background:transparent url('img/feed-icon-14x14.png') no-repeat right 0;
	float:left;
	padding-right:20px;
	font-size:34px;
}
#news_header:hover {
	color:#eee;
}
.news_post {
	clear:left;
	float:left;
	margin-bottom:10px;
}
.news_post p {
	color:#95A6AE;
	margin:2px 0 14px;
}

#content {
	position:relative;
	width:900px;
	margin:0 auto;
	padding-top:278px;
}
#menu {
	background:transparent url('img/menu.png') no-repeat 0 0;
	font-size:24px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	position:absolute;
	top:236px;
	left:322px;
	width:499px;
	height:25px;
}
#menu ul {
	list-style:none;
}
#menu #news {
	color:#000;
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:95px;
	height:25px;
	background:transparent url('img/menu.png') no-repeat 124px 0;
}
#menu #media {
	color:#000;
	position:absolute;
	top:0;
	left:124px;
	display:block;
	width:100px;
	height:25px;
	background:transparent url('img/menu.png') no-repeat 124px 0;
}
#menu #team {
	color:#000;
	position:absolute;
	top:0;
	left:250px;
	display:block;
	width:90px;
	height:25px;
	background:transparent url('img/menu.png') no-repeat 250px 0;
}
#menu #blog {
	color:#000;
	position:absolute;
	top:0;
	left:360px;
	display:block;
	width:136px;
	height:25px;
	background:transparent url('img/menu.png') no-repeat 250px 0;
}

#menu #game:hover {
	color:#FFF;
	font-weight:bolder;
}
#menu #media:hover {
	color:#FFF;
	font-weight:bolder;
}
#menu #team:hover {
	color:#FFF;
	font-weight:bolder;
}
#menu #blog:hover {
	color:#FFF;
	font-weight:bolder;
}

#menu #news:hover {
	background-position:0 -25px;
}
#menu #media:hover {
	background-position:-124px -25px;
}
#menu #team:hover {
	background-position:-250px -25px;
}
#menu #blog:hover  {
	background-position:-360px -25px;
}

/* Footer */
#push { margin-top:10px; clear: both; }
#push, #footer { height:24px; }
#footer {
	border-top:4px solid #383D41;
	background-color:#111;
	color:#aaa;
	width:900px;
	padding-top:5px;
	margin:0 auto;
	text-align:center;
}
#footer a {
	text-decoration:none;
}
#footer a:hover {
	color:#777;
}
#footer a#ninja {
	background:url('img/ninja.gif') no-repeat 0 0;
	padding:0 0 0 24px;
	height:22px;
}
#footer a#ninja:hover { background-position: 0 -22px; }

