/* Photo Viewer */
.themesmith-photos {margin: auto; text-align: center; padding:20px 0;}
.themesmith-photos .themesmith-photos-item { float: left; margin: 10px 0px;  }
.themesmith-photos img { border: 1px solid #ddd; padding: 15px 12px; background: #f7f7f7;}
.themesmith-photos .themesmith-photos-title {display: block; font-size: 1.0em; margin: 5px 0 0 0; font-weight: 700;}
.themesmith-photos .themesmith-photos-caption {display: block; font-size: 0.9em; margin: 5px 0 0 0 ; }

/* Video Player */
.themesmith-video-wrap { padding:20px 0; text-align: left}
.themesmith-video-holder { margin:0 0 10px; }
.themesmith-video-embed { margin:10px 0;}
.themesmith-video-title { display: block; font-size: 1.0em; margin: 0 0 5px; font-weight: 700; }
.themesmith-video-caption {display: block; font-size: 0.9em; margin: 0; }

/* Music Player */
.themesmith-audio-unit { padding: 20px 0; text-align: left;}
.themesmith-audio-file { 
 /* padding:10px 0 */
 padding: 0px 1px;
}
.themesmith-audio-title { 
 /* display: block; font-size: 1.0em; margin-bottom: 5px; font-weight: 700 */
 background-color:#C0C0C0; display: block; font-size:9px; font-weight:bold; margin: 0px 1px; padding:0px 4px; text-align:right;
}
.themesmith-audio-excerpt { 
 /* display: block; font-size: 0.9em; margin-bottom: 5px; */
 background-color:#EEEEEE; display: block; font-size:11px; font-weight:normal; margin:0 1px 10px 0; padding:0 4px; text-align:left;
}


