#author {
    width: 580px;
    min-height: 210px;
    padding: 10px;
    margin-bottom: 40px;
    background: #edebe8;
}
#author-photo-social {
    float: left;
}
#author-photo {
    margin-bottom: 10px;
    border: 1px solid #edebe8;
    border-radius: 75px;
}
#author-social {
    width: 110px;
    height: 30px;
    margin: 0 auto;
}
#author-social a {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url('../img/social-sprite-author.png') no-repeat;
}
#author-social #author-fb {
    background-position: 0px -40px;
}
#author-social #author-fb-missing {
    background-position: 0px -80px;
}
#author-social #author-fb:hover {
    background-position: 0px 0px;
}
#author-social #author-gp {
    background-position: -40px -40px;
}
#author-social #author-gp-missing {
    background-position: -40px -80px;
}
#author-social #author-gp:hover {
    background-position: -40px 0px;
}
#author-social #author-tw {
    margin-right: 0;
    background-position: -80px -40px;
}
#author-social #author-tw-missing {
    margin-right: 0;
    background-position: -80px -80px;
}
#author-social #author-tw:hover {
    background-position: -80px 0px;
}
#author-info {
    margin-left: 162px;
    color: #363636;
}
#author-info h2 {
    color: #cd3b60;
    font: normal 20px/24px 'Open Sans', Arial, sans-serif;
    text-transform: uppercase;
}
#author-info h3 {
    margin-bottom: 7px;
    font: normal 16px/19px 'Open Sans Italic', Arial, sans-serif;
}
#black-line {
    width: 290px;
    height: 2px;
    margin-bottom: 10px;
    background: #181818;
}
#author-bio {
    font: normal 14px/16px Arial, sans-serif;
    overflow: hidden;
}
#author-bio span {
    font-style: italic;
}
h4.no-data {
    color: #cd3b60;
    font: italic 18px/21px Arial, sans-serif;
}