/* article.css
 * Cascading Style Sheet for seanho.com essays/articles
 * http://www.w3.org/TR/CSS2/
 */
@import "http://seanho.com/seanho.css";

p { 
  line-height: 1.4em;
  margin: 2em;
  text-align: justify;
}

h1, h2, .dropcap, .pullquote { color: #00577a; }
h1 { 
  text-align: right;
  letter-spacing: 0.6em;
}

.dropcap {
  float: left;
  font-size: 4em;
  line-height: 0.8em;
  font-weight: bold;
  font-family: "Georgia", "Times", serif;
  padding: 0.1em;
}

blockquote {
  width: 70%;
  background-color: #f0e0ea;
  font-family: "Palatino", "Garamond", "Georgia", "Times", cursive;
  font-style: italic;
}
.article {
  border-left: thin solid #aaa;
  border-right: thin solid #aaa;
  width: 80%;
}
@media print {
  .article { width: 100%; }
}
.footnotes {
  font-style: italic;
  text-align: left;
  font-size: 0.8em;
}

.pullquote { float: right;
  text-align: left;
  margin: 0.25em 0em 0.25em 0.75em;
  padding: 0.5em;
  width: 40%;
  border: 3px double #ccc;
  border-width: 3px 0;
  font: italic 1.5em "Georgia";
}
.l { float: left; 
  text-align: right;
  margin: 0.25em 0.75em 0.25em 0em;
}

.pullquote b { font-size: 120%; }

