@charset "UTF-8";
/* @override http://narnia.unionstation.org/_css/global.css */
/* 
    CSS Stylesheet for www.unionstation.org Narnia 
    created 2.27.09
    by Scott Wilmarth
    copyright 2009 River City Studio
*/
/* Navigation layout and styles ---------------------  */
/* SpryMenuBarHorizontal.css - Revision: Spry Preview Release 1.4 */
/* Copyright (c) 2006. Adobe Systems Incorporated. All rights reserved. */

/*******************************************************************************

 LAYOUT INFORMATION: describes box model, positioning, z-order

 *******************************************************************************/

/* The outermost container of the Menu Bar, an auto width box with no margin or padding */
ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	cursor: default;
	width: auto;
}
/* Set the active Menu Bar with this class, currently setting z-index to accomodate IE rendering bug: http://therealcrisp.xs4all.nl/meuk/IE-zindexbug.html */
ul.MenuBarActive
{
	z-index: 1000;
}
/* Menu item containers, position children relative to this container and are a fixed width */
ul.MenuBarHorizontal #navGallery, ul.MenuBarHorizontal #navTickets, ul.MenuBarHorizontal #navVisitorInfo, ul.MenuBarHorizontal #navGame
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 100%;
	position: relative;
	text-align: left;
	cursor: pointer;
	/*width: 8em;*/
	float: left;
	border: 0px;
padding:0px;
margin:0px;
}


/* then set width of each topNav button */
ul.MenuBarHorizontal #navGallery  
{
   width: 142px;
}
ul.MenuBarHorizontal #navTickets
{
	width: 97px;
}
ul.MenuBarHorizontal #navVisitorInfo
{
	width: 127px;
}
ul.MenuBarHorizontal #navGame
{
	width: 82px;
}





/* Submenus should appear below their parent (top: 0) with a higher z-index, but they are initially off the left side of the screen (-1000em) */
ul.MenuBarHorizontal ul
{
	margin: 0;
	padding:  0px 0 0 0;
	list-style-type: none;
	font-size: 100%;
	z-index: 1020;
	cursor: default;
	width: 8.2em;
	position: absolute;
	left: -1000em;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to auto so it comes onto the screen below its parent menu item */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}

/* Menu item containers are same fixed width as parent */
ul.MenuBarHorizontal ul li
{
	width: 8.2em;
}
/* Submenus should appear slightly overlapping to the right (95%) and up (-5%) */
ul.MenuBarHorizontal ul ul
{
	position: absolute;
	margin: -5% 0 0 95%;
}
/* Submenu that is showing with class designation MenuBarSubmenuVisible, we set left to 0 so it comes onto the screen */
ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

/*******************************************************************************

 DESIGN INFORMATION: describes color scheme, borders, fonts

 *******************************************************************************/

/* Submenu containers have borders on all sides */
ul.MenuBarHorizontal ul
{
	/*border: 1px solid #CCC;*/
}
/* sets main menu link styles shared general info for background image */
ul.MenuBarHorizontal #navGallery a, ul.MenuBarHorizontal #navTickets a, ul.MenuBarHorizontal #navVisitorInfo a, ul.MenuBarHorizontal #navGame a 
{
   display: block;
   cursor: pointer;
   padding: 0px;
   margin:0px;
   /*color: #333;*/
   text-decoration: none;
   background-position: 0px 0px;
   background-repeat: no-repeat;
}

/* Main menu Items have needs a width and  the background image to display - the below set's the size of those images */
ul.MenuBarHorizontal #navGallery  a/* then set specifics of each topNav button */
{
   width: 142px;
   background-image: url(../_img/navGallery.jpg);
}
ul.MenuBarHorizontal #navTickets a
{
	width: 97px;
   background-image: url(../_img/navTickets.jpg);
}

ul.MenuBarHorizontal #navVisitorInfo a
{
	width: 127px;
   background-image: url(../_img/navVisitorInfo.jpg);
}

ul.MenuBarHorizontal #navGame a, ul.MenuBarHorizontal #navGame
{
	width: 82px;
   background-image: url(../_img/navGame.jpg);
}


/* subMenu items are a light gray block with padding and no text decoration */
ul.MenuBarHorizontal #navGallery ul a, ul.MenuBarHorizontal #navTickets ul a, ul.MenuBarHorizontal #navVisitorInfo ul a, ul.MenuBarHorizontal #navGame ul a, ul.MenuBarHorizontal ul a
{
   display: block;
   cursor: pointer;
   background-color: #FFF;
border-bottom:1px solid #EEE3C6;
   padding: 0.25em 0.75em;
   color: #000;
   text-decoration: none;
   background-image:none;
}


/* Main menu Items have a blank spacer 1px x 1px inside each link (a) - the below set's the size of those images */
ul.MenuBarHorizontal #navGallery img /* then set width of img in each LI of topNav */
{
   width: 142px;
   height: 17px;
}
ul.MenuBarHorizontal #navTickets img
{
	width: 97px;
   height: 17px;
}
ul.MenuBarHorizontal #navVisitorInfo img
{
	width: 127px;
   height: 17px;
}
ul.MenuBarHorizontal #navGame img
{
	width: 82px;
   height: 17px;
}

/* Menu items that have mouse over or focus set background image up 17px */
ul.MenuBarHorizontal #navGallery a:hover, ul.MenuBarHorizontal #navTickets a:hover, ul.MenuBarHorizontal #navVisitorInfo  a:hover, ul.MenuBarHorizontal #navGame a:hover
{
   background-position: 0px -17px;
}

/* Submenu items that have mouse over or focus have a blue background and white text */
ul.MenuBarHorizontal #navGallery ul a:hover, ul.MenuBarHorizontal #navTickets ul a:hover, ul.MenuBarHorizontal #navVisitorInfo ul a:hover, ul.MenuBarHorizontal #navGame ul a:hover, ul.MenuBarHorizontal ul a:hover, ul.MenuBarHorizontal ul a:hover
{
	background-color: #F2B83A;
	color: #7D1215;
}

/* MAIN menu items have mouse background image */
ul.MenuBarHorizontal li a /* set general shared styles of all the topNav buttons */
{
   background-position: top left;
   background-repeat: no-repeat;
   margin: 0px;
   padding: 0px;
   height: 17px;
}

/* Menu items that are open with submenus are set to MenuBarItemHover with a blue background and white text */
ul.MenuBarHorizontal #navGallery a.MenuBarItemHover, ul.MenuBarHorizontal #navTickets a.MenuBarItemHover, ul.MenuBarHorizontal #navVisitorInfo a.MenuBarItemHover, ul.MenuBarHorizontal #navGame a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemHover,

ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{
background-position: 0px -17px;
}
/*ul.MenuBarHorizontal a.MenuBarItemHover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover, ul.MenuBarHorizontal a.MenuBarSubmenuVisible
{	
	background-color: #33C;
	color: #FFF;
}*/

/*******************************************************************************

 SUBMENU INDICATION: styles if there is a submenu under a given menu item

 *******************************************************************************/

/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal a.MenuBarItemSubmenu
/*{
	background-image: url(SpryMenuBarDown.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}*/
/* Menu items that have a submenu have the class designation MenuBarItemSubmenu and are set to use a background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenu
{
	/*background-image: url(SpryMenuBarRight.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%; */
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal #navGallery a.MenuBarItemSubmenuHover:hover, ul.MenuBarHorizontal #navTickets a.MenuBarItemSubmenuHover:hover, ul.MenuBarHorizontal #navVisitorInfo  a.MenuBarItemSubmenuHover:hover, ul.MenuBarHorizontal #navGame a.MenuBarItemSubmenuHover:hover, ul.MenuBarHorizontal a.MenuBarItemSubmenuHover
{
	background-position: 0px -17px;
}
/* Menu items that are open with submenus have the class designation MenuBarItemSubmenuHover and are set to use a "hover" background image positioned on the far left (95%) and centered vertically (50%) */
ul.MenuBarHorizontal ul a.MenuBarItemSubmenuHover
{
	/*background-image: url(SpryMenuBarRightHover.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;*/
}

/*******************************************************************************

 BROWSER HACKS: the hacks below should not be changed unless you are an expert

 *******************************************************************************/

/* HACK FOR IE: to make sure the sub menus show above form controls, we underlay each submenu with an iframe */
ul.MenuBarHorizontal iframe
{
	position: absolute;
	z-index: 1010;
}
/* HACK FOR IE: to stabilize appearance of menu items; the slash in float is to keep IE 5.0 from parsing */
@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		f\loat: left;
		/*background: #FFF;*/
	}
}

/* ----------- END NAVIGATION -------------- */

/* Basic page styles --------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 { /* sets global starting point for everthing to avoid issues in all broweser */
   margin: 0;
   padding: 0;
   border: 0;
   outline: 0;
   font-size: 11px;
} 
body  {
   font: 100% Arial, Helvetica, Verdana, sans-serif;
   margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
   padding: 0;
   text-align: center; 
   color: #000000;
   background-image: url(../_img/background.jpg);
   background-position: top center;
   background-repeat: no-repeat;
}
h1 {
	margin: 0px 0px 10px 0px;
}
img {
border:none;
}
a img {
border-bottom:none;
border: none;
}

#container {
   width: 714px;
   margin: 0 auto;
   padding-top: 14px;
   text-align: left;
} 
#contentBorder {
   width: 702px;
   margin: 0;
   border: 6px solid #F3B93A;
   text-align: left;
   background-image: url(../_img/backgroundContent.jpg);
   background-position: top center;
   background-repeat: repeat-y;
   position: relative;
} 
#header {
   padding: 0 10px 0 20px;
   background-image: url(../_img/backgroundHeader.jpg);
   background-position: top center;
   background-repeat: no-repeat;
height:152px !important; 
position:relative;
 }
#narniaExhibitLogo {
   width: 225px;
   height:151px;
   position:absolute;
   top:0px;
   left: 35px;
}
#topText {
position:absolute;
top: 7px;
right: 10px;
width: 290px;
margin: 0px;
padding: 0;
}
#topText p {
	margin: 0; 
	padding: 0px;
color:#FFF; 
text-align:right;
font-size: 10px;
}
#topText p a {
	margin: 0px; 
	padding: 0px 2px;
color:#FFF; 
text-decoration: none;
}
#topText p a:hover {
color:#F5B83D; 
}

#topText h1 {
	margin: 0; 
	padding: 8px 0; 
color:#F3B93A; 
text-align:center;
font-family:"Times New Roman", Times, serif;
font-size:22px;
line-height:22px;
}
#topText h2 {
   margin: 0;
   padding: 0px 0;
   color:#E7DAB7;
   text-align:center;
   font-family:"Times New Roman", Times, serif;
   font-size:18px;
   line-height: 16px;
}
#topText h1 span.smallCaps, #topText p span.smallCaps {
	font-size:85%;
}

#sidebar1 {
   float: right;
   width: 250px;
   padding: 22px 10px 0px 10px;
}
#exhibitHoursContainer {
   background-image: url(../_img/gExhibitHoursTop.gif);
   background-position: top left;
   background-repeat: no-repeat;
margin: 0px 0px 0px 0px;
padding: 25px 0px 0px 0px;
}
#exhibitHours {
   background-image: url(../_img/gExhibitHoursMiddle.gif);
   background-position: top left;
   background-repeat: repeat-y;
   margin: 5px 0px 0px 0px;
   padding: 0px 30px 10px 30px;
   width:148px;
text-align:center;
}

#exhibitHours p {
   margin: 2px 0px 4px 0px;
   padding: 0px;
}
#buyNow {
   margin: 20px 0px 20px 0px;
   padding: 0px 0px 0px 0px;
   text-align: center;
   width:208px;
   font-size: 15px;
   line-height:120%;
}
#buyNow h3 {
   color: #7D1215;
   font-size: 22px;
   font-family:"Times New Roman", Times, serif;
   margin: 0px 0px 6px 0px;
   padding: 0px;
}
#buyNow p {
   font-size: 15px;
   margin: 0px 0px 8px 0px;
   padding: 0px;
   font-weight: bold;
   line-height:120%;
}
#buyNow a {
	color: #7D1215;
	text-decoration: none;
}

#buyNow a:hover {
	color: #3B0005;
    border-bottom: 1px dotted #3B0005;
    }
#buyNow em {
   color: #7D1215;
   font-family:"Times New Roman", Times, serif;
   margin: 0px 0px 0px 0px;
}
#mainContent {
   margin: 32px 280px 0 0; 
   padding: 0 0 0 55px; 
   }
#mainContent.noSidebar {
   margin: 32px 0px 0 0; 
   padding: 0 50px 0 55px; 
   }
#mainContent p {
   line-height:130%;
   margin: 3px 0px 10px 0px;
   } 
#mainContent ul {
	margin: 3px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
}
#mainContent li {
	margin: 0px 0px 6px 0px;
	padding: 0px;
	margin-bottom: 6px;
	line-height: 130%;
}

#qualifier {
   margin: 10px 0px;
   padding: 0px 60px;
   clear:both;
   font-size:9px;
   text-align:center;
   color: #5F4D39;
}
#logoBottom {
   background-image: url(../_img/backgroundFooter.jpg);
   background-position: top center;
   background-repeat: no-repeat;
height:123px !important;
margin:0px;
padding:0px;
width:700px;
position:relative; 
clear: both;
} 
/* Below 3 links are 1px x 1px images absolute positioned in #logoBottom to make the musem, science city and Union Station links */
#kcMuseumFooterLink {
	position: absolute;
	top: 30px;
	left: 97px;
	display: block;
}
#scienceCityFooterLink {
	position: absolute;
	top: 30px;
	left: 298px;
	display: block;
}
#kcMuseumFooterLink img, #scienceCityFooterLink img {
	height: 22px;
	width: 190px;
}

#unionStationFooterLink {
}
#unionStationFooterLink img {
	top: 29px;
	left: 504px;
	display:block;
	position: absolute;
	height: 56px;
	width: 94px;
}
#footer {
   padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
} 
#footer p {
	margin: 0; 
	padding: 10px 0; 
	text-align: center;
	font-size: 10px;
	}
#nav {
position:absolute;
right:0px;
top: 120px;
width:448px;
}
#footer #copyright {
font-size: 8px;
color:#666;
}

/* ------------------ Home Page ---------------- */
#mainContent h2 {
	font-size: 12px;
}


/* ------------------ MISC Look and Feel Styles ---------------- */
a {
	color: #7D1215;
	text-decoration: underline;
}
a:hover {
	color: #3B0005;
	border-bottom: none;
	text-decoration: none;
    }
#mainContent h2 {
	color: #800B14;
	font-family:"Times New Roman", Times, serif;
	font-size: 16px;
	margin:12px 0px 3px 0px;
	line-height: 110%;
}
#mainContent h2.home {
	margin-top: -8px;
	font-size: 15px;
	color: #000;
	font-family:Arial, Helvetica, Verdana, sans-serif;
}

#mainContent h4 {
	color: #800B14;
	font-size: 13px;
	margin:12px 0px 3px 0px;
	font-family:"Times New Roman", Times, serif;
	line-height: 110%;
}
.floatRight { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.floatLeft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.photoSwirly {
   float: left;
   margin: 0px 14px 12px 0;
   padding: 15px 0px 0 0;
   background-image: url(../_img/photoSwirlyTop.gif);
   background-position: top center;
   background-repeat: no-repeat;
/*width:171px;*/
}
.photoSwirly img {
   margin:  0px;
   padding: 0px 0 12px 0;
   background-image: url(../_img/photoSwirlyBottom.gif);
   background-position: bottom center;
   background-repeat: no-repeat;
}

span.smallCaps {
	font-size:85%;
}
.notBold {
	font-weight: bold;
}

/*--- Photo Gallery Pages ------*/
#photoGalleryThumbs td {
	padding: 10px 22px;
	text-align:center;
}
#photoGalleryThumbs a img {
	border: 2px solid #F5B83D;
}
#photoGalleryThumbs a:hover img {
	border: 2px solid #800B14;
}
p.photoNav {
	padding: 0px 4px;
	text-align: center;
}
p.photoNav a {
	padding: 0px 5px;
	text-decoration: none;
}
p.photoNav a:hover {
	padding: 0px 5px;
	text-decoration: underline;
}
p.photo {
	text-align: center;
	margin: 10px 0px;
}

/*--- Site Map Pages ------*/
/*--- main Site Pages ------*/
#mainContent ul.sitemap {
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 100px;
}
ul.sitemap li {
	list-style: none;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-size: 14px;
}
/* -- secondary pages --  */
ul.sitemap ul {
	list-style: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
}
ul.sitemap  ul li{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	font-size: 12px;
	font-weight: normal;
}
ul.sitemap a {
	text-decoration: none;
}
ul.sitemap a:hover {
	text-decoration: underline;
}

/*--- Contact Us Form ---> */

#contactUsForm {
	clear: left;
	margin: 10px 0px;
	padding: 0px;
}
#contactUsForm label {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	float: left;
}
#contactUsForm label strong, .boldRed {
	color: #800B14;
	font-weight: bold;
}
#contactUsForm input {
	margin:  0px 0px 0px 0px;
	padding: 0px;
	float: right;
	width: 240px;
}
#contactUsForm textarea {
	margin:  0px 0px 5px 0px;
	padding: 0px;
	float: right;
	width: 240px;
}
#contactUsForm #submit input {
	margin:  0px 80px 0px 0px;
	padding: 0px;
	width: 80px;
}
#contactUsForm #submit {
	margin:  5px 0px  5px 0px;
	padding: 0px;
	width: 320px;
}
#contactUsForm p {
	clear: both;
	margin: 8px 0px 8px 0px;
	padding: 0px 0px 0px 0px;
	width: 320px;
}






/* CELL PHONE / HANDHELD CSS Specific to turn off for screen and print */

#skipLink {
   font-size:12px;
   color:#666;
}
#skipLink a {
   font-size:12px;
   color:#999;
}
#skipLink a:hover {
   font-size:12px;
   color:#fff;
}
