/**
 * Styles for bbPress
 *
 */

/* Increase the font size */
.bbp-body {
    font-size: 16px;
}

/* Hide the sidebar on all bbPress pages */
.bbpress #main-content .container:before {
    background: none;
}
.bbpress #sidebar {
    display: none;
}
.bbpress #left-area {
    width: 100%;
    padding: 23px 0px 0px !important;
    float: none !important;
}

#subscription-toggle {
    margin-left: 10px;
}

.bbp-author-avatar { 
    display: none !important; 
}

.bbp-forum-description { 
    display: none !important; 
}

.bbp-topic-description { 
    display: none !important; 
}

.bbp-topic-voice-count {
    display: none;
}

#bbp_search_submit,
#bbp_topic_submit,
#bbp_reply_submit {
	background-color: #FFF;
	color: #00AAE7;
	border: 2px solid #00AAE7;
    cursor: pointer;
}

#bbp_topic_submit,
#bbp_reply_submit {
    font-size: 18px;
}

#bbp_search_submit:hover,
#bbp_topic_submit:hover,
#bbp_reply_submit:hover {
    color: #FFF;
    background-color: #00AAE7;
}

#bbp-search-form input {
	height: 30px;
	font-size: 12px;
}

