@charset "utf-8";

/* ----- Disneyland Park */

/* Colours */

.FlyingTitle,
ul.MapMenu li a {
	background-color: #E89;
}
.Welcome {
	border-color: #E89;
}

.Section p.Intro,
.MapKey .Numbers li strong,
.DropContent ul.Numbered li strong,
.MapKey li h4 {
	color: #E68; /* Norm */
}
ul.MapMenu li a:hover {
	background-color: #E68;
}
.Section h4,
.InfoBox ul li h5,
.TriviaFact p,
.MapKey h3 {
	color: #D57; /* Norm -1 */
}
.FlyingDrop {
	background-color: #D57;
}
ul.MapMenu li.ui-state-active a {
	background-color: #D57;
}
.Section h2,
.Section h3,
#tooltip h3,
.Maplink a .Txt strong {
	color: #C46; /* Norm -2 */
}
.FlyingDrop:hover,
.FlyingDropHover {
	background-color: #C46;
}
.Nothing {
	color: #B35; /* Norm -3 */
}
.FlyingTitle h1,
ul.MapMenu li  {
	text-shadow: 0 1px 1px #B35;
}

.Nothing {
	color: #2A7; /* Alt */
}

/* Images */

.Box975 .BoxTop {
	background-image: url(images/all_3_box_975_top.png);
	background-position: 0px 0px;
}
.FlyingReviews {
	background-image: url(images/all_1_dropdown_box.png);
}
.ParkMap {
	background-image: url(map/disneylandpark.jpg);
	background-position: 0px 0px;
	background-repeat: no-repeat;
}
