/*layout*/
body {
  background-color: rgb(250,250,250);
}
#page ul#navigation {
  clear: both;
  float: left;
  margin: 0 0 0 -0.4em;
}
* html #page ul#navigation {
  margin: 0 0 0 -0.2em;
}

#page ul#navigation li {
  float: left;
  font-style: italic;
}
#page ul#navigation li a {
  border: 1px solid transparent;
  color: rgb(0,0,0);
  display: block;
  padding: 0.2em 0.4em;
  text-decoration: none;
}
* html #page ul#navigation li a {
  border: 1px solid rgb(250,250,250);
}
#page ul#navigation li a:hover {
  border: 1px solid rgb(170,170,170);
}
#page ul#navigation li a:visited, #footer a:visited {
  color: rgb(80,80,80);
}
#page ul#navigation li a:visited:hover, #footer a:visited:hover {
  color: rgb(0,0,0);
}
#footer a {
  color: rgb(0,0,0);
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#text {
  clear: both;
  float: left;
  margin-bottom: 2em;
  width: 100%;
}
body {
  margin: 0 auto;
  width: 800px;
}
body.home h1 {
  float: left;
  font-size: 3.4em;
  margin: 2em auto;
  width: 100%;
}
.contact p {
  margin-top: 0.8em;
  text-indent: 0;
}
img.portrait {
  margin-bottom: 1em;
}
.photos {
  float: left;
  width: 100%;
  padding-bottom: 1.2em;
}
.photos.twocols p {
  float: left;
  font-size: 80%;
  line-height: 1;
  margin: 0 10px 0 0;
  text-indent: 0;
  width: 390px;
}
.photos.fourcols p {
  float: left;
  font-size: 80%;
  line-height: 1;
  margin: 0 10px 0 0;
  text-indent: 0;
  width: 190px;
}
.photos img {
  margin: 0 0 0.3em 0;
}
.photos a img {
  border: 0;
}
.contact {
  float: left;
  margin: 0 10px 0 0;
  width: 390px;
}
#contact_box {
  background-color: rgb(240,240,240);
  margin: 0;
  padding: 0.5em 0.8em;
}
#contact_box h2 {
  margin: 0 0 0.8em 0;
}
#contact_box p {
  text-indent: 0;
}
div.feature > * {
  align: center;
  text-align: center;
}
div.feature div.deck > div.bookjacket {
  align: center;
}
div.feature div.deck > div.bookjacket {
  width: inherit;
}
div.feature > div.deck div.bookjacket img {
  align: center;
}
div.feature > div.deck div.bookjacket p {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-content: center;
}
div.feature > div.deck div.bookjacket p > a {
  max-width: 50%;
  flex: auto;
  align-self: center;
}
div.deck {
  float: left;
  width: 100%;
}
div.bookjacket {  
  float: left;
  margin: 1em 0 1em 0;
  width: 333px;
}
div.bookjacket + div.bookjacket {
  float: right;
}
.bookjacket img {
  border: 10px solid rgb(240,240,240);
  margin: auto;
}
.bookjacket p {
  margin: 0;
  padding: 0;
}
.bookjacket a {
  background-color: rgb(240,240,240);
  border: 1px solid rgb(200,200,200);
  color: rgb(80,80,80);
  display: block;
  margin: 10px;
  padding: 6px;
  text-align: center;
  text-decoration: none;
  -webkit-box-shadow: 0 0 4px rgb(200,200,200);
  -moz-box-shadow: 0 0 4px rgb(200,200,200);
}
.bookjacket a:hover, .bookjacket a:active {
  background-color: rgb(244,244,244);
  border: 1px solid rgb(210,210,210);
  color: rgb(40,40,40);
}
