#posts {
  background-color: #333333;
  width: 680px;
  float: left;
  margin: 0 10px 0 0;
}
#posts #list {
  padding: 20px;
}

#posts_right {
  background-color: #333333;
  font-size: 12px;
  width: 300px;
  float: left;
}

#get_it_off_your_chest {
  background-color: #333333;
  font-size: 12px;
  width: 300px;
  float: left;
  margin: 10px 0 0 0;
}
#posts_right_text, #get_it_off_your_chest_text {
  padding: 20px;
}
#get_it_off_your_chest_text a {
  color: #ff690c;
  text-decoration: none;
  font-size: 12px;
}
#get_it_off_your_chest_text a:hover {
  color: #d16019;
}
#posts_right_text a { 
  color: #fff;
  text-decoration: underline;
  font-size: 12px;
  margin: 0 0 0 0;
}
#posts_right_text a:hover { 
  color: #ff690c;
  text-decoration: none;
}
.post {
  background-color: #212121;
  margin: 0 0 5px 0;
  padding: 10px;
}
.post .post_image {
  width: 120px;
  float: left;
}
.post .post_content {
  width: 480px;
  float: right;
}
.post .post_content p {
  font-size: 12px;
  margin: 1px 0 5px 0;
  line-height: 20px;
}
.post h3, .post h3 a { 
  color: #ff690c;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 12px;
  margin: 0 0 0 0;
}
.post p a {
  color: #ff690c;
  text-decoration: none;
}
.post h3 a:hover, .post p a:hover { 
  color: #d16019;
}
#add_comment label {
  width: 120px;
  float: left;
  font-weight: bold;
  text-transform: uppercase;
}
#add_comment {
  background-color: #212121;
  padding: 20px;
}
input, textarea {
  border: 1px solid #444;
  background-color: #333;
  padding: 5px; 
  font-size: 12px;
  font-family: helvetica, arial, sans-serif;
  color: #fff;
}
