#blog_posts h2 a {
    text-decoration: none;
    line-height:30px;
    font-size:22px;
}

#blog_posts h2 a:hover {
    text-decoration: underline;
}
#blog_posts h2 a:active {
    text-decoration: none;
}

#blog_posts abbr{
  font-size:10px;
  text-decoration:none;
  border:none;
 
}

#blog_posts abbr span{
  padding-bottom:20px;
}

#blog_posts a{
  font-size:10px;
}

#blog_posts .time_bar{
  background: #e5e5e5;
  padding:1px 0 1px 5px;
  width:100%;
  margin:0 0 15px -5px;
  font-size:10px;
}

#blog_posts .time_bar a{
  text-decoration:none;
}

/* Buttons {{{ */

#blog_posts .readmore{
   background:url(/site-images/controls/buttons/blog-btns.png);
   border:none;
   text-indent: -1000em;
   height:22px;
   width:98px;
   margin:10px 0 10px 0;
   font-size: 0;
   margin-right:10px;
   display:block;	
   line-height: 0;
   float:right;
}
#blog_posts .commentBtn a{
   background:url(/site-images/controls/buttons/blog-btns.png);
   border:none;
   text-indent: -1000em;
   height:22px;
   width:98px;
   float:right;
   margin:10px 0 10px 0;
   font-size: 0;
   display:block;	
   line-height: 0;
}

#blog_posts .readmore{ background-position: 0 0 ; }
#blog_posts .readmore:hover{ background-position: 0 -22px;  }

#blog_posts .commentBtn a{ background-position: -98px 0;  }
#blog_posts .commentBtn a:hover { background-position: -98px -22px;  }

#blog_posts .post-bottom{
  clear:both;
}

/* images {{{ */

.entry-summary img{
  float:left;
  margin:0 0 0 -5px;
  padding:0 15px 10px 0;
}

.gravatar {
  margin:10px 12px 0 0;
}
.gravatar img{
  float:left;
  border:2px solid #f1f1f1;
  margin:0 22px 0 0;
}
/* Comments {{{ */

.commentTitle{
  width:100%;
  margin:20px 0 10px 0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #68C4FF;
  float:left;
}
.commentFooter{
  width:100%;
  margin:10px 0 20px 0;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-bottom-color: #68C4FF;
  float:left;
  
}


.commentholder{
 width:100%;
 float:left;
}



.comment-box{
  width:100%;
  margin:3px 0 10px -3px;
  padding:10px;
  border:3px solid #f1f1f1;
  width:350px;
  float:left;
}

.commentholder .author{
  font-size:10px;
}
.commentholder .author strong{
  color:#68C4FF;
}

#blog_posts .comment-body a{
 font-size:12px;
}


.comment-replies .comment-box{
  width:100%;
  margin:3px 0 10px -3px;
  padding:10px;
  border:3px solid #f1f1f1;
  width:350px;
  float:left;
  background:#f7f7f7;
}

.commentarrow{
  width:24px;
  height:30px;
  float:left;
  margin-top:15px;
  z-index:1000;
  position:relative;
  background:url(/site-images/controls/buttons/arrow.png);
}

.comment-replies .commentarrow{
  width:24px;
  height:30px;
  float:left;
  margin-top:15px;
  z-index:1000;
  position:relative;
  background:url(/site-images/controls/buttons/arrow-grey.png);
}









/* Comments Form {{{ */

#comment_new fieldset ol li {
  display: block;
  list-style: none;
  margin: 0px 0px 8px 0px;
}

#comment_new fieldset ol li li {
  margin-left: 0px;
}

#comment_new fieldset ol li label {
  display: block;
  width: 160px;
  line-height: 1.8em;
  vertical-align: middle;
  font-weight:bold;
  color:#666;
  font-size:11px;
}
#comment_new fieldset ol{
  margin:0;
}

#comment_new fieldset ol li label abbr { color: red;
  font-size: 200%;
  line-height: 0.9em;
  vertical-align: middle;
  border: none;
  padding-left:2px;}




#comment_new fieldset ol li .field {
  display: block;
  margin: -1.8em 0px 0px 110px;
}
#comment_new textarea{
  width: 280px;
  border: 1px solid #BBB;
  height:60px;
}

#comment_new input.text_field{
  width: 170px;
  font-size: 12px;
  border: 1px solid #BBB;
  padding:3px;
  
}

#comment_new .inline-hints {
  margin: -5px 0px 0px 110px;
  color: #999;
  font-size:10px;
}

#comment_new .inline-hints a {
  color: #999;
}

a.addthis_button_compact{
 margin:-1.7em 0 0 170px;
 position:relative;
}


#comment_submit{
   background:url(/site-images/controls/buttons/blog-btns.png) -196px 0;
   border:none;
   text-indent: -1000em;
   height:22px;
   width:98px;
   margin:10px 0 10px 110px;
   font-size: 0;
   display:block;	
   line-height: 0;
}

#comment_submit:hover { background-position: -196px -22px;  }


.comment_form_holder{
  padding:10px 0 0 0;
  float:left;
  overflow:hidden;
}

.comment_form_holder fieldset{
  border:none;
}

.clear{
  clear:both;
}









