#author-bio-box {
    margin: 0;
    padding: 0;
    *zoom: 1;
}

#author-bio-box:after {
    content: "";
    display: table;
    clear: both;
}

#author-bio-box h3 a:hover{color: #2e4471 !important}

#author-bio-box h3 a,
#author-bio-box .bio-description a {
    text-decoration: none;
}

#author-bio-box h3 a,
#author-bio-box .bio-description a {
    text-decoration: none;
}

#author-bio-box .bio-gravatar img {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#author-bio-box .bio-icon {
    -webkit-transition:all 350ms ease;
    -moz-transition:all 350ms ease;
    -o-transition:all 350ms ease;
    transition:all 350ms ease;
    background-color:transparent;
    background-image:url("../images/sprite.gif");
    background-repeat:no-repeat;
    display: block;
    height:36px;
    width:36px;
}

#author-bio-box .bio-icon-facebook {background-position: 0 0;}
#author-bio-box .bio-icon-facebook:hover {background-position: 0 -36px;}

#author-bio-box .bio-icon-twitter {background-position: -36px 0;}
#author-bio-box .bio-icon-twitter:hover {background-position: -36px -36px;}

#author-bio-box .bio-icon-googleplus {background-position: -72px 0;}
#author-bio-box .bio-icon-googleplus:hover {background-position: -72px -36px;}

#author-bio-box .bio-icon-linkedin {background-position: -108px 0;}
#author-bio-box .bio-icon-linkedin:hover {background-position: -108px -36px;}