.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.wi-banner {
    padding: 0px!important;
}

#bbp-search-form > div,
.searchform {
    padding: 20px;
}

#bbp-search-form label,
.searchform label {
    display: none;
}

.bbp_widget_login .logout-link {
    padding: 4px 10px!important;
}

#bbp-search-form input[type=submit],
.searchform input[type=submit] {
    padding: 7px 10px;
    margin-left: 5px;
}

#bbpress-forums div.bbp-breadcrumb p, #bbpress-forums div.bbp-topic-tags p {
    font-size: 14px;
    font-weight: bold;
}

.bbp-forums {
    margin-top: 45px!important;
    border: 1px solid rgba(0,0,0,0.2)!important;
    margin-bottom: 0px!important;
}

.bbp-login-form {
    padding: 20px;
}
.bbp-remember-me {
    white-space: nowrap;
    display: block;
    margin-left: 29%;
    margin-bottom: 10px;
}

#bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results {
    border: 1px solid rgba(0,0,0,0.2)!important;
}

.bbp-search-form input {
    padding: 6px 13px!important;
}

#bbpress-forums li.bbp-footer {
    border-top: 1px solid rgba(0,0,0,0.1);
}

#bbpress-forums li.bbp-footer,
#bbpress-forums li.bbp-header {
    background-color: #332214;  background-image: url(../images/noise.png);  background-repeat: repeat;
    text-shadow: none;
    color: #fff!important;
    padding: 12px 0px;
    border: 1px solid transparent;  box-shadow: inset 0 130px 100px -100px rgba(255,255,255,0.2), inset 0 1px 0 rgba(255,255,255,0.2);
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    border-top: 1px solid rgba(0,0,0,0.2);
}

#bbpress-forums div.odd, #bbpress-forums ul.odd {
    background: rgba(255,255,255,0.7);
}

#bbpress-forums div.even, #bbpress-forums ul.even {
    background: rgba(255,255,255,0.5);
}

.bbp-topic-permalink {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    display: inline-block;
}

.bbp-forum-title {
    font-size: 16px;
    font-weight: bold;
}

#bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
    font-size: 12px;
}

#subscription-toggle {
    float: right;
    font-size: 14px;
    font-weight: bold;
}

.bbp-topics-front ul.super-sticky, .bbp-topics ul.super-sticky, .bbp-topics ul.sticky, .bbp-forum-content ul.sticky {
    background: rgba(255,255,255,0.9)!important;
}

#bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic {
    padding: 15px;
}

div.bbp-template-notice.info {
    background: rgba(255,255,255,0.7);
    border: 1px solid rgba(0,0,0,0.2);
    padding: 6px 16px;
}

.bbp-pagination {
    font-size: 14px;
}

#bbpress-forums textarea {
    border: 1px solid #d3cac3;
    box-shadow: 0 1px 0 rgba(255,255,255,0.6), inset 0 1px 0 rgba(0,0,0,0.02);
}

.bbp-topic-form, .bbp-reply-form, .bbp-topic-tag-form {
    background: rgba(255,255,255,0.5);
    padding: 17px;
}

#bbpress-forums fieldset.bbp-form {
    border: 0px;
}

#bbpress-forums fieldset.bbp-form legend {
    font-size: 18px;
    font-weight: bold;
}

#bbpress-forums textarea,
#bbpress-forums input[type=text],
#bbpress-forums select {
    background: rgba(255,255,255,0.8);
}

#bbpress-forums select {
    background: rgba(255,255,255,0.8);
    border: 1px solid #d3cac3;
    box-shadow: 0 1px 0 rgba(255,255,255,0.6), inset 0 1px 0 rgba(0,0,0,0.02);
    padding: 9px 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 13px;
    color: #5d4d43;
    font-family: Arial;
}

#bbpress-forums fieldset.bbp-form label {
    font-size: 14px;
    display: inline-block;
    padding-top: 4px;
    padding-bottom: 5px;
}

div.bbp-template-notice, div.indicator-hint {
    padding: 6px 16px;
}


div.bbp-template-notice.info p,
div.bbp-template-notice, div.indicator-hint p {
    font-size: 13px;
}

#bbp_topic_subscription {
    margin-top: 5px!important;
    margin-right: 5px!important;
}

#bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
    background: rgba(0,0,0,0.06);
    border-top: 0px!important;
    text-shadow: 0 1px rgba(255,255,255,0.5);
}

.bbp-forum-header a.bbp-forum-permalink, .bbp-topic-header a.bbp-topic-permalink, .bbp-reply-header a.bbp-reply-permalink,
span.bbp-admin-links a {
    color: rgba(0,0,0,0.6);
}

#bbpress-forums div.bbp-forum-author img.avatar, #bbpress-forums div.bbp-topic-author img.avatar, #bbpress-forums div.bbp-reply-author img.avatar {
    margin-bottom: 8px;
}

#bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    font-weight: bold;
}

#bbpress-forums div.bbp-forum-content, #bbpress-forums div.bbp-topic-content, #bbpress-forums div.bbp-reply-content {
    font-size: 14px;
}

#bbpress-forums div.bbp-topic-content a, #bbpress-forums div.bbp-reply-content a {
    color: #fff;
    font-size: 12px;
}

.bbp-reply-content {
    padding-right: 10px!important;
}

div.bbp-forum-header, div.bbp-topic-header, div.bbp-reply-header, li.bbp-body div.hentry {
    padding: 10px;
}

.forum-titles .bbp-forum-info {
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.gallery-caption {}
.bypostauthor {}
body#tinymce {
    background: white;
}

.light-block .block-title a.post-a.right {
	margin-top: 10px;
}