.forum h4 {
    background: none repeat scroll 0 0 #1B3F57;
    color: #FFFFFF;
    font: 38px/41px bebas_neueregular,Arial,Helvetica,sans-serif;
    margin: 0 0 10px;
    padding: 7px 14px 6px;
}

tr.smaller {
    color: #1B3F57;
    font-size: 20px;
    margin: 0 !important;
    padding: 0 !important;
}

tr.smaller th {
    color: #1B3F57;
    font-size: 20px;
    margin: 8px 0 !important;
    padding: 8px 0 !important;
    width: 25%;
}

.table th, .table td {
    border-top: 1px solid #CCCCCC !important;
    color: #888888;
    font-size: 14px;
    line-height: 20px !important;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}

.flash_notice {
    background: none repeat scroll 0 0 #50AE00;
    color: #EFEFEF;
}
.flash_alert, .flash_error {
    background: none repeat scroll 0 0 #AE2000;
    color: #EFEFEF;
}
.flash {
    font-style: italic;
    font-weight: bold;
    margin-bottom: 1em;
    padding: 10px;
}
#warning {
    background: none repeat scroll 0 0 #FFCCE0;
    color: #222222;
    font-size: 85%;
    padding: 10px;
}
#warning a {
    font-weight: bold;
}

label {
    display: block;
}
#forums {
    border: 1px solid #DDDDDD;
}
#forums .title, .topics .title {
    font-size: 175%;
}
#forums thead tr th, .topics thead tr th {
    color: white;
    font-family: Helvetica;
    font-weight: bold;
}
#forums tbody td, .topics tbody td {
}
.forum, #topic {
    padding: 10px 0 0;
    position: relative;
}
.forum .secondary-nav, #topic .secondary-nav {
    position: absolute;
    right: 0;
    top: 0;
}
.forum .description, #topic .description {
    color: #888888;
}

.forum .description .smaller{
	font-size:11px;
}

.forum menu, #topic menu {
    margin: 0 0 20px;
    padding-left: 0;
}

table.topics td{
	font-size:14px;
}

table.topics tr.odd{
	background-color:#eee
}

.forum menu a, #topic menu a {
    background: none repeat scroll 0 0 #ED9038;
    border: 1px solid #ED9038;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    margin: 0 5px 0 0;
    padding: 2px 5px;
    text-decoration: none;
}

.forum menu a:hover, #topic menu a:hover {
    background-color: #1B3F57;
    border: 1px solid #1B3F57;
    color: #EEEEEE;
}

#description{
	margin:10px 0;
}

#topic h2, .forum h2 {
    color: #ddd;
    margin: 0;
    padding: 5px;
    position: relative;
}
#topic h2 a, .forum h2 a {
    color: #fff;
    text-decoration: none;
}
#topic h2 a:hover, .forum h2 a:hover {
    text-decoration: underline;
}
#topic h2 a.reply, .forum h2 a.reply {
    background-color: #FFFFFF;
    font-size: 0.5em;
    font-weight: normal;
    margin-right: 1em;
    padding: 0.5em;
    position: absolute;
    right: 0;
    text-decoration: none;
}
form label {
    font-size: 80%;
}
form label abbr {
    display: none;
}
form input, form textarea {
    font-size: 110%;
    padding: 0.5em;
}
.moderation {
    background: none repeat scroll 0 0 #9C0000;
    clear: both;
    color: white;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    width: 90%;
}
#posts {
    overflow: hidden;
    width: 100%;
}
#posts .odd .contents {
    background-color: #FFFFFF;
}
#posts .even .contents {
    background-color: #EFEFEF;
}
#posts .post {
    clear: both;
    margin-bottom: 0.5em;
    margin-top: 0.5em;
    min-height: 75px;
    min-width: 35em;
    position: relative;
}
#posts .post .user {
    float: left;
    font-size: 14px;
    min-height: 100px;
    min-width: 75px;
    padding: 0.5em 1em;
}
#posts .post .user .username {
    padding-bottom: 0.7em;
}
#posts .post .user .icon {
    background: url("http://placekitten.com/50/50") no-repeat scroll 0 0 transparent;
    height: 50px;
    text-align: right;
    width: 50px;
}
#posts .post .contents {
    border-left: 1px solid #ABABAB;
    float: right;
    min-height: 100px;
    padding: 1em;
    width: 80%;
}
#posts .post .contents span.in_reply_to {
    font-size: 80%;
}
#posts .post .contents p, #posts .post .contents ul, #posts .post .contents pre, #posts .post .contents blockquote, #posts .post .contents span.in_reply_to {
    clear: both;
    float: left;
    padding: 5px;
}
#posts .post .contents p {
    margin: 0.5em 0 0;
}
#posts .post .contents blockquote {
    padding: 0;
    width: 83%;
}
#posts .post .contents ul {
    margin-left: 2em;
}
#posts .post .contents ul p {
    float: none;
    margin: 0;
    padding: 0;
}
#posts .post .contents pre {
    background: none repeat scroll 0 0 #DFDFDF;
    width: 90%;
}
#posts .post .contents time {
    clear: both;
    color: #888888;
    display: inline-block;
    float: left;
    font-size: 0.7em;
    padding: 5px;
}
#posts .post .contents .actions {
    float: right;
    list-style-type: none;
    position: absolute;
    right: 0;
    top: -10px;
}
#posts .post .contents .actions li a {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #DDDDDD;
    color: #0074FF;
    display: block;
    font-size: 0.7em;
    font-weight: bold;
    margin-bottom: 0.4em;
    padding: 0.5em;
    text-align: center;
    text-decoration: none;
}
#posts .post .contents .actions li a:hover {
    background-color: #0074FF;
    border: 1px solid #0258BF;
    color: #EEEEEE;
}
table.subdued {
    margin-bottom: 10px;
    margin-top: 10px;
    width: 100%;
}
table.subdued a {
    text-decoration: none;
}
table.subdued a:visited {
    color: black;
}
table.subdued a:hover {
    text-decoration: underline;
}
table.subdued td, table.subdued th {
    padding: 0.5em;
}
table.subdued thead th {
    background-color: #ED9038;
    font-weight: normal;
    text-align: left;
}
table.subdued tbody {
    color: #888888;
}
table.subdued tbody .started-by {
    color: #888888;
    font-size: 0.7em;
}
table.subdued tbody .latest-post {
    font-size: 12px;
    width: 100px;
}
table.subdued tbody .latest-post a {
    text-decoration: none;
}
table.subdued tbody .latest-post a:hover {
    text-decoration: underline;
}
table.subdued tbody .posts-count, table.subdued tbody .views-count {
    font-size: 14px;
    width: 80px;
}
.pages .page {
    display: inline-block;
    padding: 0.25em;
}
.pages .page.current {
    background-color: #111111;
}
.pages a {
    text-decoration: none;
}
.pages a:hover {
    text-decoration: underline;
}
.lock.icon {
    background: url("/assets/forem/lock_icon.png") repeat scroll 0 0 transparent;
    display: inline-block;
    height: 24px;
    width: 24px;
}
.pin.icon {
    background: url("/assets/forem/pin_icon.png") repeat scroll 0 0 transparent;
    display: inline-block;
    height: 15px;
    width: 9px;
}
#admin_link {
    text-align: center;
}
