body {
  background: #EDECE2;
  color: #333; 
}

a {
  color: #DA3A32;
  font-weight: bold;
  text-decoration: none;
  padding: 2px 3px;
}

a:hover {
  background: #DA3A32;
  color: #EDECE2;
  text-shadow: #000 1px 1px 1px;
}

code {
  display: block;
  padding: 10px;
  background: #fff;
  margin: 0 0 1.5em;
}

/**************/

body header {
  border-top: 20px solid #DA3A32;
}

body header h1 {
  font-size: 80px;
  padding-bottom: 0px;
  margin-bottom: 0;
}
  body header h1 span {
    color: #DA3A32;
  }
  
body header p {
  font-size: 10px;
}

body nav {
  margin-top: .5em;
  text-align: right;
}

  body nav ul {
    padding: 0;
    margin: 0;
  }

    body nav ul li {
      display: inline;
      list-style-position: inside;
    }

  section#content article {
    display: block;
    padding-bottom: 1em;
  }
  
    section#content article header {
      display: block;
      border-top: 0;
      font-size: 20px;
      padding-bottom: .5em;
      line-height: 1.2em;
    }
    
    section#content article footer {
      display: block;
    }

    section#content article footer time {
      float: left;
    }

  section#content nav {
    display: block;
    margin-bottom: 1em;
    margin-top: 0;
  }

    section#content nav div {
      font-size: 60px;
      font-weight: bold;
    }

    section#content nav div.next {
      text-align: left;
    }


    section#content nav div a {
      font-size: 36px;
      line-height: 2em;
      height: 60px;
    }
    
    section#content nav div.next a:hover:after {
      content: " »";
    }

    section#content nav div.prev a:hover:before {
      content: "« ";
    }
    
aside#sidebar {
  margin-bottom: 1em;
}
    
aside header{
  border-top: 0;
  font-size: 20px;
  padding-bottom: 0;
  border-bottom: 8px solid #333;
  margin-bottom: .5em;
}

  aside article header {
    display: block;
    border-bottom: 0;
    color: #333; 
    line-height: 1.2em;
    margin: 0 0 .5em;
  }

footer {
  background: #333;
  color: #EDECE2;
  padding: 10px;
  text-align: right;
}

aside ul {
  margin: 0;
  padding: 0;
  display: block;
}

aside li {
  margin-top: 1.5em;
  list-style: none;
}



.dsq-by, .dsq-brlink {
  display: none;
}

#dsq-add-new-comment {
  font-size: 20px;
  font-weight: normal;
  font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
}
