@charset UTF-8;

/* CSS Document */
#newsItem
{
  margin:5px;
  border-bottom:1px dashed #ccc;
}

#newsItem .avatar
{
  float:left;
  margin:5px;
}

.newsUser a
{
  font-weight:700;
}

.newsMeta
{
  font-size:11px;
  text-align:right;
}

/*** BLOG ***/
#newsItem .blogTitle
{
  margin:5px;
  font-weight:700;
  font-size:12px;
}

#newsItem .blogExcerpt
{
  padding-left:63px;
  padding-right:15px;
  text-align:justify;
  font-size:12px;
}
