/*
Theme Name: Ghost & Haunt Tours
Author: Micah Lee (http://www.micahleedesigns.com)
License: GPL http://www.gnu.org/licenses/gpl.txt
Version: 1.0
Tags: custom
*/

body {
	background-color: #000000;
	background-image: url('../shared_images/background.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	text-align: center;
	color: #FFFFFF;
	font-family: verdana;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background-image: url('../shared_images/main_background.png');
	background-position: center center;
	background-repeat: repeat-y;
}

#header {
	position: relative;
	width: 980px;
	height: 295px;
	background-image: url('header.jpg');
	background-position: top left;
}

#header #logo {
	width: 450px;
	height: 295px;
	position: absolute;
	top: 0;
	left: 60px;
}

#header #nav {
	width: 410px;
	height: 80px;
	position: absolute;
	top: 200px;
	left: 510px;
	text-align: center;
}

#header #nav li {
	display: block;
	float: left;
	margin: 5px 5px;
	line-height: 150%;
}

#header #nav li a:link, #header #nav li a:visited {
	text-decoration: none;
	font-weight: bold;
	font-family: georgia;
	color: #4F0D00;
	font-size: 1.1em;
	padding: 0 5px;
}

#header #nav li a:hover, #header #nav li a:active {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #3F3F3F;
	border-top: 2px solid #000000;
	border-bottom: 2px solid #000000;
}

#main {
	width: 630px;
	padding: 20px 20px 0 60px;
	float: left;
}

#main p {
	font-size: 1.1em;
}

#main .post h1 {
	color: #aeaeae;
	font-size: 1.5em;
	font-family: georgia;
	font-style: italic;
	border-bottom: 1px solid #444444;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

#sidebar {
	width: 210px;
	padding: 20px 60px 0 0;
	float: left;
	text-align: center;
}

#sidebar p {
	line-height: 120%;
}

#sidebar small {
	font-size: .7em;
}

#sidebar ul, #sidebar li {
	list-style: none;
}

#sidebar #pages {
	border-top: 1px solid #444444;
	padding-top: 15px;
}

#sidebar #pages li {
	text-align: center;
	margin-bottom: 10px;
	text-decoration: none;
	font-weight: bold;
}

#footer {
	margin: 0 auto;
	width: 980px;
	height: 50px;
	background-image: url('../shared_images/footer.png');
	background-position: top left;
	text-align: center;
}

#footer p {
	padding-top: 10px;
	font-size: .8em;
	color: #6F6F6F;
}

#footer a {
	color: #AB7C60;
	text-decoration: underline;
}

p {
	font-size: .9em;
	line-height: 150%;
	margin-bottom: 1em;
}

.cleared {
	clear: both;
}

.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}

.alignright {
	float: right;
	margin: 0 0 10px 10px;
}

.aligncenter {
	text-align: center;
    margin: 0 auto;
}

.wp-caption {
	text-align: center;
	background-color: #2F2929;
	padding: 5px 3px;
	border: 1px solid #5F5353;
}

.wp-caption-text {
	text-align: center;
	font-size: .7em;
	color: #DFD1D1;
	margin: 0;
	padding: 0;
}

a:link, a:visited {
	color: #CDCF26;
	text-decoration: none;
}

a:hover, a:active {
	color: #FDFF00;
	text-decoration: underline;
}

ul {
	margin-left: 1em;
}

ul li {
	line-height: 150%;
	list-style-type: circle;
}

#giftshop {
}
