/*
 * Cascading Style Sheet for Steeleye Span Albums
 */

body {
	background-image: url(../images/Paper.jpg);
}

blockquote
{
	margin-left: 2em;
	margin-right: 2em;
	margin-top: 10pt;
	margin-bottom: 10pt;
	font-family: Lucida Bright, Palatino, Times New Roman, serif;
	font-style: italic;
}

th { text-align: right; }

SPAN.note
{
	font-family: Lucida Bright, Palatino, Times New Roman, serif;
	font-style: italic;
}

.as
{
	font-family: Lucida Bright, Palatino, Times New Roman, serif;
	font-style: italic;
	text-align: top;
}


.hdr
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	background-color: blue;
	background-color: #005;
	width: 25%;
}

.hARTIST
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	background-color: blue;
	background-color: #005;
	font-size: 200%;
	text-align: center;
	font-style: oblique;
	color: gold;
	width: 100%;
}

.htr1 { font-family: Verdana, Arial, Helvetica, sans-serif; }
.htr2 { font-family: Georgia, "Times New Roman", Times, serif; }

div.review a:after{
	content: "\270D";
	font-size: 300%;
}

#tb_container {
	border: none;
}

#tb_hdr {
	border: none;
	border-collapse: collapse;
	background-color: white;
	width: 100%;
}

#tb_container td.sidebar table {
	border: none;
	border-spacing: 10px;
	width: 95%;
}

#tb_container td.sidebar + td {
	vertical-align: top;
}

.lbl
{
	background-color: #B3B3FF;
	font-weight: bold;
}

.med
{
	background-color: #D7D7FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.sn
{
	background-color: #E6E6FF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.copy { background-color: #F5F5FF; }
.l1, .l2 {
	background-color: #005;
	color: white;
}

.thHTR1
{
	font-size: 200%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.tdHTR1
{
	font-size: 200%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.side
{
	background-color: gold;
	color: black;
}

#duo {
}

.tracks
{
	background: black;
	border: 2px;
	width: 70%;

	left: 0;
	display: block;
	float: left;
	clear: both;
	margin: 0 2em 0 0;
}
.tracks table {
	width: 100%;
}

td.duration {
	text-align: right;
}
.cover_art {
	right: 0;
	width: 30%;
	position: absolute;
}
.image
{
	background-color: transparent;
	text-align: left;
	vertical-align: top;
	padding: 2em 2em 0 0;
	border-color: white;
	border-width: 5px;
}

.LP, .CD, .Cassette {
	display: inline-block;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
}

.LP
{
	background-image: url(../images/LP.gif);
	margin-right: 32px;
}
.CD
{
	background-image: url(../images/CD.gif);
}
.Cassette
{
	background-image: url(../images/Cassette.png);
}

/* Media for smaller devices */
@media screen and (max-width: 640px) {
	.LP, .CD, .Cassette {
		display: block;
		background-image: none;
		width: 100%;
	}
	.tracks
	{
		left: 0;
		width: 100%;
		clear: both;
	}
	.cover_art {
		left: auto;
		right: auto;
		width: 100%;
		position: static;
	}
}

/* Media for larger devices */
@media screen and (min-width: 1048px) {
	.tracks
	{
		font-size: 150%;
	}
}
