/* Horror Marathon */

/* Body, banner and stuff */

body {
	margin-top:10px;
	padding: 0;
	background: #000000 url(siteimages/img01a.jpg) repeat-x left top;
	font-family: arial,verdana,sans-serif;
	font-size: .75em;
	font-style: normal;
	color: #000000;
	text-align: left;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: arial,verdana,sans-serif;
	font-weight: bold;
	color: #F93D00;
}

h1 {
	font-size: 2em;
}

h2 {
   	font-size: 1.8em;
}

h3 {
	font-size: 1.5em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 140%;
}

ul, ol {
}

a, a:link, a:visited {
	text-decoration: none;
	color: #006633;
}

a:hover{
	color: #009900;
}

#wrapper {
	width: 850px;
	margin: 0 auto;
	padding: 0;
}

/* Header - this is for changes*/

#header {
	width: 850px;
	height: 132px;
	margin: 0 auto;
	background: url(siteimages/img02b.jpg) no-repeat left top;
}

/* Logo */

#logo {
	float: left;
	width: 850px;
	height: 60px;
	color: #616161;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	padding: 80px 0 0 80px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 90px 10px;
	font: normal 14px arial,verdana,sans-serif;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #616161;
}

/* Menu */

#menu {
	width: 850px;
	height: 0px;
	margin: 0 auto;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	padding-left: 10px;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
	height: 30px;
	background: url(siteimages/img03.gif) no-repeat right top;
}

#menu a {
	display: block;
	margin-top: 0px;
	margin-right: 3px;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
	font-family: arial,verdana,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #9797FF;
	border: none;
}

#menu a:hover, #menu .current_page_item a {
}

#menu a:hover {
	text-decoration: none;
	color: #009900;
}

/* Page */

#page {
	width: 850px;
	margin: 0 auto;
	background: url(siteimages/img05b.jpg) repeat-y left top;
}

#page-bgtop {
	background: url(siteimages/img04b.jpg) no-repeat left top;
}

#page-bgbtm {
	background: url(siteimages/img06c.jpg) no-repeat left bottom;
}

/* Content */

#content {
	float: right;
	width: 625px;
	padding: 15px 15px 0 0;
}

.post {
	margin-bottom: 8px;
	background: url(siteimages/img09a.png) repeat-y left top;
}

.post-bgtop {
	background: url(siteimages/img08b.png) no-repeat left top;
}

.post-bgbtm {
	background: url(siteimages/img10a.jpg) no-repeat left bottom;
}

.post .title {
	padding-top: 15px;
	padding-left: 20px;
	color: #000000;
}

.post .title a {
	color: #2b4927;
	border: none;
}

.post .meta {
	border-bottom: 1px solid #2f362e;
	padding-left: 20px;
	padding-bottom: 5px;
	text-align: left;
	font-family: arial,verdana,sans-serif;
	font-size: 11px;
	font-style: italic;
}

.post .entry {
	padding: 10px 20px 15px 20px;
	text-align: left;
}

/* sidebar */

#sidebar {
	float: center;
	width: 175px;
	padding: 15px 0 0 15px;
	color: #a4e18f;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	padding-bottom: 20px;
	padding-top: 5px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: .5px solid #2f362e;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: .75em;
	font-style: italic;
}

/* sidebar buttons backgrounds */

#sidebar h2 {
	height: 36px;
	padding: 8px 0 0 55px;
	background: url(siteimages/scificlockC.jpg) no-repeat left top;
	letter-spacing: -.10px;
	line-height: 100%;
	color: #a4e18f;		
}

#sidebar p {
	padding-bottom: 10px;
	text-align: left;
}

/* sidebar links */

#sidebar h2 a {
	color: #a4e18f;
	border: none;
}

#sidebar h2 a:hover {
	text-decoration: none;
	color: #8dd375;
}

#sidebar a {
	color: #9797FF;
	border: none;
}

#sidebar a:hover {
	text-decoration: none;
	color: #009900;
}

/* Footer */

#footer {
	height: 50px;
	margin: 0 auto;
	padding: 0px 0 15px 0;
	font-family: Arial;
	color: #3D444F;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: right;
}

#footer a {
	color:#3D444F;
}

#footer a:hover {
	text-decoration: none;
	color: #666666;
}