/*
Theme Name: Blue Ghost
Theme URI: http://wordpress.org/
Description: Unlisted
Version: 1.0
Author: Jeffrey Carter Gilson
Author URI: http://www.cartergilson.com/
Tags: 

*/

* {
	padding: 0;
	margin: 0;
	}

body {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 76%;
	background: #8a8bbc;
	}

hr {
	display: none;
	}

#header {
	margin-bottom: 20px;
	}
 
#headerimg {
	font-size: 1.2em;
	height: 6.5em;
	color: #FEF4DF;
	padding-left: 7.5%;
	background: #1a1a2d URL(images/headerlogo1.png) no-repeat fixed top left;
	}
 
#header a {
	text-decoration: none;
	color: white;
	}
 
#header h1 {
	font-size: 3em;
	}

#wrapper {
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #eeeeee;
	}

#content {
	width: 68%;
	float: left;
	}

.post {
	margin-bottom: 25px;
	color: #000000;
	padding-left: 5px;
	font-size: 1.1em;
	}

.post li {
	margin-left: 20px;
	}
 
.post ul {
	list-style-image: url(images/listitem.png);
	list-style-type: bullet;
	margin-bottom: 10px;
	}
 
.center {
	text-align: center;
	}
 
a img {
	border: none;
	}
 
h3 {
	margin-top: 1.5em;
	font-size: 1.4em;
	}
 
h4 {
	margin-top: 1.2em;
	font-size: 1.2em;
	}
 
h5 {
	margin-top: 1em;
	font-size: 1em;
	}
 

img.alignright {
	display: block;
	float: right;
	}

img.alignleft {
	display: block;
	float: left;
	}

.post a {
	color: #3f406f;
	}

.date p {
	font-size: .7em;
	text-align: right;
	}

p {
	text-align: justify;
	margin-bottom: 1.7em;
	}

blockquote {
	text-align: justify;
	margin-left: 20px;
	margin-right: 20px;
	background: #cccdef;
	}
 
h2 {
	text-align: right;
	font-size: 1.6em;
	border-bottom: 1px solid #07070d;
	}
 
h2 a:hover, h2 a:visited, h2 a {
	text-decoration: none;
	color: #3f406f;
	}
 
.entry {
	margin-top: 10px;
	margin-bottom: 15px;
	}
 
.postmetadata {
	padding: 2px;
	font-size: 0.8em;
	border-top: 1px solid #07070d;
	}
 
.postmetadata a {
	color: #000000;
	}

#sidebar {
	width: 28%;
	margin-left: 71%;
	font-size: .8em;
	background-color: #cccdef;
	color: #000000;
	border: 1px solid #07070d;
	}

#sidebar ul h2 {
	background-color: #aaabcf;
	border-bottom: 1px solid #07070d;
	border-top: 1px solid #07070d;
	font-size: 1.2em;
	font-weight: normal;
	padding: 2px;
	margin-bottom: 5px;
	}

#sidebar ul {
	list-style: none;
	}

#sidebar li {
	margin-left: 5px;
	margin-bottom: 5px;
	}

#sidebar li li {
	margin-left: 10px;
	margin-bottom: 0;
	}

#sidebar a {
	text-decoration: none;
	color: #000000;
	}
 
#sidebar a:hover {
	text-decoration: underline;
	}

#footer {
	background-color: #1a1a2d;
	clear: both;
	padding: 20px 20px 20px 7.5%;
	margin-top: 2em;
	height: 3em;
	color: #FEF4DF;
	}

#commentlist cite {
	text-align: right;
	font-size: .7em;
	}

#commentlist li {
	border-bottom: 1px solid #07070d;
	background: #eeeeee;
	}

#single {
	width: 700px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #eeeeee;
	}