/* Global resets */
* {
  margin: 0px;
  padding: 0px; }

h1, h2, h3, h4, h5 {
  padding: 8px 0px 2px 0px;
  color: #333333;
  font-family: "Cantarell", arial, serif;
  font-weight: bold; }
  h1 a, h2 a, h3 a, h4 a, h5 a {
    text-decoration: none;
    color: #333333; }

body {
  font-family: "Vollkorn", arial, serif;
  font-size: 18px;
  padding: 0px;
  color: #333333;
  text-shadow: 1px 1px 1px white;
  background-color: #eee; }

pre, code {
  font-family: "Inconsolata", arial, serif;
  background-color: #ffffcc; }

h2, h3 {
  margin: 0px -5%;
  padding: 0px 5%; }

h2 {
  background-color: #ffccff; }

h3 {
  background-color: #ccffcc; }

pre {
  margin: 10px -5%;
  padding: 10px 5%; }

img {
  max-width: 700px;
  max-height: 500px;
  border: black solid 4px;
  margin: 8px; }

p {
  margin: 15px 0px;
  line-height: 24px; }

#wrapper {
  margin: 0px;
  padding: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }

#nav {
  width: 540px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 250px;
  padding-top: 50px; }
  #nav .nav_part {
    width: 180px;
    float: left; }
  #nav h4 {
    font-size: 80%;
    font-weight: bold; }
  #nav ul {
    list-style: circle;
    margin-left: 20px; }
    #nav ul li a {
      color: black;
      text-transform: lowercase;
      font-size: 80%;
      font-family: "Cantarell", arial, serif;
      text-decoration: none;
      cursor: pointer; }
      #nav ul li a:hover {
        text-decoration: underline; }

.image_with_caption {
  padding: 5px;
  background-color: #eeeeee;
  max-width: 510;
  margin: 10px; }
  .image_with_caption img {
    border: solid 2px black;
    background-color: white;
    display: block; }
  .image_with_caption p {
    width: 500; }

td, th {
  padding: 5px; }

.image_with_caption_no_maxes {
  padding: 5px;
  background-color: #eeeeee;
  margin: 10px; }
  .image_with_caption_no_maxes img {
    border: solid 2px black;
    background-color: white; }

.on_the_right {
  float: right; }

.on_the_left {
  float: left; }

.related {
  width: 383px;
  float: right; }
  .related h3 {
    text-align: right;
    padding-right: 60px; }
  .related ul {
    margin: 10px 10px 40px 40px;
    list-style: circle; }
    .related ul li {
      border-bottom: thin gray solid;
      margin-bottom: 5px; }
    .related ul a {
      color: black;
      text-decoration: none; }
      .related ul a:hover {
        text-decoration: underline; }
  .related .date {
    margin-right: 8px;
    font-family: "Inconsolata", arial, serif; }

.sidebar {
  width: 50%;
  background-color: #eeeeff;
  margin: 10px 15px;
  padding: 10px; }
  .sidebar pre {
    background-color: white;
    margin: 10px 0px; }

.about {
  width: 380px; }
  .about img {
    width: 300px; }

#about_page img {
  width: 300px; }
#about_page #short {
  width: 430px;
  float: right;
  color: #555555; }
  #about_page #short span {
    display: block;
    font-size: 75%;
    width: 100%;
    text-align: center;
    font-family: "Cantarell", arial, serif;
    font-weight: bold;
    text-transform: lowercase; }
#about_page #disclaimer {
  color: #660000;
  font-size: 75%; }

