
/*
 * Global settings
 */

body { 
  margin-left: 1em;
  margin-right: 1em;
  font-family: Georgia, Serif;
  font-size: small;
  line-height: 145%;
  color: black;
  background: white;
}

p { 
  margin-top: 0.5em; 
}

sup {
  vertical-align: 20%;
  color: #636363;
  background: white;
}

h1, h2, h3, h4 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  margin-bottom: 0.1em;
}

h1 {
  font-size: 160%;
} 

.lead {
  margin-top: 0;
}

h2 {
  font-size: 145%;
  margin-bottom: 0.2em;
}

h3 { 
  font-size: 120%;
  font-weight: bold; 
}

h4 { 
  font-size: 125%; 
  margin-bottom: 0.2em;
}

/* References to source material at bottom of each Entry */

div.sources {
  margin-top: 0px;
  font-size: small;
}

div.sources ol {
  margin-top: 1em;
}

div.sources ol li {
  margin-bottom: 0.2em;
}

/* Settings specific to the mast head (div class="masthead") */

div.masthead {
  margin-left: 25%;
  margin-right: 25%;
  text-align: center;
}

img {
  border: 0;
}

/* Settings specific to the central part of the page (div class="page-main") */

img.inside {
  float: right;
  margin-left: 1em;
}

img.outside {
  text-align: center;
}

div.page-main {
  margin-left: 25%;
  margin-right: 25%;
  padding: 1.5em 0 0 0; 
}

div.page-main li {
  margin-bottom: 0.5em;
}

div.page-main ul li {
  margin-bottom: 0.5em;
  list-style: square outside;
}

div.page-main ul li ul li {
  list-style: square outside;
}

div.page-main ol li {
  margin-bottom: 0.1em;
}

div.page-main a {
  background: white;
  color: #4c4c4c;
}

div.byline {
  color: #777;
  background: white;
  padding-bottom: 1em;
  padding-top: 0.1em;
}

div.byline-links {
  font-variant: small-caps;
  padding-top: 0.1em;
  padding-bottom: 1.1em;
}

div.byline-links a {
  /*display: block;*/
  text-decoration: none;
}

div.byline-links a:hover {
  text-decoration: underline;
}

pre.code {
  font-family: courier, monospace;
  background: #eeeeee;
  padding: 0.5em;
  font-size: 0.9em;
}

blockquote {
  margin-left: 1em;
}

blockquote.quote {
  margin-top: 0;
  margin-bottom: 0.5em;
  margin-right: 0;
  font-style: italic;
  text-align: left;
}

blockquote.quote:before {
  content: open-quote;
}

blockquote.quote:after {
  content: close-quote;
}

blockquote.conversation {
  font-style: italic;
}

blockquote.conversation p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

blockquote.quoted {
  margin-top: 0;
  margin-bottom: 1em;

  margin-right: 0;
  font-style: italic;
  text-align: left;
}

blockquote.pull {
  float: right;
  width: 30%;

  padding-left: 0.5em;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;

  margin-left: 0.5em;
  margin-right: 0;
  margin-top: 0.5em;
  margin-bottom: 0.5em;

  font-family: Arial, Helvetica, sans-serif;
  font-size: medium;
  font-weight: bold;

  border-left: 1px solid gray;
}


/*
 * Styles used on the "Archive" page 
 */

div.synopsis {
  width: 100%;
  margin-bottom: 0.1em;
}

div.synopsis h1 {
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 0.2em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid grey;
  margin-top: 1.2em;
}

span.title a {
 color: black;
 background: white;
 text-decoration: none; 
}

span.title a:hover {
  text-decoration: underline;
}

span.date {
  color: #777;
  margin-left: 1em;
}

span.archive-date {
  color: #777;
  margin-left: 1em;
}

div.warning {
  color: #f00;
  text-align: center;
  font-size: 1.4em;
  font-weight: bold;
}