@charset "utf-8";

/* releases/index.html */

.releases {
	background: #238063;
}
.releases td {
	padding: 10px;
	vertical-align: top;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.releases img {
	height: 100px;
	width: 100px;
}
.release table {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFF;
}

/* releases/insert-artist-name-here.html */

.leftCol {
	width: 400px;
	vertical-align: top;
	padding-right: 25px;
}
.cover-bdy {
	border: 0px;
	background: #238063;
	height: 400px;
	width: 400px;
}
.cover-img {
	padding: 25px;
	height: 350px;
	width: 350px;
}
.tracks {
	border: 0px;
}
.tracks-num {
	width: 20px;
	text-align: right;
	vertical-align: text-top;
}
.tracks-spc {
	width: 5px;
}
.tracks-ttl {
	width: auto;
}
.rightCol {
	width: 425px;
	vertical-align: top;
}
.info-title {
	background: #238063;
	height: 50px;
}
.info-artist {
	background: #B3320A;
	height: 50px;
	padding: 10px;
}
.or-img {
	height: 100px;
	width: 100px;
	padding: 10px;
}
