/*   
Letter Style
*/

* {
  margin: 0;
  padding: 0;
}

body {
	background: white;
}

a {
/*   color: #8f0c03; */
  outline: none; /* this gets rid of that annoying dotted outline in Firefox */
}


#blog {
  max-width: 460px;
  min-width: 270px;
  padding: 0 1em;
  margin: 2em auto;
}

.entryheader h1 {
  font: 150%/1.2 'Baskerville', 'Georgia';
}

.single .entryheader h1 {
  font: 250%/1.0 'Baskerville', 'Georgia';
/*   font-style: italic; */
}

.entryheader h1 a {
  color: black;
  text-decoration: none;
}

.single .entryheader h1 a {
  color: black;
  text-decoration: none;
}

.single .entryheader h2 {
  font: 85%/1.0 'Baskerville', 'Georgia';
/*   font-weight: bold; */
  margin: 1em 0 2em 0;
}

.entryheader h2 {
  font: 85%/1.2 'Baskerville', 'Georgia';
/*   font-weight: bold; */
  margin: 0 0 2em 0;
}

.entrybody {
  font: 14px/2.0 'Georgia';
  text-align: justify;
  margin-top: 3em;
}

.entrybody a {
  color: black;
  text-decoration: underline;
}

.entrybody p {
  margin: 1.5em 0;
}

.entrybody > p:first-child:first-line,
.entrybody hr + p:not([class=copyright]):not([class=donate]):first-line {
  font-variant: small-caps;
  font-size: 120%;
/*   color: red; */
}

.entrybody > p:first-child:first-letter {
/*   font-size: 300%; */
}

.entrybody hr {
  border: none;
  height: 3em;
  background: url(swash.gif) center center no-repeat;
}

.entrybody .copyright {
  font: 75%/1.0 'Baskerville', 'Georgia';
/*   font-weight: bold; */
  margin: 1em 0 2em 0;
  text-align: center;
}


code {
  font-family: "Andale Mono", "Lucida Console";
}

p.ad1 {
  text-align: center;
  font: 250%/1.0 'Baskerville', 'Georgia';

}

p.ad1 a {
	color: #115da6;
	text-decoration: underline;
}

p.ad2 {
	text-align: center;
  font: 75%/1.25 'Baskerville', 'Georgia';
  margin-top: 1em;
}