/* Layout */
body {
    margin: 56px auto;
    width: 780px;
}

h1, h2, h3 {
    color: #555;
}

/* Global */
.site-nav {
    margin: 14px 0;
}

/* Items */
.item-link {
    color: #333;
}

.item-link:hover {
    color: #005580;
}

.item-meta-title {
    margin-bottom: 0;
}

.item-count,
.item-count a {
    font-size: 16px;
    line-height: 18px;
    color: #777;
}

.item-meta .rating {
    float: none;
    margin-left: 5px;
    vertical-align: middle;
}

.archive-link {
    font-size: 12px;
    line-height: 18px;
}

.volume-link {
    display: none;
    font-size: 12px;
    line-height: 18px;
}

.item:hover .volume-link {
    display: inline;
}

/* Ratings */
.rating-star {
    opacity: 0.5;
}

.rating-star:hover {
    text-decoration: none;
}

.item:hover .rating-star {
    opacity: 0.75;
}

.item:hover .rating-star:hover ~ a {
    opacity: 0.25;
}

.icon-star,
.icon-star-empty {
    margin-left: -5px;
}

.icon-star-empty {
    opacity: 0.75;
}

/* Everything else */
.unread {
    color: #333;
}

.line-through {
    color: #777;
    text-decoration: line-through;
}
