/* "Holly hack" to fix missing side borders in IE.  A side effect is the
   padding is eliminated so add it back in. */
/* Hide from IE on Mac \*/
* html #main {
  he\ight: 1%;
  padd\ing-top: 1.5em;
}
/* End hiding from IE on Mac */
h2 {
  margin-bottom: 0.5em;
  text-align: left;
}
p {
  margin-left: 2px;
}
#heading h1 {
  margin-bottom: 0.25em;
}
.author {
  margin-top: 0;
  text-align: center;
  font-style: italic;
}
.book-text {
  float: left;
  width: 55%;
  margin-right: 10px;
}
.book-cover {
  float: left;
  width: 256px;
}
.item-box {
  margin: 0;
  border: 1px dotted;
  padding: 10px;
}
.item {
  margin-top: 0;
  margin-bottom: 0.25em;
  margin-left: 3em;
  text-indent: -3em;
}
/* End CSS */

