/* Styles here load after the compiled bootstrap and responsive css files */

/* Overriding default font settings for magazine static full width template */
div.static_full {
    font-family: "Times New Roman", Times, serif;
    font-size: 14px;
    line-height: 20px;
}

/* 
Fixing footnote blockquote p settings which happen when Markdown blockquotes are used.
*/
div.footnotes blockquote p {
     font-size: 12px;
     line-height: 20px;
}

/* The below block restyles the legacy/Tumblr blog captions residing within the CMS */
body.context_nyrb.page_blog .blog_detail div.caption {
    font-size: 12px;
    font-style: italic;
    text-align: center;
    line-height: 1.4em;
    margin: 5px 0 20px 0;
}