/********   H O M E  P A G E   ********/
body.home .hentry {
    position:relative;
    height:24px;
    margin:0;
    background:#fff;
    border-top: 1px solid #ccddee;
}
body.home .entry-title, body.home .entry-pr-title {
    position:absolute;
    top:7px;
    left:56px;
    width:175px;
    padding-bottom:2px;
    white-space:nowrap;
    overflow:hidden;
    font-size:11px;
}
body.home li#starRating {
    position:absolute;
    top:1px;
    left:630px;
    height:22px;
    overflow:hidden;
}
body.home .entry-icon {
    position:absolute;
    top:4px;
    left:4px;
}
body.home li.homepage_link {
    position:absolute;
    top:4px;
    right:2px;
}
body.home .post-content li.thumbnails {
    display:none;
}
body.home .entry-date {
    display:none;
}
body.home .entry-content {
    position:absolute;
    top:4px;
    left:240px;
    height:21px;
    width:385px;
    overflow:hidden;
    font-size:10px;
    line-height:2em;
}
body.home .entry-content p {
    padding:0px;
    margin:0;
    line-height:1.7em;
}
body.home .post-content {
    margin-top:10px;
}
body.home .entry-meta {
    display:none;
}
body.home li.homepage_link a {
    background: url("/wp-content/themes/sandbox/skins/homepage_small.png") no-repeat center center;
    width:24px;
    height:18px;
    display:block;
}
body.home li.homepage_link {
    list-style:none;
}
body.home .entry-pr-title {
    width:475px;
}
body.home .entry-pr-content {
	display:none;
	visibility:hidden;
}

