/*
 * Color scheme based on cover.
 * ----------------------------
 * background: #ffd5fb; // + 102
 * background: #f7cdf3; // + 94
 * background: #efc5eb; // + 86
 * background: #e7bde3; // + 78
 * background: #dfb5db; // + 70
 * background: #d7add3; // + 62
 * background: #cfa5cb; // + 54
 * background: #c79dc3; // + 46
 * background: #bf95bb; // + 38
 * background: #b78db3; // + 30
 * background: #af85ab; // + 22
 * background: #a77da3; // + 14
 * background: #9f759b; // + 6
 * background: #996f95; // + 0
 */

body {
  background: #fdf;
  margin: .5in 1in;
  font-weight: 100;
  font-family: "Gill Sans", "Bitstream Vera Sans", sans-serif;
}

p {
  line-height: 1.5;
}

h1 {
  font-size: 120%;
  margin-bottom: 0;
  padding-bottom: 0;
  font-weight: normal;
}

/* These are the default colors for Firefox. They go well with the color scheme. */
a:link {text-decoration: none; color: #0000ee; }
a:visited {text-decoration: none; color: #551a8b; }
a:active {text-decoration: none}
a:hover {text-decoration: underline; }

img { border: none; }

#intro { margin-top: 0; font-size: 140%; }

#titlelink {
  letter-spacing: 1pt;
  font-weight: 400;
  font-variant: small-caps;
}

#banner {
  text-align: center;
  font-style: italic;
  padding-bottom: 12pt;
  font-size: 120%;
  font-weight: 900;
  color: #996f95;
}

#cover {
  text-align: center;
  padding: 0pt 12pt 0pt 0pt;
}

#blurbs {
  font-size: 90%;
}

b { font-weight: 400; }

#buyit {
 text-align: center;
 padding-top: 6pt;
 font-weight: 700;
}

#buyit ul {
  list-style-type: none;
  padding: 6pt 0 0 0;
  margin: 0pt;
}

#subject-list {
 float: right;
 padding: 3pt;
 margin: 0pt 12pt;
 background: #e7bde3;
}

#subject-list p {
  text-align: center;
  font-weight: 300;
  letter-spacing: 1pt;
  font-variant: small-caps;
  list-style: none;
  padding: 3pt 1em;
  margin: 0pt;
  border-bottom: 1pt dotted #996f95; 
}

#subject-list p:first-child {
 border-top: 1pt dotted #996f95; 
}

#subject-list p.current {
  font-weight: 800;
  letter-spacing: 0pt;
  color: #551a8b;
}

#author { clear: both; }

#author h1 {
  width: 100%;
  border-bottom: thin solid black;
  margin-bottom: 6pt;
}

#author p {
 font-size: 90%;
}

#headshot {
  float: left;
  padding: 0pt 12pt 12pt 0pt;
}

.subject-header {
  margin-top: 0;
  font-size: 200%;
}

table, tr, td { padding: 0; margin: 0; }

td {
  vertical-align: top;
}

.left {
 width: 20%;
}

.middle {
  padding: 0 2em;
}

.right {
  width: 23%;
}

.errata_printings {
  font-size: 80%;
}
