.content {
    margin-top: 20px;
}

.item {
    margin-bottom: 10px;
    padding-left: 26px;
    background-position: top left;
    background-repeat: no-repeat;
}

.twitter { background-image: url('images/twitter.png'); }
body.night .twitter { background-image: url('images/twitter-night.png'); }
.evernote { background-image: url('images/evernote.png'); }
body.night .evernote { background-image: url('images/evernote-night.png'); }

.item .details {
    margin-top: -1px;
    margin-left: 1px;
    font-size: 12px;
    color: #888;
}

.item .more {
    margin-top: -1px;
    margin-left: 1px;
    font-size: 12px;
    color: #888;
    text-align: right;
}

.subnav {
    margin: 10px 26px 10px;
}

.search {
    border: 1px solid #AAA;
    padding: 2px;
}

body.night .search {
    color: #AAA;
    background-color: transparent;
    border-color: #AAA;
}

.search-empty {
    color: #888;
}

.msg {
    font-style: oblique;
    margin-left: 26px;
}