/* Basic shells for LJ posts - starting point for individual styles' implementations */

.lj-main-image { /* img */

}

.lj-main-title { /* p, contains a */
    font-weight: bold;
    font-size: 110%;
}

.lj-main-updated { /* p */
    font-size: 95%;
    font-style: italic;
}

.lj-post { /* div */

}

.lj-post-title { /* p, contains a */

}

.lj-post-main { /* div */

}

.lj-post-updated { /* p */

}
