/* For Publishing page */

body {
	color: ivory;
	background: darkgoldenrod url('../img/publishing/golden-sunset-publishing-page-background-www.upbustleandout.co.uk.jpg') fixed top left !important;
}
body a:link, body a:active, body a:visited {
	color: white;
}
body a:hover {
	color: ivory;
}

.publishingPageContainer {
	width: 100%;
	font-size: 0.9em;
}
.pageTopContainer {
	width: 100%;
}
.topLeftPhotoContainer {
	width: 25%;
	text-align: center;
}
.topLeftPhotoContainer img {
	width: 152px;
	height: 151px;
}
.topMiddleHeadingContainer {
	width: 50%;
	text-align: center;
}
.topRightPhotoContainer {
	width: 25%;
	text-align: center;
}
.topRightPhotoContainer img {
	width: 201px;
	height: 151px;
}
.placingTextContainer {
	width: 49%;
	margin-top: 20px;
	margin-left: 1%;
}
.placingSlideContainer {
	width: 50%;
	text-align: center;
	margin-bottom: 5px;
}
.placingSlideContainer h3 {
	margin: 1px;
	font-size: 1.0em;
	font-weight: normal;
	color: midnightblue;
	text-decoration: underline;
}	
.placingSlideContainerInner {
	height: 320px;
	width: 426px;
	float: none;
	margin: auto;
}
.placementsContainer {
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	color: midnightblue;
}
.placementsContainer  li {
	font-family: "Trebuchet MS", sans-serif !important;
}
.placementsHeading {
	width: 100%;
	color: darkslategray;
}
.placementsHeading h3 {
	margin: 1px;
	font-size: 1.0em;
	text-decoration: underline;
}
.yearHeading {
	color: brown;
}
.musicFromHeading {
	font-weight: normal;
}
.newPlacement {
	color: ivory;
	font-style: italic;
}
.aboutUboContainer {
	width: 98%;
	margin-left: 1%;
	margin-right: 1%;
}
.endNotice {
	width: 100%;
	font-size: 0.7em;
	color: darkslategray;
	text-align: center;
	margin: 10px 0px;
}
.endLinks {
	width: 100%;
	text-align: center;
	font-size: 1.1em;
	margin-bottom: 10px;
}

