/* 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 */
.image {
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 25px;
    border: 1px solid black;
    padding: 3px;
    text-align: center;
    font-size: 1em; }
.image p { text-align: center; } /* caption */
.image h4 { font-size: .8em; color: #666; } /* byline and/or creditline */

.thumbnail { border: 0px; padding: 2px; float: left; height: 55px; }
/* end image media styles */
