 /*top-links/header*/
.top-links li{
    color: #ffffff;
    font-size: 13px;
    font-family: arial;
    line-height: 25px;
}
.top-links li a {
    display: block;
}
.top-links li a:hover {
    text-decoration: underline;
}
.top-links .icon-twitter {
    background: url("images/elem/twitter.png") no-repeat 0 0 ;
    display: block;
    width: 20px;
    height: 22px;
}
.top-links .icon-facebook {
    background: url("images/elem/facebook.png") no-repeat 0 0;
    display: block;
    width: 11px;
    height: 22px;
}
.top-links .icon-twitter:hover, .top-links .icon-facebook:hover {
    opacity: 0.75;
}
/*social-box*/
.social-box {
    margin: 0 !important;
    padding: 0 !important;
    float: left;
}
.social-box li{
    border: 1px solid #e1e1e1;
    border-radius: 10px;
    padding: 8px 15px 8px 35px !important;
    margin: 0 0 3px;
    list-style: none;
}
#everett_content .social-box li a{
    text-decoration: none;
    font-weight: bold;
    color: #990053;
}
.social-box li a:hover{
    text-decoration: underline;
}
.social-box li.facebook-icon{
    background: url(images/elem/facebook2.png) no-repeat 5px 3px;
}
.social-box li.tweeter-icon{
    background: url(images/elem/twitter2.png) no-repeat 5px 3px;
}
#everett_header .top-links ul li.social-icon{
    margin-left: 12px;
}
#everett_header .top-links{
    top: 2px !important;
}