div.EntryBlockPic {
  float:left; width:590px; height:auto; text-align:left;
  background:#FFF; border:5px solid #FFF;
  margin:10px 0 0 0;
}

div.EntryBlockPic h3{
  width:590px; margin:0;
  height:36px;
  border-left:5px solid #CCC; background:#EEE;
}
div.EntryBlockPic h3 a{ display:block; width:580px; margin:0 0 0 5px; }
div.EntryBlockPic h3 a:hover{ text-decoration:none; border-bottom:1px solid #36F; }

.EntryBlockPic-date { font-size:12px; color:#666; font-weight:normal; }
.EntryBlockPic-title{ font-size:16px; color:#24F; font-weight:bold; }

.EntryBlockPic-image{
  display:block; float:left;
  width:80px; height:80px; overflow:hidden;
  margin:2px 0 0 10px;
  background:#CCC;
}

.EntryBlockPic-body {
  width:490px; float:right; margin:10px 0 0 0;
  font-size:14px; line-height:18px; color:#444;
}



div.closer { clear:both; width:100%; }
