#posts .post { clear: both; }
#posts .post .postinfo { padding-top: 2px; }
#posts .post .postinfo a.type {
  color: #aaaaaa;
  border: 0;
  text-decoration: none;
}
#posts .post .postinfo a.type:hover {
  background: #777777;
  color: #ffffff;
}
#posts .post .postinfo strong { color: #aaaaaa; }
#posts .post .postinfo a.new_day {
  color: #333333;
  font-weight: bold;
}
#posts .post .postinfo ul.tags {
  list-style: none;
  margin: 0;
  padding: 0;
}
#posts .post .postinfo ul.tags li {
  display: inline-block;
  margin-right: 2px;
}
#posts .post .postinfo ul.tags li a {
  display: inline-block;
  background: #ffffff;
  color: #aaaaaa;
  padding: 0 3px;
  text-decoration: none;
  font-size: 11px;
  line-height: 14px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#posts .post .postinfo ul.tags li a:hover {
  color: #ffffff;
  background: #777777;
  border-color: #777777;
}
#posts .post .postcontainer {
  padding-bottom: 3em;
  color: #444444;
}
#posts .post .description {
  font-size: 1.125em;
  line-height: 1.75em;
}
#posts .post .description blockquote {
  color: #999999;
  border-left: 2px solid #cccccc;
  margin-left: 0;
  padding-left: 1em;
}
#posts .post .description a {
  border: 0;
  color: #176ec7;
}
#posts .post .description a:hover {
  color: #176ec7;
  text-decoration: underline;
  background: transparent;
}
#posts .post .description img {
  padding: 2px;
  border: 1px solid #999999;
  -webkit-box-shadow: 0 0 3px #cccccc;
  -moz-box-shadow: 0 0 3px #cccccc;
  max-width: 510px;
}
#posts .post .description a img {
  padding: 2px;
  border: 1px solid #999999;
  -webkit-box-shadow: 0 0 3px #cccccc;
  -moz-box-shadow: 0 0 3px #cccccc;
  max-width: 510px;
}
#posts .post .description a:hover img { border-color: #333333; }
#posts .post h3 {
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: bold;
  margin: 0 0 0.5em 0;
}
#posts .post h3 a {
  color: #111111;
  text-decoration: none;
  border-bottom: 1px dotted #999999;
}
#posts .post h3 a:hover {
  background: #111111;
  color: #ffffff;
}
#posts #post-meta { color: #444444; }
#posts #post-meta ol.notes {
  list-style: none;
  margin: 0 0 3em 0;
  padding: 0;
  font-size: 1.125em;
  line-height: 1.75em;
}
#posts #post-meta ol.notes li img.avatar { vertical-align: middle; }
#posts #post-meta ol.notes li span.action { vertical-align: middle; }
#posts #post-meta ol.notes li a {
  text-decoration: none;
  border: 0;
}
#posts #post-meta ol.notes li a:hover {
  color: #176ec7;
  background: transparent;
  text-decoration: underline;
}
.pagination {
  padding-bottom: 2em;
  color: #555555;
}
.pagination .total {
  font-weight: bold;
  vertical-align: middle;
}
.pagination .pagenav { vertical-align: middle; }
.pagination .pagenav a {
  margin: 0 5px;
  font-size: 11px;
  line-height: 13px;
  padding: 2px 6px;
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  background: #bbbbbb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
}
.pagination .pagenav a:hover { background: #444444; }
