/*


READ THIS!

Use the chart located at: http://developer.yahoo.com/yui/fonts/#chart to set
the correct font size across all browsers.
*/
@charset "utf-8";
	a {
    	outline: none;
	}

	body {
		background: #ffffff;
	}
	
	div#wrapper {
		text-align: left;
		width: 544px;
	}
	
	
	div#playlist-wrapper {
		margin: 26px 13px 0 13px;
	}
	
	/*
	Playlist Items
	*/
	div#playlist-wrapper .item {
		clear: both;
		color: #000000;
		padding: 11px 0;
	}

	div#playlist-wrapper .item > p {
	}
	
	div#playlist-wrapper .item a.title, div#playlist-wrapper .item a:visited.title {
		color: #676ca8;;
		display: block;
		font-size: 14;
		font-weight: bold;
		margin-bottom: 3px;
	}
	
	div#playlist-wrapper .item h2.date {
		font-size: 85%;
	}

	div#playlist-wrapper .item img {
		float: left;
		margin: 0 13px 0 0;
	}
	
	div#playlist-wrapper .item .description {
		display: block;
	}
