/*  
Theme Name: Steven Seller
Theme URI: http://www.stevenseller.com/ 
Description: The theme for film maker Steven Seller
Version: 1.0
Author: Jack Lenox
Author URI: http://boldmedia.co.uk/ 
*/

body { 
	font-family: Arial, sans-serif; 
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	line-height: 140%;
	color: #333333;
	background: #000000 url('/wp-content/themes/stevenseller/images/stevesellerbg.jpg');
}

h1 {
	font-size: 2em;
	line-height: 1em;
	margin-top: 10px;
}

h2 {
	font-size: 1.6em;
}

p {
	font-size: 1.2em;
}

a { 
	text-decoration: none; 
	color: #00457B; 
}

a:hover { text-decoration: underline; }

a img {
	border: 0;
}

img.alignright{ 
	margin: 3px 0 2px 10px; 
	padding: 0 0 4px 4px;
	display: inline;
	float: right;
}

img.alignleft{ 
	margin: 3px 10px 2px 0; 
	padding: 0 4px 4px 0;
	display: inline;
	float: left;
}

.clear {margin: 0; padding: 0; clear: both;}

#headerbackground {
	background: #000;
	height: 170px;
}

#headerwrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}

#header {
	float: left;
	margin-top: 10px;
}

#navigation {
	float: right;
	text-align: right;
}

#navigation ul {
	width: 150px;
	list-style: none;
	padding-top: 10px;
	margin-top: 10px;
}

#navigation li {
	border-bottom: 2px solid #FFFFFF;
	color: #666666;
	font-size: 1.4em;
	font-weight: bold;
	padding: 5px 0;
}

#navigation li.last {
	border-bottom: none;
}

#navigation a {
	color: #666666;
	text-decoration: none;
}

#navigation a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

div.home #navigation ul li.home a, div.videos #navigation ul li.videos a, div.artwork #navigation ul li.artwork a, div.about #navigation ul li.about a, div.contact #navigation ul li.last a {
	color: #FFFFFF;
}

#contentbackground {
	background: url(http://www.stevenseller.com/wp-content/themes/stevenseller/images/stevesellerbg.jpg) #000000;
}

#contentwrapper {
	width: 950px;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}

#content {
	width: 950px;
	background: #FFFFFF;
}

#sidebar {
	float: right;
	width: 250px;
	background: #CCCCCC;
}

.post {
	border-bottom: #EEEEEE;
	width: 660px;
}

.divider {
	margin: 10px 0;
	background: #DDDDDD;
	width: 660px;
	height: 1px;
}

#footer {
	background: #FFFFFF;
	text-align: center;
	margin-top: 10px;
}