
.entry-content .link-button {
  color: #fff;
}
.link-button {
  display: inline-block;
  background-color: #62493d;
  border: 1px solid #947b6f;
  border-bottom: 1px solid #4e3529;
  -moz-border-radius: 3px 3px 3px 3px;
  -webkit-border-radius: 3px 3px 3px 3px;
  border-radius: 3px 3px 3px 3px;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 8px 10px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
}
.link-button:hover {
  background-color: #785f53;
}
.link-button.red {
  background: #e65151;
  border: 1px solid #ff8d8d;
  border-bottom: 1px solid #d23d3d;
}
.link-button.red:hover {
  background: #fb6666;
}
.link-button.green {
  background: #86ae53;
  border: 1px solid #b8e085;
  border-bottom: 1px solid #729a3f;
}
.link-button.green:hover {
  background: #9cc469;
}
.link-button.blue {
  background: #53a4ae;
  border: 1px solid #85d6e0;
  border-bottom: 1px solid #3f909a;
}
.link-button.blue:hover {
  background: #69bac4;
}



.one-half,
.one-third,
.one-fourth {
  float: left;
  margin-right: 2.1276%;
  position: relative;
}
.one-half {
  width: 48.9361%;
}
.one-third {
  width: 31.9148%;
}
.one-fourth {
  width: 23.4042%;
}
.last {
  clear: right;
  margin-right: 0 !important;
}



pre {
  white-space: pre;
  background: #fff;
  font-size: 14px;
  padding: 10px;
  border: 2px dotted #6b3b25;
  font-family: Consolas,monospace;
  word-break: break-word;
}


.hr {
  border-bottom: 5px solid #6b3b25;
  padding-top: 40px;
  padding-bottom: 20px;
}
.block-divider {
  background: url(../img/divider-line.png) no-repeat center center;
  height: 51px;
}



.dropcap:first-letter {
  font-size: 3.571em;
  line-height: 0.76em;
  padding: 0.2em 0.2em 0 0;
  float: left;
  display: block;
  color: #6b3b25;
}
.dropcap.dark:first-letter {
  display: block;
  float: left;
  font-size: 30px;
  line-height: 40px;
  margin: 0 8px 0 0;
  padding: 10px 10px;
  background: #942F00;
  color: #fff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}



.infobox-info,
.infobox-warning,
.infobox-success,
.infobox-error {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.infobox-info {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url('../img/info-blue.png');
}
.infobox-warning {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url('../img/info-yellow.png');
}
.infobox-success {
  color: #4F8A10;
  background-color: #DFF2BF;
  background-image: url('../img/info-green.png');
}
.infobox-error {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url('../img/info-red.png');
}


.pullquote-right,
.pullquote-left {
  border-left: #555555 2px solid;
  float: right;
  font-size: 16px;
  line-height: 1.5em;
  margin: 20px 0px 20px 20px;
  width: 33%;
  font-style: italic;
}
.pullquote-left {
  float: left;
  margin: 20px 20px 20px 0px;
  padding: 0 0 0 20px;
}
.pullquote-right {
  border-left: none;
  border-right: #555555 2px solid;
  padding: 0 20px 0 0px;
}



.highlight {
  background: #e09402;
  padding-left: 2px;
  padding-right: 2px;
}


.panes > div {
  display: none;
  min-height: 200px;
  border: 1px solid #ccc;
  padding: 15px;
  background: #f1f1f1;
}
