/**
 * Story Asset styles
 *
 * 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: 4px;
	text-align: center;
	font-size: 1em; }
.image p {	 /* caption */
	text-align: left;
	margin-left: 4px;
	margin-right: 4px;
}
.image h4 { /* byline and/or creditline */
	font-size: .8em;
	color: #666;
}

.standalone h4 {	/* byline and/or creditline */
	text-align: right;
	text-transform: none;
	margin-bottom: 5px;
	margin-right: 4px;
}

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