.post {
  margin-top: 5em;
}

  .post h2 {
    font-size: 2em;
  }
  
  .post p {
    margin: 0.5em 0;
  }
  
  .post .meta,
  .post .meta a {
    color: #777;
  }
  
  #nav {
  	clear: both;
  	margin: 1em;
  	width: 100%;
  	margin-bottom: 5em;
  }

  #nav #left {
  	float: left;
  	display: inline;
  }

  #nav #right {
  	float: right;
  	display: inline;
  }

#respond {
  clear: both;
}

.commentlist li {
  margin: 2em 0;
}

form #comment {
  width: 100%;
}

form#commentform {
  margin-bottom: 8em;
}