body {
	color: #900;
	}

/* reset everything to reduce browser inconsistencies */

/*******************************/
/*    Let the Styles Begin!    */
/*******************************/

body	{
	font-family: 'Lucida Grande', Verdana, Arial, Monaco, DejaVu Sans Mono, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #222;
	}
sup	{
	font-size: 70%;
	vertical-align: text-top;
	}
small	{
	font-size: 75%;
	}
a	{
        color: inherit;
	text-decoration: none;
	}
.noprint {
	display: none;
	}
#wrap	{
	width: 960px;
	padding: 0 15px;
	margin: 10px auto;
	}
#header {
	height: 100px;
	margin: 0 0 25px 0;
	border-bottom: 2px solid #999;
	}
#header h1 {
	margin: 15px 0 0 0;
	font-size: 30px;
	}
#header h1 small {
	font-size: 20px;
	padding-left: 20px;
	font-weight: normal;
	}
#header .description {
	margin: 15px 0 0 35px;
	font-size: 1.5em;
	}
#header img {
	display: none;
	}
#content {
	clear: both;
	background: #fff;
	margin: 15px 6px 0 4px;
	padding: 0;
	}
#footer {
	clear: both;
	border-top: 1px solid #999;
	margin: 15px 6px 0 4px;
	padding: 3px;
	font-size: 85%;
	color: #544;
	}
.sitecredit {
	width: 150px;
	background: #555;
	float: left;
	}
#footer a {
	color: #544;
	}
div.clear {
	clear: both;
	}

/* ************************************************************** */
/*                 POST STYLES                                    */
/* ************************************************************** */

.post {
	margin: 0 4px;
        padding: 8px 5px;
        }

.post .narrow, .post .events {
	padding: 0 75px;
	}

.post h2 {
	font-size: 25px;
        margin: 5px 0;
	font-weight: normal;
	}
.post .entry h2 {
        font-size: 20px;
        line-height: 2em;
        background: transparent;
        }

.post h3 {
        font-size: 20px;
        color: #a74d45;
        font-weight: normal;
        padding: 15px 0 5px 0;
        }
.post p {
        line-height: 1.3em;
        margin: .8em 0;
        }
img.alignleft {
	float: left;
	margin: 0 8px 2px 0;
	}
img.alignright {
	float: right;
	margin: 0 0 2px 8px;
	}
img.aligncenter {
	margin-left: auto;
	margin-right: auto;
	}

ol	{
	list-style-type: none;
	}
.commentnum {
	float: left;
	font-weight: bold;
	color: #999;
	font-size: 2.7em;
	line-height: 1em;
	margin-right: 10px;
	}

blockquote {
	color: #333;
	margin: 0px 40px 10px 40px;
	padding: 0px 10px;
	background: #f5f5f5;
	border-top: 2px solid #000;
	border-bottom: 1px solid #000;
	}					
blockquote blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}
cite	{
	margin: 0 40px 0 0;
	display: block;
	text-align: right;
	}
blockquote cite {
	margin: 0 10px 0 0;
	}
blockquote.pullquote {
	width: 200px;
	font-size: 1.4em;
	font-weight: bold;
	font-style:italic;
	text-align: center;
	float: left;
	margin: 0 0 2px 8px;
	}
blockquote.pullquote p:first-letter {
	text-transform: uppercase;
	}
blockquote.pullquote p:after {
	content: ".";
	}
blockquote.alt {
	float: right;
	margin: 0 8px 2px 0;
	}

/* ************************************************************** */
/*                 NAV STYLES                                     */
/* ************************************************************** */

#nav, #topnav
	{
	display: none;
        }

/* ************************************************************** */
/*                 WIDGETS & STUFF                                */
/* ************************************************************** */

.omitprinting,
.sidebar,
.post-date,
.pdf24Plugin-cp-box,
h3#respond,
#commentform,
#cancel-comment-reply,
.subscribe-to-comments,
form,
p.btc-powered,
.linkwithin_hook,
.menu
	{
	display: none;
	}


