/*
Custom author box,
added by Denys
*/
#authorarea
{
    width: auto;
    overflow: hidden;
    color: rgba(0,0,0,0.5);
    background: rgba(0,0,0,0.03);
    padding: 10px;
    border-radius: 3px;
    box-shadow: 0 0 0 3px rgba(0,0,0,0.05);
}

/**
*---------------------------------------------------------------------------
* author avatar
*---------------------------------------------------------------------------
*/
#authorarea .col.avatar
{
    min-width: 140px;
}

#authorarea .col.avatar p
{
    min-width: 120px;
}

#authorarea .avatar a,
#authorarea .avatar p
{
    display: block;
    margin: 0;
    padding: 0;
    outline: none;
}

#authorarea .avatar img
{
    display: block;
    width: 120px;
    min-width: 120px;
    max-width: 100%;
    height: auto;

    margin: 0 auto;
    padding: 0;
    border: none;
    border-radius: 200px;
    box-shadow: 0 0 0 1px rgba(0,0,0,0.1);
}

/**
*---------------------------------------------------------------------------
* author description
*---------------------------------------------------------------------------
*/
#authorarea .author_desc h4
{
    font-size: 18px;
    color: rgba(0,0,0,0.7);
    margin: 0;
    padding: 10px 10px 5px 0;
    margin: 0 0 5px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

#authorarea .author_desc h4 a
{
    text-decoration: none;
    color: rgba(0,0,0,0.8);
    font-weight: bold;
}

#authorarea .author_desc p
{
    color: rgba(0,0,0,0.6);
    margin: 0;
    padding: 0px 10px 10px 0;
}

#authorarea .author_desc p a
{
    color: #29abe2;
}

#authorarea .author_desc h4 a:hover,
#authorarea .author_desc p a:hover
{
    color: #29abe2;
    text-decoration: underline;
}

#authorarea .clear
{
    display: block;
    position: relative;
    clear: both;
    float: none;
}

.author_separator
{
    width: 100%;
    height: 0;
    padding: 10px;
    margin: 0 auto;
}

/**
* Responsiveness
*/
@media screen and (max-width: 860px)
{
    #authorarea .author_desc,
    #authorarea .author_desc *
    {
        text-align: center;
    }

    /* force text word wrap */
    #authorarea .author_desc .author_info p
    {
        word-wrap: break-word;
        word-break: break-word;
    }
}
