#forum {
  width: 100%;
}

.page-forum #page-title {
  margin-bottom: 10px;
}

#forum .name {
  font-weight: bold;
}

#forum .description {
  color: #999;
}

/* Forums Table */
#forum table {
  width: 100%;
}

#forum tr.even td,
#forum tr.odd td {
  border-bottom: 1px solid #e1e2e3;
  border-top: none;
}

#forum tr.even,
#forum tr.odd {
  background: #fff;
}

#forum thead tr {
  background: #333;
}

#forum thead th {
  font-family: 'NovecentowideUltraLightBold', sans-serif;
  font-size: 0.769em; 
  font-weight: normal;
  text-transform: uppercase;
}

#forum td {
  border: 1px solid #e1e2e3;
  padding: 1em;
}

#forum td a:hover,
#forum td a:focus {
  color: #333;
  text-decoration: none;
}

/* Forums Head */
#forum tr td.container {
  background: #f5f5f5;
  padding: 1em;
}

#forum tr td.container a {
  font-size: 1.167em;
}

#forum tr td.container .name a {
  color: #ff0066;
  font-size: 1.385em;
  font-weight: normal;
}

/* Forums List */
#forum td.forum {
  padding: .5em 1em;
  width: 44%;
}

#forum td.forum .name {
  background-image: url(../images/forum-default.png);
  background-position: left 5px; /* LTR */
  background-repeat: no-repeat;
  padding-left: 20px; /* LTR */
}

#forum tr.new-topics td.forum .name {
  background-image: url(../images/forum-default.png);
}

#forum td.forum .name a {
  color: #666;
  font-weight: bold;
}

#forum td.forum .name a:hover {
  color: #ff0066;
}

#forum td.forum .description {
  color: #666;
  font-size: 0.9em;
  padding-left: 30px;
}

#forum td.topics {
  text-align: center;
  width: 9%;
}

#forum td.posts {
  text-align: center;
  width: 9%;
}

#forum td.title div > a {
  color: #666;
  font-weight: bold;
}

#forum td.title div > a:hover {
  color: #ff0066;
}

/* Topic List */
#forum .submitted {
  color: #666;
  font-size: 0.912em;
  font-style: italic;
}

#forum .submitted a {
  border-bottom: 1px solid #ddd;
  color: #666;
  text-decoration: none;
}

#forum .submitted a:hover {
  border-color: #ff0066;
  color: #ff0066;
}

#forum td.replies {
  text-align: center;
}

#forum td.last-reply {
  color: #444;
  font-size: 0.92em;
}

/* Forums Indent */
#forum div.indent a {  
  padding: 1em 0 1em .5em;
}

/* Forums Icons */
#forum td.icon {
  width: 5%;
}

#forum .icon div {
  background-image: url(../images/forum-icons.png);
  background-repeat: no-repeat;
  height: 24px;
  margin: 0 auto;
  width: 24px;
}

#forum .icon .topic-status-new {
  background-position: -24px 0;
}

#forum .icon .topic-status-hot {
  background-position: -48px 0;
}

#forum .icon .topic-status-hot-new {
  background-position: -72px 0;
}

#forum .icon .topic-status-sticky {
  background-position: -96px 0;
}

#forum .icon .topic-status-closed {
  background-position: -120px 0;
}

/* Forums Action Links */
.page-forum ul.action-links {
  background: #fff;
  list-style: none;
  margin: 0;
  padding-bottom: 1.667em;
  padding-left: 0;
}

.page-forum ul.action-links li {
  display: inline-block;
  margin-left: 0;
}

.page-forum ul.action-links li a {
  background: #ff0066;
  color: #fff;
  margin: 0;
  padding: .5em 1.25em;
}

.page-forum ul.action-links a:hover, 
.page-forum ul.action-links a:active, 
.page-forum ul.action-links a:focus {
  background: #111;
  text-decoration: none;
}
