/*
	Video Subcategory
*/

.category #playlists h3 {
	color: #ad75b4;
	display: inline;
	font: 21px/26px Helvetica, Arial;
	float: left;
	letter-spacing: -1px;
	margin: 10px 0;
}

/* Content */

.category #content {
	margin: 20px 0 0 20px;
	width: 780px;
}

	.category #content .posts {
		width: 100%;
	}

		.category #content .posts .post {
			border: 0 none;
			padding: 0 0 30px;
			margin: 0;
		}

		.category #content .posts .post .title h2 {
			color: #ad75b4;
			font: 21px/26px Helvetica, Arial;
			padding: 0;
		}

			.category #content .posts .post .title h2 a {
				color: #ad75b4;
			}
