/*
Theme Name:     bbPress (Twenty Eleven)
Theme URI:      http://serverpress.com/
Description:    Adds bbPress forums to the Twenty Eleven theme with responsive design enhancements.
Author:         Stephen Carroll, WordPress and bbPress teams
Author URI:     http://www.steveorevo.com
Template:       twentyeleven
Version:        1.0
Tags:		bbpress, responsive, mobile, forum
*/

@import url("../twentyeleven/style.css");


/* adj. for responsive design, maximize space */
.bbPress div.bbp-breadcrumb {
    font-size: 100%;
}
.bbPress #primary #content {
	margin: 0 2% 25px 5%;
    width: 90%;
}
.bbPress #content .entry-content, .bbPress .entry-header {
	width: 100%;
}
.bbPress #primary #content form fieldset input[type="text"] {
    width: 50%;
}
.bbPress #content table thead tr th,
.bbPress #content table tbody tr td {
    padding-left: 10px;
    overflow: hidden;
}
/* Give our sticky topic a nice blue pushpin */
.bbPress table.bbp-topics tr.super-sticky td.bbp-topic-title,
.bbPress table.bbp-topics tr.sticky td.bbp-topic-title {
    background-image: url("images/bluepin.png");
    background-repeat: no-repeat;
    background-position: 8px 5px;
}
.bbPress table.bbp-topics tfoot tr td {
    background-position: 0 -1px;
}
.bbPress table.bbp-topics tr.super-sticky td.bbp-topic-title a,
.bbPress table.bbp-topics tr.sticky td.bbp-topic-title a{
    padding-left: 27px;
}
.bbPress .entry-content .entry-content {
    padding-top: 0;
    clear: both;
}
.bbPress h1.entry-title {
	font-size: 26px;
	padding: 0;
}
.bbPress h2.entry-title {
    margin-top: 25px;
    font-size: 20px;
    float: left;
}
.bbPress .entry-content #forum-icon {
    margin: -14px 30px 0 0;
    display: inline;
    float: left;
}
.entry-content div.bbp-template-notice{
    display: block;
    width: 98%;
}
.bbPress div.bbp-submit-wrapper {
    padding-top: 10px;
    clear: both;
    float: none;
}
.bbPress #content form#searchform {
    position: relative;
    z-index: 100;
    float: right;
}
.bbPress div#content table.bbp-forums tbody tr td.bbp-forum-info div.bbp-forum-description {
    font-size: 90%;
}
.bbp-user-page hr {
    clear: left;
}
#bbp-your-profile fieldset.bbp-form textarea,
#bbp-your-profile fieldset.bbp-form input,
#bbp-your-profile fieldset.bbp-form span.description {
    width: 55%;
    margin-left: 20%;
}
#bbp-your-profile fieldset.bbp-form div#password input,
#bbp-your-profile fieldset.bbp-form div#password span.description {
    width: 95%;
    margin-left: 0;
}
#bbp-your-profile fieldset.submit button {
    float: none;
}
#forum_register {
	font-size: normal;
	margin:-12px 0 12px;
}
/* IE gravatar fix */
#author-avatar {
    height: 60px;
    width: 60px;
}
