/*
 *
 *
 * WARNING
 *
 * You are looking at the .css version of the site's assets.
 * If you directly edit the .css files, you will destroy the
 * usefulness of the LESS files, and the website's theme will be
 * much harder to maintain in the future.
 *
 *
 */
.ClearFix {
  display: inline-block;
}
.ClearFix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.MainBlock {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 0 0 10px 7px;
  border: 1px solid #babfa8;
  padding: 8px;
  width: 300px;
  height: 175px;
  min-height: 175px;
  background-color: #FFF;
}
.WideBlock {
  width: 629px;
}
.FullWidth {
  overflow: hidden;
  margin: 0 0 10px 7px;
  border: 1px solid #babfa8;
  padding: 8px;
  width: 100%;
  background-color: #FFF;
}
.HiddenText {
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.BlockHeading {
  color: #ed6d17;
  text-shadow: 0 1px 1px #afafaf;
  font: normal 18px/19px 'Trocchi', serif;
}
.BlockHeadingAlt {
  color: #897A6B;
  font: normal 17px/23px 'Trocchi', serif;
}
.IconHeading {
  padding: 3px 0 5px 27px;
  background: url(../img/ico/icons.gif) no-repeat;
}
.PageHeading {
  display: inline-block;
  margin-bottom: 1em;
  color: #ed6d17;
  text-shadow: 0 1px 1px #afafaf;
  font: normal 18px/19px 'Trocchi', serif;
}
#forum tr.odd {
  background-color: #E4F0D8;
}
#forum tr.even {
  background-color: #FFF;
}
#forum tr td {
  padding: 8px 10px;
}
#forum tr td.forum {
  background: none;
}
#forum tr th:first-child,
#forum tr td.icon {
  display: none;
}
#forum #forum-0 th:first-child {
  display: table-cell;
  border-bottom: 3px solid #CCC;
  width: 100%;
}
.node-type-forum #content .node {
  min-height: 0;
  border: none;
  margin: 0;
  width: 613px;
}
.node-type-forum #content #content-content {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 0 0 10px 7px;
  border: 1px solid #babfa8;
  padding: 8px;
  width: 300px;
  height: 175px;
  min-height: 175px;
  background-color: #FFF;
  width: 629px;
  height: auto;
  margin: 0;
  padding: 0;
}
#content #comments article,
#content #comments div.comment {
  position: relative;
  display: block;
  width: auto;
  border: none;
  border-top: 2px solid #dfe9d3;
  padding: 8px;
  min-height: 0;
  margin: 0;
}
#content #comments article .comment-count,
#content #comments div.comment .comment-count {
  display: block;
  float: left;
  margin-right: 0.5em;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  background: url(../img/ico/comment-bg.png) no-repeat left top;
}
#content #comments article .content,
#content #comments div.comment .content {
  margin-top: 1em;
}
