body {
  color: #333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Hoefler Text", Georgia, Times, serif;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

pre {
  background-color: #fafafa;
  max-width: 580px; /* the width of the main column */
  overflow: auto;
}

code, pre {
  font-family: Courier, monospace;
}

#wrapper {
  margin-bottom: 200px;
  overflow: hidden;
  padding: 60px 0 0 0;
}

.container_16 {
  position: relative;
}

#footer {
  background-color: rgba(0, 0, 0, 0.07);
  clear: both;
  overflow: hidden;
  padding: 20px 0 0 0;
}

a:link, a:visited {
  font-weight: bold;
  text-decoration: none;
}

a:hover, a:visited {
  border-bottom: 1px dotted;
}

nav.grid_4 {
  background: rgba(0,0,0,.05);
  border: 1px solid rgba(0,0,0,.05);
  border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
  position: absolute;
    top: 0px;
    right: 0;
  float: none;
}

nav ul {
  margin-bottom: 0;
  padding: 0 10px;
}

nav ul li {
  display: block;
  float: left;
  padding: 5px 10px !important;
}

.image_wrapper {
  background-color: rgba(0,0,0,.05);
  border: 1px solid rgba(0,0,0,.05);
  border-radius: 5px; /* Opera 10.5, IE 9 */
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3+, Chrome */
  display: block;
  margin: 0 auto;
  padding: 9px;
  text-decoration: none;
  max-width: 85%;
  
}

img {
  border-radius: 3px; /* Opera 10.5, IE 9 */
    -moz-border-radius: 3px; /* FF1+ */
    -webkit-border-radius: 3px; /* Saf3+, Chrome */
  display: block;
  margin: 0 auto;
  width: 100%;
}

.undecorated {
  list-style-type: none;
  padding: 0;
}

.undecorated li {
  margin: 0;
  padding: 0;
}

#related {
  background-color: rgba(0,0,0,.05);
  border-radius: 5px; /* Opera 10.5, IE 9 */
    -moz-border-radius: 5px; /* FF1+ */
    -webkit-border-radius: 5px; /* Saf3+, Chrome */
}

#related .posts, #related h3 {
  border: 1px solid rgba(0,0,0,.05);
  padding: 9px;
}

#related h3 {
  border-top-left-radius: 5px; /* Opera 10.5, IE 9 */
    -moz-border-radius-topleft: 5px; /* FF1+ */
    -webkit-border-top-left-radius: 5px; /* Saf3+, Chrome */
  border-top-right-radius: 5px; /* Opera 10.5, IE 9 */
    -moz-border-radius-topright: 5px; /* FF1+ */
    -webkit-border-top-right-radius: 5px; /* Saf3+, Chrome */
  border-bottom: 0 none;
  margin-bottom: 0;
}

#related .posts {
  border-bottom-left-radius: 5px; /* Opera 10.5, IE 9 */
    -moz-border-radius-bottomleft: 5px; /* FF1+ */
    -webkit-border-bottom-left-radius: 5px; /* Saf3+, Chrome */
  border-bottom-right-radius: 5px; /* Opera 10.5, IE 9 */
    -moz-border-radius-bottomright: 5px; /* FF1+ */
    -webkit-border-bottom-right-radius: 5px; /* Saf3+, Chrome */
  border-top: 0 none;
  margin-bottom: 0;
}

#related .posts li {
  margin-bottom: 10px;
}

#related .posts li em {
  display: block;
  font-size: 11px;
}

.date {
  color: #aaa;
}

