body {
  color: black;
  background-color: white;
}

:link { color: rgb(0, 0, 0) }
:visited { color: rgb(0, 0, 0) }

h1 {
  font-size: 140%;
  text-align: center;
  font-variant: small-caps;
  font-weight: normal;
  letter-spacing: 0.5em;
  margin-top: 2em;
  margin-bottom: 0em;
}

/* H1s on the home page are slightly different */
#homepage h1 {
  font-size: 200%;
  letter-spacing: 0.25em;
  margin-bottom: 1em;
}

h2 {
  font-size: 200%;
  text-align: center;
  font-variant: small-caps;
  font-weight: normal;
  letter-spacing: 0.25em;
  margin-top: 0.25em;
  margin-bottom: 1em;
}

h3 {
  clear: both;
  margin-left: 25%;
  margin-right: 25%;
  font-size: 90%;
  text-align: left;
  font-variant: small-caps;
  font-weight: normal;
  letter-spacing: 0.2em;
  padding-top: 15px;
  margin-bottom: -0.25em;
}

h4 {
  clear: both;
  margin-left: 25%;
  margin-right: 25%;
  font-size: 80%;
  text-align: left;
  font-weight: bold;
  padding-top: 10px;
  margin-bottom: -0.25em;
}

p {
  display: block;
  clear: both;
  center;
  /*max-width: 40em;
  min-width: 20em;*/
  margin-left: 25%;
  margin-right: 25%;
  font-size: 80%;
  font-style: normal;
}

ul {
  display: block;
  clear: both;
  /*max-width: 40em;
  min-width: 20em;*/
  margin-left: 25%;
  margin-right: 25%;
  font-size: 80%;
  font-style: normal;
}

/* header and encompassing item links are plain */
/* Note: links in the description of an item aren't touched. */
h1 a, div.item > a {
  text-decoration: none;
}

div.item {
  clear: both;
  padding-top: 20px;
  margin-left: 25%;
  margin-right: 25%;
  text-align: right;
}

div.item img {
  border: 2px solid black;
  float: left;
  /* Make sure the text doesn't touch the image */
  margin-right: 0.5em;
}

div.item .chapter {
  display: block;
  font-size: 120%;
  font-variant: small-caps;
}

div.item .art_date {
  display: block;
  font-size: 80%;
  font-style: italic;
  padding-bottom: 0.5em;
}

div.item .file {
  display: block;
  font-size: 80%;
  font-style: normal;
}

div.item .description {
  /* Prevent the description from occuping the image's space if no image is present */
  display: block;
  margin-left: 150px;
  font-size: 80%;
  font-style: italic;
}

div.shallowitem {
  clear: both;
  padding-top: 0px;
  margin-left: 25%;
  margin-right: 25%;
  text-align: right;
}

div.shallowitem .description {
  /* Prevent the description from occuping the image's space if no image is present */
  display: block;
  margin-left: 120px;
  font-size: 80%;
  font-style: italic;
}

div.shallowitem .file {
  display: block;
  margin-left: 120px;
  font-size: 80%;
  font-style: normal;
}

/* Haven't touched the showcase styles */
div.showcase {
  clear: both;
  padding-top: 20px;
  margin-left: 10%;
  margin-right: 10%;
  text-align: center;
}
div.showcase img {
  border: 2px solid black;
  text-align: center;
}
div.showcase .chapter {
  display: block;
  padding-top: 20px;
  font-size: 120%;
  font-variant: small-caps;
  margin-left: 120px;
  margin-right: 120px;
}

div.showcase .art_date {
  display: block;
  font-size: 80%;
  font-style: italic;
  padding-bottom: 0.5em;
  margin-left: 120px;
  margin-right: 120px;
}

div.showcase .description {
  /* Prevent the description from occuping the image's space if no image is present */
  display: block;
  margin-left: 120px;
  font-size: 80%;
  font-style: italic;
  margin-left: 150px;
  margin-right: 150px;
}

div.showcase .tagline {
  font-size: 80%;
  font-style: italic;
  /*padding-top: 1.75em;*/
  margin-left: 120px;
  margin-right: 120px;
}

img.centerimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* footer descriptions */
div#footer {
  clear: both;
  font-size: 60%;
  font-family: sans-serif;
  text-align: center;
  padding-top: 30px;
}
div#footer span {
  display: block;
}

