/* 
	Stylesheet for Universal Media Player (UMP) interactive transcript
	http://terrillthompson.com/ump
	Author: Terrill Thompson
	Version: 1.0 alpha
	Last update: December 13, 2012
*/
.ump-transcript { 
	position: relative; /* must be positioned for scrolling */
}
.ump-transcript div { 
	margin: 1em 0;
}
.ump-transcript div.ump-desc { 
	background-color: #FEE;
	border: thin solid #336;
	font-style: italic;
	padding: 1em;
}
.ump-transcript span.ump-unspoken { 
	font-weight: bold;
}
.ump-transcript span.hidden { 
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
.ump-highlight { 
	background: #FF6; /* light yellow */
}
.ump-previous { 
	background: black !important;
	font-style: italic;
}
.ump-transcript span:hover, 
.ump-transcript span:focus, 
.ump-transcript span:active { 
	background: #CF6; /* light green */
	cursor: pointer;
}

