html {
margin: 0px;
padding: 0px;
background: #fd9206;
}

body {
margin: 0px auto 0px auto;
padding: 0px;
line-height: 130%;
font: small verdana, sans-serif;
}

#thepage {
position: relative;
top: 0px;
left: 0px;
margin: 0px auto 0px auto;
padding: 0px;
width: 750px;
}

#nav {
position: absolute;
top: 20px;
left: 0px;
width: 250px;
background: #fff;
padding: 0px;
text-align: center;
}

#mainnav {
padding: 10px;
background: url(/images/bg.jpg) no-repeat #ccc;
}

#pagebody {
position: absolute;
top: 10px;
left: 250px;
width: 480px;
background: #fff;
padding: 10px;
margin-bottom: 10px;
border-top: #999 solid 10px;
border-bottom: #999 solid 10px;
}

A { color: #000; text-decoration: underline; }
A:link { color: #000; text-decoration: underline; }
A:visited { color: #000; text-decoration: underline; }
A:active { background: #fd9206; text-decoration: underline; }
A:hover { background: #fd9206; text-decoration: underline; }
A:hover img { background: #ccc; }
h1 A:link { color: #fff; text-decoration: none; }
h1 A:visited { color: #fff; text-decoration: none; }
h1 A:active { color: #fff; text-decoration: none; }
h1 A:hover { color: #fff; background: transparent; text-decoration: none; }

img {
border: 0px;
}

.sitetitle {
background: #fd9206;
color: #fff;
margin: 0px;
}

.sitetitle h1 {
margin: 0px;
padding: 0px;
font-size: 300%;
font-weight: normal;
line-height: 80%;
}

h2 {
margin: 0px;
font-size: 120%;
}

.homeof {
margin-top: 0px;
margin-bottom: 5px;
}

h2.booktitle {
margin-top: 0px;
}

.subtitle {
margin: 0px;
font-size: 110%;
font-style: italic;
}

.authors {
margin-top: 10px;
margin-bottom: 0px;
}

.booklink {
margin-top: 10px;
margin-bottom: 10px;
font-weight: bold;
}

.categories ul, .categories ul li, .archives ul, .archives ul li {
display: block;
margin: 0px;
padding: 0px;
}

.categories li {
font-weight: bold;
}

.search, .categories, .archives, .feed {
text-align: left;
}

#nav h3 {
background: #999;
font-size: 80%;
color: #fff;
padding: 2px 2px 2px 5px;
margin: 15px 0px 5px 0px;
}

.archives select, .archives form {
margin: 0px;
}

.search {
margin: 15px 0px 10px 0px;
}

.search #search {
width: 158px;
}

.feed img {
vertical-align: middle;
}


.date-header {
color: #777;
text-transform: uppercase;
font-weight: normal;
font-size: 110%;
}

.entry-header {
font-size: 110%;
}

.entry-footer, .comment-footer {
font-size: 85%;
padding-bottom: 4px;
border-bottom: 1px solid #999;
}

#pagebody h1 {
margin: -10px -10px 10px -10px;
padding: 0px 10px 10px 10px;
font-size: 130%;
background: #999;
color: #fff;
}

#pagebody h3.comments-header, #pagebody h3.trackbacks-header, #pagebody h3.comments-open-header {
background: #999;
font-size: 100%;
color: #fff;
padding: 2px 2px 2px 5px;
margin: 15px 0px 5px 0px;
}

