#masthead{
  position: fixed;
}
#content{
  position: relative;
  padding-top: 100px;
}

#colophon{
  margin-top: 20px;
}

#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 {
    font-size: 17px;
}
.bbp-form legend {
  font-size: 2.2em;
  font-weight: bold;
}

.bbp-form input[type="text"], .bbp-form textarea{
  border: 1px solid #e66432;
}

.fb_iframe_widget{
  border: none !important;
}
.mhs, .pluginBoxDividerGray {
    border-top: medium none;
    margin-top: 8px;
}
._4s7c{
   border: 1px solid #e66432;
   color: #e66432;
}

.menu-item-24{
  background: #e66432 none repeat scroll 0 0;
    border: 2px solid rgba(255, 255, 255, 0);
    color: #fff;
    cursor: pointer;
    display: inline-block;
    line-height: 1;
    padding: 12px 20px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.menu-item-24 a, .main-navigation li:hover a{
      color: #fff;
}

.login .message{
  border-left: 4px solid #e66432;
}


