/*
 * *****************************************************************************
 * Stephanie Kayne Website
 *
 * /style/books.css - Books Page/Section Styles
 *
 * Assumes: site.css
 * *****************************************************************************
 */

/* -------------------------------------------------------------------------- */
/* Books - General */

h2 {
  color: Maroon;
}

div.block-right-1 {
  border: 1px dotted black;
  float: right;
  margin: 1em 0.5em;
  padding: 0.5em;
  width: 30%;
}

div.block-right-1 h2 {
  margin: 0px;
}

div.book-collection {
  margin: 0px; margin-top: 1em;
  text-align: center;
}

div#status {
}

dt {
  margin-top: 0.6em;
}

/* -------------------------------------------------------------------------- */
/* Books - Book Refs */

div.book-front {
  border: 2px solid black;
  display: inline-block;
  position: relative;
}

div.book-front a {
  background: SaddleBrown url("/image/book2.jpg");
  color: black;
  font-size: 20pt;
  display: inline-block;
  height: 200px;
  width: 200px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
}

div.book-spine {
  background: transparent none;
  /* border: 2px solid black; */
  display: inline-block;
  position: relative;
  margin: 2px;
}

div.book-spine a {
  color: White;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
}

div.book-spine.vertical a {
  height: 200px;
  width: 200px;
}

div.book-spine.horizontal a {
  background: transparent url("/image/book_spine_test_1_horiz.png") no-repeat;
  background-position: center;
  height: 100px;
  width: 600px;
}

div.book-spine a > div {
  margin-top: 20px;
  font-size: 40px;
}

/* -------------------------------------------------------------------------- */
/* Books - Book Chapter */

div.book-chapter {
  background-color: none;
  background-image: url(/image/quill_and_paper_sketch.png), url(/image/quill_and_paper_sketch_hflip.png);
  background-position: right top, left top;
  background-repeat: no-repeat;
  background-size: 20%;
  /* border: 1px solid black; */
  color: Black;
  font-family: "Times New Roman", Times, sans-serif;
  margin: 0px;
  padding: 1em;
}

div.book-chapter h1 {
  border: none;
  /* border: 1px solid Maroon; */
  color: Maroon;
  margin: 0em;
  padding: 1em 0em;
  text-align: center;
}

div.book-chapter p {
  /* border: 1px solid black; */
  margin: 0em;
  padding: 0em 2em;
  text-indent: 2em;
}

/* -------------------------------------------------------------------------- */
/* Books - Chapter Reference */

div.chapter-ref {
  font: normal normal small Arial, Helvetica, sans-serif;
  margin: 1em;
}

div.chapter-ref.next {
  text-align: right;
}
div.chapter-ref.prev {
  text-align: left;
}

div.chapter-ref a {
  /* border: 1px solid black; */
  color: Maroon;
  padding: 0.2em 0.4em;
  text-decoration: none;
}
div.chapter-ref a:link {
  color: Maroon;
}
div.chapter-ref a:visited {
  color: DarkRed;
}
div.chapter-ref a:hover {
  color: Black;
}
