#media-header {
	margin: 0 0 8px 0;
}
#media-header h1 {
}
.ad1 {
	height: 90px;
	padding: 15px;
	background: #eeffee;
	-webkit-box-shadow: 0 1px 3px #333;
}

#media-player-container {	
	background: #333;
	background: -webkit-gradient(linear, left top, left bottom, from(#111), to(#333));
	padding: 0;
}
#media-player-controls {
	width: 760px;
	margin: 0 auto;
	background: #222;
}
#media-player {
	
	width: 640px;
	height: 360px;
	margin: 0 auto;	
}



/* modal */

#download-window {  
	width:500px;   
	background: #fff; 
} 

#download-window table  {
	border-spacing: 20px;
}


#download-window table td, #download-window table th {
	border-spacing: 10px;
}

#download-window table th {   
	padding: 5px;
	background: #ccc;
	width: 50%;
}
#download-window table td {   
	padding: 5px;
	width: 50%;
}
	
#sharing {
	overflow: auto;
	margin: 10px 0 0 0;
	padding: 10px 0;
	background: #eee;
}
#sharing dt {
	width: 50px;
	float: left;
	clear: both;
	margin: 0 10px 0 0;
	text-align: right;
}
#sharing dd {
	width: 240px;
	float: left;
}
#embed {
	width:  220px;
	overflow: hidden;
	height: 18px;
	white-space: nowrap;
}
.meta {
    color: #666;
     font-family: Georgia;
}
.detail {   
    font-style: italic;
}
.description {
	color: #222;
	font-size: 12px;
	line-height: 14px;
}

#sharing #downloadfile, #sharing #subscribe, #sharing #purchase {
    min-width: 90px;
    width: 90px;
    margin: 0 0 3px 0;
}
#sharing #downloadfile {
    margin-right: 5px;
}
#sharing #purchase {
    min-width: 120px;
    width: 150px;   
}

/* video navigator */
#media-tabs, #video-tabs {
	margin: 20px 0 15px 0;
	padding: 0;
	overflow: auto;   
	background: #ccc;
	background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#aaa));
	background: -moz-linear-gradient(top, #eee, #aaa); 
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#eeeeee, endColorstr=#aaaaaa);
}
#media-tabs li, #video-tabs li {
    float: left; 
    display: block;
    width: 160px; 
    margin: 0;
    padding: 0;
    background: 0;
}
#media-tabs li a, #video-tabs li a {
    float: left; 
    display: block;
    padding: 5px 10px;
    width: 138px;
		color: #555;
		text-shadow: 0 1px 1px rgba(255,255,255,0.9) ;
		text-decoration:none;
		font-weight: bold;
		border-right: solid 1px #666;
		border-right: solid 1px rgba(0,0,0,0.2);
		border-left: solid 1px #ccc;
		border-left: solid 1px rgba(255,255,255,0.2);
}
#media-tabs li a:hover, #video-tabs li a:hover {
	color: #333;
	background: #aaa;	
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#999));
	background: -moz-linear-gradient(top, #ccc, #999); 
	/* filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#cccccc, endColorstr=#999999); */
	filter: none;
}
#media-tabs li.selected a, #video-tabs li.selected a
{    
	color: #111;	
	background: -webkit-gradient(linear, left top, left bottom, from(#999), to(#666));
	background: -moz-linear-gradient(top, #999, #666);
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr=#999999, endColorstr=#6666666);
}
#media-tabs li input, #video-tabs li input 
{
    float: left; 
    display: block;
    width: 130px;
    margin: 3px 0 0 10px;
}
#media-content
{
    min-height: 500px;
}

#media-sub-menu 
{
    float: left;
    width: 160px;
}

#media-item-list
{
    float: right;
    width: 800px;
}
#media-item-list.full {
    width: 960px;
}

.media-item-list a 
{
    margin: 0 0 16px 0;
    display: block;
    height: 96px;
    text-decoration: none;
    line-height: 1.0em;
}

.media-item-list a img {
	width: 140px;
	height: 78px;
}

.media-item-list a .title {	
	float: left;
	font-weight: bold;
	overflow: hidden;
	margin: 4px 0 0 0;
	padding: 0 0 0 0 ;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 105px;
	color: #666;
	font-size: 11px;
	line-height: 1em;
	height: 16px;
}
.media-item-list a:hover .title {
	text-decoration:underline;
}

.media-item-list a .date {
	float: right;
	overflow: hidden;
	padding: 0 0 0 0 ;
	margin: 4px 0 0 0;
	white-space: nowrap;
	width: 30px;
	color: #999;
	font-size: 10px;
	line-height: 1em;
	height: 16px;
	text-align: right;
}

.media-item-list a.media-person , .media-item-list a.media-tag
{
    margin: 0;
    height: 26px;
    display: block; 
    font-size: 12px;
    line-height: 14px;
    color: #333;
}
.media-item-list a.media-person:hover , .media-item-list a.media-tag:hover
{
    text-decoration: underline;
}
/* chapel page fillers */
.media-item-list .chapel-placeholder 
{
    margin: 0 0 16px 0;
    display: block;
    height: 96px;
}

.media-item-list .chapel-placeholder .date-block {
	font-size: 14px;
	display: block;
	text-align: center;
	background: #E6D7AE;
	height: 102px;
	color: #666;
	overflow: hidden;
}

.media-item-list .chapel-placeholder .date-block .date {
	font-size: 14px;
	font-weight: bold;
	padding: 16px 0 6px 0;
	display: block;
	text-align: center;
}
.media-item-list .chapel-placeholder .date-block .reason {
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 14px;
	padding: 0 10px;
}

.media-item-list .chapel-placeholder .title {	
	display: none;
	float: left;
	font-weight: bold;
	overflow: hidden;
	padding: 0 0 0 0 ;
	margin: 4px 0 0 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 140px;
	color: #666;
	font-size: 11px;
	line-height: 1em;
	height: 16px;
}



#media-sub-menu 
{
    margin: 0;
    padding: 0;
}
#media-sub-menu li
{
    margin: 0;
    padding: 0;
    list-style-type: none;
    list-style-image: none;
    background-image: none;    
}
#media-sub-menu li a
{
	display: block;
	margin: 2px 10px 2px 10px;
	padding: 3px 5px 3px 5px;
	font-size: 11px;
	line-height: 12px;   
	text-decoration: none;
	color: #222; 
	border: 1px solid transparent;

}
#media-sub-menu li.selected a
{
	background: #eee;
	border: 1px solid #bbb;
    
}
#media-sub-menu li a:hover
{
	background: #f9f9f9;
	border: 1px solid #ccc;  
}

.breadcrumbs {
	/* display: none; */
}

.featured-media-item {
	background: #333;
	display: block;
	position: relative;
	height: 400px;
	text-decoration: none;
	margin: 0 0 20px 0;
}
.featured-media-item img {
	position: absolute;
	top: 0;
	left: 0;
	width: 620px;
}
.featured-media-item .play-button {
	display: block;
	position: absolute;
	top: 130px;
	left: 265px;
	width: 90px;
	height: 85px;
	background: #333;
	background: rgba(0,0,0,0.5);	
}
.featured-media-item:hover .play-button{
	background: #000;
	background: rgba(0,0,0,0.8);	
}
.featured-media-item .play-button-inner {
	display: block;
	position: absolute;
	top: 12px;
	left: 20px;
	float: left;
	border-style: solid;
	border-color: transparent #eee transparent #eee;
	border-color: transparent rgba(255,255,255,0.8) transparent rgba(255,255,255,0.8);
	border-width: 30px 0 30px 50px;
}
.featured-media-item:hover .play-button-inner{
	border-color: transparent #fff transparent #fff;
}
.featured-media-item .title {
	display: block;
	width: 620px;
	position: absolute;
	top: 355px;
	left: 10px;
	color: #fff;
	font-family: Myriad Pro, Helvetica, Arial;
	font-size: 16px;	
}
.featured-media-item:hover .title {
	text-decoration:underline;
}
.featured-media-item .persons {
	display: block;
	position: absolute;
	top: 375px;
	width: 350px;
	left: 10px;
	color: #fff;
	font-family: Garamond;
	font-size: 13px;	
}
.featured-media-item .date {
	display: block;
	position: absolute;
	width: 200px;
	top: 375px;
	text-align: right;
	right: 10px;
	color: #fff;
	font-family: Garamond;
	font-size: 13px;	
}
