/* @group hacks */

.clearfix { display: inline-block;}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix { display: block;}
/* End hide from IE-mac */

.spacer {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0;
	border: none;
}
/* @end */

body {
	font: normal 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #ccc;
	background: #555;
}

a {
	color: #fff;
}

#header {

	padding-left: 10px;
}

#header h1 {
	padding-top: .5em;
	border-bottom: 1px solid #777;
	font-weight: normal;
}

#maincol {
	float: right;
	width: 430px;
}

#subcol {
	float: left;
	width: 360px;
}

#videos {
	margin: 0;
	padding: 0;
	list-style: none;
}

#videos li {
	float: left;
	width: 125px;
	margin: 10px;
	padding: 10px;
	text-align: center;
	font-size: 11px;
	border: 1px solid #555;
}

#videos li.current {
	border: 1px solid #777;
	background-color: #666;
}

#content,
#footer {
	width: 800px;
	padding: 10px;
}

#footer {
	text-align: center;
}

.actions {
	text-align: right;
}

form label,
form input {
	display: block;
	font-size: 2em;
}

form input.submit {
	margin: .5em 1em;
}