/* Styles used for the Newsletter Signup Module */

* {
    margin: 0;
    padding: 0;
}

.social-links a {
    text-decoration: none;
    font-family: "encore-sans-pro",sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: 800;   
    outline: none;
    color: #c00;
}

.social-links a:visited {
    color: #000000;
}

.social-links a:link {
    color: #000000;
}


.social-links {
    background: #000000;
    height: 25px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px;
}

.social-links .top-bar-tl-logo a p {
    position: absolute;
    left: 0;
    right: 0;
    margin: 4px auto;
    background: url(../images/tl_top_bar_logo.png) no-repeat 0 0;
    width: 186px;
    height: 14px;
    display: block;
    font: 0/0 a;
    border: none;
    text-shadow: none;
    color: transparent;
    vertical-align: bottom;
}

.social-links .ad-topnavsub-left {
    float: left;
    cursor: pointer;
}

.social-links .ad-topnavsub-right {
    float: right;
    cursor: pointer;
}


