@charset "UTF-8";
/*
Theme Name: ghost light
Theme URI: http://justinemerick.com
Description: Hooray for ghost light
Version: 1.6
Author: Justin Emerick
Author URI: http://justinemerick.com
Tags: theater

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



* {
	margin: 0;
	padding: 0;
	}
	
* :focus { outline: 0; }

body {background: url(/wp-content/themes/ghostlight/decor/grad.png) top left repeat-x #000;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;}

h1 {
	font-size: 24px;
	margin: 0 0 10px 0;
	color: #432101;
	}

h2 {
	font-size: 16px;
	margin: 0 0 10px 0;
	color: #432101;
	font-weight: bold;
	}

p {
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 15px;
	}
ul {
	font-size: 12px;
	line-height: 1.4em;
	margin-left: 15px;
	margin-bottom: 15px
	}


a {color: #432101;
	text-decoration: none;}
	
	a:hover {background: #432101;
		color: #fff;}
		
		a.text {border-bottom: 1px dotted;}
		
		 a.img:hover {background: transparent;}
	
#bulb {
	position: absolute;
	top: 0px;
	left: 50%;
	background: url(/wp-content/themes/ghostlight/decor/bulb.png) no-repeat transparent;
	width: 582px;
	height: 619px;
	z-index: -100;
	margin-left:-766px;}

	
#container {width: 960px;
	margin: 0 auto;
	background: url(/wp-content/themes/ghostlight/decor/bax-container.png) top left #fff;}
	
	
#postmetadata {
    font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 15px;
	}
	
#postmetadata p {font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 15px;}
	
#postmetadata a {color: #432101;
	text-decoration: none;}

#header {width: 952px;
	height: 135px;
	background: url(/wp-content/themes/ghostlight/decor/bax-header.jpg) top left no-repeat #7c4703;
	margin-left:4px;}
	
	
#menu {width: 950px;
	height: 38px;
	background: url(/wp-content/themes/ghostlight/decor/bax-menu.png) top left repeat-x #c6b68f;
	margin-left: 5px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif; }
	
#menu span {
	
	}

#menu a {
	text-align: center;
	display: block; float: left;
	margin: 1px 0;
	padding: 10px 10px;
	vertical-align: middle;
	text-decoration: none;
	color: #fff;}

#menu a:hover {
	background: url(/wp-content/themes/ghostlight/decor/bax-menu-hover.jpg); }

/* search field */

.form-text {top: 135px;  margin: 10px -5px 0 75px; position: absolute;}
.form-image { top: 128x; margin: 4px 4px 0 170px; z-index:2; position: absolute;}


/* content */

#content {width: 950px;
	min-height: 700px;
	background: url(/wp-content/themes/ghostlight/decor/bax-content.jpg) top left #fff;
	margin-left: 5px;
	text-align: left;
	overflow:auto;}
	
#page-content {width: 600px;
	min-height: 700px;
	background: url(/wp-content/themes/ghostlight/decor/bax-content.jpg) top left #fff;
	margin-left: 5px;
	text-align: left;
	overflow:auto;}
	
	#shadow {width: 950px;
		height: 25px;
		background: url(/wp-content/themes/ghostlight/decor/bax-content-shadow.jpg) top left no-repeat;}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}


#left-col {width: 600px;
	margin: 10px 0 0 20px;
	float: left;
	}
#post {width: 600px;
	margin: 10px 0 0 20px;
	float: left;
	}

	.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

.idTabs a {
	display: block; float: left; width: 200px; height: 30px; text-align: center;
	padding-top: 3px;
	background:  url(/wp-content/themes/ghostlight/decor/bax-tab-inactive.png) top left no-repeat;
	text-decoration: none;
	color: #361b01;
	font-size: 18px;
	}

.idTabs a.selected {background: url(/wp-content/themes/ghostlight/decor/bax-tab-active.png) top left no-repeat;}

#section-1, #section-2, #section-3, #section-4, #section-5, #section-6{
	width: 600px;
	height: 340px;
	background:  url(/wp-content/themes/ghostlight/decor/bax-tab-content.png) bottom left no-repeat;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 5px;}
	
#section-1, #section-2, #section-3, #section-4, #section-5, #section-6{
	margin: 15px;
	}

#left-excerpt {width:295px; float: left;}

#right-excerpt {width:295px; float: right;}

.excerpt {text-align: right; font-weight: bold; margin-right: 10px;}


#right-col {width: 280px;
	margin: 10px 20px 0 0;
	float: right;
	}


img.float-left {float: left; margin: 0 10px 0 0;}
img.float-right {float: right; margin: 5px 0 0 10px;}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}

#footer {width: 950px;
	height: 38px;
	background: url(/wp-content/themes/ghostlight/decor/bax-menu.png) top left repeat-x #c6b68f;
	margin-left: 5px;}
	
	#footer p {padding-top: 10px;}