/* For City Breakers intro page */

body {
	background: ivory url('../img/releases/mc-blaze-electric-blue-afro-city-breakers-album-introduction-page-background-at-www.upbustleandout.co.uk.jpg') fixed top left !important;
	color: darkgreen;
}
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% 10px 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;
}

.the500ccRevolutionaryLogo {
	width: 150px;
	height: 63px;
	float: right;
	float: left;
	margin: 0px 10px 5px 0px;
	position: relative;
	top: 5px;
}
.cityBreakersCoverArtwork {
	width: 200px;
	height: 200px;
	float: right;
	margin: 0px 0px 5px 0px;
	position: relative;
	top: 5px;
}
.cityBreakersLPCoverArtwork {
	width: 200px;
	height: 200px;
	float: left;
	margin: 0px 10px 5px 0px;
	position: relative;
	top: 5px;
}

.reviewQuotesContainer {
	width: 100%;	
	border: 1px solid silver;
	font-size: 0.8em;
	color: darkslategray;
	padding: 5px 0px 0px 5px;
	margin: 10px 0px;
}
.reviewQuotesContainer li {
	margin: 2px 0px;
}
.reviewQuotesContainer i {
	color: black;
}

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


