.hfeed {
    width: 800px;
}

.hfeed h1 a {
    color: black;
    text-decoration: none;
}

.hfeed h1 a:hover {
    text-decoration: underline;
}

.hfeed .hentry {
    border: none;
}

.hfeed .entry-content {
    width: 800px;
}

.hfeed .inclmeta .author {
    visibility: hidden;
}

.permalink {
    color: gray;
    text-decoration: none;
}

.permalink:hover {
    text-decoration: underline;
}

.published {
    color: gray;
}

.inclmeta {
    float: left;
    clear: both;
    width: 800px;
    height: 15px;
}

.hentry {
    float:left;
    clear:both;
    width:800px;
    min-height:96px;
    margin-bottom:15px;
}

.entry-content {
    float:left;
    clear:both;
    width:800px;
    min-height:96px;
}