/* RESET CODE  */
html, body, div, span, applet, object, iframe, 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,
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-weight: inherit;
	font-style: inherit;
	font-size: 97%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1.3em;
	color: #444;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* body, text and anchors */

body {
	background: #eee;
	font-family: verdana, sans serif;
}
div#bgtop {
	background: url(images/bgpatfade2.png) repeat-x;
}
p {
	text-align: justify;
	margin: 1em 0 0 0;
}
h1, h2, h3, h4, h5, h6 {font-weight: normal; margin: 0.5em 0;} h1 {font-size:1.3em;} h2 {font-size:1.2em;} h3 {font-size:1.1em;} h4 {font-size:1em;} h5 {font-size:0.9em;} h6 {font-size:0.8em;}

a {color:#FF8800; text-decoration:none;} a:hover {color:#FFA455; text-decoration:underline;} a:visited {color:#FF8800;}

/* remains */

div#wrapper {
	background: url(images/boxtop.png) top no-repeat;
	width: 800px;
	margin: 0 auto;
	padding-top: 40px;
}
div#header {
	background: url(images/hdrbg.png) -120px 0 #fff;
	width: 798px;
	height: 166px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

div#hdr {
	background: transparent url(images/hdrlogonav.png) -120px 0;
	width: 798px;
	height: 166px;
	position: relative;
}
a#logo {
	display: block;
	height:79px;
	left:101px;
	position:relative;
	top:21px;
	width:212px;	
}

div#menu {
	position: absolute;
	top: 87px;
	right: 18px;
}

div#menu ul li a {
	display: block;
	text-indent: 200px;
	overflow: hidden;
	background-image: url(images/nav.png);
}

/* nav menu items */
li.page-item-2 a {
	margin: 0 18px 0 0;
	width: 40px;
	height: 17px;
	background-position: 0 -31px;
}
li.page-item-2 a:hover {
	background-position: 0 -1px;
}
li.page-item-14 a {
	margin: 2px 20px 0 0;
	width: 62px;
	height: 18px;
	background-position: -58px -33px;
}li.page-item-14 a:hover {
	background-position: -58px -3px;
}
li.page-item-16 a {
	margin: 5px 23px 0 0;
	width: 54px;
	height: 19px;
	background-position: -140px -36px;
}
li.page-item-16 a:hover {
	background-position: -140px -6px;
}
li.page-item-7 a {
	margin: 9px 0 0;
	width: 69px;
	height: 20px;
	background-position: -217px -40px;
}
li.page-item-7 a:hover {
	background-position: -217px -10px;
}

div#menu ul li ul {
left:-999em;
position:absolute;
}

/*div#menu ul li:hover ul {
	left:auto;
}*/

.entry-meta {
	clear:both;
	text-transform: lowercase;
	color: #ffa455;
	margin: 20px;
	font-size: 0.8em;
}
.entry-title {
	clear:both;
	text-align: center;
	text-transform: uppercase;
	color: #ffa455;
	font-size: 0.9em;
}
.entry-date {
	color: #ddd;
}

div#container {
	background: #fff;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
div#content {
	margin: -20px 20px 0;
}
div#container div.post {
}
div.entry-content {
}
div#post-16 div.entry-content {
	width: 798px;
	margin-left: -10px;
}
div#post-14 div.entry-content {
	width: 450px;
	margin-left: 165px;
}
div#post-7 div.entry-content {
	margin-left: 100px;
}
.bedford {
	background: url(images/burnout.png);
	height: 250px;
	width: 350px;
	float: right;
	margin: 30px -20px 0 0;
}
.pbanner {
	background: url(images/banner.png);
	clear: both;
	width: 798px;
	min-height: 169px;
	margin-left: -20px;
	border-top: 1px solid #fff;
}
.pbanner div {
	margin-top: 20px;
}
.pbanner a {
	/*color:#f5b12a!important;*/
	color: #fff!important;
}
.pbanner a:hover {
	color:#ffcc66!important;
}
.pbleft {
	float:left;
	margin-left: 55px;
	width: 380px;
	color: #fff;
	font-size: 1.3em;
}
.pbleft h2 {
}
.pbright {
	float:right;
	margin-right: 70px;
	color: #462500;
}
.pbanner li {
	list-style-type: circle;
}
form#commentform .form-label {
margin:1em 0 0;
}

form#commentform span.required {
background:#fff;
color:#c30;
}

form#commentform,form#commentform p {
padding:0;
}

input#author,input#email,input#url,textarea#comment {
padding:0.2em;
}

div.comments ol li {
margin:0 0 3.5em;
}

textarea#comment {
height:13em;
margin:0 0 0.5em;
overflow:auto;
width:66%;
}

.alignright,img.alignright{
float:right;
margin:1em 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:1em 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

div.gallery {
clear:both;
height:180px;
margin:1em 0;
width:100%;
}

p.wp-caption-text{
font-style:italic;
}

div.gallery dl{
margin:1em auto;
overflow:hidden;
text-align:center;
}

div.gallery dl.gallery-columns-1 {
width:100%;
}

div.gallery dl.gallery-columns-2 {
width:49%;
}

div.gallery dl.gallery-columns-3 {
width:33%;
}

div.gallery dl.gallery-columns-4 {
width:24%;
}

div.gallery dl.gallery-columns-5 {
width:19%;
}

div#nav-above {
margin-bottom:1em;
}

div#nav-below {
margin-top:1em;
}

div#nav-images {
height:150px;
margin:1em 0;
}

div.navigation {
height:1.25em;
}

div.navigation div.nav-next {
float:right;
text-align:right;
}

div.sidebar {
	display: none;
}

div.sidebar h3 {
font-size:1.2em;
}

div.sidebar input#s {
width:7em;
}

div.sidebar li {
list-style:none;
margin:0 0 2em;
}

div.sidebar li form {
margin:0.2em 0 0;
padding:0;
}

div.sidebar ul ul {
margin:0 0 0 1em;
}

div.sidebar ul ul li {
list-style:disc;
margin:0;
}

div.sidebar ul ul ul {
margin:0 0 0 0.5em;
}

div.sidebar ul ul ul li {
list-style:circle;
}

div#menu ul li,div.gallery dl,div.navigation div.nav-previous {
float:left;
}

div#header,div#footer {
text-align:center;
}
div#footer {
	background: url(images/boxbot.png) top no-repeat #eee;
	height: 50px;
}
div#footer span {
	color: #ccc;
	font-size: 0.7em;
}


input#author,input#email,input#url,div.navigation div {
width:50%;
}

div.gallery *,div.sidebar div,div.sidebar h3,div.sidebar ul {
margin:0;
padding:0;
}