@charset "utf-8";

/* ----- Adventureland */

/* Colours */

.FlyingTitle {
	background-color: #6A6;
}
.Welcome {
	border-color: #6A6;
}
.box-975 {
	border-top: 3px solid #bdb;
}

.GuideText p.Intro,
.MapKey .Numbers li strong,
.DropContent ul.Numbered li strong,
.MapKey li h4 {
	color: #594; /* Norm */
}
.GuideText h4,
.InfoBox ul li h5,
.TriviaFact p,
.MapKey h3 {
	color: #483; /* Norm -1 */
}
.FlyingDrop {
	background-color: #483;
}
.Section h2,
.Section h3,
#tooltip h3,
.Maplink a .Txt strong {
	color: #372; /* Norm -2 */
}
.FlyingDrop:hover,
.FlyingDropHover {
	background-color: #372;
}
.Nothing {
	color: #261; /* Norm -3 */
}
.FlyingTitle h1 {
	text-shadow: 0 1px 1px #261;
}
.FlyingDrop .DropTop a,.FlyingReviews a {
	text-shadow: 0 1px 1px #261;
}

.GuideText p a:hover,
.Section ul.Bullets a:hover,
.Section ul.Gallery li a:hover,
.Tips ul.Tips li a:hover {
	color: #E62; /* Alt */
}
.Gallery ul.Photos li a:hover img,
.FeatureImage a:hover img {
	border-color: #E62;
}
.Gallery .GalleryMoreButton a,
.ColorFill {
	background-color: #E62;
}
.GuideText p a,
.Section ul.Bullets a,
.Tips ul.Tips li a,
.MapKey .Letters li strong {
	color: #C40; /* Alt Dark */
}
.Gallery .GalleryMoreButton a {
	text-shadow: 0 1px 1px #C40;
}

/* Images */

.Maplink a .Box {
	background-image: url(images/land_1_maplink_box.png);
}

.Box975 .BoxTop {
	background-image: url(images/all_3_box_975_top.png);
	background-position: 0px 0px;
}
.Box617 .BoxTop {
	background-image: url(images/all_3_box_617-350_top.png);
	background-position: 0px 0px;
}
.Box350 .BoxTop {
	background-image: url(images/all_3_box_617-350_top.png);
	background-position: -625px 0px;
}
.FlyingReviews {
	background-image: url(images/all_1_dropdown_box.png);
}
.Section ul.Mouse li {
	background-image: url(images/single_3_icon_mouse.png);
}
.Section ul.Point li {
	background-image: url(images/single_3_icon_largepoint.png);
}
