/*
This style sheet styles a gallery detail template
*/
.section_heading { font-size: 2em; text-align: center; }
#close_window { text-align: center; font-size: .8em; clear: both; margin-top: 20px; }

.gallery h1 { text-align: center; font-size: 1.3em; margin-top: 5px; } 

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