
/* sidebar area */
#sidebar {
	width: 342px;
	float: right;
	background: url(../images/cd-bg.png) no-repeat 56px 32px;
}
#sidebar img#clean_cd {
	display: block;
	padding: 32px 0 0 56px;
}
#sidebar ol {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.6em;
	margin: 2px 0 0 88px;
}
#sidebar img.stop {
	cursor: pointer;
	vertical-align: -2px;
	padding-left: 0.25em;
}
#sidebar h2 {
	width: 236px;
	height: 47px;
	background: url(../images/now_available.png);
	text-indent: -9999px;
	margin: 25px 0 10px 12px;
}
#sidebar ul {
	overflow: auto;
}
#sidebar ul li {
	float: left;
	margin-left: 25px;
}
#sidebar li.cdbaby {
	width: 120px; height: 180px;
	background: url(../images/icon-cdbaby.png);
}
#sidebar li.itunes {
	width: 151px; height: 180px;
	background: url(../images/icon-itunes.jpg);
}
#sidebar ul li a {
	display: block;
	height: 100%;
	text-indent: -9999px;
}
#main {
	width: 633px;
	float: left;
}
#info {
	margin-top: 60px;
	padding: 0 8px 0 25px;
	background: url(../images/border.png) repeat-y right top;
}
#info #latest_bg, #info #live_bg, #info h2 {
	height: 66px;
	text-indent: -9999px;
}
#info #latest_bg, #info #live_bg {
	margin-bottom: 1em;
}
#info #latest_bg {
	background: #4B5947 url(../images/bg_latest.png) no-repeat;
}
#info #latest_bg h2 {
	background: url(../images/latest.png) no-repeat 25px center;
}
#info #live_bg {
	margin-top: 2em; /* for moreinfo */
	background: #5C5D3B url(../images/bg_live.png) no-repeat;
}
#info #live_bg h2 {
	background: url(../images/live.png) no-repeat 25px center;
}
#info p, #info h3 {
	padding: 0 25px;
	font-size: 1.8em;
	width: 550px; /* for animation */
}
#info p span, #info h3 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #D2E5F2;
}
#info h3.show_heading {
	margin-top: 0.25em;
	width: 492px;
}
#info p.show_description {
	margin-bottom: 0; /* fix collapsing problem with animation */
	padding-bottom: 1em;
}
#info a.more_info
{
	display: block;
	height: 21px;
	width: 58px;
	background: url(../images/info.png);
	text-indent: -9999px;
	margin: 0 25px 0 auto;
}
#info a.contracted_state{
	background-position: left top;
}
#info a.contracted_state:hover {
	background-position: left 63px;	
}
#info a.expanded_state {
	background-position: left 42px;
}
#info a.expanded_state:hover {
	background-position: left 21px;
}
#info a.show_details {
	font-size: 1.8em;
	margin-top: -1em;
}
#social_networking {
	margin: 75px 0 0 50px;
}
#social_networking h2 {
	width: 437px;
	height: 57px;
	background: url(../images/visit.png);
	text-indent: -9999px;
}
#social_networking ul {
	overflow: auto;
}
#social_networking li {
	width: 60px;
	height: 60px;
	margin-right: 21px;
	float: left;
}
#social_networking a {
	display: block;
	height: 100%;
	text-indent: -9999px;
}
#social_networking li.twitter {
	background: url(../images/social_networking/twitter.png);
	margin-left: 10px;
}
#social_networking li.myspace {
	background: url(../images/social_networking/myspace.png);
}
#social_networking li.facebook {
	background: url(../images/social_networking/facebook.png);
}
