/* 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: 10px;
    margin-left: 5px;
    margin-right: 5px;
/*    margin-left: 25px;
    margin-right: 25px; */
    border: none;
    padding: 3px;
    align: center;
    text-align: center;
    font-size: 1em; }
.image p {
 text-align: center;
 position:relative;
 min-width: 0;
 } /* caption */
.image h4 { font-size: .8em; color: #666; } /* byline and/or creditline */

/* lori added this tag to override one on site.css 
#imagemedia_gallery_thumbnails.thumbnail
 { border: 0px; padding: 2px; float: left; height: 65px; overflow: visible;}*/

/* lori added overflow: visible for IE7 browsers; increased thumb height to 65px from 55px */
.thumbnail { border: 0px; padding: 2px; float: left; height: 65px; overflow: visible;}
/* end image media styles */

.breadcrumb { color: black; }

h4 a {
color:black;
text-decoration:none;
border:none;
}
h4 {
border:none;
}
