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: 87%;
}


/* logo */

.logo h1 {
  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 h4 {
  font-family: futura;
  font-size: smaller;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-align: right;
  padding-top: 2em;
  padding-bottom: 1.5em;
}

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

.aux-content {
}

/* book-info-large */

.book-info-large {
  text-align: right;
  padding-bottom: 2em;
}

.book-info-large h2 {
  font-size: 197%;
  line-height: 1em;
}

.book-info-large h3 {
  font-size: 116%;
  line-height: 1.5em;
}

.book-info-large p {
  font-family: futura;
  font-size: 70%;
  line-height: 1.5em;
}


/* book-info-small */

.book-info-small {
  text-align: right;
  padding-bottom: 2em;
}

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

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

.book-info-small p {
  font-family: futura;
  font-size: 60%; /*FIXME*/
}


/* 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;
}
