/*
* Global
*/
html {
	min-height: 100%;
	margin-bottom: 1px;
	overflow: -moz-scrollbars-vertical;
}

body {
	background-image: url('/i/bg/bg.png');
	background-color: #000;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	color: #bbb;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 12px;
}

img {
	border: none;
}

h1, h2, h3 {
	font-family: Impact, Tahoma, Verdana, Arial, Sans-serif;
	font-weight: normal;
	color: white;
}

h1 {
	font-size: 32px;
}

p, li {
	text-align: justify;
}

.quote {
	font-style: italic;
}

div {
	border: none;
	margin: none;
	padding: none;
}

strong {
	color: white;
}

ol.alpha {
	list-style-type: lower-alpha;
}

a:link {
	text-decoration: none; color: #F5A314;
}
a:active {
	text-decoration: none; color: #F5A314;
}
a:visited {
	text-decoration: none; color: #F5A314;
}
a:hover {
	text-decoration: none; color: white;
}

/*
* Container
*/
div#container {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
}

/*
* Header
*/
div#header {
	width: 950px;
	height: 226px;
	background-image: url("/i/header.png");
	background-repeat: no-repeat;
	text-align: right;
}

div#fbLike {
	position: relative;
	top: 5px;
	left: 860px;
	text-align: right;
	width: 80px;
}

/*
* Navigation
*/

#navigation {
	display: block;
	width: 950px;
	height: 32px;
	background-image: url("/i/nav/navbar-bg.png");
	background-position: 0 0;
	background-repeat: repeat;
	margin-bottom: 5px;
	text-align: center;
}

div#navigation a {
	display: inline-block;
	height: 32px;
	background-position: 0 0;
	background-repeat: no-repeat;
}

div#navigation a span {
	position: absolute;
	top: -999em;
}

div#navigation a:hover {
	background-position: 0 -32px;
}

div#navigation #home {
	width: 21px;
	background-image: url("/i/nav/home.png");
}

div#navigation #news {
	width: 41px;
	background-image: url("/i/nav/news.png");
}

div#navigation #games {
	width: 47px;
	background-image: url("/i/nav/games.png");
}

div#navigation #faq {
	width: 28px;
	background-image: url("/i/nav/faq.png");
}

div#navigation #comments {
	width: 70px;
	background-image: url("/i/nav/comments.png");
}

div#navigation #encyclopedia {
	width: 88px;
	background-image: url("/i/nav/encyclopedia.png");
}

div#navigation #artMedia {
	width: 80px;
	background-image: url("/i/nav/art-and-media.png");
}

div#navigation #blog {
	width: 36px;
	background-image: url("/i/nav/blog.png");
}

div#navigation #support {
	width: 134px;
	background-image: url("/i/nav/support-this-project.png");
}

div#navigation #shop {
	width: 38px;
	background-image: url("/i/nav/shop.png");
}

div#navigation #forum {
	width: 47px;
	background-image: url("/i/nav/forum.png");
}

div#navigation #contact {
	width: 56px;
	background-image: url("/i/nav/contact.png");
}

/*
* Ads
*/
div#ads {
	display: inline-block;
	width: 160px;
	height: 600px;
	vertical-align: top;
}

/*
* Copyright
*/
div#copyright {
	display: block;
	position: relative;
	padding: 3px;
	background-color: #222;
	color: #888;
}

div#copyright p {
	text-align: center;
	margin: 0 8px 0 10px;
	font-size: 10px;
}

/*
* Links
*/
div#linkContainer {
	display: inline-block;
	width: 200px;
}

div#links {
	display: block;
	width: 200px;
	vertical-align: top;
}

div#links a {
	display: inline-block;
	width: 200px;
}

div#links a span {
	position: absolute;
	top: -999em;
}

div#links a#facebook {
	height: 57px;
	background-image: url("/i/links/facebook.png");
}

div#links a#twitter {
	height: 59px;
	background-image: url("/i/links/twitter.png");
}

div#links a#myspace {
	height: 55px;
	background-image: url("/i/links/myspace.png");
}

div#links a#deviant {
	height: 68px;
	background-image: url("/i/links/deviantart.png");
}

div#links a#youtube {
	height: 65px;
	background-image: url("/i/links/youtube.png");
}

/*
* Page
*/
div#page {
	width: 576px;
	padding: 3px;
	display: inline-block;
	vertical-align: top;
}

div#splashPage {
	width: 736px;
	padding: 3px;
	display: inline-block;
	vertical-align: top;
}

div.section {
	margin-bottom: 25px;
	overflow: hidden;
	width: 100%;
}

div.sectionHeader {
	background-color: #960000;
	background-image: url("/i/sectionHeader.png");
	background-position: right center;
	background-repeat: no-repeat;
	display: block;
	height: 55px;
	margin-bottom: 5px;
}

div.sectionHeader h2 {
	font-weight: normal;
	font-size: 26px;
	color: white;
	margin-left: 5px;
	margin-bottom: 2px;
}

div.sectionHeader span.subHeadline {
	margin-left: 5px;
	color: #ff6464;
}

div.sectionHeader a {
	color: white;
}

div.manualImage {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*
* Mailing List
*/
div#mailingList {
	display: inline-block;
	width: 200px;
	margin-bottom: 10px;
}

div#mailingList h2 {
	font-family: Tahoma, Verdana, Arial, Sans-serif;
	font-size: 15px;
	margin: 4px auto 0px auto;
}

div#mailingList h2, div#mailingList p {
	text-align: center;
}

div#mailingList p {
	margin: 2px auto 7px auto;
}

div#mailingList input#email {
	width: 120px;
}

div#mailingList input#submit {
	width: 70px;
}

/*
 * Games
 */
img.gameThumb {
	float: left;
	margin: 4px;
}

a.large, a.play {
	display: block;
	font-family: Impact, Arial, Sans-serif;
	font-size: 22px;
}

a.medium {
	display: block;
	text-align: center;
}

a.play {
	text-align: center;
}

/*
 * Media
 */
div.wallpaperThumbContainer {
	display: inline-block;
	width: 140px;
	text-align: center;
	margin-bottom: 10px;
}

/*
* Mini News
*/
div#miniNews {
	width: 346px;
	height: 120px;
	background-color: #171717;
	margin: 10px 5px 10px 5px;
	padding: 8px 8px 8px 8px;
	display: inline-block;
	vertical-align: top;
}

div#miniNews {
	clear: both;
}

div#miniNews h2, div#miniNews h3 {
	margin: 0 0 1px 0;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
}

div#miniNews h2 {
	font-size: 18px;
	padding-bottom: 15px;
}

div#miniNews h3 {
	font-size: 12px;
	font-weight: normal;
}

div#twitterContainer {
	width: 357px;
	height: 136px;
	padding: none;
	background-color: #171717;
	display: inline-block;
	vertical-align: top;
	margin: 10px 5px 10px 5px;
}

div#splashImageContainer {
	width: 188px;
	margin: 10px 0px 10px 5px;
	height: 136px;
	padding: none;
	display: inline-block;
	background-color: #171717;
}

/*
* Game Container
*/
div#gameContainer {
	display: inline-block;
	width: 770px;
	height: 600px;
	text-align: center;
}

/*
* YoutubeContainer
*/
div#youtubeContainer {
	display: inline-block;
	width: 770px;
	height: 600px;
	text-align:center;
}

/*
* Announcement
*/
div#announcement {
	margin-left: auto;
	margin-right: auto;
	background-color: red;
	text-color: white;
	text-align: center;
}

/*
* RSS Link
*/
a#rss {
	position: absolute;
	top: 12px;
	left: 908px;
	width: 32px;
	height: 32px;
	background-image: url("/i/rss.png");
}

a#rss span {
	position: absolute;
	top: -999em;
}

/*
* Poll
*/
div#pollContainer {
	background-color: #222;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 5px;
}

div#pollContainer p, div#pollContainer ul {
	text-align: left;
	font-size: 10px;
}

form#poll ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

form#poll ul li {
	text-align: left;
}

div#pollContainer h2 {
	margin-top: 1px;
	text-align: center;
	font-color: white;
	margin-bottom: 0px;
}

div#pollContainer h3 {
	margin-top: 0px;
	text-align: center;
	font-size: 10px;
	font-family: Tahoma, Verdana, Arial, Sans-serif;
}

/*div#pollContainer button {
	width: 60px;
}*/

div#pollContainer div#submitArea {
	margin-top: 5px;
	text-align: center;
}

div#pollContainer div#submitArea p {
	text-align: center;
}
