/* 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 */
.gallery {
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    margin-right: 0px;
    border: 1px solid #ddd;
    padding: 3px;
    text-align: center;
    font-size: 1em; 
    background-image: url('../images/bluetowhite.png');
    background-repeat: repeat-x;}
.gallery h2 { margin-left: 125px; text-align: left; font-size: 1.3em; } /* headline */
.gallery h4 { margin-left: 125px; font-size: .8em; color: #666; text-align: left; } /* date */
.gallery img { float: left; }
.gallerylayout { display: inline; }

/* end image media styles */
