
body {
}

.navbar .brand {
    font-family: 'Creepster', cursive !important;
    color: #EEDCA3;
}

.navbar .nav>li>a {
    color: #EEDCA3;
}

.wrapper {
    background-image: none;
    background-color: rgba(0, 0, 0, 0.46);
    border-radius: 3px;
}

.navbar-grime {
    background-image: url("./spooky/top-grime.jpg");
    background-repeat: repeat-x;
    display: block;
    position:fixed;
    width: 100%;
    height: 317px;
    z-index: -1;
}

#Topic .row1, #TopicIndex .row-style:nth-child(2n), .well {
    background-color: #CBD5C5;
}

#Topic .row2, #TopicIndex .row-style:nth-child(2n+1), .pagination a, .pagination span {
    background-color: #D4D5C5;
}
.breadcrumb {
    background-color: #CBD5C5;
}

.ghost {
    background-image: url("./spooky/ghost.gif");
    background-size: cover;
    width: 60px;
    height: 64px;
    -webkit-transition: top 1.5s, left 2s;
    transition: top 4s, left 3s;
    position: fixed;
    display: block;
    top: 0%;
    left: 0%;
    z-index: 1000;
    display: none;
}

.ghost.festive{
    background-image: url("./spooky/ghost-festive.gif");
}

.grime {
    width: 100%;
    height: 100%;
    position: fixed;
    display: block;
    z-index: 999;
    background-color: rgb(119, 64, 64);
    top: 0;
    left: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.6s;
    -moz-transition: opacity 0.6s;
    transition: opacity 0.6s;
    opacity: 0.5;
    display: none;
}


.navbar-inner {
    min-height: 76px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #053b5c;
    background-image: -moz-linear-gradient(top, #381F1F, #4C5323);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#381F1F), to(#4C5323));
    background-image: -webkit-linear-gradient(top, #381F1F, #4C5323);
    background-image: -o-linear-gradient(top, #381F1F, #4C5323);
    background-image: linear-gradient(to bottom, #381F1F, #4C5323);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff381F1F', endColorstr='#ff4C5323', GradientType=0);
    background-color: #053b5c;
    background-image: -moz-linear-gradient(top, #381F1F, #4C5323);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#381F1F), to(#4C5323));
    background-image: -webkit-linear-gradient(top, #381F1F, #4C5323);
    background-image: -o-linear-gradient(top, #381F1F, #4C5323);
    background-image: linear-gradient(to bottom, #381F1F, #4C5323);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff381F1F', endColorstr='#ff4C5323', GradientType=0);
}
.navbar .divider-vertical {
    height: 76px;
    margin: 0 9px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

