#sidebar {
    position: absolute;
    z-index: 30;
    top: 0;
    bottom: 0;
    left: 0;
    width: 204px;
    overflow: hidden;
    background: #0a060a;
    background: -webkit-linear-gradient(top, #120812 0, #090609 190px, #0b060a 100%);
    background: linear-gradient(to bottom, #120812 0, #090609 190px, #0b060a 100%);
    border-right: 1px solid #601846;
    box-shadow: 7px 0 24px rgba(0,0,0,.68), inset -12px 0 28px rgba(64,5,43,.16);
}

#sidebar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    width: 1px;
    background: #d62991;
    opacity: .25;
}

.brand-block { position: relative; height: 128px; text-align: center; border-bottom: 1px solid #351128; background: #0d070d; }
.brand-block:before, .brand-block:after { content: ""; position: absolute; top: 45px; width: 25px; height: 1px; background: #6b1c4d; }
.brand-block:before { left: 13px; }
.brand-block:after { right: 13px; }
.brand-logo { display: block; width: 156px; height: 71px; margin: 3px auto 0; }
.brand-caption { color: #f4bddc; font-family: Georgia, 'Times New Roman', serif; font-size: 11px; font-weight: bold; letter-spacing: 2.4px; }
.brand-version { margin-top: 5px; color: #924c76; font-size: 9px; font-weight: bold; letter-spacing: 1.8px; text-transform: uppercase; }

.nav-caption { height: 26px; padding: 10px 16px 0; color: #67435a; font-size: 8px; font-weight: bold; letter-spacing: 2px; }
#guide-nav { border-top: 1px solid #170b14; }
#guide-nav li {
    position: relative;
    height: 41px;
    padding: 0 10px 0 13px;
    color: #a98f9f;
    border-bottom: 1px solid #21101c;
    cursor: pointer;
    line-height: 40px;
}
#guide-nav li:hover { color: #ffeaf7; background: #170b14; }
#guide-nav li.active {
    color: #fff1fa;
    background: #250d1d;
    background: -webkit-linear-gradient(left, #260d1e, #160a13);
    background: linear-gradient(to right, #260d1e, #160a13);
    box-shadow: inset 3px 0 0 #e62c9b, inset 0 0 20px rgba(213,36,143,.07);
}
#guide-nav li.active:after {
    content: "";
    position: absolute;
    right: -1px;
    top: 14px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #601846;
}
.nav-sigil {
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 8px;
    line-height: 27px;
    text-align: center;
    border: 1px solid #4d1839;
    background: #100910;
    vertical-align: middle;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-sigil img { display: block; width: 22px; height: 22px; margin: 2px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg); opacity: .68; }
#guide-nav li:hover .nav-sigil img { opacity: .92; }
#guide-nav li.active .nav-sigil { border-color: #b42b7b; background: #210d1b; box-shadow: 0 0 10px rgba(229,44,155,.28); }
#guide-nav li.active .nav-sigil img { opacity: 1; }
.nav-copy { font-size: 11px; font-weight: bold; letter-spacing: .2px; }

.sidebar-foot {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 13px;
    height: 26px;
    color: #705667;
    border-top: 1px solid #27101f;
    font-size: 9px;
    line-height: 31px;
    letter-spacing: .7px;
}
.status-dot { display: inline-block; width: 6px; height: 6px; margin-right: 6px; background: #48d79a; border-radius: 50%; box-shadow: 0 0 7px #48d79a; }
