/* video entry structure
---------------------------------------------------- */

#contentColumn div.vid-master a:link,
#contentColumn div.vid-master a:visited,
#contentColumn div.vid-master a:active {
	border: 0;
	
}

div.vid-master {
	clear: both;
	width: 600px;
	padding: 0 0 12px 0;
	margin: 0 0 12px 0;
	border-bottom: 1px dotted #cccccc;
}

div#video-header {
	padding: 0 0 6px 0;
	margin: 0 0 12px 0;
}

div.vid-left {
	width: 142px;
	float: left;
}

div.vid-left img {
	padding: 5px;
	background-color: #cceeff;
	border: 1px solid #b3cfdd;
}

div.vid-right {
	width: 440px;
	padding: 0 0 0 10px;
	float: left;
}

h2.vid-header {
	font-family: Georgia, serif;
	color: #00569e;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 3px 0;
}

p.vid-desc {
	color: #868686;
	font-size: 12px;
	font-family: Georgia, serif;
	margin: 0 0 3px 0;
}

#contentColumn p.vid-date {
	font-family: Tahoma, sans-serif;
	color: #c2c2c2;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 3px 0;
}

div.vid-floater {
	float: left;
}

a.vid-watch {
	display: block;
	width: 151px;
	height: 34px;
	background: white url(images/watch-button.png) no-repeat top left;
	margin: 0;
	padding: 0;
	border: 0;
	text-indent: -5000em;
}

div.vid-command {
	padding: 3px 0 0 0;
}

a.vid-watch:hover {
	background-position: bottom left;
}

div.vid-newicon {
	margin: 0 0 0 3px;
	height: 34px;
	width: 95px;
	background: white url(images/new.png) no-repeat top left;
}

div.vid-footer {
	text-align: right;
}
