/* Text-only */
.blog_nav_t
{
  display: none;
}
.blog_nav_b
{
  font-size: 0.85em;
  padding-bottom: 0.4em;
  border-bottom: 3pt solid black;
  margin-bottom: 0.25em;
}
.blog_next
{
  width: 40%;
  float: left;
  text-align: left;
}
.blog_more
{
  width: 20%;
  float: left;
  text-align: center;
}
.blog_prev
{
  width: 40%;
  float: left;
  text-align: right;
}
.post
{
  margin-bottom: 4.0em;
}
.post_header
{
  width: 100%;
  padding-bottom: 0.4em;
  border-bottom: 3pt solid black;
  margin-bottom: 0.25em;
}
.entry-title
{
}
.entry-byline
{
}
.post_icon
{
  width: 80px;
  padding: 0px;
  margin: 0px;
}
.post_text
{
  padding-bottom: 2.0em;
}
.post_text > img
{
  display: block;
  margin: auto;
  margin-bottom: 1.25em;
}
.comments_controls
{
  text-align: right;
  padding-bottom: 5px;
}
.comment {
}
.comment_container {
  border: 1px solid black;
  padding: 5px;
  margin-left: 2.0em;
  margin-right: 2.0em;
}
.comment_header {
  border-bottom: 2px solid black;
  padding: 1px 3px;
  font-weight: bold;
}
.comment_text {
  overflow: auto;
  padding-bottom: 2.0em;
  width: 100%;
  text-overflow: ellipsis;
}
.add_comment
{
  border-top: 1px solid black;
  padding-top: 0.5em;
}

