/* For Soliloquy introduction page */

body {
	background: ivory url('../img/releases/distant-nomad-in-desert-shimmring-heat-haze-sololiquy-album-page-background-at-www.upbustleandout.co.uk.jpg') fixed top left !important;
	color: darkslategray;
}

body a:link, body a:active, body a:visited {
	color: indigo;
}
body a:hover {
	color: black;
}

.introPageContainer {
	width: 98%;
	margin: 0px 1% 10px 1%;
}

.coverAndTracklistContainer {
	width: 100%;
}
.albumSlideshowContainer {
	width: 426px;
	height: 320px;
}
.tracklistContainer {
	width: 254px;
	font-size: 0.7em;
	padding-right: 5px;
	position: relative;
	left: 5px;
}
.tracklistContainer ol  {
	margin: 0px;
	padding: 0px;
}
.tracklistContainer li  {
	margin: 2px 0px;
}
.subtleText {
	color: olivedrab;
}
.pabloText {
	margin: 10px 0px;
	font-style: italic;
	font-size: 0.9em;
}
.pabloName {
	font-style: normal;
	font-size: 0.9em;
	color: darkgreen;
}
.albumText {
	margin: 10px 0px;
	font-size: 0.9em;
}
.releaseText {
	text-align: center;
	width: 100%;
	margin: 20px 0px 10px 0px;
}
.playerContainerOuter {
	width: 100%
}
.playerContainer {
	float: none;
	margin: auto;
	width: 530px;
	height: 350px;
	text-align: center;
	font-size: 0.9em;
}
.downloadLinkContainer' {
	width: 530px;
	text-align: center;
}
.previewLink {
	font-size: 0.8em;
}
.downloadLink {
	font-weight: bold;
}

.soliloquyCoverArtwork {
	width: 202px;
	height: 200px;
	float: left;
	margin: 0px 10px 5px 0px;
	position: relative;
	top: 5px;
}

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

