/******************************************  
 CUSTOM STYLESHEET
*******************************************/

/*
* You can place your custom CSS statements in this file, after this message.
* It is better to write everything custom here
* because this file won't be replaced during updates.
* 
* Simply copy an existing style from style.css to this file, 
* and modify it to your liking.
*/
 
div.wrapper-author {
        margin: 0;
        padding: 20px 30px;
}
 
div.wrapper-author {
        background-color: #f2f2f2;
        border-bottom: solid 1px #d8d8d8;
}
 
div.wrapper-special {
        background-color: #5583a7;
        color: #fff;
        padding: 10px 15px !important;
}
 
div.wrapper-special p.title,
div.wrapper-post p.title {
        font-size: 11px;
        font-weight: bold;
		color:#fff !important;
        margin: 0;
        padding: 0;
        text-transform: uppercase;
}
span.share_btn2 {
margin-top:-4px !important;
        float: left;
}

.shareds { margin-right:-20px; float:right;}
 
/* Author Info Block */
 
div.author-excerpt {
        color: #555;
        display: inline;
        float: left;
        font-size: 13px;
        line-height: 19px;
        margin-right: 10px;
        overflow: hidden;
        padding-top: 5px;
        width: 450px;
}
 
div.author-contacts {
        display: inline;
        float: left;
        width: 120px;
}
 
div.author-contacts a {
        color: #444;
}
 
div.author-contacts a:hover {
        color: #5583a7;
}
 
div.author-contacts li {
        border-bottom: solid 1px #d8d8d8;
        margin-bottom: 6px;
        padding: 0 5px 6px;
}
 
div.author-contacts li:last-child {
        margin-bottom: 0;
}
 
div.author-contacts li:hover {
        border-bottom-color: #5583a7;
}
 
div.author-cover {
        display: inline;
        float: left;
        width: 90px;
        margin: 0 20px 0 0;
}
 
div.comment-author div.author-cover {
        width: 70px;
}
 
div.author-cover img {
        background-color: #fff;
        border: solid 1px #dadada;
        padding: 4px;
}