/**
 * @file
 * Styling for the Forum module.
 */
/* Forum Status Icons */
/* line 7, ../../../sass/modules/forum/forum.theme.scss */
.forum-icon {
  float: left;
  width: 24px;
  height: 24px;
  margin-right: 0.4em;
  background-image: url('../../../images/modules/forum/forum-icons.png');
  background-repeat: no-repeat;
  text-indent: -9999px; }

/* line 16, ../../../sass/modules/forum/forum.theme.scss */
.forum-icon--status-new {
  background-position: -24px 0; }

/* line 19, ../../../sass/modules/forum/forum.theme.scss */
.forum-icon--status-hot {
  background-position: -48px 0; }

/* line 22, ../../../sass/modules/forum/forum.theme.scss */
.forum-icon--status-hot-new {
  background-position: -72px 0; }

/* line 25, ../../../sass/modules/forum/forum.theme.scss */
.forum-icon--status-sticky {
  background-position: -96px 0; }

/* line 28, ../../../sass/modules/forum/forum.theme.scss */
.forum-icon--status-closed {
  background-position: -120px 0; }
