/**
 * Thread list
 */
.forum-post-info {
  border-top: none;
  background: transparent;
  color: #333;
  font-weight: bold;
  border-bottom: none;
  padding-bottom: 0.5em;
}

div.forum-post {
  padding-top: 1em;
  padding-bottom: 1em;
  border: none;
  border-top: none;
  border-bottom: 1px solid #cecece;
  background-color: transparent;
}

div.forum-topic-header {
  border-bottom: 1px solid #cecece;
}

.forum-post-wrapper {
  background-color: transparent;
}
.forum-post-panel-main {
  border-left: none;
  background-color: transparent;
  min-height: 20px;
  height: auto;
  margin-left: auto;
}
.forum-post-footer {
  border-top: none;
}
.forum-post-title {
  border-bottom: none;
  font-weight: 600;
  font-size: 1.4em;
  color: #5a5a5a;
}

.forum-post-number a {
  font-size: 0.8em;
  font-weight: 700;
  color: #848484 !important;
}
.forum-posted-on {
  font-size: 0.8em;
  font-weight: 700;
  color: #848484;
  padding-left: 0;
}

/**
 * Button links
 */
.forum-jump-links {
  margin: 5px 5px 5px 0;
}
.forum-post-links {
  margin: 5px 0 5px 5px;
}
body .forum-post-links li {
  margin-left: 0.5em;
  margin-right: 0;
}

/**
 * Author pane
 *
 * @TODO: Force a width of the author pane?
 */
.forum-post-panel-sub .author-pane {
  margin: 0 0 1em 0;
  padding-top: 0.4em;
}
div.forum-post-panel-sub {
  width: auto;
  padding-right: 1.5em;
}
div.forum-post-panel-sub .author-pane .picture img {
  padding: 1px;
}
.forum-post-panel-sub .author-pane .author-name {
  font-weight: 600;
  font-size: 1em;
}
.forum-post-panel-sub .author-pane .picture {
  margin-bottom: 5px;
}
