/* Video archive */
.vidlist {
	margin: 15px 0 0 0;
}
.vidlist li {
	float: left;
	width: 30%;
	margin: 0 10px 0 0;
}
.vidlist .videothumb {
	float: left;
	position: relative;
}
.vidlist .videothumb img {
	background: #fff;
	padding: 3px;
	border: 1px solid #aaa;
}
.vidlist .playit a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(play.png) no-repeat center;
	display: none;
}
.vidlist .date {
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	margin: 3px 0 3px 0;
	line-height: 1.4em;
	color: #aaa;
}
.vidlist .title {
	display: block;
	font-size: 0.95em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 0 0 10px 0;
}
.vidlist .videothumb img {
	overflow:hidden
}
.vidlist .title a:hover {
	text-decoration: none
}

