body {
  font-family: Verdana, Bitstream Vera Sans, sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #221;
}

img {
  border: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, Times New Roman, Bitstream Vera Serif, serif;
  color: #A65C05;
  font-weight: normal;
}

#navigation {
	float: left;
	width: 100%;
}

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

#navigation ul {
  margin: 0 0 0 35px;
  padding: 0;
}

#navigation li {
  float: left;
}

#navigation a {
	float: left;
	font-weight: bold;
  font-size: 70%;
  padding: 4px 8px;
  margin: 0 2px 0 0;
  text-decoration: none;
  display: block;
  color: #fff;
  background: #1D2328;
  width: 9em;
}

#navigation a:hover,
#navigation a#buy-book:hover {
  color: #fff;
  background: #5cc605;
}

#navigation a#buy-book {
  background: #3ca600;
}

#shopping ul {
  list-style: none;
  margin: 0 0 0 0px;
  padding: 0;
  float: left;
}

#shopping li {
}

#shopping a {
  font-size: 100%;
  padding: 4px 8px;
  margin: 0 2px 3px 0;
  text-decoration: none;
  display: block;
  color: #fff;
  background: #3ca600;
  width: 200px;
}

#shopping a:hover {
  color: #fff;
  background: #5cc605;
}

#banner {
  height: 89px;
  background: url(images/banner-bg.png);
}

#banner #portrait {
  position: absolute;
  top: 0;
  right: 50px;
}

#main {
  padding: 0 35px 0 35px;
}

.vcard {
  font-family: Courier, monospace;
}

blockquote {
  background: #f5f5ff url(images/quotes.png) no-repeat;
  font-style: normal;
  margin: 15px 30px 20px 10px;
  padding: 10px 30px 0 36px;
}

blockquote div.source {
  margin-top: 5px;
  text-align: right;
  color: #555;
  font-style: italic;
}

#featured_book h2 {
  height: 44px;
  border: none;
  background: url(images/latest-bug.png) no-repeat;
  padding: 9px 0 0 60px;
  margin: 10px 0 5px -25px;
  font-style: italic;
}

#featured_book #defiant-gardens-jacket {
  float: right;
  margin: 0 0 15px 25px;
  padding: 10px;
  border: 1px solid #ccc;
}

.amazon-ad {
  float: left;
  padding: 0 20px 15px 0;
}

.publisher {
  font-style: italic;
}

.book h3 {
  font-style: italic;
  margin-top: 2em;
  border-bottom: 1px dotted #ccc;
}

/* events
-------------------------------------------------------------------- */

.vevent {
  margin: 0 0 1em 0;
}

.vevent abbr {
  border: none;
}

.vevent .summary {
  font-style: italic;
}

.vevent .dtend,
.vevent .dtstart {
  font-weight: bold;
}

.vevent .description {
  margin: 5px 0 0 1px;
  padding-left: 7px;
  border-left: 2px solid #ccc;
}

/* books
-------------------------------------------------------------------- */

.isbn {
  color: #959595;
  font-size: 70%;
}

/* self-clearing floats
-------------------------------------------------------------------- */

#shopping:after {
  content: '.';
  visibility: hidden;
  height: 0;
  display: block;
  clear: both;
}