#content div.blogTitle
{
   font-weight: bold;
   margin-top: 5px;
   color: #fff;
   background: #8aa282;
   padding: 3px 0px 0px 5px;
   clear: both;
   border-top: 1px dashed #fff;
   border-right: 1px dashed #fff;
   border-left: 1px dashed #fff;
}

#content div.blogDate
{
   font-size: 10px;
   color: #ccc;
   background: #8aa282;
   padding: 0px 0px 3px 5px;
   border-right: 1px dashed #fff;
   border-left: 1px dashed #fff;
}

#content div.blogStory
{
   background: #ebf1e9;
   padding: 5px;
   border-right: 1px dashed #fff;
   border-left: 1px dashed #fff;
   border-bottom: 1px dashed #fff;
   width: 525px;
   height: 350px;
   overflow: auto;
}

#content div.blogLanguages
{
   float: left;
   width: 300px;
   height: 40px;
}

#content div.blogCommentLinks
{
   float: left;
   width: 170px;
   height: 40px;
}
