/**
 * Custom CSS Code by Theme User
 *
 * NOTE: This file only work if it's in the theme root directory.
 */
h1, h2, h3, h4, h5, h6 {
    color: #dadada;
}
.home #content, .archive #content, .search #content {
    width: 100%;
}
.wrap {
    width: 970px;
}
.grid-small .item {
    width: 240px;
    margin: 0 4px 20px;
}
.grid-small .thumb {
    width: 240px;
    height: 180px;
}
.grid-small .thumb img {
    width: 240px;
}
#pull {
    display: none;
}
#main-nav {
    background: #444;
}
#header-search {
    margin-left: 392px;
}
input.search-text {
    font-style: italic;
}
#header .wrap {
    padding: 20px 0;
}
.boxed-wrap #page {
    background: #1b1b1b;
}
.item .entry-title a {
    color: #bdbdbd;
}
#main {
    background: none;
    border-top: 0;
}
#main-nav {
    background: #111;
    border-bottom: 1px solid #222;
}
#main-nav .menu>li, #main-nav .menu {
    background: none
}
#main-nav .menu>li>a {
    text-transform: uppercase;
}
#footer {
    background: #1b1b1b;
    border-top: 1px solid #2b2b2b;
}
#colophon {
    font-size: 13px;
    color: #bdbdbd;
}
#copyright, #credits {
    font-size: 13px;
}
#colophon a {
    color: #de2600;
}
.loop-nav-inner {
    border-top: 0;
}
.loop-nav {
    border-top: 1px solid #2b2b2b;
}
.pag-nav a, .pag-nav span {
    background: transparent;
    border: 1px solid #bdbdbd;
    -webkit-box-shadow: none;
    color: #bdbdbd;
    padding: 5px 15px;
}
.pag-nav .current {
    background: #666;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pag-nav a:hover {
    background-color: #666;
    border: 1px solid #bdbdbd;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}
#site-title a {
    color: red;
    opacity: .7;
}
#site-title {
    font-size: 30px
}
h1.entry-title {
    color: #bdbdbd;
    font-size: 17px;
}
#main {
    padding: 20px 0;
}
.entry-header .inner {
    border-bottom: 1px solid #2b2b2b;
}
.entry-header {
    border-bottom: 0;
    margin-bottom: 5px;
}
.section-content {
    background: none;
    border-bottom: 1px solid #2b2b2b;
    padding-bottom: 0;
}
.info-toggle-button {
    background: transparent;
    background-image: none;
    border: 1px solid #2b2b2b;
    color: #bdbdbd;
}
.section-title {
    border-bottom: 1px solid #2b2b2b;
    color: #bdbdbd;
}
.section-header {
    border-bottom: none;
    margin-bottom: 5px;
}
#extras h4 {
    color: #bdbdbd;
}
html {
    color: #bdbdbd;
}
a {
    color: #de2600;
}
.info-toggle-button:hover {
    border-color: #2b2b2b;
    color: #fff;
}
#extras {
    font-size: 12px;
}
.related-posts .section-content {
    border-bottom: none;
}
.grid-mini .thumb {
    width: 140px;
    height: 105px;
}
.widget-title {
    border-bottom: 1px solid #2b2b2b;
    color: #dadada;
}
.widget-header {
    border-bottom: 0;
}
.widget-posts .post-list li {
    border-bottom: none;
    border-top: 1px solid #2b2b2b;
}
.widget-posts .post-list .thumb {
    height: 90px;
}
.clearfix {
    clear: both;
}
.below-no-actions .loop-title {
    border-bottom: 0;
}
.below-no-actions {
    border-bottom: 1px solid #2b2b2b;
}
.loop-title .prefix {
    color: #dadada;
}
.loop-desc i {
    color: #dadada;
}
#content {
    width: 650px;
}
#main-nav .menu>li.current-menu-item>a {
    color: #FFF;
    position: relative;
    right: -1px;
    border-top: 0;
    margin-top: 0;
    padding-bottom: 0;
    background: #222;
}
.player-error {
    display:none;
    z-index:9999;
}

.player-error {
    color:#fff;
    background:#000;
    height:100%;
    position:absolute;
    width:100%;
}

.player-error .message {
    margin:auto;
    position:relative;
    top:50%;
    transform:translateY(-50%);
    text-align:center;
    font-size:1.6em;
    padding:0 10px;
}
.box-server {
    padding-bottom: 10px;
    margin-top: -10px;
}
.server {
    background: #333;
    color: #929292;
    padding: 4px 10px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.server:hover {
    text-decoration: none;
    cursor: pointer;
    color: #fff;
}
.server.active {
    color: #fff;
    background: #802400;
}