.blog_post iframe { float: right; }
.blog_post {
  clear: left;
}

.blog_post {
  background: #f5f5f5;
  margin-left: 30px;
  margin-right: 330px;
  overflow/**/: none;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.blog_post h2 {
  margin-bottom: 0 !important;
}
.blog_post h3 {
}
.blog_post h3 a {
  font-weight: bold;
}
.blog_post ul {
  margin-left: 40px;
}
.blog_post ul li {
  list-style-type: square;
}
.blog_post h3 {
  margin: 0 !important;
  padding-left: 30px;
  padding-bottom: 10px;
}

.blog_post p.body {
  clear: left;
}

.blog_post .tags {
  overflow/**/: none;
  height: 25px;
  margin-left: 30px;
  margin-right: 30px;
  float: right;
}

.blog_post .gravatar {
  margin-right: 20px;
}

#latest_blog_posts a { font-weight: bold; }

#blog-nav { height: 20px; font-weight: bold; }
#blog-nav #prev { margin-left: 30px; float: left; }
#blog-nav #next { float: right; }

#blog-archives li span.day { float: left; width: 50px; }

#tag_cloud {
  text-align: center;
  margin-left: 5px;
  margin-right: 5px;
}
