﻿html, body {
  margin: 0;
}
.wrap {
  width: 760px;
  margin: 0 auto;
  padding-bottom: 0;
  border: 1px solid black;
} 
.masthead {
  border-bottom: 1px solid black;
}
.header h1 {
  font: 48px Arial Narrow;
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px 20px;
  text-align: center;
  border-bottom: 1px solid black;
  color: #872c2c;
}
.header h2 {
  font: 16px Arial;
  font-weight: bold;
  margin: 0;
  padding: 0 0 5px 0;
  text-align: center;
  border-bottom: 1px solid black;
}
.header a.home {
  text-decoration: none;
  color: #872c2c;
  position: relative;
  top: 50px;
  left: 10px;
  font: 13px Arial;
  font-weight: bold;
}
.content {
  padding: 10px;
}
.right-column {
  /*padding: 0 0 0 150px;*/
}
.content .dropcap {
  color: #872c2c;
  font: 52px Arial;
}

.dropcap2row::first-letter {
  text-indent: 0;
  margin-top: 0;
  color: #872c2c;
  font-size: 3em; /* Adjust size as needed */
  float: left;
  line-height: 0.75; /* Adjust to align the letter with two lines */
  margin-right: 0.1em; /* Adjust spacing between drop cap and text */
  font-family:Arial, Helvetica, sans-serif;
}

.content p {
  line-height: 20px;
  margin: 0;
  text-indent: 24px;
}
.content p.first {
  text-indent: 0;
  margin-top: 0;
}
.content ul.nav {
  float: left;
  font: 13px Arial Narrow;
  list-style: none;
  padding: 0 10px 10px 0;
  margin: 0;
}
.content ul.nav li {
  margin: 0;
  padding: 0 0 1px 0;
  list-style-type: none;
}
.content ul.nav a {
  display: block;
  background-color: #872c2c;
  color: #fff;
  padding: 3px 8px 3px 8px;
  text-decoration: none;
}
.content ul.nav a:hover {
  background-color: #bc5e5e;
}
.content ul.nav a.selected {
  background-color: #bc5e5e;
}
.content ul.books {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.content ul.books li {
  text-align: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer {
  text-align: center;
  clear: both;
  margin-bottom: -5px;
}
.footer h1 {
  color: #872c2c;
  font: 14px Arial Narrow;
}
.footer h2 {
  font: 20px Arial Narrow;
  font-weight: bold;
  font-style: italic;   
}

.footer ul.books {
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer ul.books li {
  display: inline-block;
  text-align: center;
  margin: 0 26px 0 14px;
  padding: 0;
  list-style-type: none;
}

.big-arrow {
  width: 18px;
  height: 18px;
  display: inline-block;
  line-height: 0;
  margin-bottom: -5px;
}

.blurb {
	width: 205px;
	padding: 15px 5px 15px 5px;
}

.content ul.nav .blurb > a {
	display: inline-block;
	background: transparent;
	color: #333;
	font-size: 14px;
	font-weight: bold;
	line-height: 140%;
	text-decoration: underline;
	padding: 0;
	margin: 0;
}
