/*** PAGER *******************************************************************/

#forum .pager,
#forum-comments .pager {
  float: right;
  margin-top: 5px;
}

#forum .pager a,
#forum-comments .pager a {
  padding: 1px 3px;
  margin: 0pt;
}

#forum .pager li,
#forum-comments .pager li {
  padding:0pt;
  margin: 0pt;
}

#forum .pager li.pager-current,
#forum-comments .pager li.pager-current {
  padding: 2px 3px 2px 3px;
}

#forum-comments .box {
  clear: both;
}

/*** FORUM LINK LISTS ********************************************************/

.forum-top-links {
  margin: 10px 0 10px 0;
  float: right;
}

ul.forum-links {
  background-color: transparent;
  margin: 0;
  padding: 0;
}

.forum-links li {
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 0pt 15px 0pt 0pt;
}

.forum-links li a {
  font-weight: normal;
}




/*** PAGER *******************************************************************/

#forum .pager a:link,
#forum .pager a:visited,
#forum-comments .pager a:link,
#forum-comments .pager a:visited {
  text-decoration: none;
  border: 1px solid #2A55AA	;
  /*background: #ffffff;*/
  font-weight: normal;
}

#forum .pager-current,
#forum .pager a:hover,
#forum-comments .pager-current,
#forum-comments .pager a:hover {
  color: #AA552A; 
}

#forum .pager a.active,
#forum-comments .pager a.active {
  /*background: #ffffff;*/
  color: #0062A0; 
}

/*** FORUM & TOPIC LIST ******************************************************/

/* General */
#forum .forum-table,
#forum .forum-topics {
  /*border: 1px solid #2A55AA;*/
}

#forum {
  width: 100%;
}

#forum table {
  clear: both;
  width: 100%;
}

#forum div.indent {
  margin-left: 30px;
}

.forum-description {
  margin: 5px 0 5px 0;
}

/* Headers */
#forum .forum-table th,
#forum .forum-topics th,
#forum .forum-topics th a,
#forum .forum-topics th a:link,
#forum .forum-topics th a:hover,
#forum .forum-topics th a:visited {
  background-color: transparent;
  font-weight: normal;
}

#forum .forum-table tbody,
#forum .forum-topics tbody {
  border-top: none;
}

#forum th {
  border-bottom: 0;
  text-align: center;
}

#forum th.forum-name {
  padding-left: 35px;
  text-align: left;
}

/* Containers & Forums */
#forum td.container {
  border-top: 0;
  margin-top: 0;
  padding-left: 15px;
  padding-top: 5px;
  background-color: #D4E9FF;
  border-bottom: none;
}

#forum .forum-details .description {
  font-size: 85%;
  color: #7F7F7F;
}

#forum .container .forum-details .description {
  font-weight: normal;
  color: #556AAA;
}

#forum .container .description {
  margin: 0;
  padding: 3px 0 0 0;
}

#forum .description {
  margin-left: 0;
  padding-left: 0;
  padding: 3px 0;
}

#forum td.forum-icon {
  width: 1px;
  padding: 0 5px;
}

/* Topic listings */

#forum tr.sticky-topic {
  background-color: #BFD4E9;
}


#forum td .links {
  font-size: 0.9em;
  padding-top: 10px;
}

#forum td.icon {
  width: 1px;
}

#forum td.views {
  text-align: center;
  white-space: nowrap;
  width: 35px;
}

#forum td.created,
#forum td.last-reply {
  font-size: 0.9em;
  line-height: 140%;
  padding: 0 10px;
  white-space: normal !important;
  width: 130px;
}

/*** FORUM STATISTICS ********************************************************/

#forum-statistics-header,
.forum-statistics-sub-header,
.forum-statistics-sub-body {
  padding: 0.3em 0.5em;
}

#forum-statistics {
  /*border: 1px solid #2A55AA;*/
  background-color: transparent;
}

#forum-statistics-header {
  background-color: transparent;
  background-image: url('/sites/all/themes/hexspace/img/space-80-b.png');
  background-repeat: repeat;
  color: #ffffff;
  font-weight: bold;
}

.forum-statistics-sub-header {
  background-color: transparent;
  background-image: url('/sites/all/themes/hexspace/img/space-50-vlb.png');
  background-repeat: repeat;
  font-weight: bold;
}

.forum-statistics-sub-body {
  background-color: transparent;
  background-image: url('/sites/all/themes/hexspace/img/space-50-ab.png');
  background-repeat: repeat;
  font-weight: normal;
}

/*** ICONS LEGEND ************************************************************/

/* Forum folders */
.forum-folder-legend dt, 
.forum-folder-legend dd {
  display: inline;
}

.forum-folder-legend dd {
  margin: 0pt 5px 0pt 0pt;
}

.forum-folder-legend img {
  padding-bottom: 4px;
  vertical-align: middle;
}

/* Forum topics */
.legend-group {
  float: left;
  display: block;
}

.legend-group {
  margin: 0 0 0 30px;
}

.forum-topic-legend dt, 
.forum-topic-legend dd {
  display: inline;
}

.forum-topic-legend dd {
  margin: 0 0 0 0;
}

.forum-topic-legend dl {
  margin-bottom: 8px;
}

.forum-topic-legend img {
  padding-bottom: 4px;
  vertical-align: middle;
}

/*** FORUM THREADS ***********************************************************/

.forum-post {
  border: 0px solid #2A55AA;
}

/* Header at the top of each post */

.post-info {
  height:100%;
  clear: both;
  margin: 0 0 1px 0;
  color: #FFFFFF;
  background-image: url('/sites/all/themes/hexspace/img/space-80-b.png');
  background-repeat: repeat;
}

.posted-on {
  padding: 4px 10px 3px 10px;
  float: left;
  font-size: .8em;
  font-weight: bold;
}

.forum-post .new {
  color: #ffffff;
  float: none;
}

.post-title {
  font-weight: normal;
  font-size: 1.3em;
  border-left: 0px solid #FFFFFF;
  /*background: #FFD4E9;*/
}

.post-num {
  float: right;
  margin-right: 5px;
}

.post-num a:link,
.post-num a:visited,
.post-num a:active,
.post-num a:hover {
  color: #ffffff;
}

.forum-topic-header {
  margin: 10px 0 2px 0;
}

.forum-topic-header .forum-links {
  float: left;
}

.forum-topic-header .reply-count {
  float: right;
}

/* Individual forum post */
.forum-post {
  margin: 0 0 20px 0;
  padding: 0;
}

.forum-post-wrapper {
  background-image: url('/sites/all/themes/hexspace/img/forum-panel-150.png');
  background-position: left top;
  background-repeat: repeat-y;
  clear: both;
  height: 100%;
  margin: 1px 0;
}

/* Author information pane */

.author-pane {
  margin: 5px 5px 0 5px;
  padding: 5px;
}

.forum-post-panel-sub .author-name {
  font-size: 1em;
  font-weight: bold;
}

.forum-post-panel-sub .author-pane .picture img {
  /*background: #ffffff;*/
}

.author-pane .author-pane-label {
  font-weight: normal;
}

.forum-post-panel-sub {
  float: left;
  line-height: 100%;
  width: 150px;
}

.author-pane-name-status .picture {
  margin: 0 0 10px 0;
}

.author-pane .picture img {
  padding: 10px;
}

/* Post text area */

.forum-post-panel-main {
  margin-left: 150px; /*Set left margin to LeftColumnWidth*/
  min-height: 120px;
  height: auto !important;
  height: 350px;
  padding: 5px 0px;
  background-image: url('/sites/all/themes/hexspace/img/space-50-e9e9ff.png');
  background-repeat: repeat;
  color: #3f3f3f;
}

.forum-post-panel-main .content {
  padding-top: 2px;
}

.forum-post-panel-main .post-title,
.forum-post-panel-main .content {
  margin-left: 0;
  padding-left: 10px;
}

.forum-post-panel-main p {
  margin-right: 10px;
}

/* Signature */
.author-signature {
  font-size: .8em;
  margin: 10px 0 5px 10px;
}

/* Post footer */

.forum-post-footer {
  margin-top: 0;
  padding-left: 10px;
  clear: both;
  color: #2A55AA;
  background-image: url('/sites/all/themes/hexspace/img/space-50-vlb.png');
  border: 1px solid transparent;
}

.forum-jump-links {
  float: left;
  line-height: 2em;
  padding: 0px 5px;  
  width: 140px;
}

.forum-post-links {
  line-height: 2em;
  text-align: left;
  padding: 0px 0px;  
  margin-left: 140px;
}

.forum-post-links .forum-links {
  text-transform: capitalize;
  margin-top: 6px;
}

.forum-post-links .comment_forbidden {
  text-transform: none; /* I CANNOT FUCKING BELIEVE THIS IS NECESSARY. I HATE THESE PEOPLE */
  padding-left: 10px;
}

/*.links .comment_forbidden a { margin: 0 -10px; }*/ /* SERIOUSLY */

.forum-post-links .inline {
  margin-top: 6px;
}
