#blog_content{
  width: 44em;
  margin-right: 0em;
  padding-right: 1em;
  float: left;
}
p.postmetadata{
  margin-top: 1em;
  padding: .5em;
  background: #eaeeef;
  border: 1px solid #fff;
  -border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
a.blog_title_link:visited{
  color: #5a504b;
  text-decoration: none;
}
a.blog_title_link:hover{
  color: #fff;
}
#blog_content .entry{
  font-size: 1.2em;
  line-height: 1.5;
}
#sidebar{
  float: left;
  width: 22em;
}
#sidebar form{
  padding-left: 1em;
  padding-bottom: 1em;
}
#sidebar li{
  list-style-type: none;
}
#searchform input{
  border: 1px solid #ccc;
  padding: 3px;
}
#searchsubmit{
  float: left;
  background: #fff url('img/search.png') no-repeat;
  display: block;
  width: 30px;
  border: 1px solid #fff;
  height: 24px;
  margin-left: .5em;
}
#searchsubmit:hover{
  border: 1px solid #405b80;
  cursor: pointer;
}
#s{
  width: 157px;
  float: left;
  padding: 3px;
  color: #666;
}
#respond{
  font-size: 1.2em;
}
#blog_content li img{
  background: #eee;
  padding: .5em;
  float: left;
  margin-right: .5em;
}
#blog_content ol.commentlist li{
  list-style-type: none;
  display: block;
}
cite.fn{
  font-size: 1.5em;
  font-style: normal;
  text-transform: capitalize;
}
.comment-meta{

}
#blog_content ol.commentlist li p{
  clear: both;
}
.says{
  display: none;
}
