/* Basic consistent theme elements - base colours (white on black + tranlucency), core elements, snap bar, etc. */
	body {
		background: #000;
		color: #fff;
		font-family: Helvetica, Arial, sans-serif;
	}
	
	#skin-header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
	}
	
	#skin-footer {
		width: 100%;
		height: 500px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		position: fixed;
		margin-top: 300px;
	}
	
	#snap-bar {
		background: transparent url(../images/menu-bar-bg.png) left top repeat-x;
		border-bottom: 1px solid #222;
	}
	
	#snap-bar #site-name {
		width: 12em;
		padding: 0 .5em;
		background: transparent url(../images/site-name-bg.png) right center no-repeat;
		min-height: 31px;
		line-height: 31px;
	}
	
	
	#navigation li {
		padding-right: 2px;
		background: transparent url(../images/menu-bar-divide.png) right top repeat-y;
	}
	
	#navigation li a {
		color: #fff;
		text-decoration: none;
		min-height: 31px;
		line-height: 31px;
	}
	#navigation li a:hover {
		background: transparent url(../images/menu-bar-highlight.png) center center no-repeat;
		text-decoration: none;
	}
	
	a,
	a:link,
	a:visited {
		color: #fff;
		text-decoration: none;
	}
	a:hover {
		text-decoration: underline;
	}
	
	#reply .content,
	#news .post .entry, #entries .post .entry,
	.type-single-post #content .content {
		background: transparent url(../images/bubble-bg-trans.png) left top repeat;
	}
	
	
	
	#reply .content {
		padding: .5em 1em;
		margin-top: .3em;
	}
	
	h1, h2, #site-name {
		background: transparent;
	}
	#tertiary-content .section h2 {
		background: transparent url(../images/bubble-bg-trans.png) top left repeat;
		display: inline;
		padding: 0 .5em .1em;
	}
	
	#zomgicfw ol,
	#members ul,
	#teamspeak ul,
	#footer ul {
		padding: 0 0 0 1.1em;
		list-style-type: square;
	}
	#zomgicfw .confirmed {
		color: #b1fb50;
	}
	#zomgicfw .expected {
		color: #f8e891;
	}
	#zomgicfw .rumored {
		color: #c10000;
	}
	
	
	.ts-button {
		margin-bottom: -.2em;
	}
	
	
/* Countdown timer */
	#portal-2-countdown {
		padding: .5em;
		background: transparent url(../images/bubble-bg-trans.png) top left repeat;
		overflow: hidden;
		border-radius: .5em;
		-moz-border-radius: .5em;
		speak: none; /* the countdown is not so accessible, hide it */
		
		clear: both;
		margin: 4em 0 -.5em 0;
	}
	#portal-2-countdown .inner {
		overflow: hidden;
	}
	#portal-2-countdown .cntSeparator {
		font-size: 54px;
		margin: 10px 7px;
		color: #fff;
	}
	#portal-2-countdown .desc {
		margin: 7px 3px;
	}
	#portal-2-countdown .desc div {
		float: left;
		font-family: Arial;
		width: 70px;
		margin-right: 65px;
		font-size: 13px;
		font-weight: bold;
		color: #fff;
	}
	#portal-2-countdown .desc .seconds {
		margin: 0;
	}
	

