/**
 * C0ntent Blog Theme Overrides
 * Customizes the base d1rectory theme for blog use
 */

/* Heading fonts - serif for a blog feel */
h1, h2, h3, h4 {
    font-family: "Georgia", serif;
    font-weight: normal;
}

/* Logo */
#logo {
    font-family: "Georgia", serif;
}

/* Wider page wrap for blog content */
#page-wrap.blog-wrap {
    width: 1060px;
    max-width: 98%;
}

/* Single post wider for reading */
#page-wrap.single-post-wrap {
    width: 860px;
    max-width: 98%;
}
