pre {
  background-color: #fafafa;
  border: 1px solid #ccc;
  color: #880000;
  font-size: .8em;
  padding: 10px;
}
.hlist ul {
  margin: 0;
}
.hlist ul li {
  float: left;
  list-style-type: none;
  margin-right: 14px;
}
#blog_header {
  float: right;
}
#col1 {
}
#blog_search {
  float: right;
  margin-bottom: 20px;
}

#blog_right {
  background-color: #fff;
  float: right;
  margin: 0 0 30px 10px;
  padding-left: 30px;
  width:25%;
}
#col3 {
  margin-bottom: 24px;
}
#col3 h3 {
  border: none;
  color:#333333;
  font-size:1.2em;
  margin-bottom: 4px;
}
#col3 h4 {
  margin-bottom: 2px;
}
#col3 ul {
  margin-left: 16px;
}
.small {
  font-size: .9em;
}
.story-title h3 {
  border: none;
  color: #986208;
  font-size: 14px;
}
h1#story-title {
  clear: none;
  color: #555;
  font-size: 18px;
  margin-top: 12px;
}
#comment_form {
  margin: 20px 0;
}
#comment_form label {
  font-style: italic;
  position: absolute;
  text-align: right;
  width: 120px;
}
#comment_form #email {
}
#id_name, #id_email, #id_url {
  background: none;
  border-width: 0 0 1px 0;
  border-style: dotted;
  border-color: #aaa;
  margin-left: 140px;
  width: 300px;
}
#comment_form small {
  font-size: 70%;
  margin-left: 80px;
}
#comments h3 {
  border-bottom: none;
  color: #555;
}
#comments p {
  background-color: #efefef;
  border: 1px solid #ddd;
  padding: 5px 10px;
  margin: 0 20px 10px 0px;
}
#comments .small {
  color: #333;
  float: right;
  font-size: .8em;
}
#comment_form h3 {
  color: #555;
}
#captcha {
  float: left;
}
#recaptcha_widget_div {
  margin-left: 136px;
}
#comment_form  {
  line-height: 1.4em;
}
#comment_form input, #comment_form textarea {
  font-family: inherit;
}
#comment_form textarea {
  background: url('/images/form-rule.png');
  border: none;
  font-size: 15px;
  line-height: 22px;
  margin-left: 140px;
  width: 400px;
}
#comment_form .errorlist,
#comment_form .submit {
  margin-left: 140px;
}
#comment_form .submit {
  clear: both;
  margin-top: 12px;
}
#comment_form .optional {
  clear: left;
  color: #777;
  display: block;
  font-size: .8em;
  margin-left: 340px;
  text-align: right;
  width: 100px;
}
#comment_form #email {
  display: none;
}
.submit input {
  background-color: #454545;
  color: #eee;
  cursor: pointer;
  border: 1px solid #000;
}
.submit input:hover {
  background-color: #972E2E;
}
#comment_preview h2 {
  font-size: 16px;
}
#story-heading {
  background: rgba(255,255,255,.3);
  border: 10px solid #deded2;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin: 24px 0 16px;
  overflow: hidden;
  padding: 4px;
}
#story-headshot {
  float: left;
  margin-right: 16px;
}
#story-created {
  color: #777;
  font-size: 13px;
  font-style: italic;
}
#story-body {
  clear: both;
  padding: 0 12px;
}
#story-author {
  color: #909459;
}

