body {
	font-family: Helvetica, Arial, sans-serif;
	background-position: left top;
	background-image: url(../images/bg-tile.png);
	background-repeat: repeat;
	background-color: #e9e4d9;
	color: #4d4d57;
}

p {
	margin-bottom: 15px;
	margin-top: 5px;
	line-height: 150%;
	font-size: 12px;
}

ol.track-listing {
}

ol.track-listing li {
	margin-bottom: 5px;
	font-size: 11px;
	list-style-type: decimal;
}

.album-title {
	padding-bottom: 3px;
	padding-top: 5px;
	display: block;
	font-size: 14px;
	font-weight: bold;
}

.album-artist {
	font-size: 12px;
	display: block;
}

.feat-photo {
	border-color: #b3b3b3;
	border-width: 4px;
	border-style: solid;
}

hr {
	margin-bottom: 40px;
	border-bottom-color: #F1EEE5;
	border-top-color: #D7D2C7;
	border-right-width: 0px;
	border-style: solid;
	border-left-width: 0px;
	border-bottom-width: 1px;
	border-top-width: 1px;
}

hr.slim {
	margin-top: 20px;
	margin-bottom: 20px;
}

a.download {
	font-size: 12px;
}
a, a:visited {
	color: #4d4d57;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
}

.copyright {
	color: #797a89;
	font-size: 11px;
}

.bottom-padding {
	margin-bottom: 100px;
}

