/*
Theme Name: deletedscene
Theme URI: http://www.deletedscene.co.uk
Description: deletedscene
Version: 1.0
Author: deletedscenes
Author URI: http://www.deletedscene.co.uk
Tags: deletedscene, bad boy club

*/


body {
	font-size: 1em;
	font-family: Helvetica, Arial Sans-Serif;
	background: #000000;
	color: #FFFFFF;
	margin: 40px;
	}

a {
		color: #FFFFFF;
		text-decoration:none;
}

h2 {
	font-size: 1em;
	font-weight: normal;
	margin:0px;	
}

h2 a {
	color: #fff6a4;
}

h2 a:hover {
	color: #FFFFFF;
}

small {
		font-size: 0.7em;
}

.entry {
	font-size: 0.7em;
}

.post {
	margin-bottom: 60px;
}

#content{
	width: 600px;
	float: left;
}

#sidebar{
	width: 300px;
	float: right;
}

#footer{
	clear: both;
}

img {
	border: 0px;
}

li {
	list-style-type: none;
	font-size: 0.8em;
	margin-left: 0px;
	padding-left: 0px;
}

ul {
	margin-left: 0px;
	padding-left: 0px;
}


input[type="text"] {
	color: #000000;
		background: #FCFFB2;
		border: 0px;	
}
input[type="button"],input[type="submit"] {
color: #262626;
}