/*
Theme Name: Interzone
Theme URI: http://www.interzoneentertainment.com
Description: The second reskinning of the Interzone Entertainment site.
Version: 1.0
Author: Tim Colwill (tim.colwill@interzonegames.com)
Author URI: http://www.interzoneentertainment.com
Tags: custom header, fixed width, two columns, awesome

	The CSS, XHTML and design are proprietary content. Do not replicate or use without permission.
	For more information visit www.interzoneentertainment.com

*/

/* Housekeeping */

html {
	height: 100%;
	width: 100%;
	}

body {
	min-height: 100%;
	font: 62.5% Tahoma, Verdana, Arial, Sans-Serif; /* Resets 1em to 10px */
	background-image: url("img/bg_body.jpg");
	background-position: top center;
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #000000;
	}

img {
	border: 0px;
	}

/* the rest */

#container_top {
	margin: 0px;
	text-align: center;
	min-width: 100%;
	min-height: 100%;
	background-image: url("img/bg_container_top.jpg");
	background-position: top center;
	background-repeat: no-repeat;
	}

#container_bottom {
	margin: 0px;
	text-align: center;
	min-width: 100%;
	min-height: 100%;
	background-image: url("img/bg_container_bottom.jpg");
	background-position: bottom center;
	background-repeat: repeat-x;
	}

#content {
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align: center;
	overflow: hidden;
	}

#leftcol {
	min-height: 100%;
	width: 204px;
	margin: 0px;
	padding: 0px;
	float: left;
	}

#logo {
	margin: 0px;
	padding: 0px;
	width: 204px;
	height: 252px;
	background-image: url("img/iz_logo.png");
	background-position: top left;
	background-repeat: no-repeat;
	}

#featured {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	width: 204px;
	background-image: url("img/bg_featured.jpg");
	background-position: top left;
	background-repeat: repeat-y;
	}

#featured img {
	border: 5px solid #FFF;
	margin: 10px 0px 10px 0px;
	}

a:link, a:visited {
	color: #a5a5a5;
	font-weight: bold;
	text-decoration: none;
	}

a:hover, a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
	}

#rightcol {
	min-height: 100%;
	width: 576px;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	float: right;
	text-align: left;
	}

#text {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #a5a5a5;
	font-size: 1.1em;
	}

#text p.title {
	margin-bottom: 3px;
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #AAA;
	}

#text p.meta {
	font-size: 0.9em;
	color: #FFFFFF;
	margin: 0px;
	text-transform: none;
	}

p.title {
	font-weight: bold;
	color: #FFF;
	text-transform: uppercase;
	}

#footer {
	padding: 70px 0px 0px 0px;
	text-align: center;
	width: 800px;
	clear: both;
	}

#footer p {
	font-weight: bold;
	text-transform: uppercase;
	color: #a5a5a5;
	font-size: 1.1em;
	}

blockquote {
	border-left: 5px solid #a5a5a5;
	padding-left: 10px;
	margin-left: 25px;
	}

/*-------------------------------------------*/

#menu {
	width: 576px;
	text-align: left;
	margin: 0px;
	padding: 0px;
	}

ul.menu {
	margin: 0px;
	list-style-type: none;
	text-align: left;
	padding: 145px 0px 0px 0px;
	height: 28px;
	}

ul.menu li {
	display: inline;
	height: 28px;
	}

ul.menu li a:link, ul.menu li a:visited {
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
	padding: 5px 8px 8px 8px;
	}

ul.menu li a:hover, ul.menu li a:active {
	color: #FFF;
	background-color: #000;
	background-image: url("img/bg_menu_tab_hover.jpg");
	background-position: top left;
	background-repeat: repeat-x;
	text-decoration: none;
	text-transform: uppercase;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	padding: 5px 7px 8px 7px;
	}

/*-------------------------------------------*/

#rssbox {
	text-align: left;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 15px 0px;
	width: 204px;
	background-color: #131313;
	background-image: url("img/bg_rssbox.jpg");
	background-position: bottom left;
	background-repeat: no-repeat;
	border-top: 1px solid #5e5e5e;
	font-size: 1.1em;
	}

#rssbox p {
	margin: 8px 15px 0px 15px;
	}

#rssbox p.title {
	margin-top: 15px;
	margin-bottom: 10px;
	}

#rssbox img {
	margin: 15px 5px 0px 15px;
	float: left;
	}

ul.rssbox {
	padding: 0px;
	margin: 0px 15px 0px 15px;
	list-style-type: none;
	}

ul.rssbox li {
	margin: 8px 0px 0px 0px;
	}

/*-------------------------------------------*/

#text ul {
	list-style-type: none;
	margin: 0px 0px 0px 25px;
	padding: 0px;
	}

#text ul li {
	margin: 5px 0px 0px 0px;
	}

#text div.fourcol {
	width: 144px;
	float: left;
	margin: 0px;
	}

#text div.threecol {
	width: 192px;
	float: left;
	margin: 0px;
	}

#text div.twocol {
	width: 288px;
	float: left;
	margin: 0px;
	}

#text div.colwrap {
	height: 100px;
	width: 100%;
	clear: both;
	}

#text div.threecol ul {
	list-style-type: none;
	margin: 0px !important;
	padding: 0px !important;
	}

#text div.fourcol ul {
	list-style-type: none;
	margin: 0px !important;
	padding: 0px !important;
	}

#text img {
	border: 3px solid #a5a5a5;
	float: left;
	margin: 5px 15px 5px 0px;
	}

#text img.right {
	border: 3px solid #a5a5a5;
	float: right !important;
	margin: 5px 0px 5px 15px;
	}

