.content-item a:link,.content-item a:visited
{
  color:#005595;
  text-decoration:underline;
}
.content-item a:hover
{
  color:#005595;
  text-decoration:underline;
}
.content-item a:active
{
  color:#005595;
  text-decoration:underline;
}

#site-footer .content-item a:link, #site-footer .content-item a:visited,
#site-footer .content-item a:hover, #site-footer .content-item a:active
{
  color:#ffffff;
}

.content-item
{
  font-size:1.2em;
}

.content-item p
{
  line-height: 175%;
}

hr
{
  border:none;
  height:0;
  border-top:solid 1px #c1c0b1;
}

h4
{
  font-size:1.5em;
  color:#8c3025;
  margin:0 0 0.222em 0;
  font-weight:normal;
}

h4.blog-post-title
{
  font-size:2em;
  font-family:georgia,serif;
}

.blog-post-title a:link,.blog-post-title a:visited
{
  text-decoration:none;
  color:#8c3025;
}
.blog-post-title a:hover, .blog-post-title a:active
{
  text-decoration:underline;
  color:#8c3025;
}

.blog-post-dateline
{
  color:#252525;
}
.blog-post-byline
{
  color:#7d7d7d;
}

