body {
  margin: 0;
  padding: 0 }

#maincontainer {
  width: 1000px;
  margin: auto }

#postcontainer {
  width: 700px;
  margin: auto }

#topsection {
  background: #004400;
  height: 90px;
  padding: 10px 0 0 20px }

#topsection h1 {
  margin: 0;
  color: white }

#contentcolumn {
  width: 700px;
  border-right: 1px solid black }

#rightcolumn {
  float: right;
  width: 294px }

a {
  text-decoration: none;
  color: #992900 }

a.anchor {
  color: black }

a.tag-name {
  color: black;
  font-size: large;
  font-weight: bold }

a.nav {
  font-size: large;
  font-weight: bold;
  color: #ffcc00 }

.post-box {
  margin: 20px }

.post-title {
  margin: 0;
  font-size: x-large;
  font-weight: bold }

.post-author {
  font-style: italic }

.post-date {
  font-size: small;
  font-style: italic }

.post-tags {
  font-size: small;
  font-style: italic }

