/* Quick-reply
--------------------------------------------- */

#qr_postform > .panel {
    background: rgba(150, 126, 86, 0.5);
    background: #f7d396;
    background: rgba(247, 211,150, 0.70);
    max-width: none;
    margin: 20px auto 10px;
    padding: 25px 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 7px;
}

#qr_postform > .panel > .inner {
  max-width: none;
  margin: 0 auto;
}

#qr_postform #message-box {
  background: transparent;
  padding: 15px 14px 27px 15px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0;
}

#qr_postform textarea {
  background: rgba(188, 166, 137, 0.45);
  margin: 0;
  padding: 2px;
  border-radius: 5px;
  transition: box-shadow 0.25s ease-in-out 0s;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#qr_postform textarea:focus {
  box-shadow: 0 0 3px 1px #7d1f1d;
}

#qr_postform fieldset.submit-buttons {
  background: url("./images/post-util-bot.gif") 0 100% / 100% auto no-repeat,
  url("./images/post-util-top.gif") 0 0 / 100% auto no-repeat,
  url("./images/post-util-sides.gif") 0 0 / 100% 100% repeat-y;
  position: relative;
  margin: 0;
  padding: 14px 10px;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


/* Collapseable blocks
--------------------------------------------- */


.collapse-box h2,
.stat-block h3 {
  font-size: 20px;
  line-height: 30px;
  margin: 5px 2px;
  padding: 0 0 0 8px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
  border-bottom: transparent;
  color: #888;
  font-family: Verdana, Helvetica, Arial, sans-serif;
  font-weight: normal;
  transition: border-bottom 0.20s ease-in-out 0s;
}

.collapse-box h2:hover,
.stat-block h3:hover {
  border-bottom-color: transparent;
}

.collapse-box h2.open,
.stat-block h3.open {
  border-bottom-color: transparent;
}

.collapse-box h2 a,
.stat-block h3 a {
  display: block;
  transition: color 0.20s ease-in-out 0s;
  color: #464646;
}

.collapse-box h2 a:hover,
.stat-block h3 a:hover, 
.collapse-box h2 a:active,
.stat-block h3 a:active { color: #7d1f1d; text-decoration: none; }

.collapse-box h2 a[href="#"]:before,
.stat-block h3 a[href="#"]:before {
  content: "\f196";
  display: inline-block;
  margin-right: 8px;
  font-family: FontAwesome;
  font-size: 0.9em;
  font-weight: normal;
  opacity: 0.8;
}

.collapse-box h2.open a[href="#"]:before,
.stat-block h3.open a[href="#"]:before {
  content: "\f147";
}

.stat-block h3 {
  font-size: 16px;
  line-height: 24px;
}


/* Board3
--------------------------------------------- */
ul.forums {
  background: transparent;
}