/*
Move along, these aren't the styles you're looking for.
Created by http://wearecontent.org
*/

html, body {
    margin:0;
    padding:0;
}

body {
    font-family: "Helvetica", Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
}

#contentbars {
    position:absolute;
    bottom:20px;
    right:20px;
    left:20px;
    margin:0;
    padding:0;
}

.news, .social {
    background-color: #f6f6f6;
    margin-bottom: 10px;
    padding:5px;
}

.social a {
    //vertical-align: middle;
}

.icons {
    float:right;
}

.icons-a {
    margin:0 0 0 5px;
}

a {text-decoration: none;}
a:link {color:#999999;}
a:visited {color:#999999;}
a:hover {color:#333333;}
a:active {color:#333333;}

.news:after, .social:after {
content: "";
display: table;
clear: both;
}
