/* Base */
@import url(http://static.ic-blog.jp/.shared-asp04/themes/common/base-weblog.css);




/* Theme */
@import url(http://static.ic-blog.jp/.shared-asp04/themes/vox/minimalist-light-green/screen.css);


/* Custom */
.entry-header {
  padding-left:10px;
  border-left:5px solid #006;
  border-bottom:1px solid #666;
}

.entry-content{
  padding: 5px 10px;
  margin: 10px;
  border:1px dotted #666;
}

.module-recent-comments .module-list-item a:hover{
  background:#f0aa2f;
  color:#fff;
}



