.author_blk {
    min-height: 45px;
    margin-bottom: 10px;
}

.author_blk img {
    float: left;
    padding-right: 10px;
}
.v_bar {
    color: #ccc;
    float: left;
}

.bio {
    line-height: 17px;
    font-size: 12px;
    padding-top: 8px;
    font-family: helvetica;
}

.author {
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;;
}

.title {
    font-size: 10px;
    line-height: 20px;
}

/* trigger button */
.follow, .recent {
    font-family: helvetica;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 3px;
    color: #204f7f;
    line-height: 20px;;
    cursor:pointer;
    float: left;
}

.tooltip a img  {
    padding: 13px 4px;
}

.tooltip a:first-child img {
    padding: 13px 4px 13px 9px;
}

.follow {
    float: left;
}

.follow A:link, .recent A:link {color: #204f7f;}
.follow A:visited, .recent A:visited {color: #204f7f;}
.follow A:active, .recent A:active {color: #204f7f;}
.follow A:hover, .recent A:hover {color: #204f7f;}

div.author A:link {color: black;}
div.author A:visited {color: black;}
div.author A:active {color: black;}
div.author A:hover {color: black;}

.readmore {
    font-size: 11px;
    padding-top: 0px;
    color: #204f7f;
    cursor: pointer;
    padding-left: 13px;
}
.readmore a:link, .readmore a:visited, .readmore:hover {
    color: #204f7f;
}

.closeme {
    font-size: 11px;
    padding-left: 13px;
    font-weight: normal;
}

/* tooltip styling */
.tooltip {
    display:none;
    background-image: url(http://s3.amazonaws.com/content.newsok.com/newsok/images/Image_1_5.png);
    background-repeat: no-repeat;
    height: 57px;
    width: 175px;
    font-size:11px;
    color:#fff;
    z-index: 1000;
}

.tooltip a {
    color:#ad4;
    font-size:11px;
    font-weight:bold;
}

.aw {
    background: URL(http://s3.amazonaws.com/content.newsok.com/newsok/images/authors/arrow.png) no-repeat 0 3px;
}

.aw2 {
    background: URL(http://s3.amazonaws.com/content.newsok.com/newsok/images/authors/arrow2.png) no-repeat 0 6px;
}

