/* @override 
	http://mostlyconcrete.org/rewind/css/chewed-tape.css
	http://mostlyconcrete.org/rewind/css/rewind.css
*/

HTML {
    color: #300d07;
	font-family: "Futura", "Helvetica Neue", "Helvetica", Arial, sans-serif;
	background: #fff url(../images/rewind-header.jpg) no-repeat scroll;
	text-align: center;
}

div.album-box {
	width: 200px;
	padding: 10px;
	margin: 0;
	background-color: rgba(255,254,255,0.75);
	clear: none;
	position: relative;
	left: 50px;
	top: 20px;
	float: left;
	height: 195px;
}


.vertical-chunk {
	margin-top: 50px;
}


#albums-list {
	vertical-align: bottom;
	clear: none;
	float: none;
}

#old-stuff {
	clear: left;
	position: relative;
	top: 60px;
}

#web-links {
	position: relative;
	clear: none;
	float: none;
	text-align: center;
	margin-bottom: 100px;
	top: 50px;
}

#glasgow-big-cover {
	padding: 10px;
	background-color: rgba(255,254,255,0.75);
}

h2.dark-bg {
	background-color: rgba(136,145,133,0.2);
}

#web-links ul {
	text-align: left;
}

#header {
	position: relative;
	top: -30px;
}

A:link {   color: #623c1a; }
A:visited {   color: #666666; }
A:hover, A:focus { color: #000; text-decoration: underline; }

h1 {
	font-weight: normal;
	font-style: normal;
	margin: 0;
	padding: 0;
	font-size: xx-large;
	background-color: rgba(255,254,255,0.75);
}

h2 {
	font-weight: normal;
	font-style: normal;
	font-size: x-large;
	margin: 0;
	padding: 0;
	background-color: rgba(255,254,255,0.75);
}

p.copy-right-notice {
	font-size: small;
	margin: 0;
	padding: 0;
	position: absolute;
}
A:active { color: #FF0000; }

#track-list {
	padding-top: 5px;
	padding-bottom: 5px;
}



