/*
	file: playlists.css
	author: davidfmiller http://www.fivevoltlogic.com
	about: a css stylesheet used to style a playlists.xml
	       document that has been transformed by playlists.xsl into
	       something that is friendlier to a web browser
	       note: this stylesheet makes use of resources
	       (ie: images) that are not packaged with this download
	version: 1.0
	history: v1.0 april 18, 2005
	          - initial release
*/

* {
	font: 9pt "lucida grande", verdana, arial;
	background-repeat: no-repeat;
	background-position: center left;
}

a { text-decoration: none; font-weight: bold; }

body {
	background-image: url(../img-bin/magnet.png);
	background-position: bottom right;
	background-attachment: fixed;
}

h1 {
	background-image: url(../img-bin/tunes.png);
	padding-left: 20px;
	font-weight: bold;
	font-size: 14pt;
	padding-bottom: 0;
	margin-bottom: 0;
}

p.info {
	margin: 0 0 8px 20px;
	padding: 0;
	color: #888;
	border-bottom: 1px solid #ddd;
}

p.info a { 
	color: #888;
}

ul.playlists {
	margin: 0 0 0 12px;
	padding: 0;
}

ul.playlists li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

dl {
	margin: 0 0 0 8px;
}

dt {
	margin: 0;
	padding: 0;
	background-image: url(../img-bin/playlist.png);
	background-repeat: no-repeat;
	font-size: 10pt;
	font-weight: bold;
	color: #222;
	padding-left: 20px;
}

dt.smart {
	background-image: url(../img-bin/playlistSmart.png);
}

dt a {
	color: inherit;
}

dd {
	padding-left: 0px;
	margin-left: 20px;
	color: #444;
	margin-bottom: 0;
}

dd ol {
	margin: 0;
	padding: 0;
	margin-left: 20px;
}

dl.playlist dd ol li {
	padding-left: 0;
	margin-left: 0;
	font-size: 8pt;
	list-style-type: decimal;
}
