#left_column {
  float: left;
  width: 74%;
  margin-right: 1%;
  padding: 5px 0;
  position: relative;
}
#left_column img {
  max-width: 695px;
}
#left_column h1 {
  margin: 0 auto 10px;
}
#left_column span.date {
  float: right;
  color: #999999;
  font-size: 90%;
}
#left_column div.content {
  margin-top: 40px;
}
#left_column a.post_prev,
#left_column a.post_next {
  width: 310px;
  font-size: 14px;
  font-weight: normal;
  display: block;
}
#left_column a.post_prev:hover,
#left_column a.post_next:hover {
  text-decoration: underline;
}
#left_column a.post_prev {
  margin-left: 20px;
}
#left_column a.post_prev:before {
  content: '<< ';
  float: left;
  margin-left: -20px;
}
#left_column a.post_next {
  margin-right: 20px;
  float: right;
  text-align: right;
}
#left_column a.post_next:before {
  content: ' >>';
  float: right;
  text-align: right;
  margin-right: -20px;
}
#right_column {
  width: 25%;
  float: left;
  padding: 5px 0;
}
#right_column h4 {
  font-family: inherit;
  font-weight: 600;
  margin: 10px 0 0 0;
  padding-bottom: 3px;
  font-style: italic;
}
#right_column p {
  font-size: 90%;
}
#right_column span.date {
  font-weight: normal;
  color: #999999;
  font-size: 80%;
}
h1 {
  text-transform: none;
}
