body {
    padding-top: 70px;
}

h1,h2,h3,h4,.navbar-brand {
    font-family: 'Raleway', Arial, sans-serif;
}

.recent-posts .well {
    min-height: 130px;
}
#cotd_player {
    position:relative;
    top:10px;
    width:240px;
    overflow: hidden;
    direction: ltl;
    border-top-right-radius: 0.5em 0.5em;
    border-bottom-right-radius: 1em 0.7em;
}

.navbar-brand {
    padding: 0px;
}
@media (min-width: 768px) {
    .navbar-brand {
        padding: 15px 15px;
    }
}
.navbar-brand>img {
    display: inline;
}
.subscribe-rss {
    font-size: 24px;
}

.explore p {
    margin: 0 auto;
}
.explore i {
    font-size: 40px;
}
h5 {
    font-size: 110%;
    font-weight: bold;
}
.explore .pull-left {
    width: 25%;
    padding-right: 10px;
}
.explore .pull-right {
    width: 75%;
    font-size: 90%;
    border-left: 1px solid #ccc;
    padding-left: 10px;
}
.btn.explore {
    white-space: normal;
    text-align: left;
    margin-bottom: 10px;
}

.btn.explore:hover {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.news-entry {
    border-bottom: 1px solid #eee;
}

footer {
    background-color: #f8f8f8;
    border-top: 1px solid #e7e7e7;
    margin-top: 20px;
    padding: 10px 0px;
}

.bottom_nav {
    margin-top: 0;
    list-style-type: none;
    padding: 0px 0px 5px 0px;
}

/* for this beta only */
#switcher {
    position: fixed;
    top: 200px;
    left: 10px;

}