/* 
    Document    : bbPress
    Created on  : 05.02.2013, 19:18:42
    Author      : myTheme
    Version     : 0.0.1
    Description : Css rules for bbPress.css
    Author URI  : http://mythem.es
*/

div#bbpress-forums > ul{
    border: 1px solid #c9c9c9 !important;
}

div#bbpress-forums form#new-post,
div#bbpress-forums form#new-post fieldset{
    margin: 0px;
    padding: 0px;
    border: 0px;
}
div#bbpress-forums form#new-post legend{
    font-family: "PT Sans Narrow",sans-serif;
    font-size: 15px;
}
div#bbpress-forums form#new-post div.wp-editor-container{
    background-color: #ffffff;
}
div#bbpress-forums ul.forum-titles,
ul.forums .bbp-header,
ul.forums .bbp-footer{
    font-family: "PT Sans Narrow",sans-serif;
    text-transform: uppercase;
    font-size: 16px;
}
.bbp-pagination-count,
.bbp-meta{
    font-family: Verdana,sans-serif;
    font-size: 12px;
    color: #999999;
}
div#bbpress-forums,
.bbp-reply-author{
    font-family: Verdana,sans-serif;
}
.bbp-forum-title,
.bbp-topic-title a.bbp-topic-permalink{
    font-size: 12px;
    text-transform: uppercase;
    color: #0088CC;
}

.bbp-forum-info a,
.bbp-topic-title a{
    display: block;
    margin-top: 5px;
    padding-left: 20px;
}
.bbp-forum-info a{
    background-image: url('../images/forum.png');
    background-repeat: no-repeat;
    background-position: left center;
}

.bbp-topic-title a{    
    background-image: url('../images/topic.png');
    background-repeat: no-repeat;
    background-position: left center;
}

li.bbp-body li.bbp-forum-reply-count,
li.bbp-body li.bbp-forum-topic-count,
li.bbp-body li.bbp-topic-reply-count,
li.bbp-body li.bbp-topic-voice-count{
    padding-top: 5px;
}
.bbp-forum-info a:hover,
.bbp-topic-title a.bbp-topic-permalink:hover{
    color: #005580;
}
.bbp-template-notice,
li.bbp-topic-title p.bbp-topic-meta,
a.bbp-author-avatar{
    display: none;
}

div.hentry a.bbp-author-avatar{
    display: block;
}

div.hentry a.bbp-author-name:after{
    content: '';
}

p.bbp-topic-meta{
    display: none;
}

input#bbp_search{
    margin-bottom: 0px;
    height: 24px;
}
li ul.bbp-forums-list{
    display: none;
}