﻿#LastFMRecent {
    width: 100%;
    height: auto;
    padding: 10px;
    background-color: #71797E;
}

    #LastFMRecent .track {
        /*border-bottom: 1px solid @dark-gray-color;*/
        display: inline-block;
        clear: both;
        width: 100%;
        height: auto;
        padding-bottom: 10px;
    }

        #LastFMRecent .track:last-child {
            border-bottom: none;
        }

    #LastFMRecent .title {
        font-size: 85%;
        font-style: italic;
        float: left;
    }

    #LastFMRecent .artist {
        font-size: 80%;
        float: left;
        padding: 0 0 0 5px;
    }

    #LastFMRecent .time {
        font-size: 85%;
        color: #82B0BF;
        display: inline;
        float: right;
    }

#latest-blog-posts {
    margin-bottom: 30px;
}

    #latest-blog-posts .post {
        display: block;
        clear: both;
        width: 100%;
        height: auto;
    }

    #latest-blog-posts .title {
        font-size: 85%;
        font-weight: bold;
        font-style: italic;
        float: left;
    }

    #latest-blog-posts .time {
        font-size: 85%;
        display: inline;
        color: #666;
        float: right;
    }

#media-container .media-content {
    margin: 15px 0;
}

.authortitle {
    font-family: Georgia, serif;
    color: #999;
    font-size: 1.2em;
    display: block;
}

.time,
.admin {
    color: #92BF92;
    display: block;
    font-size: 90%;
}

.contentcomment {
    color: #fff;
    display: block;
    font-size: 90%;
}

.service-item ul.media-list {
    font-size: 0.9rem;
}