.include {
  font-size: 95%;
}

div.blogmeta {
  color: __darkgray__;
  font-size: 80%;
  line-height: 1.2em;
}

#blog__tags {
  padding-top: 0.5em;
  border-top: 2px dotted __light__;
  font-size: 95%;
  text-align: right;
  clear: both;
}

#blog__comment_form { clear: both; }
#blog__comment_form label input.edit { width: 50%; }
#blog__newentry_form label input.edit { width: 75%; }

a.feed {
  background: transparent url(images/rss_icon.png) 0px 1px no-repeat;
  padding: 1px 0px 1px 16px;
  color: #c60;
  text-decoration: none;
}

a.feed:hover {
  color: #c60;
  text-decoration: underline;
}
