.highlight {
  background-color: transparent;
}
.container,
p {
  font-family: 'Arvo', serif;
  font-size:1.6rem;
}
h1, h2, h3, h4, h5, h6 {
  font-family: "OFL Sorts Mill Goudy TT", serif;
}
article .body ul {
  list-style-type: circle;
}
article .body li {
  margin-left: 1em;
}
article .body q, article .body blockquote {
  padding: 0 10px;
  quotes: "«" "»";
}
article .body q p:before, article .body blockquote p:before {
  content: '«';
}
article .body q p:after, article .body blockquote p:after {
  content: '»';
}
article .body strong {
  font-weight: bold;
}
article .body em {
  font-style: italic;
}
article .body sup {
  font-size: 0.8em;
  vertical-align: super;
}
article figure {
  margin: 0 0 1em 0;
}
article figure figcaption {
  margin: 0 1em;
  color: #cfcdcd;
  text-align: right;
}
article .footnotes {
  border-top: 1px solid #cfcdcd;
  padding-top: 1em;
  font-size: 0.8em;
  color: #cfcdcd;
}
article .footnotes ol {
  counter-reset: footnote;
  margin-left: 0;
}
article footer {
  margin-top: 30px;
  padding-top: 52px;
  /** 22px for the swallow, 30 for whitespace **/
  background: transparent url("/assets/images/swallow_black_hr.png") no-repeat scroll top center;
}
article pre {
  border: 1px solid #cfcdcd;
  display: block;
  width: 960px;
  font-family: Monaco, Andale Mono, Courir New, monospace;

  padding: 1.3rem;
  margin: 0 0 1em 0;

  word-wrap: break-word;
  overflow: scroll;
}
@media only screen and (max-width: 960px) {
  article pre {
    width: auto;
    margin-right: 1em;
  }
}
article pre:hover,
article pre:focus {
  position: relative;
  z-index: 9;
}
code {
  font-family: Monaco, Andale Mono, Courir New, monospace;
  background-color: #eee;
}
p > code {
  word-wrap: break-word;
}
/***************************************************************************
 *                                  GRID                                   *
 ***************************************************************************/
article figure.decorative {
  width: 469px;
}
@media only screen and (max-width: 469px) {
  article figure.decorative {
    display: none;
  }
}
/***************************************************************************
 *                                  Tags                                   *
 ***************************************************************************/
.label {
  position:relative;
}
.label .size {
  position:absolute;
  top:-4px;
  right:-4px;
  background-color:#fff;
  color:#000;
  padding:2px;
  font-family:tahoma, arial, 'sans-serif';
  font-size:9px;
  font-weight:bold;

  border: 1px solid #000;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.label:hover .size {
  display:none;
}

/***************************************************************************
 *                               NAVIGATION                                *
 ***************************************************************************/
nav#main ul li {
  display: inline;
  white-space: nowrap;
}
nav#main {
  background: transparent url("/assets/images/header_pretty.png") repeat-x scroll top right;
}
nav#main .onion {
  background: transparent url("/assets/images/header_pretty.png") repeat-x scroll bottom right;
}
nav#main ul {
  list-style: none;
  text-align: center;
  border: 0;
  padding: 14px 0 10px 0;
}
nav#main a {
  font-size: 1.4em;
  font-family: "OFL Sorts Mill Goudy TT", serif;
  color: #cfcdcd;
  padding: 0 33px;
  text-decoration: none;
}
nav#main a.active, nav#main a:hover {
  background: transparent url("/assets/images/pointing_hand.png") no-repeat scroll 0px 8px;
  color: #212121;
}
@media only screen and (max-width: 767px) {
  nav#main ul li {
    display: block;
    float: none;
    width: 100%;
  }
  nav#main ul li a {
    display: block;
    padding: 0;
    float: none;
    width: 100%;
  }
}

/***************************************************************************
 *                                 FOOTER                                  *
 ***************************************************************************/
footer.main {
  margin-top: 30px;
  padding-top: 52px;
  /** 22px for the swallow, 30 for whitespace **/
  background: transparent url("/assets/images/swallow_black_hr.png") no-repeat scroll top center;
}
footer p {
  margin-top: 1em;
}
