/**
 * LinkedIn module, as seen in the right column on the article pages
 */

article.linked_in {
    position: relative;
}

article.linked_in .thumbnail {
    left: 0;
    position: absolute;
    top: 0;
}

article.linked_in.small_thumb {
    padding: 0 0 18px 74px;
}

article.linked_in.small_thumb img {
    height: 55px;
    width: 55px;
}

article.linked_in.small_thumb div.distance {
    padding-top: 8px;
}

article.linked_in.small_thumb div.distance span.in {
    background: url('../../images/sprite_biz-2013-01-25.png') no-repeat -150px -548px !important;
    background-image: url('../../images/sprite_biz-2013-01-25.png') !important;    
    float: left;
    height: 15px;
    width: 20px;
    margin-left: 5px;
}

article.linked_in.small_thumb  div.distance .related-distance {
    background: url('../../images/linkedin-distance.png') no-repeat 0 4px !important;
    background-image: url('../../images/linkedin-distance.png') !important;
    color: #3399cc;
    float: left;
    font-size: 11px;
    line-height: 23px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    margin-top: -1px;
}