
.widget_posts_wrapper.author_widget{
    margin-top: 64px;
}

.widget_posts_box {
    border: 1px solid #CDCDCD;
    border-top: none;
}

.widget_posts_heading {
    border: 1px solid #333;
    border-radius: 3px 3px 0 0;
    background-color: #333;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13pt;
    padding: 8px;

}



.widget_posts_text {
    float: left;
    width: 80%;
}

.widget_posts_heading img {
    vertical-align: bottom;
    width: 20px;
    height: 20px;
    margin-right: 5px;

}

.widget_posts_wrapper {
    margin-top: 25px;
    width: 100%;

}

.item_author_picture{
    margin: auto;
    width: 125px;
    height: 125px;
    padding-top: 10px;
}

.item_author_picture img{
    border: 1px solid #ddd;
    padding: 3px;
    width: 100%;
    height: 100%;
}

.item_author_picture a:hover img{
    box-shadow: 0 0 5px #CCC;
}

.item_author_name{
    text-align: center;
    margin-top: 15px;
}

.item_author_name a{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
    font-size: 12pt;
}

.item_author_name a:hover{
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

.item_author_country{
    margin: -5px auto 10px;
    display: block;
    text-align: center;
}

.item_author_country a{
    color: #000000;
    font-weight: bold;
    text-decoration: none;
}

.item_author_country a:hover{
    color: #000000;
    font-weight: bold;
    text-decoration: underline;
}

.item_author_follow{
    width: 162px;
    margin: auto;
    margin-bottom: 9px;
}

.smallflag{
    width: 38px;
    height: 38px;
    margin-right: 4px;
    position: relative;
}