@charset "UTF-8";

#singleVideo #content {
	background: #f0e9e3;
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, rgb(245, 241, 237)),
		color-stop(0.23, rgb(240, 233, 227)),
		color-stop(1, rgb(209, 192, 167))
	);
	background: -moz-linear-gradient(
		center top,
		rgb(245, 241, 237) 0%,
		rgb(240, 233, 227) 23%,
		rgb(209, 192, 167) 100%
	);
	padding: 40px 0;
}
#singleVideo #singleVideoContainer {
	background: #fff;
	margin: 0 auto;
	-webkit-box-shadow: 0 0 12px #777;
	-moz-box-shadow: 0 0 12px #777;
	box-shadow: 0 0 12px #777;
	position: relative;
	top:30px;
}
#singleVideo .capella-player img.player-poster {
	border: none;
	outline: none;
	z-index:900;
}

#singleVideo .capella-player a.player-overlay {
	z-index:999;
}

#singleVideo .capella-player .player-control,
#singleVideo .capella-player object {
	position: relative;
}
#singleVideo .capella-player .player-links {
	border-top: 1px dotted #800d1e;
	position: absolute;
	left: -50px;
}
#singleVideo .capella-player .player-links a {
	text-decoration: none;
}
#singleVideo .capella-player .player-links a:hover {
	text-decoration: underline;
}
#singleVideo .capella-player li.metadata-transcript a {
	background: transparent url('http://www.capella.edu/-/img/media-links-metadata-transcript.png') 100% 1px no-repeat;
	padding: 0 16px 0 0;
}
#singleVideo .capella-player li.metadata-credits a {
	background: transparent url('http://www.capella.edu/-/img/media-links-metadata-credits.png') 100% 2px no-repeat;
	padding: 0 13px 0 0;
}
#singleVideo .capella-player ul.links-download a {
	background: transparent url('http://www.capella.edu/-/img/media-links-download.png') 100% 2px no-repeat;
	padding: 0 13px 0 0;
}

#overlay {
	cursor:pointer;
	left:0;
	position:absolute;
	text-align:center;
	top:0;
}

#overlay img {
	cursor:pointer;
	position:relative;
	top:45px;
}