/*
Theme Name: Exposure
Theme URI: http://www.exposurepublishing.com.au/
Description: A WordPress theme created from Exposure Publishing's original website design.
Version: 1.0
Author: Japheth Thomson
Author URI: http://japheththomson.com/
*/

body {
	background-color: #000;
	color: #999;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.73em;
	margin: 0;
}

.wrapper {
	width: 840px;
	margin: 0 auto;
}

.header {
	background: #000 url(images/banner_01.gif) no-repeat -5px 0;
	padding: 93px 0 0;
	margin: 0;
	overflow: auto;
	height: 127px; /*height: 220px;*/
}

.header h1 {
	margin: 0 8px 0 10px;
	color: #fc0;
	text-transform: lowercase;
	letter-spacing: 0.80em;
	^letter-spacing: 0.40em;
	display: inline;
	float: left;
}

.header img {
	float: left;
	position: relative;
	top: -93px;
	margin: 0 0 -169px 0;
}

.header ul {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
}

.header ul li {
	display: inline;
	text-transform: lowercase;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 0.3em;
	margin: 0 8px;
}

.header ul li:first-child {
	margin: 0 8px 0 0;
}

.header ul li a:link, .header ul li a:visited {
	color: #626262;
	text-decoration: none;
}

.header ul li a:hover {
	color: #fff;
}

.content-wrapper {
	overflow: auto;
}

.content {
	background-color: #2a2a2a;
	min-width: 48%;
	max-width: 100%;
	min-height: 310px;
	padding: 10px;
	float: left;
	font-size: 1.4em;
}

.content ul {
	font-weight: bold;
}

.content a:link, .content a:visited {
	color: #fc0;
}

.content a:hover {
	text-decoration: none;
}

#home .content {
	max-width: 49%;
	^width: 49%;
}

.content h1 {
	color: #666;
	line-height: 0.8em;
}

#sidebar {
	overflow: auto;
	width: 400px;
}

.sidebar {
	/*background-color: #fc0;*/
	color: #fc0;
	width: 390px;
	height: 299px;
	float: right;
}

.sidebar-caption {
	background-color: #fc0;
	color: #000;
	width: 390px;
	float: right;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	text-align: center;
	margin: 11px 0 0 0;
	padding: 4px 0;
}

.sidebar-caption a:link, .sidebar-caption a:visited {
	color: #000;
}

.sidebar-caption a:hover {
	text-decoration: none;
}

.footer {
	text-transform: lowercase;
	text-align: center;
	padding-top: 20px;
	letter-spacing: 0.3em;
	color: #2a2a2a;
}

.ls-0 {
	letter-spacing: 0;
	^letter-spacing: 0.4em;
}

.clear {
	clear: both;
}
