/*
Theme Name: SEP
Theme URI: http://www.signalelement.com/test/wordpress/wp-content/themes/sep
Description: First phase of Signal Element Productions Blog
Version: 1.0
Author: VP
Author URI: 
*/

@import url('library/type.css');
@import url('library/images.css');

html, body {height: 100%;}
html {
	background: #eaedea url(images/bg_body.jpg) 50% top no-repeat;
}

body {
	margin:0 auto;
	padding:0;
	font: 62.5%/1.6em 'helvetica', arial, sans-serif;
	}

#wrapper {
	width: 96em;
	margin: 0 auto;
	margin-top: 8em;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

#header {
	width: 96em;
	height: 7em;
	margin: 0;
}
#header_logobox {
	float: left;
	width: 24em;
	height: 7em;
	margin: 0 0 0 3em;
	padding: 0;
	background: url(images/bg_logobox.jpg) top left repeat-x;
}
#header_logo {
	width: 20em;
	height: 4.3em;
	margin: 1.5em 0 0 2em;
	padding: 0;
	background:url(images/sep_logo.png) left no-repeat; 
}
#header_logo a {
	width: 20em;
	height: 4.3em;
	display: block;
	text-indent: -9999em; 
}
#nav {
	float: right;
	width: 42.5em;
	height:4em;
	margin:2em 0 0 0;
}
#nav ul {
	float: right;
	padding: 0;
	margin:0 3.7em 0 0;
	list-style: none;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}
#nav ul a {
	display: block;
	text-decoration: none;
	color: #fff;
	text-transform:uppercase;
}
#nav li {
	float: left;
	width: 7em;
	padding: 1.3em 0 0 0;
}
#nav li a:hover{
	color: #fff;	
	background: url(images/underline.jpg) bottom no-repeat;
	height: 2em;
}
#bottomshadow {
	width:96em;
	height:2.2em;
	margin:-2.2em 0 0 0;
	padding:0;
	background:url(images/bg_headershadow960.png) bottom no-repeat;
	float:left;
	clear:both;
}
.current {
	height:2em;
	color:#fff;
	background:url(images/underline.jpg) 50% bottom no-repeat;
}
#content_wrapper {
	width: 96em;
	background:url(images/bg_contentwrapper.png) top no-repeat fixed;
}
#content {
	width: 94em;
	background:url(images/bg_content.jpg) top repeat-y;
	overflow:auto;
	margin:0 auto;
}
#content_body {
	width:52.5em;
	margin:0 0 0 1em;
	padding:3em 0 0 3.2em;
	float:left;
	margin-left:0;
}

#sidebar{
	width:30em;
	margin:0 1em 0 0;
	padding:2.7em 0 0 0;
	float:right;
}
#feed, #searchform, #recentshoots {
	margin:0;
	padding:1.5em 0 0 2em;
}
#feed {
	width:27.5em;
	height:3.2em;
	margin:1em 0 0 -0.5em;
	background:url(images/rss.png) 80% top no-repeat;
}
textarea#comment {
	width:39em;
	padding:0.5em;
}

#footer {
	width:77.5em;
	height:3em;
	margin:2em 0 0 4em;
	padding:0.5em 0 1em 13.4em;
	border-top:1px dotted #cccacc;
	background:url(images/contact.png) 0px 2px no-repeat;
	clear:both;
}
