/*
---------------------------
BBM Designs - iTunesWatcher styles
http://www.bbmdesigns.com
author: Dave Kobrenski
version: 16 nov 2004
---------------------------
*/

img, img a {
    border: 0;
    margin: 0;
    padding: 0;
}

#nowplaying {
	
}

#nowplaying h3 span, body#music h3 span {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

#nowplaying li#played_on {
	margin-top: 8px;
}

#nowplaying li#played_on span {
	display: block;
}

#nowplayinginfo {
	margin: 12px 0 0 0;
}

#albumcover {
	float: left;
	margin: 12px 10px 20px 0;	
}

body#songinfo #albumcover {
	float: right;
	margin: 12px 0px 20px 10px;	
}

ul#info {
	margin: 12px 0 0 0;
}

li#artistname, li#artistname a, li#datetitle, li#purchasetitle {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #CA863D;
	text-decoration: underline;
}

li#artistname a:hover {
	text-decoration: none;
	color: #51779C;
}

li#artistname, li#datetitle, li#purchasetitle {
	text-decoration: none;
}

#recentlyplayed, #comments {
	clear: left;
	margin: 0;
	padding: 0;
}

#comments {
	margin-bottom: 12px;
}

#nowplayinginfo #comments {
	margin-top: 12px;
	clear: right;
}

#recentlyplayed dl {
	margin-bottom: 10px;
}

#recentlyplayed dd {
	margin-left: 6px;
	background: transparent url(img/bullet.gif) top left no-repeat;
	padding-left: 20px;
}

#recentlyplayed dd a {
	font-weight: normal;
	 color: #666;
}

#recentlyplayed dd span {
	color: #999;
	font-style: italic;	
}

li#datetitle, li#purchasetitle {
	margin: 8px 0;
}

ul#resources li.purchase {
	background: transparent url(img/bullet.gif) top left no-repeat;
	padding-left: 20px;
	line-height: 16px;
	margin-bottom: 10px;
}

ul#resources li.purchase a {
	font-weight: normal;
}

ul#resources li.purchase a em {
	font-weight: bold;
}

#most_played {
	margin: 12px 0;
}

#most_played a img {
	float: left;
	margin-right: 10px;
	width: 50px;
	height: 50px;
	border: 1px solid black;
}

#most_played a:hover img {
	border: 1px solid #DD7819;
}

#most_played dd.popular {
	color: #666;
	font-size: 12px;
}

#most_played h4 {
	margin-bottom: 6px;
	font-weight: normal;
}

.nopost {
	color: #999;
}

