/* Video archive */.vidlist {	margin: 15px 0 0 0;}.vidlist li {	float: left;	width: 150px;	height: 200px;	margin-right: 8px;}.vidlist .videothumb {	width: 150px;	height: 113px;	position: relative;}.vidlist .playit a {	position: absolute;	top: 0;	left: 0;	width: 150px;	height: 113px;	background: url(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 .videothumb img {overflow:hidden}.vidlist .title a:hover {text-decoration: underline}