/*
Theme Name:Lover Film
Theme URI:http://www.loverfilm.co.uk
Description:Theme for the Lover Film website
Version:1.0
Author:Chris Billett
Author URI:http://www.chrisbillett.net
Tags:loverfilm, fixed-width

	"Lover Film" by Chris Billett

	This theme was designed and built by Chris Billett: http://www.chrisbillett.net

	The CSS, XHTML and design is released under the GPL.

*/

* {
	margin:0;
	padding:0;
	}
body {
	background-color:#363636;
	font-family: "Palatino Linotype", Palatino, serif;
	font-size:12px;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	color:#f6f6f6;
	line-height:1.3em;
}
a {
	text-decoration:none;
	color:#c6a280;
}
a:hover {
	color:#f9f9f9;
}
hr{
	visibility:hidden;
	}
#wrapper {
	background-color:#363636;
	width:800px;
	margin:0px auto;
}
#header {
	background-color:#121212;
	height:80px;
	float:left;
	width:800px;
	margin:0;
}
#nav {
	width:auto;
	padding: 0 10px 10px 20px;
}
#nav h1 {
	float:left;
	background-image:url(images/header.jpg);
	padding:0;
	margin-left:-20px;
	margin-top:0;
	width:200px;
	min-height:85px;
}
#nav ul {
	float:right;
	margin-top:50px;
}
#nav li {
	text-align:center;
	float:right;
	display:inline;
	width:auto;
}
#nav li a {
	font-size:11px;
	color:#c6a280;
	display:block;
	padding:0 5px 0 5px;
	border-left:solid 2px #fff;
}
#content {
	background-color:#121212;
	width:800px;
	float:left;
	border-bottom:solid 2px #f6f6f6;
	padding:0 0 30px 0;
	min-height:416px;
}
.post {
	padding:0 30px 0 30px;
}
.post p {
	margin:14px 0 14px 0;
}
.post em{
	font-style:italic;
}
.post h2 {
	font-size:16px;
	color:#f6f6f6;
	margin:25px 0 10px 0;
}
	.post h1, .post h1 a{
	font-size:16px;
	color:f6f6f6;
	margin:30px 0 10px 0;
	font-weight:bold;
}
.post h3, .post h4 {
	font-size:16px;
	margin:15px 0 10px 0;
}
.post h4 {
	font-size:16px;
}
.post .indent {
	padding-left:10px;
}
.post .indent p {
	padding-left:10px;
}
.post .alignright {
	float:right;
	margin-left:10px;
}
.post .alignleft {
	float:left;
	margin-right:10px;
}
.post .aligncenter {
	margin:0 auto;
	display:block;
}
.post abbr {
	font-weight:normal;
}
.post ul{
	list-style:circle;
	margin:0 0 0 25px;
}
.post ol{
	list-style:decimal;
	margin:0 0 0 30px;
}
.post blockquote {
	font-style:italic;
	border-left:2px solid #000;
	margin:15px 30px 0 10px;
	padding-left:20px;
}
.pro-player-container {
	border-top:1px solid #A9A9A9;
	margin-left:-30px;
}
.post li {
	list-style-image:url(images/bullet_black.gif);
}
#sidebar {
	width:350px;
	float:right;
	margin:0;
	padding:0;
}
#footer {
	background-color:000;
	color:#FFF;
	width:800px;
	float:left;
	text-align:right;
	padding:0;
	margin-top:5px;
	vertical-align:bottom;
}

#cformsform {
margin-top:20px;
padding:10px 25px;
width:550px;
}