@charset "utf-8";

/*
 * Region Active Topics block
 * ****************************************************************************
 */
.block-forum h2 {
  background-color      : #000000;
  color                 : #FFFFFF;
  text-align            : center;
  text-transform        : uppercase;
  margin-bottom         : 0px;
  padding               : 15px;
}

.tm-page-node .block-forum .tm-widget-content ul {
  margin-left           : 0px;
}

.tm-page-node .block-forum .tm-widget-content li {
  border-bottom         : 1px solid;
  margin                : 0px;
  padding               : 4px 0px 4px 0px;
}

.tm-page-node .block-forum .tm-widget-content li a,
.tm-page-node .block-forum .tm-widget-content li a:visited {
  color                 : #333333;
}



/*
 * Region Topic list
 * ****************************************************************************
 */
.forum-tools {
  display               : none;
}



/*
 * Region comments in topic
 * ****************************************************************************
 */
#forum-comments.comment-wrapper {
  margin                : 0px 0px 20px 0px;
}

#forum-comments h2.comment-form {
  margin                : 40px 0px 0px 0px;
}

#forum-comments .indented {
  margin-left           : 0px;
}
