/*  
Theme Name: Post No Bills
Theme URI: http://postnobillsshow.wordpress.com
Description: A theme for the show.
Version: 1.0
Author: Jamie Tucker
Author URI:http://www.jamietucker.com/
*/


/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* End of reset.css */

body {
	margin: 0 auto;
	text-align: center;
	width: 950px;
	padding: 0;
	border: 0;
	font-family: Helvetica, Arial, sans-serif;
}

a img {
	border: none;
}

.site-wrap {
	background-color: #fff;
	width: 950px;
	text-align: left;
}


.header {
	background: url('images/header-2010.jpg') no-repeat black;
	height: 218px;
}

.menu {
	margin-left: 45px;
}

.menu-item {
	font-weight: bold;
	background: black;
	padding: 0 10px 5px 10px;
	margin: 5px 5px 0 5px;
}

.side-bar {
	margin: 0 0 0 0;
	padding: 0;
	width: 300px;
	float: right;
}

p {
	margin: 0 0 0 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	font-size: 100%;
	margin: 1em 0 0.5em 0;
	padding: 0;
}

ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.content {
	width: 550px;
	float: left;
	text-align: center;
	margin-top: 0;
	padding-top: 0;
	padding-right: 50px;
}	

.sold {
	color: #C33;
}

.more-link {
	font-size: 80%;
}

.post-body {
	margin-bottom: 30px;
	padding: 0 25px 0 25px;
}

.post-footer {
	text-align: right;
	color: #666;
	font-size: 65%;
	margin: 50px auto 25px auto;
	padding-bottom: 5px;
	width: 500px;
	border-bottom: 1px dashed #666;
}

.footer {
	clear: both;
}

.footer p {
	padding: 10px;
	text-align: center;
	color: #666;
	font-size: 65%;
}

/* Links */

a:link {
	color:#C33;
	text-decoration: none;
}      

a:visited {
	color:#C33;
	text-decoration: none;
	}

a:hover {
	color:#666;
	text-decoration: underline;
} 

a:active {
	color:#C33;
	text-decoration: none;
} 


.menu a {
	color:#fff;
	text-decoration:none;
}

.menu a:hover {
	background:#C33;
}
