/*
Theme Name: Xposed Club
Theme URI: http://xposedclub.co.uk/
Description: A custom theme for xposedclub.co.uk.
Version: 1.0
Author: Nai T, JT
Author URI: http://elevationmultimedia.co.uk/

	This theme was designed by Hennie Marais and built by JT

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body
{
	padding: 0;
	margin: 0;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 72%;
	color: #fff;
	background: #000;
}

#container
{
	position: relative;
	width: 800px;
	margin: 0 auto;
	text-align: left;
}

#header
{
	display: block;
	position: absolute;
	top: 24px;
	left: 16px;
}

#header img
{
	border: 0;
}

#banner
{
	display: block;
	position: absolute;
	top: 70px;
	left: 20px;
}

#nav
{
	position: absolute;
	top: 80px;
	left: 165px;
	list-style: none;
	margin: 0;
	padding: 0;
}

#nav li
{
	position: relative;
	list-style: none;
	text-align: right;
	width: 100px;
	height: 37px;
	margin: 3px 0;
	padding: 0;
}

#nav li a
{
	display: block;
	width: 100px;
	height: 17px;
	margin: 0;
	padding: 10px;
	background: url('images/tab.gif') no-repeat top left;
	background-color: #e3e3e3;
	color: #f3381f;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
}

#nav li a:hover, #nav li.current_page_item a
{
	background-color: #605c5b;
}

#pics
{
	position: absolute;
	top: 65px;
	left: 285px;
}

#news
{
	position: absolute;
	top: 390px;
	right: 32px;
	width: 180px;
	height: 180px;
	margin: 0;
	padding: 0 0 0 12px;
	border-left: #e3e3e3 1px solid;
	overflow: auto;
}

#homecontent, #extra
{
	position: absolute;
	top: 390px;
	left: 24px;
	width: 540px;
	height: 180px;
	margin: 0;
	padding: 0;
	overflow: auto;
}

#content
{
	position: absolute;
	top: 65px;
	left: 285px;
	width: 445px;
	height: 292px;
	margin: 0;
	padding: 10px;
	border-left: #e3e3e3 1px solid;
	overflow: auto;
}

#homecontent a, #extra a, #content a, #news a
{
	color: #f3381f;
	text-decoration: none;
}

#content table
{
	border: 0;
}

#content td
{
	padding: 2px 10px;
}

#content th
{
	vertical-align: top;
	color: #f3381f;
	padding: 2px 20px;
}
