#content {
    font-family: arial;
}
	
.socialist {
    margin: 10px;
    background-color: white;
    color: #1B1B1B;
    font-size: 12px;
    width: 270px;
    overflow: hidden;
    padding: 0;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.25);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .25);
    border: 4px solid white;
}

.container.page-content.sc-page {
    padding-top: 10px;
}

.socialist .head {
    padding: 5px;
}

.socialist .content {
    min-height: 75px;
}

    .socialist .content div {
        padding: 5px 10px 10px 10px;
        color: dimgray;
    }

    .socialist .content img {
        width: 100%;
    }

.socialist .foot {
    color: #fff;
    padding: 5px;
    background-color: #888;
    height: 40px;
}

    .socialist .foot a {
        color: #fff;
        font-weight: 700;
    }

    .socialist .foot div {
        line-height: 1.4;
    }

.socialist .source {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -moz-binding: url('assets/xml/ellipsis.xml#ellipsis');
}

.socialist .api {
    float: right;
    background-repeat: no-repeat;
}

    .socialist .api a {
        height: 32px;
        width: 32px;
        display: block;
    }

.socialist .date {
    margin-left: 0px;
    font-size: 80%;
}

.socialist-pinterest .foot {
    background-color: #cc0000;
}

.socialist-pinterest .content img {
}

.socialist-pinterest .api {
    background-image: url('../img/social-stream-img/32/pinterest-32x32.png');
}

.socialist-linkedin .content img {
    width: 80px !important;
    max-width: 80px !important;
    min-width: 80px !important;
    float: left;
}

.socialist-linkedin .foot {
    background-color: #4875B4;
}

.socialist-linkedin .api {
    background-image: url('../img/social-stream-img/32/linkedin-32x32.png');
}

.socialist-rss .foot {
    background-color: #FF7400;
}

.socialist-rss .api {
    background-image: url('../img/social-stream-img/32/rss-32x32.png');
}

.socialist-facebook .foot {
    background-color: #3B5998;
}

.socialist-facebook .api {
    background-image: url('../img/social-stream-img/32/facebook-32x32.png');
}

.socialist-flickr .foot {
    background-color: #dfdfdf;
}

.socialist-flickr .api {
    background-image: url('../img/social-stream-img/32/flickr-32x32.png');
}

.socialist-twitter .content img {
    width: 60px !important;
    max-width: 60px !important;
    min-width: 60px !important;
    float: left;
    margin: 8px;
}

.socialist-twitter .foot {
    background-color: #4099ff;
}

.socialist-twitter .api {
    background-image: url('../img/social-stream-img/32/twitter-32x32.png');
}

.socialist-tumblr .foot {
    background-color: #00225F;
}

.socialist-tumblr .api {
    background-image: url('../img/social-stream-img/32/tumblr-32x32.png');
}

.socialist-craigslist .foot {
    background-color: #700070;
}

.socialist-craigslist .api {
    background-image: url('../img/social-stream-img/32/craigslist-32x32.png');
}


.socialist-google .foot {
    background-color: #d61e1e;
}

.socialist-google .content img {
    width: auto !important;
    min-width: 100px !important;
}

.socialist-google .api {
    background-image: url('../img/social-stream-img/32/google-32x32.png');
}

.socialist-youtube .api {
    background-image: url('../img/social-stream-img/32/youtube-32x32.png');
}

/* simple list */
.socialist-simple {
    box-shadow: #999 0px 0px 0px 0px;
    margin: 0;
    width: auto;
}

    .socialist-simple .content {
        min-height: 1px;
        border: 0;
    }

/* large */
.socialist-large {
    width: 300px;
}

    .socialist-large .content img {
        width: 200px;
        margin: 7px;
    }

    .socialist-large .socialist-fixed {
        height: 300px;
    }

        .socialist-large .socialist-fixed .content img {
            max-width: 300px !important;
        }

    .socialist-large .socialist-clean .content img {
        min-width: 300px;
    }

/* small */
.socialist-small {
    width: 110px;
    font-size: 70%;
    overflow: hidden;
    margin: 5px;
}

    .socialist-small .content {
        min-height: 100px;
        border: 0;
        overflow: hidden;
    }

        .socialist-small .content div {
            padding: 1px;
        }

        .socialist-small .content img {
            margin: 0px;
        }

    .socialist-small .foot {
        height: 25px;
    }

.socialist-small {
    max-height: 135px !important;
}

/* fixed */
.socialist-fixed {
    height: 240px;
    overflow: hidden;
}

    .socialist-fixed .foot {
        position: absolute;
        bottom: 0;
        width: 97%;
    }

    .socialist-fixed .content img {
        max-width: 120px;
        *max-height: 100px;
    }

/* clean */
.socialist-clean {
    box-shadow: #aaa 2px 2px 0px 0px;
}

    .socialist-clean .content {
        border-width: 0px;
    }

        .socialist-clean .content img {
            min-width: 200px;
            margin: 0px;
            border: 0px;
        }

        .socialist-clean .content div {
            padding: 6px;
        }

    .socialist-clean .foot {
        background-color: #fff !important;
        color: #ccc;
        padding: 6px;
    }

        .socialist-clean .foot a {
            color: #333;
        }

.socialist-loader {
    min-width: 120px;
    min-height: 120px;
    background-image: url('../img/social-stream-img/ajax-loader.gif');
    background-repeat: no-repeat;
}
