* {
	margin: 0;
	padding: 0;
}

img { border: none; }

a,
embed,
object,
div { outline: none; }

a {
	color: #fff;
	border-bottom: 1px dotted #888;
	text-decoration: none;
}

.noborder { border: none; }

/*.white-active { color: #fff !important; }
.green-active { color: #d9f629 !important; }
.pastelblue-active { color: #8393ca !important; }
.seafoam-active { color: #6edeae !important; }
.orange-active { color: #ffa800 !important; }
.brightblue-active { color: #00aeef !important; }*/

.white-active { color: #fff !important; }
.green-active { color: #fff !important; }
.pastelblue-active { color: #fff !important; }
.seafoam-active { color: #fff !important; }
.orange-active { color: #fff !important; }
.brightblue-active { color: #fff !important; }

body {
	background: #222;
	font-family: "Lucida Grande", Helvetica, Sans-serif;
}

#container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#loading {
	position: absolute;
	z-index: 100;
	top: 0;
	width: 100%;
	height: 100%;
	background: #222;
	overflow: hidden;
}

#loading .message {
	color: #888;
	font-size: 9px;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: 50%;
	margin: -25px 0 0 0;
	width: 100%;
}

#content {
	z-index: 90;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
}

#home {
	width: 415px;
	font-size: 28px;
	top: 50%;
	left: 50%;
	margin: -262px 0 0 -208px;
	position: absolute;
	z-index: 95;
	text-align: center;
}

#home .header { margin: 0 0 40px 0; }

#home .sifr {
	margin: 30px 0;
	/*position: relative;*/
}

.sIFR-alternate { display: none; }

#situation_logo {
	position: absolute;
	top: 325px;
	left: 140px;
}

#ajax_container {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: #222;
}

#ajax_container h1,
#about h1,
#programming h1,
#gaming h1 {
	padding: 20px;
	font-size: 60px;
	line-height: 60px;
	color: #fff;
	font-family: "Trebuchet MS", Tahoma, Sans-serif;
}

#ajax_container h2,
#about h2,
#programming h2,
#gaming h2 {
	margin: 10px 0 0 0;
}

#about h1 {
	background: #5dbd9e;	
}

#programming h1 {
	background: #00aeef;
}

#gaming h1 {
	background: #ffa800;
}

#ajax_container .copy,
#about .copy,
#programming .copy,
#gaming .copy {
	padding: 10px 20px;
	color: #eee;
	font-size: 16px;
}

#ajax_container .copy p,
#about .copy p,
#programming .copy p,
#gaming .copy p {
	margin: 15px 0;
	line-height: 1.4em;
}

#gaming .copy ol {
	margin: 0 0 0 20px;
	list-style-position: inside;
}

#gaming .copy ol li {
	margin: 10px 0;
}

#gaming .copy ol li b {
	color: #fff;
	border-bottom: 1px dotted #666;
}

#footer {
	background: #111;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	background: #000 url(/images/nav-bkd.png) center top repeat-x;
}

#footer ul {
	list-style: none;
}

#footer ul li {
	float: left;
}

#footer ul li a {
	border: none;
	color: #aaa;
}

#footer ul li.disabled {
	color: #444;
}

#nav {
	float: left;
	/*padding: 4px 0 0 50px;*/
	height: 50px;
}

#nav li {
	/*margin: 0 15px 0 0;*/
	height: 50px;
}

#nav li a,
#nav li.disabled {
	display: block;
	height: 25px;
	padding: 25px 20px 0 20px;
	background: url(/images/nav-li-a-bkd.gif) right top no-repeat;
}

#nav li a:hover {
	background-position: right -50px;
	color: #fff;
}

#syndication {
	float: right;
	padding: 7px 50px 0 0;
	height: 23px;
	margin: 10px 0 0 0;
}

#syndication li {
	margin: 0 0 0 15px;
	font-size: 12px;
}

#syndication li a { color: #aaa; }
#syndication li a:hover { color: #fff; }