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

#close_window { text-align: center; font-size: .8em; clear: both; margin-top: 20px; }

/* 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 */

/* movie styles */
.movie {
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 25px;
    border: 1px solid black;
    padding: 3px;
    text-align: center;
    font-size: 1em; }
.movie p { text-align: center; } /* caption */
.movie h4 { font-size: .8em; color: #666; } /* byline and/or creditline */
/* end movie styles */

/* standalone mp3 styles */
.mp3 {
    margin-top: 20px;
    margin-left: 25px;
    margin-right: 25px;
    border: 1px solid black;
    padding: 3px;
    text-align: center;
    font-size: 1em; }
.mp3 h1 { }
.mp3 p { text-align: center; } /* caption */
.mp3 h4 { font-size: .8em; color: #666; } /* byline and/or creditline */
/* end standalone mp3 styles */

/* standalone swf styles */
.swf { text-align: center; margin-top: 10px; }
/* end standalone swf styles */
