/* Styling and markup originally used at http://federali.st/ */

/* Undo default HTML styling of some elements */

abbr {
  border: 0;
}

dfn, em, q, strong {
  font-style: normal;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
}

/* Basic layout */

body {
  margin: 1.3125em auto 0 auto;
  max-width: 95%;
}

p {
  margin: 1.3125em 0;
  padding: 0;
}

a.permalink {
  display: none;
}

.hentry {
  margin: 1em auto;
  width: 40em;
}

p:hover a.permalink, h2:hover a.permalink, h3:hover a.permalink, li:hover a.permalink {
  display: inline;
}

#other, #xrefs {
  list-style-type: none;
}

#salutation p {
  float: left;
  font-size: 0.75em;
  margin-left: 3.5em;
  text-align: left;
  width: 15em;
}
#salutation p:first-child {
  margin-left: 0;
}

/* Typography */

/*  6pt = 0.375em
 *  7pt = 0.4375em
 *  8pt = 0.5em
 *  9pt = 0.5625em
 * 10pt = 0.625em
 * 11pt = 0.6875em
 * 12pt = 0.75em
 * 14pt = 0.875em
 * 16pt = 1em
 * 18pt = 1.125em
 * 21pt = 1.3125em
 * 24pt = 1.5em
 * 36pt = 2.25em
 * 48pt = 3em
 * 60pt = 3.75em
 * 72pt = 4.5em
 */

body {
  font-family: "Goudy Old Style", Garamond, "Bookman Old Style", Georgia, Times, serif;
  font-size: 100%;
  line-height: 1.3125;
}

h1 { font-size: 2.25em;   line-height: 1.167; }
h2 { font-size: 1.5em;    line-height: 1.75; }
h3 { font-size: 1.3125em; line-height: 2; }
h4 { font-size: 1.25em;   line-height: 1.05; }
h5 { font-size: 1.125em;  line-height: 1.167; }
h6 { font-size: 1em;      line-height: 1.3125; }

.minor, #salutation, address, .publication, .closing {
  font-style: italic;
}

/* Color */

body {
  color: #000;
  background-color: #ffe;
}

a:link, a:visited {
  text-decoration: none;
  color: #00c;
}

h1 a:link, h1 a:visited {
  color: #000;
}

a:active, a:hover {
  text-decoration: underline;
  color: #00f;
}

h1 a:active, h1 a:hover {
  color: #00f;
}

.meta {
  margin: 0;
  padding: 0 4ex;
  text-align: center;
  border: 1px solid #ccb;
  border-bottom-color: #eed;
  background-color: #eed;
  font-size: 0.875em;
  line-height: 1.5;
}

.meta p {
  margin: 0.75em 0;
  padding: 0;
}

div.entry-content {
  margin: 1em auto;
  text-align: justify;
}

/*h1 { font-size: 3.75em; }
h2 { font-size: 2.25em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3125em; }
h5 { font-size: 1.25em; }
h6 { font-size: 1.125em; }*/

h1, h2, h3, h4, h5, h6 {
  text-align: center;
}

h2.entry-summary {
  margin: 2em 0 0;
}

address, .closing {
  text-align: right;
}

.closing {
  margin-right: 5em;
}
.closing address {
  padding-top: 1em;
}

.entry-title, address .nickname {
  font-variant: small-caps;
}

a.note {
  font-size: 0.75em;
  line-height: 1;
  vertical-align: super;
}

.nav {
  padding-bottom: 1em;
  text-align: center;
}

/* clearfix */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0pt;
  line-height: 0pt;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
html[xmlns] .clearfix {
  display:block;
}
* html .clearfix {
  height:1%;
}
/* end clearfix */
