/* CSS Document */

/*** BLOG STYLES ***/

.blogentry, .blogcontent
{
  font-size:12px;
  line-height:150%;
/*  border-bottom: 1px dashed #aaa;*/
  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;
  line-height:normal;
  font-size:10px;
border:1px solid #e7eaef;
background-color: #f3f5f8;
}

.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 dashed #ddd;
  text-align:right
}

h3.blog
{
  font-size: 13px;
  font-weight: bold;
  color: #336;
  border-bottom: 1px solid #336;
}

.blogcontent
{
  font-size:12px;
  line-height:150%;
  border-bottom: 0;
  padding-bottom: 1em;
  margin-bottom: 0;
}


.pagination{
margin-bottom:10px;
background-color:#fbfcfe;
border:1px solid #eff1f6;
padding:4px 5px;
text-align:left;
font-size:11px;
}

.pagination a{
padding:2px 9px;
margin-left:4px;
margin-right:4px;
font-weight:bold;
text-decoration:none;
background-color: #f0f1f3;
border:1px solid #e5e3e1;
}

.pagination a:hover{
background-color: #e5e3e1;
}

.blogcategory{
padding:10px 0;
border-bottom:1px solid #f2f0ee;
margin-bottom:8px;
text-align:center;
}