/* remember: Shift+Alt+A either creates or wraps something in a comment */

/* blog-specific fonts */
@font-face {
    font-family: "Web437 CL Stingray 8x19";
    src: url("../fonts/Web437_CL_Stingray_8x19_bold.woff");
}

@font-face {
    font-family: "ApricotXenC";
    src: url("../fonts/Web437_ApricotXenC.woff");
}

/* main blog homepage section */
.blog-main {

}

/* greeting */
.blog-main-h1 {
    font-family: "ApricotXenC";
    text-align: center;
}

/* subtitle, as the name implies */
.blog-main-subtitle {
    text-align: center;
}

/* list of blog posts */
.blog-list {

}

/* individual blog links */
.blog-list-post {

}