/* Bob Uhl's literature site design */
@import url("/~ruhl/core.css");

body {
  background-color: #ffffcc;
  color: #330808;
}

h1.title {
  font-size: xx-large;
  text-align: center;
}

h2.subtitle {
  font-size: x-large;
}

h3.author {
  font-size: large;
}

a:link {
  color: #880022;
}

a:visited {
  color: #660022;
}

a:hover {
  color: #884422;
}

a:active {
  color: #884422;
}

p {
  margin-bottom: 0;
}

p.note:first-letter {
  font-size: 100%;
  font-weight: bold;
}

.note {
  font-weight: bold;
}

p:first-letter{
  font-size: 150%;
  font-weight: bold;
/*  float: left; */
}

p.abstract {
  font-style: italic;
  font-size: small;
  margin-left: 33%;
  margin-right: 33%;
}

/* indent paragraphs */

p + p {
  text-indent: 1.5em;
  margin-top: 0;
}

p + p:first-letter {
  font-size: 100%;
  font-weight: normal;
}

p.nocap:first-letter {
  font-size: 100%;
  font-weight: normal;
}

/* thematic breaks; they don't get indents, but instead vertical margins */

p.stb { text-indent: 0; margin-top: 0.83em }
p.mtb { text-indent: 0; margin-top: 2.17em }
p.ltb { text-indent: 0; margin-top: 3.08em }

.icap {
  font-size: 120%;
  font-weight: bold;
}

.drcap {
  font-size: 200%;
  float:left;
}

address {
  text-style: italic;
  margin-top: 1em;
}

address.first-letter {
  text-size: 100%;
  text-weight: normal;
}
