body, p {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size:15px;
    font-weight:400;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans Condensed', Arial Narrow, sans-serif;
    font-weight:700;
}
a {
    color: #c6161d;
}
a:hover, a:focus {
    color: #848484;
    filter: alpha(opacity=70);
    opacity: 0.7;
    -webkit-transition: opacity .10s ease-in-out;
    -moz-transition: opacity .10s ease-in-out;
    -ms-transition: opacity .10s ease-in-out;
    -o-transition: opacity .10s ease-in-out;
    transition: opacity .10s ease-in-out;
    text-decoration:none;
}
.container {
    max-width: 990px;
}
.container-fluid {
    padding-left:0;
    padding-right:0;
    padding-top:35px;
}
#ads_leaderboard {
    display: block;
    padding: 10px 0 0;
    text-align: center;
    background: #efefef none repeat scroll 0 0;
    width:100%;
}
#ads_leaderboard img {
    max-width:95%;
    height:auto;
}
.ads_leaderboard {
    margin-bottom: 10px;
}
#ads_speedbump {
    padding: 10px 0;
    text-align: left;
    background: #efefef none repeat scroll 0 0;
}
#ads_speedbump img {
    max-width:95%;
    height:auto;
}

/*
------------
ISSUE
------------
 */
#issue {
    border: 1px solid #242424;
    margin-top: 0;
    padding: 10px;
    clear:both;
    margin-top: 20px;
}
#issue h2 {
    margin-top:0;
}
#issue .issue_title {
    font-size: 15px;
    font-weight: 800;
}
#issue .issue_cover {
    padding: 5px 0;
}
#issue ul {
    padding: 0;
}
#issue li {
    font-size:0.85em;
    margin-left: 15px;
}
#issue a.buy_button {
    display:block;
    background: #c6161d none repeat scroll 0 0;
    border-bottom: 1px solid #dddddd;
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 10pt;
    padding: 7px 10px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%;
}

#issue a.buy_button:hover {
    cursor: pointer;
    opacity: 0.8;
    text-decoration: none;
    transition: opacity 0.15s ease-in-out 0s;
}
/* SMALLER THAN FULL SCREEN - WHEN NAVBAR SHRINKS - Push Ad down */
@media only screen and (max-width : 991px) {
    #ads_leaderboard {
        padding-top: 40px;
    }
}