body { padding-top: 70px; }
kbd>a:hover {
    text-decoration: none;
    color: #bbb;
}
kbd>a {
    text-decoration: none;
    color: #fff;
}
article a {
    text-decoration: underline;
}

sup.chord {
    font-size: 1em;
    font-family: Courier,'Courier New',monospace;
    font-weight: 600;
    color: #C82829;
    /*
    padding-left:2px;
    border-left: 1px solid #cccccc;
    */
    padding-right:2px;
    border-right: 1px solid #cccccc;
    margin-left: 2px;
    margin-right: 2px;
}

li.submenu a {
    padding-left: 0px;
}
.btn-primary:hover, .btn-primary:active {
    background: none;
    background-color: #333!important;
    border-color: #555;
}
.btn-primary {
    background: none;
    background-color: #444;
    border-color: #555;
}
.btn-info {
    background: none;
    background-color: #ddd;
    border: 0px;
    color: #777;
    text-shadow: none;
}

h1.bloghead { font-family: Courier,'Courier New',monospace; }
h1.bloghead small a:hover { text-decoration: none; color: #333; }
h1.bloghead small a { text-decoration: none; color: #777; }

.fileinput-button {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}
pre {
        background-color: #333;
}
pre > code {
        color: #ccc;
}

nav.navbar {
        background: rgba(255,255,255,0.95);
        border: 0px;
}
.navbar .navbar-brand, .navbar-inverse .navbar-nav>li>a {
        text-shadow: none;
}
.navbar a.navbar-brand:hover {
        color: #000;
}
.navbar a.navbar-brand {
        font-family: courier,monospace;
        color: #333;
        text-shadow: none;
}
.navbar-nav>li.active {
        background-color:transparent;
        border-bottom: 1px solid #ccc;
        font-weight: bold;
}
.navbar-nav>li.active.submenu {
        font-weight: normal;
}
.navbar-nav>li:hover {
        background:none;
}

.navbar-nav>li>a:hover {
        color: #000;
        text-decoration: none;
        background:none;
}
.navbar-nav>li>a {
        color: #444;
}
.nav>li>a {
}

.navbar-toggle .icon-bar {
    background-color: #333;
}

/* TAG CLOUD STYLES */
.tg_10 { font-size: 2em; }
.tg_9 { font-size: 1.8em; }
.tg_8 { font-size: 1.6em; }
.tg_7 { font-size: 1.4em; }
.tg_6 { font-size: 1.2em; }
.tg_5 { font-size: 2.2em; }
.tg_4 { font-size: 2em; }
.tg_3 { font-size: 1.6em; }
.tg_2 { font-size: 1.2em; }
.tg_1 { font-size: 0.8em; }


/* Fixes for IE < 8 */
@media screen\9 {
    .fileinput-button input {
        filter: alpha(opacity=0);
        font-size: 100%;
        height: 100%;
    }
}