#social_module {
    width: 990px;
    height: 160px;
    overflow: hidden;
    background: url('../i/social_module/bg.png') no-repeat top left;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

#social_module ul,  
#social_module ul > li {
    margin: 0;
    padding: 0;
    display: block;
    list-style-type: none;
}

#social_module .articles {
    width: 310px;
    padding: 10px;
    float: left;
}

#social_module .articles li {
    margin: 10px 50px 10px 10px;
    font-size: 13px;
}

#social_module .articles h2 {
    margin: 0;
    font-size: 13px;
    color: #999;
}

#social_module .articles a {
    color: white;
    text-decoration: none;
}

#social_module .articles a:hover {
    text-decoration: underline;
}

#social_module .articles a.read-more {
    color: #ffcc00;
}

#social_module .tweets {
    width: 660px;
    float: left;
    position: relative;
}

#social_module .tweets .username {
    top: 120px;
    left: 17px;
    height: 16px;
    padding: 0 0 0 23px;
    position: absolute;
    display: block;
    background: url('../i/social_module/twitter_icon.png') no-repeat top left;
    color: white;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}

#social_module .tweets .username:hover {
    text-decoration: underline;
}

#social_module .tweets .previous, 
#social_module .tweets .next {
    width: 12px;
    height: 12px;
    right: 20px;
    display: block;
    position: absolute;
    cursor: pointer;
}

#social_module .tweets .previous > span, 
#social_module .tweets .next > span {
    display: none;
}

#social_module .tweets .previous {
    top: 120px;
    background: url('../i/social_module/previous.png') no-repeat top left;
}

#social_module .tweets .next {
    top: 132px;
    background: url('../i/social_module/next.png') no-repeat top left;
}

#social_module .tweets ul {
    width: 660px;
    height: 100px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
}

#social_module .tweets ul > li {
    width: 660px;
    height: 100px;
    top: 100px;
    left: 0;
    position: absolute;
}

#social_module .tweets ul > li > p {
    margin: 0 20px 20px 15px;
    font-size: 13px;
    color: white;
}

#social_module .tweets ul > li > p > a {
    color: white;
}

#social_module .tweets ul > li > p > span {
    padding: 0 5px;
    color: white;
    font-size: 11px;
}

