/* Video archive */
.vidlist {
	margin: 15px 0 0 0;
}

.vidlist li {
	float: left;
	width: 150px;
	height: 200px;
	margin: 0 8px 0 0;
}

.vidlist .videothumb {
	width: 150px;
	height: 113px;
	position: relative;
}

.vidlist .playit a {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
	height: 113px;
	background: url(https://s3.amazonaws.com/iehi-img-mli/files/static/wordpress/themes/comfy/styles/default/img/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;
}

.vidlist .title {
	display: block;
	font-size: 0.95em;
	line-height: 1.4em;
	font-weight: bold;
}


.vidlist .title a {
	color: #146092;
}

.vidlist .title a:hover {
	color: #333;
	text-decoration:underline;
}

.vidlist .title a:active, a:visited, a:selected {
	color: #146092;
}

.vidlist .videothumb img {overflow:hidden}
