/**
 * Typography
 */


/**
 * Red: #9c1e1e
 */
body.red article p a:link, 
body.red article p a:active, 
body.red article p a:visited,
body.red article li a:link, 
body.red article li a:active, 
body.red article li a:visited,
body.red byline p a:link,
body.red byline p a:active,
body.red byline p a:visited,
body.red .comment-list a:link, 
body.red .comment-list a:active, 
body.red .comment-list a:visited,
body.red sidebar p a:link,
body.red sidebar p a:active,
body.red sidebar p a:visited,
body.red .story p a {
    color: #9c1e1e;
}

body.red article p a:hover, 
body.red article li a:hover, 
body.red .comment-list a:hover,
body.red .story p a:hover {
    color: #d13a3a;
}

body.red .navbar-custom .nav li.active a,
body.red .navbar-custom .nav li a:hover {
    color: #9c1e1e;
}

body.red .btn-primary {
    background: #9c1e1e;
}

body.red .btn-primary:hover {
    background: #d13a3a;
}

body.red .btn-primary.themed.outline {
    border-color: #9c1e1e;
    color: #9c1e1e;
}

body.red .btn-primary.themed.outline:hover {
    border-color: #d13a3a;
    color: #fff
}

body.red .story h5, body.red .section.masthead h5,
body.red .masthead h5 a, body.red .story h5 a {
    color: #9c1e1e;
}