.hentry {
    margin-bottom: 3em;
    border-top: 1px solid #cacaca;
    padding-top: 1em;
}
.hentry.date {
    border-top: none;
    padding-top: 0;
}
.hentry h3 {
    margin-bottom: 0.25em;
    float: left;
}
.hentry .stars {
    float: left;
}
.hentry img {
    border: 1px solid #cacaca;
}
.hentry a:hover img {
    border-color: #666;
    opacity: 0.5;
    -moz-opacity: 0.5;
    filter:alpha(opacity=50);
}
.hentry .tags {
    margin-bottom: 1.5em;
}
.entry-summary p {
    margin-bottom: 1em;
}
.entry-summary ul {
    list-style-type: disc;
    margin-top: -9px;
    padding-bottom: 9px;
}
.entry-summary li {
    font-size: 1.4em;
    margin-left: 1.5em;
}

.quotes li {
    margin-top: 1em;
    margin-left: 10%;
    margin-bottom: 2em;
    padding: 0.5em 1em;
    border-radius: 3px;
    -moz-border-radius: 3px;
    text-indent: 1.6em;
    background: #cacaca url('../imgs/quote.gif') no-repeat scroll top left;
}
blockquote p {
    color: #666;
}

p.cite {
    text-align: right;
}
cite a:hover {
    color: #666;
}
#tags a.here {
    font-weight: bold;
}