﻿/*
Designed for Six Pines Ranch
http://www.sixpines.mb.ca

Adapted from an original design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

/*********** Banner */

#banner {
	background: url(../images/splash-haunt.jpg) no-repeat center center;
	height: 200px;
	margin: 0 auto;
	width: 1000px;
}

/*********** Header */

#header {
	background: url(../images/header-haunt.gif) no-repeat left top;
	height: 50px;
	margin: 0 auto;
	width: 1000px;
}

/*********** Menu */

#menu a:hover { 
	background: #AA330F url(../images/anchor-haunt.gif) repeat-x;
	color: #FFFFFF;
}

#menu .current_page_item a {
	background: #AA330F url(../images/anchor-haunt.gif) repeat-x;
	color: #000000;
}

/*********** Page */

#page {
	width: 940px;
	margin: 0 auto;
	padding: 20px 30px 0px 30px;
	background: #2A0F0F;
}

/*********** Post */

.post .title {
	margin-bottom: 20px;
	padding-bottom: 5px;
	padding-left: 12px;
	border-left: 8px solid #7C0000;
}

.post .byline {
	border-left: 8px solid #780000;
	margin-top: -10px;
	padding-left: 10px;
	padding-bottom: 5px;
	margin-bottom: 20px;
	font-size: 10px;
	font-style:oblique;
	color: #CCCCCC;
}

#sidebar h2 {
	width: 450px;
	margin-bottom: 10px;
	padding-left: 10px;
	border-left: 8px solid #7C0000;
	font-size: 18px;
	color: #FFFFFF;
}

/*********** Footer */

#footer {
	width: 1000px;
	margin: 0 auto;
	padding: 10px 0 10px 0;
	font-size: 10px;
	clear: both;
	text-align: center;
	color: #FFFFFF;
	background: url(../images/footer-haunt.gif) no-repeat;
}


