.rhs_panel {
	background-color: #ededed;
	padding: 12px 00px 00px 0px;
	border-radius: 4px;
	margin-top: 0px;
}



.collection.playlist {
	width: 510px;
	float: left;
}

ul.collection.preview {
	display: inline-block;
	max-width: 510px;
}

ul.collection.downloads {
	display: inline-block;
	float: right;
	width: 340px;
	margin-right: 10px;
}

.theme-collection h2 {
	background-color: HSL(205, 100%, 35%);
	color: HSL(0, 0%, 95%);
	padding: 10px;
	margin-bottom: 15px;
	text-transform: capitalize;
}

.theme-collection header h2 a {
	color: HSL(0, 0%, 95%);
}

ul.collection.downloads h4 {
	color: #a9a9a9;
	margin-top: 10px;
}

.collection.preview li {
	height: 59px;
}

.collection.text {
	margin-right: 20px;
	margin-top: 20px;
}

.rhs_panel ul {
	margin: 0px;
	padding: 0px 15px;
}

.rhs_panel h1 {
	padding: 0px 15px 10px 15px;
	border-bottom: 1px solid #ccc;
}

.blog_archive .blog-title a {
	text-transform: Capitalize;
	font-weight: 600;
	font-size: 1rem;
	line-height: 1.3rem;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.blog_archive h3.blog-title  {
	margin-bottom: 0px;
}

.blog_archive p, .blog_archive p em  {
	font-style: normal;
	color: #444;
	line-height: 1.1rem;
}

.blog_archive .dateline {
	margin: 3px 0px 3px 0px;
	font-size: 0.8rem;
	color: #777;
}