/* this stylesheet is for story asset detail templates */

.section_heading { text-align: center; font-size: 2em; }

.clear { clear: both; }

.spill_navigation { border: 1px solid black; }
.spill_navigation .previous { float: left; }
.spill_navigation .next { float: right; }

/* image media styles */
.rich_media {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    border: 0px solid black;
    padding: 3px;
    text-align: center;
    font-size: 1em; }
.rich_media h2 { text-align: left; font-size: 1.3em; } /* headline */
.rich_media h4 { font-size: .8em; color: #666; text-align: left; } /* date */
.rich_media img { float: left; }
/* end image media styles */
