/*
Theme Name: Jeffrey's Theme
Theme URI: 
Description: Jeffrey Jene's personal theme
Version: 1.0
Author: Jeffrey Jene
Author URI: http://jeffreyjene.com/
Tags: 



*/

body {
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
	background-color: #000000;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FFFFFF;
}
h2 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FFFFFF;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
}
h1  a  {
	font-weight: bold;
	color: #FFFF00;
	text-decoration: none;
}
h1  a:hover  {
	color: #FFFFFF;
}
a {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	font-weight: bold;
	color: #FFFFFF;
}

#wrapper {
	display: block;
	width:1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#header {
	height: 300px;
	width: 1000px;
	background-image: url(images/banner4.gif);
}

#content {
	width: 75%;
	float: left;
	text-align: left;
}

#sidebar {
	width: 23%;
	float: right;
	text-align: left;
}
	
}
#sidebar ul {
	list-style-type: none;
}
#sidebar ul li {
	list-style-type: none;
}
#sidebar a {
	font-weight: bold;
	color: #FF6600;
	text-decoration: none;
}
#sidebar a:hover {
	color: #FFFFFF;
}



#delimiter {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	text-align: center;
	font-size: 9px;
	color: #FF6600;
	margin-top: 20px;
}
#posttime {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #FF0000;
}

#nav {
	text-align: left;
	margin-bottom: 20px;
	clear: both;
}

#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding-right: 40px;
}
#nav ul li a {
	text-decoration: none;
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
}
#nav ul li a:hover {
	color: #FFFFFF;
}




.title {
    font-size: 11pt;
    font-family: verdana;
    font-weight: bold;
}

#wp-calendar {
	background-color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}


