html, body {
    margin: 0;
    padding: 0;
    background-color: #eee;
}
.content {
    padding: 10px;
}

.content .item {
    padding: 20px;
    border-bottom: dashed 1px black;
}

.content .item .item-title a {
    text-decoration: none;
    color: green;
    font-size: 18px;
    font-weight: bold;
}

.content .item .item-updated {
    display: none;
}

.content .item .item-content img {
    border: solid 1px #ccc;
}

.content .pager {
    padding: 20px;
}

.content .pager * {
    display: block;
    float: left;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}

.content .pager a {
    color: green;
    text-decoration: none;
}

.content .pager span {
    font-size: 16px;
}

.content .reader {
    height: 41px;
    background-image: url('/pict/reader.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 70px;
}

.content .jabber-message {
    height: 41px;
    background-image: url('/pict/jabber-message.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 70px;
}

.content .jabber-status {
    height: 41px;
    background-image: url('/pict/jabber-status.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    padding-left: 70px;
}
.content .link, .content .link * {
    font-size: 10px;
    color: brown;
    text-decoration: none;
}

.content .link {
    margin: 10px;
}

.content .music a {
    background-image: url('/pict/lastfm.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    padding: 2px 0 2px 20px;
    line-height: 20px;
    vertical-align: middle;
}

.content .music, .content .music a {

    font-size: 11px;
    color: #F3462C;
    line-height: 20px;
}

.content .music {
    padding: 10px 0 0 10px; 
}