/********   H O M E  P A G E   ********/
body.home h3.entry-title {
    margin-top: 0px;
}
body.home .entry-date {
    visibility: hidden;
    height:0px;
}
body.home .entry-text, body.home .entry-pr-text {
    border-left:1px solid #eee;
    margin-left:90px;
    padding:5px;
}
body.home .hentry ul.post-stats {
    position:relative;
    float:left;
    list-style:none;
    margin:10px 0 0 5px;
    padding:0;
    text-align:center;
    width:70px;
}
body.home .hentry .post-image {
    height:50px;
    width:50px;
}
body.home .entry-meta {
    background:#e0f0ff;
    padding:2px 0 2px 2px;
    margin-top:10px;
    clear:none;
}
body.home .hentry {
    position: relative;
    background: #ffffff;
    padding:5px;
    margin-bottom:20px;
}
body.home .entry-icon {
    display:none;
    visibility:none;
}
body.home li.homepage_link a {
    background: url("/wp-content/themes/sandbox/skins/homepage_loner.gif") no-repeat center center;
    width:68px;
    height:20px;
    display:block;
}
body.home li.homepage_link {
    list-style:none;
}
.category-press-releases .entry-pr-text {
	background:#ffe;
}
.category-reviews .entry-pr-text {
        background:#efe;
}

