/*
Theme Name: PostalPete
Theme URI: http://postalpete.com/
Description: Custom theme for PostalPete
Version: 2.0
Author: Keith Solomon
Author URI: http://reciprocity.be/
*/

/* Neutralize styling: Elements we want to clean out entirely */
html, body, form, fieldset {
	/*font-family: "Lucida Grande", serif;
	font-size: .75em;*/ /* 16x.75=12px */
	font-family: "trebuchet ms", "arial", "helvetica", sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background: #990002;
	font-size: 100%;
}

/* Neutralize styling: Elements with a vertical margin */
p, pre, blockquote,
ul, ol, dl, address {
	margin: .5em 0;
	padding: 0;
}

/* Apply left margin only to the few elements that need it */
li, dd, blockquote {
	margin-left: 2.5em;
}

/* Heading Styles */
h1, h2, h3, h4, h5 {
	color: ;
	font-weight: bold;
}

h1 {
	font-size: 2em;
	margin: 15px 0 0 0;
}

h2 {
	clear: both;
	font-size: 1.5em;
	letter-spacing: -1px;
	margin: 0;
}

h2.pagetitle {
	font-size: 1.2em;
	letter-spacing: -1px;
}

h2.pagetitle a {
}

h2.pagetitle a:hover {
	text-decoration: none;
}

h3 {
	font-size: 1.2em;
	letter-spacing: -1px;
}

h4 {
	font-size: 1.1em;
}

h1, h1 a:link, h1 a:visited,
#headerimg .description {
	text-decoration: none;
}

h2, h2 a, h2 a:link, h2 a:visited,
h3, h3 a, h3 a:link, h3 a:visited,
#wp-calendar caption, cite {
}

/* Link Styles */
a {
	color: #03025f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img {
	border: none;
}

/* Form Styles */
form label {
	cursor: pointer;
}

fieldset {
	border: none;
}

input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}

/* Miscellaneous conveniences: */
.right, .alignright {
	float: right;
	margin-left: 10px;
}

.left, .alignleft {
	float: left;
	margin-right: 10px;
}

.center, .aligncenter {
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.clear {
	clear: both;
display:none;
}

/* Main Positioning Elements */
#wrap {
	margin: 0 auto;
	padding: 10px 0 0;
	width: 773px;
}

#header {
	background: url(images/header.png) no-repeat;
	height: 187px;
}

#body-head {
	background: #fff url(images/body-head.png) no-repeat;
	padding:48px 272px 0px 24px;
	height: 90px;
	width: 477px;
}

#pagecontent {
	background: #fff;
	margin-left: 2px;
	margin-top: -20px;
	padding: 0 18px 30px;
	width: 734px;
}

#footer {
	background: url(images/footer.png) no-repeat;
	clear: both;
	font-size: .9em;
	height: 60px;
	margin-left: 2px;
	padding-bottom: 10px;
	padding-right: 15px;
	text-align: right;
}

/* Header Elements */

#body-head ul {

	font-family: "Lucida Grande", serif;
	font-style:italic;
	font-weight:bold;
	font-size:small;
	height: 22px;
	margin:0px;
}
#body-head ul li {
	display: inline;
}

#body-head ul li a {
	display: block;
	float: left;
	line-height: 22px;
	padding: 0 12px;
	text-decoration:none;
white-space:nowrap;
}

#body-head ul li a:hover, #header ul li.current_page_item a {
text-decoration:	underline;
}

/* Pagecontent Elements */
#menu {
	float: left;
	margin-left: 18px;
	margin-top: 60px;
	width: 511px;
}

#menu .bullet {
	background: url(images/menu-bullet.png) no-repeat left center;
	height: 13px;
	margin-right: 10px;
	padding-left: 15px;
}

#menu .home {
	margin-left: 45px;
}

#menu .last {
	margin-right: 0;
}

#posts {
}

.title-date {
	height: 20px;
	margin-top: 20px;
	padding: 30px 15px 0;
}

.title {
	float: left;
}

.date {
	color: #03025f;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -1px;
	float: right;
}

.post {
	background: #ccc;
	padding: 0 15px;
}

#sidebar {
	
}

/* Footer Elements */
