/************************
General
************************/
.roboto {
    font-family: 'Roboto Condensed', sans-serif;
}

.widget_box {
    background: #fff;
}
.widget-header {
    height: 35px;
    line-height: 35px;
    background: #e7e7e7;
    padding: 0 13px;
    font-weight: bold;
}

.shadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
}


.author_header {
    width: 960px;
    height: 152px;
    margin-top: -15px;
    position: relative;
}
.author_bg {
    z-index: 0;
    position: absolute;
}

.author_name-w {
    position: absolute;
    z-index: 20;
    top: 100px;
    left: 205px;
}
.author_name-w h1 {
    font-family: 'Roboto Condensed', sans-serif;
    display: inline-block;
    font-size: 36px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    color: #fff;
    text-shadow: 0px 0px 5px rgba(0,0,0, 1);
}
.author_name-w .ambassador-icon {
    display: inline-block;
    position: relative;
    top: -6px;
}
.author_name-w .ambassador-icon .labelAmbassador {
    display: inline-block;
    padding: 0 4px 2px 4px;
    font-size: 13px;
    margin: 0 0 0 4px;
    border-radius: 4px;
    z-index: 2;
    color: #fff;
    line-height: 1.2;
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.3);
}
/************************
Follow & Friends buttons
************************/
.connection_buttons {
    position: absolute;
    bottom: 20px;
    right: 25px;
}
.connection_buttons button {
    display: block;
    padding: 5px 8px;
    background: #fff;
    font-size: 12px;
    font-weight: bold;
    color: #6d6d6d;
    text-decoration: none;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.6);
    border: none;
    outline: none;
}
.connection_buttons button:hover {
    background: #eee;
}
.follow_btn span {
    color: #626262;
    background: #e0e0e0;
    padding: 2px 3px;
    margin-left: 2px;
}
.follow_btn:hover span {
    background: #ccc;
}



/************************
Author Avatar & Top labels
************************/
.author_avatar {
    width: 160px;
    height: 160px;
    overflow: hidden;
    background: #ccc;
    position: absolute;
    left: 15px;
    bottom: -25px;
    /*border: 1px solid #aaa;*/
}



/************************
Author Menu
************************/
.author_menu {
    height: 48px;
}
.author_menu ul {
    margin-left: 205px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.author_menu ul li {
    list-style: none;
    float: left;
}
.author_menu ul li a {
    display: block;
    float: left;
    height: 48px;
    line-height: 48px;
    padding: 0 20px;
    margin: 0;
    color: #444;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    border: none;
    border-left: 1px solid #dcdcdc;
    border-radius: 0;
    text-decoration: none;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.author_menu ul li.active a:hover,
.author_menu ul li a:hover {
    border: none;
    border-left: 1px solid #dcdcdc;
    background: #f5e9ee;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -o-transition: background 0.2s ease-in-out;
    transition: background 0.2s ease-in-out;
}
.author_menu ul li.active a {
    border: none;
    border-left: 1px solid #dcdcdc;
    margin: 0;
    background: #f5e9ee;
    color: #a45679;
}

/************************
Author Sidebar
************************/
.author-sidebar {
    width: 190px;
    float: left;
    margin-top: 25px;
}
.author-sidebar .widget_box {
    margin-bottom: 25px;
}

.author-sidebar-menu li a {
    border-top: 1px solid #e7e7e7;
    color: #444;
    border-radius: 0;
}
.author-sidebar-menu li.active a,
.author-sidebar-menu li a:hover {
    background: #9d5172;
    color: #fff;
    border-radius: 0;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}
.author-sidebar-menu > li + li{
    margin: 0;
}
.nav-lc-menu li a {
    padding-left: 12px;
}

.author-content {
    width: 755px;
    float: right;
    margin-top: 25px;
}

.sorting-box {
    height: 40px;
    border: none;
    line-height: 40px;
    padding: 0 15px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.sorting-box p {
    font-weight: normal;
}
.sorting-box ul li:first-child {
    margin-left: 15px;
}
.sorting-box ul li {
    margin: 0;
}
.sorting-box ul li a {
    display: block;
    margin: 0;
    padding: 0 10px;
    color: #444;
}
.sorting-box ul li a.current {
    background: #f5e9ee;
    color: #9e5273;
}
.sorting-box ul li a:hover {
    color: #9e5273;
}

/* Activity -> Commenting */
.comment {
    background: #fff;
    padding: 7px 10px;
    border-left: 3px solid #ccc;
}
.comment-meta {
    font-size: 12px;
    color: #888;
}



/* Blog */
.blog-item {
    background: #fff;
    border: none;
    border-bottom: 1px solid #ccc;
    margin-bottom: 0;
    border-radius: 0;
    box-shadow: none;
}

/* Subscribers */
.sub-item .sub-items {
    border-radius: 0;
    border: 1px solid #eee;
}

/* Edit profile */
.edit_top_img_wr {
    height: 160px;
    width: 100%;
    overflow: hidden;
}
.edit_top_img_wr img {
    width: 100%;
    vertical-align: bottom;
    margin-top: 71px;
}






/* =========== NEW LK BOOK LIST ============== */
.lk-book-item {
    /*border: 1px solid #f1f1f1;*/
    margin-bottom: 15px;
}
.lk-book-item .book-cover {
    width: 80px;
    height: 116px;
    background: #f1f1f1;
    overflow: hidden;
    float: left;
    margin-right: 5px;
}
.lk-book-item .book-cover img {
    width: 80px;
    height: 116px;
}
.lk-book-info {
    width: 400px;
    float: left;
    padding: 5px;
    border-right: 1px solid #f1f1f1;
    min-height: 116px;
}
.lk-book-title {
    margin: 5px 0 0;
    font-size: 18px;
}
.lk-book-title a {
    color: #333;
}
.lk-book-annotation {
    font-size: 12px;
    margin-bottom: 7px;
}
.lk-book-actions {
    width: 203px;
    float: left;
    padding-left: 10px;
}
.lk-book-actions .btn-default {
    background: #f1f1f1;
    border: 1px solid #f1f1f1;
}
.lk-book-actions .btn-default:hover {
    background: #e0e0e0;
}
.lk-book-rating {
    line-height: 25px;
    font-size: 12px;
}
.lk-book-price {
    padding: 3px 5px;
    text-align: center;
    font-size: 15px;
    color: green;
    font-weight: bold;
}
.lk-book-sort .btn {
    width: 15px;
    height: 15px;
    line-height: 15px;
    padding: 0;
    margin: 0;
    font-size: 8px;
}

.novel-actions {
    background: #fff;
    padding: 0;
    overflow: hidden;
    margin-bottom: 25px;
}
.novel-actions .btn-default {
    background: #e3e3e3;
    border-color: #e3e3e3;
    color: #666;
}
.novel-actions .btn-default:hover {
    background: #ccc;
    border-color: #ccc;
    color: #333;
}

.start-selling-box {
    margin-top: 15px;
    background: #e7e7e7;

}
.start-selling-box span {
    font-size: 16px;
}

.selling-price {
    font-size: 12px;
}
.selling-price > .price {
    color: #00aa00;
    font-weight: bold;
}
/* =========== END NEW LK BOOK LIST ============== */

.lang-label {
    background: #ddd;
    color: #333;
    padding: 1px 4px;
    font-size: 12px;
    border-radius: 2px;
}