/*  
Theme Name: 
Author URI: http://www.mikemadison.net
Author: Mike Madison
Description: 

The CSS, XHTML and design is released under GPL: 
http://www.opensource.org/licenses/gpl-license.php

*/

body {
	background-color: #D1CFAD;
	font-family: helvetica;
	font-size: 13px;
}

h1 {
	margin-top: -1px;
	font-size: 15px;
}

h3 {
	font-size: 18px;
	margin-top: -1px;
}

h2 {
	font-size: 13px;
}

a {
	color: #661100;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#wrap {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	width: 100%;
	height: 420px;
}

#headerTitle {
	width: 100%;
	height: 15px;
}

#headerMenu {
	width: 100%;
	text-align: right;
	height: 20px;
	font-size: 14px;
}

#headerMenu ul {
	list-style: none;
}

#headerMenu li {
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

#headerSplash {
	width: 100%;
	height: 320px;
	background-color: #fff;
}

#mainContent {
	width: 100%;
	padding-top: 10px;
}

#links li {
	list-style: none;
	padding-bottom: 5px;
}

#contentBox {
	width: 70%;
	float: left;
}

#contentBox img {
	padding: 10px;	
	border: 0px;
}

#title {
	width: 100%;
	height: 30px;
	float: left;
}

#sidebar {
	width: 25%;
	height: 600px;
	float: right;
}

#sidebar li {
	list-style: none;
}

#sideBarContent {
	width: 92%;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	padding: 10px;
}

#footer {
	width: 100%;
	height: 50px;
	float: left;
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}

#bird {
	width: 100%;
	float: left;
	padding-bottom: 20px;
}

	
.postmetadata {
	color: #000;
	font-weight: bold;
	font-size: 11px;
}