ul, ol {
  list-style: none; }

h1, h2, h3, h4, h5, h6, pre, code {
  font-size: 1em;
  font-weight: normal; }

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input, dl, dt, dd {
  margin: 0;
  padding: 0; }

a img, :link img, :visited img, fieldset {
  border: none; }

address {
  font-style: normal; }

header, section, article, nav, footer, hgroup {
  display: block; }

mark {
  background: transparent; }

body {
  font-family: "french-canon-1", "french-canon-2", arial, sans-serif;
  color: black;
  background: black; }

#content {
  background: white; }

a {
  text-decoration: none;
  color: black; }

header h1 {
  text-align: center;
  padding: 40px 0 80px 0; }
  header h1 a {
    font-size: 36px;
    line-height: 80px;
    text-transform: uppercase; }
  header h1:before, header h1:after {
    font-family: "double-pica-1", "double-pica-2", arial, sans-serif;
    position: relative;
    top: 6px;
    content: "(";
    font-size: 80px; }
  header h1:after {
    content: ")"; }

nav {
  text-align: center;
  text-transform: uppercase;
  padding-bottom: 60px; }
  nav a {
    margin: 0 20px; }
    nav a:hover {
      color: #685e07; }

footer {
  background: black;
  color: white;
  padding: 20px 0 0 0;
  line-height: 20px;
  text-align: center; }
  footer p {
    padding: 0 0 20px 0; }
  footer a {
    color: white;
    border-bottom: 1px dotted white; }
    footer a:hover {
      color: #9b8e22;
      border-color: #9b8e22; }

section#posts {
  width: 460px;
  margin: 0 auto; }
  section#posts article {
    position: relative;
    margin: 0 0 60px 0; }
    section#posts article h1 {
      font-family: "double-pica-1", "double-pica-2", arial, sans-serif;
      font-size: 24px;
      line-height: 32px;
      margin: 0 0 10px 0; }
      section#posts article h1:hover {
        color: #685e07; }
    section#posts article p, section#posts article ul, section#posts article ol {
      font-size: 14px;
      line-height: 22px;
      margin: 0 0 15px 0; }
      section#posts article p a, section#posts article ul a, section#posts article ol a {
        border-bottom: 1px dotted black; }
        section#posts article p a:hover, section#posts article ul a:hover, section#posts article ol a:hover {
          color: #685e07;
          border-color: #685e07; }
    section#posts article ul {
      list-style-type: disc;
      padding: 0 40px; }
      section#posts article ul li {
        margin: 0 0 10px 0; }
    section#posts article a.permalink {
      font-size: 86px;
      line-height: 86px;
      position: absolute;
      left: -60px;
      top: -35px; }
      section#posts article a.permalink:hover {
        color: #9b8e22; }
