/* Blog Styles */

.blogentry, .blogcontent
{
  font-size:12px;
  line-height:150%;
border-bottom:1px solid #b2c1c5;
  padding-bottom: 1em;
  margin-bottom: 1em;
}

.blogentry h2 a
{
  font-size: 12px;
  font-weight: bold;
  color: #336;
  text-decoration: none;
  text-transform: none;
}

.blogentry h2 a:hover
{
  text-decoration: underline;
  color:#333;
}

.blogentry div.info, .blogcontent div.info
{
 float:right;
  padding:5px;
  margin:0 0 15px 15px;
  line-height:normal;
  font-size:10px;
background:#e0e0e0;
border:1px solid #cecbcb;
}
.blogcomment
{
  padding: .5em 0;
  margin-bottom: 1em;
  line-height:150%;
  font-size:10px;
}

.blogcomment div.info
{
  padding: .5em 0;
  margin-bottom: 1em;
  line-height:150%;
  font-size:10px;
border-bottom:1px solid #b2c1c5;
  text-align:right
}

h3.blog
{
  font-size: 13px;
  color: #00466d;
border-bottom:1px solid #b2c1c5;
}

.blogcontent
{
  font-size:12px;
  line-height:150%;
  border-bottom: 0;
  padding-bottom: 1em;
  margin-bottom: 0;
}

.pagination{
margin-bottom:10px;
border-bottom:1px solid #b2c1c5;
padding:6px 5px;
text-align:left;
font-size:12px;
}

#copy .pagination a{
padding:0px 6px;
color:#333;
font-weight:bold;
text-decoration:none;
background:#e0e0e0;
border:1px solid #bababa;
}

#copy .pagination a:hover{
background:#bababa;
color:#333;
}

.blogcategory{
padding:12px 0;
margin-bottom:8px;
text-align:center;
}