body {
  font-family: baskerville;
  font-size: 100%;
  line-height: 1.5em;
}

p {
  text-indent: 1em;
}

p:first-child {
  text-indent: 0;
}

blockquote {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 2em;
  font-size: 93%;
  line-height: 1.25em;
}

blockquote p:first-child {
  text-indent: 0;
}

cite, em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

ul {
  margin-left: 1em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

li {
  list-style-type: disc;
  margin-left: 2em;
}

.byline {
  font-style: italic;
  text-align: right;
}

.smallcaps {
  font-size: smaller;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}


/*
 * links
 */

a:link {
  color: #036;
  text-decoration: none;
  border-bottom: 1px dotted gray;
}

a:visited {
  color: #036;
  text-decoration: none;
  border-bottom: 1px dotted gray;
}

a:hover {
  color: #369;
  text-decoration: none;
  border-bottom: 1px solid gray;
}

a:active {
  color: #369;
  text-decoration: none;
  border-bottom: 1px solid gray;
}


/* masthead */

#masthead {
  margin-top: 2em;
  padding-bottom: 3em;
  font-family: futura;
  font-size: 85%;
}


/* logo */

.logo h5 {
  font-family: baskerville;
  font-size: 5.5em;
  line-height: 1em;
  font-variant: small-caps;
  color: #888;
}

.logo a:link {
  color: #888;
  text-decoration: none;
  border-bottom: none;
}

.logo a:visited {
  color: #888;
  text-decoration: none;
  border-bottom: none;
}

.logo a:hover {
  color: #369;
  text-decoration: none;
  border-bottom: 1px solid gray;
}

.logo a:active {
  color: #369;
  text-decoration: none;
  border-bottom: 1px solid gray;
}


/*
 * content blocks
 */

/* title-content */

.title-content {
  text-align: right;
  padding-bottom: 2em;
}

.title-content h1 {
  font-style: italic;
  font-size: 197%;
  line-height: 1em;
}

.title-content h3 {
  font-size: 116%;
  line-height: 1.5em;
}

.title-content h4 {
  font-family: futura;
  font-size: 85%;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: right;
  margin-top: 4em;
  padding-bottom: 1em;
}

.title-content p {
  font-family: futura;
  font-size: 77%;
  line-height: 1.5em;
}

/* main-content */

.main-content {
  padding-left: 1em;
  padding-right: 1em;
}

.main-content h2 {
  font-size: 116%;
  line-height: 1.25em;
  padding-top: 1.25em;
}

.main-content h3 {
  font-size: 85%;
  line-height: 1.25em;
  padding-top: 1.25em;
}

/* aux-content */

.aux-content {
}

/* book-info-small */

.book-info-small {
  text-align: right;
}

.book-info-small h2 {
  font-style: italic;
  font-size: 116%;
  line-height: 1.25em;
}

.book-info-small h3 {
  font-size: 85%;
  line-height: 1.25em;
  padding-bottom: 2em;
}

/* author-table */

.author-table {
  text-align: center;
  margin: 1em;
}

.author-table td {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* book-excerpt */

.book-excerpt {
  padding-bottom: 1em;
}

.book-excerpt a:link {
  border: none;
}

.book-excerpt a:visited {
  border: none;
}

.book-excerpt a:hover {
  border: none;
}

.book-excerpt a:active {
  border: none;
}

/* buy-button */

.buy-button {
  text-align: right;
  padding-top: 1em;
  padding-bottom: 1em;
}

.buy-button a {
  border: none;
}

