body{
	background: url('images/hbg.png') repeat-x;
}

#bd,#ft,#content{
	width: 960px;
	margin: 0 auto;
}

#ft{
	margin-top: 5px;
	border-top: 1px solid #d92818;
	padding: 5px;
}

.lbg{
	padding-right: 200px;
	text-align: right;
}

.logo{
	margin: 0;
	padding: 0;
	background: url('images/penbg.png');
	height: 80px;
}

.topNav{
	margin: 22px 0px 20px 0px;
	padding: 0;
	text-align: center;
	line-height:0;
}

a,h2{color: #d92818; outline: 0;}
a:visited{color: #d92818}
h3 a{color: #d92818;font-weight: bold;margin-top: 20px;}
h3 a:visited{color: #d92818}

#respond h3{
	color: #000;
	font-size: 120%;
}

html>body .topNav ul {padding-top: 1px; }

.topNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none; 
}
.topNav ul li {display: inline; padding: 0px 5px;}

.current_page_item a,.current-cat a{font-weight: bold;}
.title,.title a{
	margin: 0;
	padding:0;
	color: #fff;
	text-align: center;
}

.main{
	background: #d9d9d9;
	padding: 10px;
}

ul.leftMenu{
	margin: 0;
	padding: 0;
	padding-right:5px;
}

ul.leftMenu li{
	background: #d9d9d9;
	margin-bottom: 5px;
	padding: 5px;
}

/* Begin Images */
p img {
        padding: 0;
        max-width: 100%;
        }

/*      Using 'class="alignright"' on an image will (who would've
        thought?!) align the image to the right. And using 'class="centered',
        will of course center the image. This is much better than using
        align="center", being much more futureproof (and valid) */

img.centered {
        display: block;
        margin-left: auto;
        margin-right: auto;
        }

img.alignright {
        padding: 4px;
        margin: 0 0 2px 7px;
        display: inline;
        }

img.alignleft {
        padding: 4px;
        margin: 0 7px 2px 0;
        display: inline;
        }

.alignright {
        float: right;
        }

.alignleft {
        float: left
        }
/* End Images */

#content {
	width: 940px;
	float: left;
	margin: 0 10px 30px 10px;
}
.post{
	float: left;
	width: 920px;
}
#content h2{
	padding-left: 0;
	padding-bottom: 20px;
}
.wpcf7-form{
margin: 0 auto;
padding:0;
text-align:center;
width:400px;
}
div.wpcf7 p{
	text-align: left;
}
.navigation{
	float: left;
	margin-top: 40px;
	width: 920px;
}

div.category-press,div.category-books{
	border-bottom: 1px dotted red;
}

#respond h2{
	clear: left;
	padding-top: 20px;
	padding-bottom: 10px;
}

strong em{font-weight: bold;}

hr{border:1px solid #D92818;background: none;margin-bottom: 20px;}