/*
Theme Name: Brian Ellis 2
Theme URI: http://grafficore.com/
Description: WordPress theme for Brian Ellis's web site.
Version: 1.0
Author: Corey Graham
Author URI: http://grafficore.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

body {
	font-family: Arial, sans-serif;
	font-size: .7em;
	color: #000000;
	background-color: #000033;
}

#wrapper {
	padding: 0px;
	width: 800px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	border: 1px solid #FFFFFF;
}

#header {
	background-color: #000033;
	background-repeat: no-repeat;
	background-position: left bottom;
	margin: 0px;
	padding: 0px;
	height: 81px;
	width: 800px;
}

#page {
	background-color: #FFFFFF;
	width: 800px;
}

#sidebar {
	background-color: white;
	background-image: url('http://www.grafficore.com/ellis/images/sidebar.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	width: 125px;
	float: left;
	height: 578px;
	color: #CCCCCC;
	font-family: Arial, sans-serif;
	font-size: .8em;
}

#footer {
	background-color: #000033;
	clear: both;
	width: 800px;
	color: white;
	text-align: center;
	padding: 5px 0 10px 0;
}

#content {
	margin: 0px 10px 0 0;
	padding: 5px;
	float: right;
	width: 640px;
}

#top_menu {
	display: block;
	height: 30px;
}

#top_menu a {
	border: 0;
}

.nocomments {
	display: none;
}


/* TYPEFACES */


p {
	font-size: 10pt;
	margin: 7px 5px 5px 10px;
}

h1, h2, h3 {
	font-size: 14pt;
	margin: 10px 5px 5px 5px;
	font-weight: bold;
}

.date {
	font-size: .8em;
}

.storytitle {
	clear: both;
}

#sidebar p {
	font-size: 1.2em;
}


/* LINKS */


a {
	text-decoration: none;
	font-weight: bold;
	color: #000066;
}

a:hover, a:active {
	border-bottom: 1px dotted black;
}

#sidebar a {
	text-decoration: none;
	font-weight: bold;
	color: white;
}

#sidebar a:hover, #sidebar a:active {
	border-bottom: 1px dotted white;
}


/* IMAGES */


img.left {
	margin-right: 5px;
}

img.right {
	margin-left: 5px;
}