html,body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}

/* Generic Styles */

a img {
  border: 0;
}

.visually-hidden {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* Stuff that we don't need when JS works */

.downlevel {
  display: none;
}

/* Page Wrappers */

#page {
  margin: 0 auto;
  min-width: 720px;
}

#page-header,
#page-body,
#page-footer {
  clear: both;
}

/* Masthead */

#daehtsam-da {
  margin: 10px auto;
  width: 720px;
  min-height: 90px;
}

#masthead {
  background-color: #f5f5f5;
  margin: 0;
  overflow: hidden;
  padding: 0 2.5%;
}

#logo {
  float: left;
  height: 46px;
  padding: 19px 0 18px;
  width: 242px;
}

#logo a {
  display: block;
}

/* User Panel */

#user-panel {
  color: #262626;
  float: right;
  font-size: 0.75em;
  font-weight: bold;
  height: 83px;
  line-height: 1.4em;
  overflow: hidden;
  position: relative;
  min-width: 340px;
}

#user-panel a {
  color: #34323a;
  text-decoration: none;
}

#user-panel a:visited {
  color: #806f7f;
}

#user-panel a:hover {
  color: #64626b;
}

#user-avatar {
  position: absolute;
  right: 0;
  top: 19px;
}

#user-message {
  position: absolute;
  right: 64px;
  top: 21px;
}

#user-message p {
  margin: 0;
  padding: 0;
}

#user-links {
  position: absolute;
  right: 64px;
  top: 41px;
}

#user-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#user-links ul li {
  float: left;
  height: 1.4167em;
  line-height: 1.4167em;
  margin: 0 0 0 1.1667em;
  padding: 0;
}

#user-links ul li a:link,
#user-links ul li a:visited {
  color: #34323a;
  padding-left: 22px;
  text-decoration: none;
}



#user-links ul li a:hover {
  color: #64626b;
}

#user-links .private-messages {
  background: transparent url('images/user-icons-sprite.png') no-repeat left -300px;
}

#user-links .private-messages a .message-count {
  color: #ff5b00;
}

#user-links .private-messages a:visited .message-count {
  color: #9e1e00;
}

#user-links .private-messages a:hover .message-count {
  color: #ff9000;
}

#user-links .logout {
  background: transparent url('images/user-icons-sprite.png') no-repeat left -200px;
}

#user-avatar {
  float: right;
  height: 44px;
  overflow: hidden;
  width: 44px;
}

#user-message a {
  color: #34323a;
  text-decoration: none;
}

#user-message a:visited {
  color: #806f7f;
}

#user-message a:hover {
  color: #64626b;
}

#user-message a .message-count {
  color: #ff5b00;
  text-decoration: none;
}

#user-message a:visited .message-count {
  color: #9e1e00;
}

#user-message a:hover .message-count {
  color: #ff9000;
}

/* Anonymous Panel */

#anonymous-panel {
  color: #262626;
  float: right;
  font-size: 0.75em;
  font-weight: bold;
  height: 83px;
  line-height: 1.4em;
  overflow: hidden;
  position: relative;
  width: 640px;
}

#anonymous-panel a {
  color: #34323a;
  text-decoration: none;
}

#anonymous-panel a:visited {
  color: #806f7f;
}

#anonymous-panel a:hover {
  color: #64626b;
}

#anonymous-message {
  position: absolute;
  right: 0;
  top: 21px;
}

#anonymous-message p {
  margin: 0;
  padding: 0;
}

#anonymous-links {
  position: absolute;
  right: 0;
  top: 41px;
}

#anonymous-links ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#anonymous-links ul li {
  float: left;
  height: 1.4167em;
  line-height: 1.4167em;
  margin: 0 0 0 1em;
  padding: 0;
}

#anonymous-links ul li a {
  color: #34323a;
  padding-left: 22px;
  text-decoration: none;
}

#anonymous-links ul li a:visited {
  color: #806f7f;
}

#anonymous-links ul li a:hover {
  color: #64626b;
}

#anonymous-links .register {
  background: transparent url('images/user-icons-sprite.png') no-repeat left 0;
}

#anonymous-links .login {
  background: transparent url('images/user-icons-sprite.png') no-repeat left -100px;
}

#anonymous-message a {
  color: #ff5b00;
  text-decoration: none;
}

#anonymous-message a:visited {
  color: #9e1e00;
}

#anonymous-message a:hover {
  color: #ff9000;
}

/* Userbar */

#userbar {
  background-color: #eee;
  color: #262626;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1.4em;
  overflow: hidden;
  padding: 7px 2.5% 8px;
}

#userbar ul {
  float: left;
  list-style-type: none;
  margin: 0;
  padding: 1px 0;
}

#userbar ul li {
  float: left;
  height: 1.4167em;
  line-height: 1.4167em;
  margin: 0 1.1667em 0 0;
  padding: 0;
}

#userbar ul li a {
  color: #34323a;
  padding-left: 22px;
  text-decoration: none;
}

#userbar ul li a:hover {
  color: #64626b;
}

#userbar .user-bookmarks {
  background: transparent url('images/user-icons-sprite.png') no-repeat left -400px;
}

#userbar .user-drafts {
  background: transparent url('images/user-icons-sprite.png') no-repeat left -500px;
}

#userbar .user-threads {
  background: transparent url('images/user-icons-sprite.png') no-repeat left -600px;
}

#userbar .user-posts {
  background: transparent url('images/user-icons-sprite.png') no-repeat left -700px;
}

#userbar .user-control-panel {
  background: transparent url('images/user-icons-sprite.png') no-repeat left -800px;
}

#userbar #advanced-search-link {
  float: right;
  margin: 1px 0 0 10px;
}

#userbar #advanced-search-link a {
  color: #34323a;
  text-decoration: none;
}

#userbar #advanced-search-link a:hover {
  color: #64626b;
}

#userbar #search {
  display: block;
  float: right;
}

#userbar #keywords {
  background: transparent url('images/header-search-bg.png') no-repeat left top;
  border: 0;
  color: #9b9ea3;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: bold;
  height: 15px;
  line-height: 15px;
  margin: 0;
  padding: 2px 10px 2px 20px;
  width: 148px;
}

/* Administration Links */

#administration-links { 
  color: #aeb1b7;
  float: left;
  font-size: 0.6875em;
  line-height: 1.255em;
  margin: 11px 0 46px;
  padding-left: 2.5%;
}

#administration-links a {
  color: #34323a;
  text-decoration: none;
}

#administration-links a:hover {
  color: #64626b;
}

/* Forum Links */

#forum-links {
  color: #aeb1b7;
  float: right;
  font-size: 0.6875em;
  line-height: 1.255em;
  margin: 11px 0 46px;
  padding-right: 2.5%;
}

#forum-links a {
  color: #34323a;
  text-decoration: none;
}

#forum-links a:hover {
  color: #64626b;
}

/* Breadcrumb / Jumpbox */

.breadcrumb-jumpbox {
  clear: both;
  margin: 10px 0;
  overflow: hidden;
}

#page-header .breadcrumb-jumpbox {
  padding: 0 2.5%;
}

.breadcrumb {
  color: #262626;
  float: left;
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 1em;
}

.breadcrumb a {
  color: #ff5b00;
  text-decoration: none;
}

.breadcrumb a:visited {
  /* color: #9e1e00; */
}

.breadcrumb a:hover {
  color: #ff9000;
}

.breadcrumb .list-inline {
  margin: 0 auto;
}

.breadcrumb .list-inline li {
  border: none;
  padding: 0;
}

.jumpbox {
  clear: right;
  float: right;
}

.jumpbox .jumptext {
  color: #262626;
  font-size: 0.6875em;
  line-height: 1em;
}

.jumpbox select {
  font-size: 0.6875em;
  line-height: 1em;
}

/* Content Wrappers */

#page-body {
  margin: 0 auto;
  width: 95%;
}

#content {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  clear: both;
  margin: 0 auto;
}

.mod-notice{
  border: 3px solid red;
  background-color: #FF9999;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
.mod-notice a{
  color: black;
  text-decoration: none;
}

#content.all-borders {
  border: 1px solid #d8d8d8;
}

/* Page Titles */

h1.title {
  color: #262626;
  font-size: 1.25em;
  line-height: 1em;
  margin: 0.83em auto;
}

h1.title a {
  color: #34323a;
  text-decoration: none;
}

h1.title a:visited {
  color: #806f7f;
}

h1.title a:hover {
  color: #64626b;
}

/* My Threads toggle */

a.toggle-posted { color: #9b9fa4 !important; }
a.toggle-posted.active{ color:  #39393f !important;}

/* Forum Rules */

.forumrules {
  font-size: 0.8125em;
  color: #262626;
}

.forumrules h3 {
  display :none;
}

.forumrules a:link {
  color: #34323a;
  text-decoration: underline;
}

.forumrules a:visited {
  color: #806f7f;
  text-decoration: underline;
}

.forumrules a:hover {
  color: #64626b;
  text-decoration: none;
}


/* Actionbars */

#top-actionbar {

}

#bottom-actionbar {
  margin: 0 0 10px;
}

.actionbar {
  background: #39393f;
  height: 30px;
  overflow: hidden;
}

.actionbar a {
  color: #fff;
  text-decoration: none;
}

.actionbar a:visited {
  color: #ddd;
}

.actionbar a:hover {
  color: #ccc;
}

.actionbar .board-actions,
.actionbar .topic-actions {
  background: #9b9ea3 url('images/bar-arrow.png') no-repeat right top;
  float: left;
  height: 20px;
  padding: 5px 25px 5px 10px;
}

.actionbar .board-actions a,
.actionbar .board-actions img,
.actionbar .topic-actions a,
.actionbar .topic-actions img {
  display: block;
}

.actionbar .board-actions .search-box label {
  color: #fff;
  font-size: 90%;
}

.actionbar .topic-actions .reply-button {
  float: left;
}

.actionbar .topic-actions .quick-reply-button {
  float: left;
  margin-left: 5px;
}

.actionbar .pager {
  color: #fff;
  float: right;
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 1.3077em;
  margin-left: 10px;
  padding: 6px 10px 7px;
}

.actionbar .pager ul {
  display: inline;
  margin: 0;
  padding: 0;
}

.actionbar .pager li {
  display: inline;
  margin: 0 0 0 1px;
  padding: 0;
}

.actionbar .pager li.selected {
  background-color: #7f7f7f;
  padding: 0 3px;
}

.actionbar .pager a {
  color: #ff5b00;
  padding: 0 3px;
}

.actionbar .pager a:visited {
  color: #ff9000;
}

.actionbar .pager a:hover {
  color: #9e1e00;
}

.actionbar .search {
  display: block;
  float: right;
  margin: 5px 0 6px;
}

.actionbar #search_keywords {
  background: transparent url('images/header-search-bg.png') no-repeat left top;
  border: 0;
  color: #9b9ea3;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  height: 15px;
  line-height: 15px;
  margin: 0;
  padding: 2px 10px 2px 20px;
  width: 148px;
}

.search-input::placeholder {
  color: #9b9ea3;
}

.actionbar .board-actions .search {
  display: block;
  float: left;
  margin: 0;
}

.actionbar .board-actions #add_keywords {
  background: transparent url('images/header-search-bg.png') no-repeat left top;
  border: 0;
  color: #9b9ea3;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  height: 15px;
  line-height: 15px;
  margin: 0;
  padding: 2px 10px 2px 20px;
  width: 148px;
}

.actionbar .subscribe-actions {
  color: #fff;
  float: left;
  font-size: 0.8125em;
  line-height: 1.3077em;
  padding: 6px 10px 7px;
}

.actionbar .subscribe-actions a {
  display: block;
  height: 1.3077em;
  padding-left: 21px;
}

.actionbar .subscribe-actions .subscribe {
  float: left;
  margin-right: 1em;
}

.actionbar .subscribe-actions .subscribe a {
  background: transparent url('../imageset/en/_subscribe.png') no-repeat left top;
}

.actionbar .subscribe-actions .mark-read {
  float: left;
  margin-right: 1em;
}

.actionbar .subscribe-actions .mark-read a {
  background: transparent url('../imageset/en/_mark_read.png') no-repeat left top;
}

.actionbar .subscribe-actions .bookmark {
  float: left;
  margin-right: 1em;
}

.actionbar .subscribe-actions .bookmark a {
  background: transparent url('../imageset/en/_bookmark.png') no-repeat left top;
}

.actionbar .subscribe-actions .check-all {
  float: left;
  margin-right: 1em;
}

.actionbar .subscribe-actions .check-all a {
  background: transparent url('../imageset/en/_check_all.png') no-repeat left top;
}

.actionbar .subscribe-actions .uncheck-all {
  float: left;
  margin-right: 1em;
}

.actionbar .subscribe-actions .uncheck-all a {
  background: transparent url('../imageset/en/_uncheck_all.png') no-repeat left top;
}

#bottom-reply {
  float: right;
  margin: 0 0 40px;
}

#bottom-reply a,
#bottom-reply img {
  display: block;
}

#bottom-reply .quick-reply-button {
  float: left;
  margin-left: 5px;
}

#bottom-reply .reply-button {
  float: left;
  margin-left: 5px;
}

/* Board List */

table.board-list {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

table.board-list th {
  background: #9b9ea3;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 1em;
  padding: 7px 10px;
}

table.board-list th.board-category {
  background-color: #39393f;
  border-left: 0;
  border-right: 0;
}

table.board-list th.board-category h2.category {
  font-size: 1em;
  line-height: 1em;
  margin: 0;
  padding: 0;
  text-align: left;
}

table.board-list th.status-head {
  border-left: 0;
  text-align: center;
  width: 17px;
}

table.board-list th.status-head img {
  display: block;
  margin: 0 auto;
  padding: 2px;
}

table.board-list th.board-head {
  text-align: left;
}

table.board-list th.topics-head,
table.board-list th.posts-head {
  width: 6%;
}

table.board-list th.last-post-head {
  border-right: 0;
  text-align: left;
  width: 20%;
}

table.board-list td {
  background-color: #f5f5f5;
  border: 1px solid #fff;
  color: #262626;
  font-size: 0.8125em;
  line-height: 1.3077em;
  padding: 3px 10px;
  vertical-align: middle;
}

table.board-list td.board-status {
  border-left: 0;
  padding: 0;
  text-align: center;
}

table.board-list td.board-info {
  font-size: 1em;
  padding: 0;
}

table.board-list td.board-info a {
  background-color: #f5f5f5;
  display: block;
  padding: 3px 10px;
}

table.board-list td.board-info a:hover {
  background-color: #fff;
}

table.board-list td.board-info .board-title {
  color: #000;
  display: block;
  font-size: 0.9375em;
  font-weight: bold;
  line-height: 1.1333em;
}

table.board-list td.board-info .board-description {
  color: #34323a;
  display: block;
  font-size: 0.75em;
  line-height: 1.4167em;
}



table.board-list td.board-topics,
table.board-list td.board-posts {
  background-color: #eee;
  text-align: center;
}

table.board-list td.board-last-post {
  border-right: 0;
  font-size: 0.6875em;
  line-height: 1.2727em;
}

table.board-list td a {
  color: #34323a;
  text-decoration: none;
}

table.board-list td a:visited {
  color: #806f7f;
}

table.board-list td a:hover {
  color: #64626b;
}

table.board-list td img {
  display: inline;
}

table.board-list .board-title a:link,
table.board-list .board-title a:visited {
  color: #34323a;
}

table.board-list td.board-info .board-description a:link,
table.board-list td.board-info .board-description a:visited {
  text-decoration: underline
}

/* Topic List */

table.topic-list {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

table.topic-list th {
  background-color: #9b9ea3;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 1em;
  padding: 5px 8px 7px;
}

table.topic-list th a:link,
table.topic-list th a:visited {
  color: #262626;
}

table.topic-list th.status-head {
  border-left: 0;
  padding: 6px 8px;
  width: 17px;
}

table.topic-list th.status-head img {
  display: block;
  margin: 0 auto;
  padding: 3px 4px;
}

table.topic-list th.author-head {
  width: 16%;
}

table.topic-list th.topic-head {
  text-align: left;
}

table.topic-list th.replies-head,
table.topic-list th.views-head {
  width: 6%;
}

table.topic-list th.last-post-head {
  border-right: 0;
  text-align: left;
  width: 20%;
}

table.topic-list td {
  background: #f5f5f5;
  border: 1px solid #fff;
  color: #262626;
  font-size: 0.8125em;
  line-height: 1.3077em;
  padding: 3px 10px;
  vertical-align: middle;
}

table.topic-list td.topic-title a.important {
  font-weight: bold;
}

table.topic-list td.topic-title a:visited {
  color: #710000;
}

table.topic-list td.topic-title a:visited:hover {
  color: #999;
}

table.topic-list td.topic-status {
  border-left: 0;
  text-align: center;
  padding: 0;
}

table.topic-list td.topic-title .pager {
  margin-left: 10px;
  color: #595959;
  font-size: 0.8125em;
}

table.topic-list td.topic-title .pager a {
  color: #ff5b00;
}

table.topic-list td.topic-title .pager a:visited {
  color: #9e1e00;
}

table.topic-list td.topic-title .pager a:hover {
  color: #ff9000;
}

table.topic-list td.topic-author {
  background-color: #eee;
  text-align: center;
}

table.topic-list td.topic-replies,
table.topic-list td.topic-views {
  background-color: #eee;
  text-align: center;
}

table.topic-list td.topic-last-post {
  border-right: 0;
  font-size: 0.6875em;
  line-height: 1.2727em;
}

table.topic-list td a {
  color: #34323a;
  text-decoration: none;
}

table.topic-list td a:hover {
  color: #64626b;
}

table.topic-list td img {
  display: inline;
}

table.member-list {
  margin-bottom: 1em;
}

/* Quickreply */
#qr_editor_table {
  width: 100%;
}

#qr_editor_table fieldset {
  border: 0px solid white;
  margin: 0;
  padding: 10px;
}

#qr_editor_table .sidebar {
  width: 125px;
  padding: 10px 20px 10px 10px;
}

#qr_editor_table textarea {
  width: 100%;
  height: 200px;
}

#qr_editor_table .submit-buttons {
  text-align: right;
}

/* quickmod */

#quickmod {
  font-size: 0.8125em;
  background-color: #eee;
  padding: 5px;
  color: #262626;
  border: 1px solid #ccc;
}

/* Polls */

table#poll {
  border-bottom: 1px solid #d8d8d8;
  border-collapse: collapse;
  background-color: #eee;
}

table#inner-poll {
  padding-bottom: 20px;
  font-size: 0.8em;
  color: #262626;
}

table#inner-poll a {
  color: #ff5b00;
  text-decoration: none;
}

table#inner-poll a:visited {
  color: #9e1e00;
}

table#inner-poll a:hover {
  color: #ff9000;
}

table#inner-poll tr.voted td {
  font-weight: bold;
}

table#inner-poll td {
  padding: 2px 5px;
}

table#inner-poll .caption {
  /*width: 50%;*/
}

table#inner-poll .pollbar {
  min-width: 125px;
  white-space: nowrap;
}

table#inner-poll .gen,
table#inner-poll .numvotes {
  white-space: nowrap;
}

/* Posts */

table.post {
  border-bottom: 1px solid #d8d8d8;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  table-layout: fixed;
}

table.post.odd {
  background-color: #fff;
}

table.post.even {
  background-color: #f5f5f5;
}

table.post.spam, table.topic-list tr.spam td{
  background-color: #faa;
}

table.post td {
  overflow: hidden;
  vertical-align: top;
}

table.post .spam-options{
  text-align: right;
  margin-bottom: -10px;
}
table.post .spam-options a{
  color: #999 !important;
  font-size: 90%;
}

table.post .post-author {
  background-color: #f5f5f5;
  color: #262626;
  padding: 10px 20px 10px 10px;
  width: 125px;
}

table.post.even .post-author {
  background: #eee url('images/post-arrow-even.png') no-repeat right 20px;
}

table.post.odd .post-author {
  background: #f5f5f5 url('images/post-arrow-odd.png') no-repeat right 20px;
}

table.post.spam .post-author{
  background: #f99;
}

table.post.spam h4{
  margin: 0; padding: 0;
}

table.post .post-author .post-author-name {
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 1em;
}

table.post .post-author .post-author-name a, table.post .post-author .post-author-name a:visited {
  color: #262626;
  text-decoration: none;
}

table.post .post-author .post-author-title {
  font-size: 0.6875em;
  line-height: 1.1818em;
  /*margin-bottom: 1.6364em;*/
  margin-bottom: 0.8132em;
}

table.post .post-author .post-author-title a {
  color: #7e0000;
  text-decoration: none;
}

table.post .post-author .post-author-tribus,
table.post .post-author .post-author-registered,
table.post .post-author .post-author-postcount {
  color: #7b7d81;
  font-size: 0.6875em;
  line-height: 1.1818em;
}

table.post .post-author .post-author-tribus {
  margin-top: 0.8132em;
}

table.post .post-author .post-author-registered {
  white-space: nowrap;
}

table.post .post-date-actions {
  height: 16px;
  padding: 0 20px;
}

table.post .post-date-actions-inner {
  border-bottom: 1px dotted #dadfe6;
  overflow: hidden;
  padding: 7px 0;
}

table.post .post-date {
  color: #9b9ea3;
  float: right;
  font-size: 0.6875em;
  line-height: 1.5455em;
  margin-left: 10px;
}

table.post .post-date a {
  color: #9b9ea3;
  text-decoration: none;
}

table.post .post-date a:hover {
  color: #747577;
}

table.post .post-date img {
  display: inline;
  margin-top: 3px;
}

table.post.unread .post-date {
  color: #626467;
  font-weight: bold;
}

table.post.unread .post-date a {
  color: #626467;
}

table.post .post-actions {
  float: right;
}

table.post .post-actions a {
  display: block;
  float: left;
  margin-left: 10px;
}

table.post .post-content,
#preview-content {
  color: #262626;
  font-size: 0.8125em;
  line-height: 1.3077em;
  padding: 7px 20px 20px;
}

table.post .post-content a.embed-toggle {
  border: 1px solid #aaa;
  background: #D1D3D3;
  border-radius: 3px;
  line-height: 1em;
  padding: 1px 2px 1px 2px;
  border-top: none;
  border-left: none;
  color: #777 !important;
  display: inline-block;
  font-size: 8px;
  text-shadow: 1px 1px 1px white;
  vertical-align: 2px;
  margin-left: 2px;
}

table.post .post-content a.embed-toggle:after {
  content: "▼";
}

table.post .post-content a.embed-toggle.toggled:after {
  content: "▲";
}

table.post .post-content a.embed-toggle:hover {
  background-color: #CCC;
}


table.post .post-content img,
#preview-content img {
  display: inline;
  max-width: 100%;
}

table.post .post-content a,
table.post .post-ignore a,
#preview-content a {
  color: #ff5b00;
  text-decoration: none;
}

table.post .post-content .quotetitle a,
table.post .post-ignore .quotetitle a,
#preview-content .quotetitle a {
  color: #626467;
}

table.post .post-content .quotetitle a:visited,
table.post .post-ignore .quotetitle a:visited,
#preview-content .quotetitle a:visited,
table.post .post-content .quotetitle a:hover,
table.post .post-ignore .quotetitle a:hover,
#preview-content .quotetitle a:hover {
  color: #747577;
}

table.post .post-content a:visited,
table.post .post-ignore a:visited,
#preview-content a:visited {
  color: #9e1e00;
}

table.post .post-content a:hover,
table.post .post-ignore a:hover,
#preview-content a:hover {
  color: #ff9000;
}

.pm-panel-message .quotetitle,
table.post .post-content .quotetitle,
table.post .post-content .ip-ubbcode-quote-title,
#preview-content .quotetitle,
#preview-content .ip-ubbcode-quote-title {
  font-style: italic;
  font-weight: bold;
  margin: 0 28px 5px;
}

.pm-panel-message .quotecontent,
table.post .post-content .quotecontent,
table.post .post-content .ip-ubbcode-quote-content,
#preview-content .quotecontent,
#preview-content .ip-ubbcode-quote-content {
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  margin: 0 28px;
  padding: 5px 0;
}

table.post .post-content .codetitle,
#preview-content .codetitle {
  margin-top: 10px;
}

table.post .post-content .codecontent,
#preview-content .codecontent {
  font-family: monospace;
  padding: 5px;
  border: 1px solid #ccc;
  background-color: #fff;
  white-space: nowrap;
  overflow-x: scroll;
}

table.post .post-content .posthilit,
#preview-content .posthilit {
  background-color: #00FF88;
}

table.post .post-content .search-result-info,
#preview-content .search-result-info {
  color: #666;
  margin: 20px 0 0;
}

table.post .post-content-graph {
  margin: 0 auto;
}

table.post .post-edited {
  color: #9b9ea3;
  font-size: 0.6875em;
  line-height: 1.5455em;
  padding: 0 20px;
}

table.post .post-edited-inner {
  border-top: 1px dotted #dadfe6;
  overflow: hidden;
  padding: 7px 0;
}

table.post .post-edited a {
  color: #34323a;
  text-decoration: none;
}

table.post .post-edited a:visited {
  color: #806f7f;
}

table.post .post-edited a:hover {
  color: #64626b;
}

table.post .post-ignore {
  color: #262626;
  font-size: 0.6875em;
  line-height: 1.1818em;
  padding: 8px 10px;
  text-align: right;
}

table.post .post-ignore a {
  color: #ff5b00;
  text-decoration: none;
}

table.post .post-ignore a:visited {
  color: #9e1e00;
}

table.post .post-ignore a:hover {
  color: #ff9000;
}

table.post .post-ignore strong a {
  color: #34323a;
  text-decoration: none;
}

table.post .post-ignore strong a:visited {
  color: #806f7f;
}

table.post .post-ignore strong a:hover {
  color: #64626b;
}

/* HTTPS notification box */
table.post .https-notification {
  border: 2px solid #ccc;
  width: 300px;
  padding: 10px;
}

/* Post Form */

#page-body .rules h3 {
  font-size: 0.9375em;
  line-height: 1em;
  margin: 0 0 0.25em;
}

#page-body .rules p {
  font-size: 0.8125em;
  line-height: 1.3077em;
  margin: 0 0 0.5em;
}

#page-body .rules a {
  color: #ff5b00;
  text-decoration: none;
}

#page-body .rules a:visited {
  color: #9e1e00;
}

#page-body .rules a:hover {
  color: #ff9000;
}

#page-body .moderators {
  font-size: 0.8125em;
  line-height: 1.3077em;
  margin: 0 0 0.5em;
}

#page-body .moderators a {
  color: #ff5b00;
  text-decoration: none;
}

#page-body .moderators a:hover {
  color: #ff9000;
}

.postform-error {
  background-color: #fee;
  border: 1px solid #f99;
  font-size: 0.8125em;
  line-height: 1.3077em;
  margin: 10px 0;
  padding: 10px;
}

#draft-loader,
#load-drafts,
#preview {
  background-color: #f5f5f5;
  border: 1px solid #fdfdfd;
  margin-bottom: 10px;
  padding: 10px;
}

#draft-loader h3,
#load-drafts h3,
#preview h3 {
  border-bottom: 1px solid #cbcbcb;
  color: #4d4d4d;
  font-size: 0.6875em;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 0.9091em;
  padding-bottom: 0.2727em;
  text-transform: uppercase;
}

#preview-poll {
  color: #262626;
  font-size: 0.8125em;
  line-height: 1.3077em;
  margin: 0 0 20px;
}

#preview-poll #preview-poll-details {
  margin-bottom: 0.5em;
}

#draft-loader-content,
#load-drafts-content {
  color: #262626;
  font-size: 0.8125em;
  line-height: 1.3077em;
}

#draft-loader a,
#load-drafts a {
  color: #ff5b00;
  text-decoration: none;
}

#draft-loader a:visited,
#load-drafts a:visited {
  color: #ff9000;
}

#draft-loader a:hover,
#load-drafts a:hover {
  color: #9e1e00;
}

#post-box {
  background-color: #f5f5f5;
  border: 1px solid #fdfdfd;
  overflow: hidden;
  padding: 10px;
}

#post-box h3 {
  border-bottom: 1px solid #cbcbcb;
  color: #4d4d4d;
  font-size: 0.6875em;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 0.9091em;
  padding-bottom: 0.2727em;
  text-transform: uppercase;
}

#subject-field {
  clear: both;
  margin-bottom: 20px;
  overflow: hidden;
}

#subject-field #subject-label {
  color: #535353;
  display: block;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1em;
  padding: 3px 0;
  width: 15%;
}

#subject-field #subject {
  border: 1px solid #b3bac0;
  color: #262626;
  display: block;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.75em;
  font-weight: bold;
  line-height: 1em;
  padding: 2px;
  width: 65%;
}

#format-buttons {
  margin-bottom: 2px;
}

#format-buttons input,
#format-buttons select {
  background-color: #fff;
  border: 1px solid #666;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.6875em;
  line-height: 1em;
}

#format-buttons input {
	padding: 2px 6px 3px;
}

#smilies {
  float: right;
  margin-bottom: 10px;
  padding: 4px 1px;
  width: 18%;
}

#smilies h3 {
  border: 0;
  color: #25324d;
  font-weight: bold;
  font-size: 13px;
  padding: 0;
}

#smilies #smiley-list {
  overflow: hidden;
}

#smilies #smiley-list .smiley {
  float: left;
  height: 25px;
  margin: 0 10px 10px 0;
}

#post-howto {
  border-bottom: 1px solid #cbcbcb;
  border-top: 1px solid #cbcbcb;
  clear: right;
  float: right;
  padding: 4px 1px;
  width: 18%;
}

#post-howto ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#post-howto ul li {
  color: #262626;
  font-size: 0.6875em;
  line-height: 1.1818em;
  margin: 0;
  padding: 0;
}

#post-howto ul li a {
  color: #34323a;
  text-decoration: none;
}

#post-howto ul li a:visited {
  color: #806f7f;
}

#post-howto ul li a:hover {
  color: #64626b;
}

#message-box {
  margin-right: 19%;
}

#message-box textarea {
  border: 1px solid #767676;
  height: 20em;
  margin: 0;
  padding: 3px;
  width: 98%;
}

#submit-buttons {
  background-color: #9b9ea3;
  height: 30px;
  margin: 0 1px 40px;
  overflow: hidden;
}

#submit-buttons #draft-preview {
  background: #39393f url('images/bar-arrow-dark.png') no-repeat right top;
  color: #9b9ea3;
  float: left;
  height: 20px;
  line-height: 20px;
  padding: 5px 20px;
}

#submit-buttons #draft-preview input {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

#submit-buttons #submit {
  background: #39393f url('images/bar-arrow.png') no-repeat left top;
  float: right;
  height: 20px;
  padding: 5px 0;
  position: relative;
  width: 19%;
}

#submit-buttons #submit input {
  background: transparent url('../imageset/en/_submit_post.png') no-repeat left top;
  border: 0;
  cursor: pointer;
  display: block;
  height: 20px;
  left: -131px;
  line-height: 1em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  text-indent: -1000em;
  top: 5px;
  width: 117px;
}

#options-panel,
#advanced-options-panel,
#poll-panel,
#attachment-panel {
  margin-bottom: 10px;
}

#options-panel h3,
#advanced-options-panel h3,
#poll-panel h3,
#attachment-panel h3 {
  color: #262626;
  font-size: 0.75em;
  font-weight: bold;
  margin: 0;
  padding: 6px 16px;
}

#options-panel #options,
#advanced-options-panel #advanced-options,
#poll-panel #poll-options,
#attachment-panel #attachment-attachments,
#attachment-panel #attachment-options {
  background-color: #f5f5f5;
  border: 1px solid #fdfdfd;
  color: #535353;
  font-size: 0.75em;
  line-height: 1.5em;
  padding: 10px;
}

#options-panel #options dl,
#advanced-options-panel #advanced-options dl,
#poll-panel #poll-options dl,
#attachment-panel #attachment-attachments dl,
#attachment-panel #attachment-options dl {
  margin: 0 0 10px;
}

#options-panel #options input,
#advanced-options-panel #advanced-options input,
#poll-panel #poll-options input,
#attachment-panel #attachment-attachments input,
#attachment-panel #attachment-options input {
  margin: 0 5px 0 0;
}

#options-panel #options a,
#advanced-options-panel #advanced-options a,
#poll-panel #poll-options a,
#attachment-panel #attachment-attachments a,
#attachment-panel #attachment-options a {
  color: #ff5b00;
  text-decoration: none;
}

#options-panel #options a:visited,
#advanced-options-panel #advanced-options a:visited,
#poll-panel #poll-options a:visited,
#attachment-panel #attachment-attachments a:visited,
#attachment-panel #attachment-options a:visited {
  color: #9e1e00;
}

#options-panel #options a:hover,
#advanced-options-panel #advanced-options a:hover,
#poll-panel #poll-options a:hover,
#attachment-panel #attachment-attachments a:hover,
#attachment-panel #attachment-options a:hover {
  color: #ff9000;
}

#review {
  margin: 10px 1px;
}

#review h3 {
  border-bottom: 1px solid #cbcbcb;
  color: #4d4d4d;
  font-size: 0.6875em;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 0.9091em;
  padding-bottom: 0.2727em;
  text-transform: uppercase;
}

#review #review-content {
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  max-height: 300px;
  overflow: auto;
}

#toplink {
  border-top: 1px solid #ccc;
  font-size: 0.6875em;
  line-height: 1em;
  margin: 10px 1px;
  padding: 5px 0;
}

#toplink a {
  color: #34323a;
  text-decoration: none;
}

#toplink a:visited {
  color: #806f7f;
}

#toplink a:hover {
  color: #64626b;
}

#cp-main #postingbox {
  margin: 0 0 1px;
  padding: 0 10px 10px;
}

#cp-main #postingbox,
#cp-main #submit-buttons,
#cp-main #options-panel,
#cp-main #advanced-options-panel {
  font-size: 16px;
}

#cp-main #postingbox .pmlist {
  font-size: 0.75em;
  overflow: hidden;
}

#cp-main #postingbox .pmlist dt {
  float: left;
  width: 75% !important;
}

#cp-main #postingbox .pmlist dd {
  clear: right;
  float: right;
  margin: 0 !important;
}

#cp-main #message-box #message {
  font-size: 0.8125em;
}

/*#cp-main #content {
  border: 0;
}

#cp-main #content .topic-list-wrapper {
  border: 1px solid #d8d8d8;
}

#cp-main #content .topic-list {
  font-size: 16px;
}

#cp-main #content .topic-list a.topictitle {
  color: #34323a;
  font-weight: bold;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: none;
}

#cp-main #content .topic-list a.topictitle:visited {
  color: #710000;
}

#cp-main #content .topic-list a.topictitle:hover {
  color: #64626b;
}

#cp-main #content .topic-list a.topictitle:visited:hover {
  color: #999;
}

#cp-main #content .pager {
  float: right;
  margin: 10px 0;
}*/

/* Online Users List */

#users-online {
  border: 1px solid #d8d8d8;
  margin: 18px 0 0;
}

#users-online-title {
  background-color: #9b9ea3;
  border-top: 1px solid #fff;
  color: #fff;
  font-size: 0.8125em;
  font-weight: bold;
  line-height: 1.3077em;
  margin: 0;
  padding: 6px 10px;
}

#users-online-body {
  background-color: #f5f5f5;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  color: #262626;
  font-size: 0.6875em;
  line-height: 1.2727em;
  padding: 5px 10px;
}

#users-online-body a {
  color: #34323a;
  text-decoration: none;
}

#users-online-body a:visited {
  color: #806f7f;
}

#users-online-body a:hover {
  color: #64626b;
}

#users-online-body a.username-coloured {
  color: #ff5b00;
  text-decoration: none;
}

#users-online-body a.username-coloured:visited {
  color: #9e1e00;
}

#users-online-body a.username-coloured:hover {
  color: #ff9000;
}

/* Latest Stories */

#latest-stories {
  clear: both;
  margin: 40px auto 0;
  padding: 0 2.5%;
  font-size: 12px;
}

#latest-stories .lower-dek {
  color: #657B83;
  margin: 6px 0 0 0;
}

#latest-stories .upper-dek {
  color: #24AF3A;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 6px 0;
}

#latest-stories a {
  text-decoration: none;
}

#latest-stories ul {
  height: 250px;
  list-style-type: none;
  margin: 0;
  overflow: hidden;
  padding: 0;
}

#latest-stories ul li {
  float: left;
  height: 250px;
  margin: 0 20px 0 0;
  padding: 0;
  width: 140px;
}

#latest-stories ul li .image {
  height: 140px;
  margin: 0 auto 7px;
  width: 140px;
}

#latest-stories ul li .image a {
  display: block;
}

#latest-stories ul li .image img {
  display: block;
  height: 140px;
  width: 140px;
}

#latest-stories ul li .title {
  color: #263034;
  font-weight: bold;
}

#latest-stories ul li.no-image .title {
  font-size: 16px;
  line-height: 18px;
}

#latest-stories ul li:hover .title {
  color: #ff4f00;
}

/* Footer */

#footer {
  font-size: 0.75em;
  margin: 0 0 20px;
  text-align: center;
}

#footer a {
  color: #34323a;
  text-decoration: none;
}

#footer a:hover {
  color: #64626b;
}

#footer .notice {
  color: #707785;
  font-size: .9em;
}

#footer .notice a {
  color: #707785;
  text-decoration: underline;
}

#footer .notice a:hover {
  color: #747577;
}

#admin-link {
  font-size: 0.6875em;
  line-height: 1.2727em;
  text-align: center;
}

/* Temp Form Stuff */
#content.form h3 {

}
/* End Temp Form Stuff */
#content.form {
  font-size: .75em !important
}

#content.form h3 {
  margin: 0px;
  background-color: #39393F;
  color: #fff;
  padding: 5px;
}

#content.form hr.dashed {
  height: 1px;
  border: 0px;
  border-bottom: 1px dashed black;
}


/* IE6 Crap */
* html #page-header {
  clear: both;
  float: left;
}

* html #masthead,
* html #userbar {
  clear: both;
  float: left;
  width: 95%;
}

* html #page-body {
  clear: both;
}

* html #page-body .breadcrumb-jumpbox {
  clear: both;
  float: left;
}

* html .post-date-actions-inner {
  clear: both;
  float: left;
}

* html .actionbar .subscribe-actions a {
  float: left;
}

* html #quickmod form {
  display: block;
  margin: 0;
}

* html #page-footer {
  clear: both;
}

* html #post-box #format-buttons {
  clear: both;
  float: left;
}

.postlink {
  word-break: break-word;
}


.dialog-overlay {
  background: rgba(0,0,0,0.5);
}

.dialog {
  background: #fff;
  box-shadow: 0px 10px 10px rgba(0,0,0,0.5);
  text-align: left;
  padding: 25px;
  color: #4f525a;
  border: 1px solid #839496;
}

.dialog .dialog-body {
  background-image: url(../images/ajax-loader-orange.gif);
  background-position: center center;
  background-repeat: no-repeat;
}

.dialog .dialog-body.loaded {
  background-image: none;
}

.dialog .dialog-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

.dialog h2 {
  font-size: 16px;
  margin: 0;
}

.list-inline {
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  list-style-type: none;
  justify-content: flex-start;
  padding-left: 0;
}

.list-inline li {
  border-left: 1px solid;
  margin-left: 4px;
  padding-left: 4px;
}

.list-inline li:first-child {
  border-left: none;
  margin-left: 0;
  padding-left: 0;
}

.list-inline.list-centered {
  justify-content: center;
}

.powered-by-sc {
  margin-top: -16px;
}

.powered-by-sc span,
.powered-by-sc img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.powered-by-sc span {
  font-size: 1.1em;
  margin-bottom: 16px;
  margin-top: -8px;
}
