/* BBPress Forums Style */

#bbpress-forums li.bbp-header ul {
    color: #fff;
}

#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-footer {
    background: none repeat scroll 0% 0% rgb(38, 153, 208);
    border-top: 1px solid rgb(38, 153, 208);
    color: white;
}

#bbpress-forums li.bbp-header {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

#bbpress-forums li.bbp-footer {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

#bbpress-forums li.bbp-header a, 
#bbpress-forums li.bbp-footer a {
    color: white;
}

#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
    background-color: rgba(38, 153, 208, 0.2);
}

.bbp-forum-header a.bbp-forum-permalink, .bbp-topic-header a.bbp-topic-permalink, .bbp-reply-header a.bbp-reply-permalink {
    color: rgb(136, 136, 136);
}

span.bbp-admin-links {
    color: rgb(153, 153, 153);
}

span.bbp-admin-links a {
    color: rgb(119, 119, 119);
}

span.bbp-author-ip {
    display: none;
}

#bbpress-forums div.bbp-forum-author .bbp-author-role, #bbpress-forums div.bbp-topic-author .bbp-author-role, #bbpress-forums div.bbp-reply-author .bbp-author-role {
    display: none;
}

/* Input Editor */

#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
    background: rgba(38,153,208,0.2);
    border: 1px solid #ddd;
}

#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content {
    border: 1px solid #ddd;
}

.wp-editor-container {
    border: 1px solid #ddd;
} 
