/*  
Theme Name: Maggot Films
Theme URI: http://www.maggotfilms.com/
Description: Films that Kill
Version: 1.0
Author: m kadath
Author URI: http://www.maggotfilms.com

*/


body { 
	margin: 0;
	padding: 0;
	background: #000;
	color: #fff;
	font: normal 76% courier, "courier new", fixed-width;
	text-align: center;
}


a {
	color: #900;
}

a:hover {
	color: #f00;
}

hr { display: none; }


#page {
	width: 780px;
	margin: 0 auto;
	padding: 1px 0;
	border-left: 1px solid #666;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	text-align: left;
	background: #000 url(/wp-content/themes/maggotfilms/images/header.jpg) 3px 0 no-repeat;
}

#header {
	height: 260px;
	position: relative;
}

#header h1 a {
	display: block;
	position: absolute;
	left: 40px;
	top: 10px;
	width: 650px;
	height: 200px;
	outline: none;
	text-indent: -5000px;
	overflow: hidden;
}

#content {
	float: left;
	width: 490px;
	margin-left: 30px;
	margin-right: 40px;
	overflow: hidden;
}

#sidebar {
	float: left;
	width: 200px;
}

#footer {
	clear: left;
	padding-top: 20px;
	text-align: center;
}

/***********
	posts
***********/

h2 {
	font-size: 1.8em;
	border-bottom: 1px dotted #fff;
	clear: both;
	padding-top: 5px;
}

h2 span {
	float: right;
	margin-top: 4px;
	font-size: 70%;
	font-weight: normal;
}

h2 a {
	color: #fff;
	text-decoration: none;
}

h2 a:hover {
	color: #f00;
}

.entrytext {
	line-height: 1.5em;
}

.entrytext img {
	border: 1px solid #c00;
	padding: 2px;
	margin: 4px;
}

blockquote { 
	border-left: 1px dotted #eee; 
	margin-left: 2em;
	padding-left: 4px;
}

/***********
	nav
***********/

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

/************
	sidebar
*************/

#sidebar ul {
	list-style: none;
	margin-left: 5px;
	padding-left: 0;
}

#sidebar ul#sidebar_main {
	margin: 0;
	padding: 0;
}

#searchform {
	margin-top: 20px;
}

#searchform #s {
	width: 120px;
	border: 1px solid #f00;
}

#sidebar h3 {
	font: normal 1.8em georgia, serif;
	margin: 10px 0 3px 0;
}

#sidebar .page_item {
	font: normal 1.8em georgia, serif;
	margin-top: 10px;
}

#sidebar .page_item a {
	color: #fff;
	text-decoration: none;
}

#sidebar .page_item .page_item {
	font: normal .6em courier, "courier new", fixed-width;
	margin-top: 3px;
}

#sidebar .page_item .page_item a {
	color: #900;
}

#sidebar .page_item .page_item a:hover {
	color: #f00;
}
