body	{
	background-image: url(../piano2_bg.jpg);
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.post	{
	opacity: .8;
}
#content	{
	opacity: .95;
}
#headerLogo	{
	width: 600px;
	height: 101px;
	width: 639px;
	height: 134px;
	background-image: url(../AJ_Banner3.jpg);
	background-position:top left;
	background-repeat: no-repeat;
}
#headerLogo a	{
	width: 100%;
	height: 100%;
	display: block;
}
#header-title #headerLogo h2{margin:0;padding:100px 0 10px 15px;color:#ff3363;font-weight:normal;font-size:12px;letter-spacing:.2em;}

#playlist ul	{
	list-style-type: none;
	padding: 0;
	margin: 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#playlist ul li	{
	display: inline;
	padding-right: 20px; 
	text-transform: capitalize;
}
#playlist  span.song	{
	color: #FF3363;
}
/* span.artist:after	{
	content:')';
}
span.artist:before {
	content:' (';
} */

span.artist:after	{
	/* content:' >> ';
	color: #fff; */
	/* font-size:1.4em; */
}
span.song:before	{
	content:' // ';
	color: #fff;
	/* font-size:1.4em; */
}

