/* For Urban Evacuation intro page */

body {
	background: ivory url('../img/releases/up-bustle-and-out-in-the-studio-contact-sheet-urban-evacuation-album-introduction-page-background-at-www.upbustleandout.co.uk.jpg') fixed top left !important;
	color: indigo;
}
body a:link, body a:active, body a:visited {
	color: darkgoldenrod;
}
body a:hover {
	color: darkslategray;
}

h1 {
	font-family: Georgia, serif;
	color: seagreen;
}

.introPageContainer {
	width: 98%;
	margin: 0px 1% 0px 1%;
	font-family: Georgia, serif;
}
.tracklistContainer {
	font-size: 0.8em;
}
.tracklistContainerInner {
	width: 300px;
	margin: 3px;
}
.tracklistContainer ol {
	margin: 2px 0px;
}

.bonusTracksNotice {
	width: 100%;
	text-align: center;
	color: gray;
	font-size: 0.9em;
}

.mainTextContainer {
	width: 100%;
	font-size: 0.9em;
}
.introSubHeading {
	color: 	darkslateblue;
}

.urbanEvacuationCoverArtwork {
	width: 200px;
	height: 200px;
	float: left;
	margin: 0px 10px 5px 0px;
	position: relative;
	top: 5px;
}
.photoRight {
	width: 200px;
	height: 200px;
	float: right;
	margin: 0px 0px 5px 0px;
	position: relative;
	top: 5px;
}

.quotationText {
	font-style: italic;
	color: darkslategray;
}

.bandPhotoContainer {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	color: darkslategray;
	font-size: 0.7em;
}
.bandPhotoContainer img {
	margin: 0px 10px;
}

.endLinks {
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 5px;
}


