/*
* Dark theme for espressoman.ro
* dark.css 1.6
*/
.subject_new a:link, .subject_new a:visited {
    color: #bc6d00;
}
#recentthreads .trow1, #recentthreads .trow2 {
    border-bottom: none;
}
.scroll tbody tr td:nth-child(2) {
    text-align: center;
}
table {
    color: #8b8c8d;
}
.tcat {
    background: #434b55;
    border-top: 1px solid #32383f;
}
.pm_alert {
    background: rgba(255, 242, 184, 0.5);
    border: none;
    padding: 12px;
    transition: background 200ms ease-in-out;
}
.pm_alert:hover {
    background: rgba(255, 242, 184, 1);
}
.pm_alert a {
    color: #0069bb;
}
#pm_notice + br + fieldset, .breadcrumb + br + fieldset {
    background-color: #434b55;
    border: none;
}
.usermenu a:link, .usermenu a:visited {
    color: #df9e56;
}
#header {
    position: relative;
}
#header:after {
    background: rgba(47.1, 33.7, 15.7, 0.6);
    content: '';
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9;
}
.menu ul li a:link, .menu ul li a, .menu ul li a:visited {
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    text-decoration: none;
    transition: all .3s ease;
}
.menu ul li a:hover, .menu ul li a:active {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    transition: all .3s ease;
}
.post.classic {
    background: #32383f;
    border: 1px solid #434b55;
}
.post.classic .post_author {
    border: none;
}
.post.classic .post_author div.author_statistics {
    border-top: 1px dotted #434b55;
    color: #88898a;
}
.post .post_head {
    border-bottom: 1px dotted #434b55;
}
.post_content {
    min-height: 170px;;
}
.post_content .signature {
    border-top: 1px dotted #434b55;
}
.post_controls {
    background: #434b55;
}
.smalltext {
    color: #88898a;
}
.post.classic .smalltext {
    margin-bottom: 5px;
}
.post_content {
    border-left: 1px solid #434b55;
    margin-bottom: 15px;
}
.post .post_author .buddy_status {
    margin-top: 3px;
}
blockquote.mycode_quote {
    background-color: #434b55;
    border: none;
}
.userbrowsing {
    background: #434b55;
    border: none;
    color: #a1a5aa;
}
.userbrowsing a {
    color: #5ea700;
}
.tfoot {
    background: #434b55;
    border-top-color: #32383f;
}
.tfoot a:link {
    color: #a1a5aa;
}
select.forumjump {
    background-color: #32383f;
    border-color: #434b55;
    color: #fff;
    padding: 5px 3px;
}
.codeblock {
    background: #434b55;
    border: none;
}
body, .post .post_author, #copyright {
    background: #32383f;
}
.trow2, .trow1 {
    background: #32383f;
    border-bottom: 1px solid #434b55;
}
#recentthreads tbody tr:first-child td:nth-child(2), #recentthreads tbody tr:not(:first-child) td:first-child {
    display: none;
}
a:link, a:visited, .post_body {
    color: #fafafa;
}
.tborder, .thead, .theadend, .breadcrumb, #panel, #footer {
    background: #434b55;
}
.logo, .menu {
    position: relative;
    z-index: 10;
}
.signature, .pagination .pages {
    color: #7f8182;
}