@CHARSET "UTF-8";


div.three-column-layout div.column h1 {
	margin-top: 0px;
	font-size: 24px;
}

div.three-column-layout div.column {
	width: 260px;
	float: left;
	margin-right: 20px;
}

div.three-column-layout div.column.offset-large {
	width: 400px;
}

div.three-column-layout div.column.offset-small {
	width: 200px;
}

#featured-video {
	width: 400px;
	height: 250px;
	background: #666;
}

ul#albums {
	border-top: solid 3px	#333;
	list-style: none;
	margin: 0;
	padding: 0;
}


ul#albums li {
	border-bottom: solid 1px #333; 
	padding: 10px;
}


ul#albums li:hover { 
	background: #666;
	cursor: pointer;
}

ul#albums li.on, ul#albums li.on:hover {
	background: #333;
}

ul#albums li h1 {
	font-size: 16px;
	margin: 0;
	font-weight: bold;
}



ul#albums li h1 span {
	float: right;
}

ul#albums  li p {
	color: #999;
	margin: 0;
	padding: 0;
}



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

}

ul#secondary-videos li {
	width: 80px;
	height: 50px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	background: #333;
}