#video_page {
	position: relative;
}

#video_page h1 {
	display: inline-block;
	font-size: 22px;
	margin: 5px 5px 5px 0;
}




#video_page .heading {
	display: inline-block;
	font-size: 2em;
	margin: 5px 5px 5px 0;	
	font-family: Myriad Pro, Arial;
	font-weight: normal;
	color: #444;
	
}

.tier1 {
	height: 300px;
	margin: 0 -14px;
	margin-top: 9px;
	border-top: 1px solid #8F6711;
	border-bottom: 1px solid #8F6711;
	background-color: #f9e19f; /* #eee; */
}

.tier2 {
	margin-top: 12px;
}

.tier3 {
	margin-top: 16px;
	border-top: 1px dotted #ccc;
}

#video {
	width: 480px;
	float: right;
}

#table_of_content {
	width: 200px;
}

#chapter_list {
	list-style: lower-roman outside;
	padding-left: 24px;
	margin: 0;
	padding-top: 10px;
}

#chapter_list li {
	font-size: 13px;
	margin-bottom: 14px;
	line-height: 1;
}

#chapter_list a {
	color: #339;
}

#chapter_list .selected {
	font-weight: bold;
}

#chapter_list .chapter {
	font-size: 17px;
}

#chapter_list .chapter_note {
	font-size: 13px;
	display: block;
	margin-top: 2px;
	color: #777;
}

#transcript {
	padding-left: 10px;
}

#transcript p {
	color: #777;
	font-size: 0.96em;
	line-height: 14pt;
	margin-bottom: 0;
	margin-top: 8px;
}

/* ----------------------------- INDEX PAGE ---------------------------------- */

#video_index {
	padding: 0;
	margin: 0;
}

.video_entry {
	display: inline-block;
	width: 260px;
	margin: 30px 0 5px 60px;
}

.video_entry a {
	text-decoration: none;
}

.video_entry .thumbnail {
	background-color: #fee;
	border: 1px solid #ccc;
	width: 200px;
	height: 112px;
	margin-bottom: 6px;
}

.video_entry .picthumbnail {
	background-color: #fee;
	border: 1px solid #ccc;
	width: 300px;
	height: 200px;
	margin-bottom: 6px;
}
.video_entry .subhead {
	font-size: 1.2em;
	line-height: .8;
}

.video_entry .note {
	color: #777;
}