.videodateline
{
	font-size: 13px;
	text-align: left;
}

.videotitle
{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
    margin-bottom: 5px;
}

.videolength
{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}

#videobox
{
	text-align: center;
	height:227px; /* 240 - 13 (corner) */
	background-color: #000;
}

#videobox-cont
{
	background-color: #000;
}

#embvid
{
    position: absolute;
    left: 60px;
}

#videocaption
{	
    margin: 8px auto 20px auto;
	background-color: #DDE67D;
}

#videocaption-inner
{
    padding: 10px 13px 13px 13px;
}

#videocaption a
{	
	font-weight: bold;
}

#videocaption p
{	
	font-size: 10px;
}

.videocaption-column
{
	width: 33%;
	float: left;
	display: inline;
	text-align: center;
}

/* Past Eps */

.videoprevious
{
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	height: 60px;
	background-color: #DDE67D;
}

.videoprevious-thumb
{

	position: absolute;
	top: 0;
	left: 0;
	width: 80px;
	height: 60px;
	margin: 0;
	z-index: 2;
   
}

.videoprevious-thumb img
{
    width: 80px;
    height: 60px;    
    border: none;
}

.videoprevious-date
{
	position: absolute;
	top: 0px;
	left: 80px;
	height: 13px;
	padding: 1px 5px 1px 5px;
	margin: 0;
	z-index: 2;
	background-color: #000;
}

.videoprevious-date p
{
	color: #fff;
	font-size: 10px;
}

.videoprevious-date1
{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 13px;
    min-width: 95px;
    text-align: right;
	padding: 1px 5px 1px 5px;
	margin: 0;
	z-index: 2;
	background-color: #F3F1F1;
}

.videoprevious-date1 p
{
    color: #000;
	font-size: 10px;
}

.videoprevious-main
{
	position: absolute;
	top: 4px;
	left: 0px;
	z-index: 1;
	height: 37px;
	width: 100%;
	background-color: #fff;
	padding: 15px 0px 0px 0px;
	margin: 0;
	overflow: hidden;

}

.videoprevious-main p
{
	margin-left: 85px;
	margin-right: 0px;
}

.videoprevious-main p.title
{
	font-size: 13px;
	font-weight: bold;
	/*margin-bottom: 6px;*/
}

.videoprevious-main p.tagline
{
	font-size: 10px;
	font-weight: 100;
}


.videoprevious-main1
{
	position: absolute;
	top: 2px;
	left: 0px;
	z-index: 1;
	min-height: 43px;
	width: 100%;
	background-color: #fff;
	padding: 15px 0px 0px 0px;
	margin: 0;
	overflow: hidden;
}

.videoprevious-main1 p
{
	margin-left: 85px;
	margin-right: 0px;
}

.videoprevious-main1 p.title
{
	font-size: 13px;
	font-weight: bold;
	/*margin-bottom: 6px;*/
}

.videoprevious-main1 p.tagline
{
	font-size: 10px;
	font-weight: 100;
}

.videoprevious-rounded
{
	position: absolute;
	top: 0;
	left: 100%;
	margin: 0 0 0 -12px;
	width: 12px;
	height: 60px;
	z-index: 2;
	padding: 0;
	background: url("../img/greenline-r.gif") no-repeat;
}

#videoarchive
{
    width: 50%;
	background-color: #DDE67D;
	text-align: left;
    margin-bottom: 20px;
    margin-left: 50%;
}

* html #videoarchive
{
    margin-left: 44%;
}

#videoarchive p
{
    margin-left: 13px;
    margin-right: 13px;
	font-size: 14px;
	font-weight: bold;
}

#videoarchive a
{
    color: black;
    text-decoration: none;
}

#videoarchive a:hover
{
    background-color: #DDE67D;
    color: black;
    text-decoration: underline;
}
