@charset "UTF-8";
/*------------------------------------------------------------------
[Popup Stylesheet]

	Project:    	World's Fair Park
	Version:    	1.0
	Last change:    04/14/2009 [Configuring 1.0 Site]

====================================================================

[Table of contents]

1. WFP map popup

====================================================================

[Color codes]

Background:	#000000 (black)
Content bg:	#006DB4 (light blue)

Border:		#C79E66 (gold)
Gradient:	#9B8960 (dark gold)

Header h1:	#003457 (dark blue)
Header h2:	#003457 (dark blue)

a (standard):	#003457 (dark blue)
a (visited):	#006DB4 (light blue)
a (active):	#ff0000 (red)

====================================================================

[Typography]

Base font:		10px Verdana, Helvetica, Arial, Geneva, sans-serif;

Body copy:		1.2em base;

h1:			2.6em "Arial Black", Arial, "Lucida Sans Unicode", Verdana, sans-serif;
h2:			2.0em "Arial Black", Arial, "Lucida Sans Unicode", Verdana, sans-serif;
h3:			1.4em "Arial Black", Arial, "Lucida Sans Unicode", Verdana, sans-serif;

Input, textarea:	1.0em Helvetica, Verdana, Geneva, Arial, sans-serif;

-------------------------------------------------------------------*/


/* Stylesheet Reset */
	@import "css/reset.css";
/* Stylesheet for thickbox [jquery.com/demo/thickbox/] popup windows,   */
	@import "js/thickbox.css";


/* ==================================================================

1. WFP Map Syles

================================================================== */

body	{
	margin: 0;
	padding: 0;

	color: #fff;
	background-color: #000;
	background-image: url(images/background.gif);
	background-position: top center;
	background-repeat: repeat;

	font-family: Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-size: 10px;
	line-height: 1.4;
	text-align: left;
	}

.downloadMapButton	{
	display: block;
	background-image: url(images/bold-button-map.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 227px;
	height: 29px;
	padding-top: 7px;
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	}


.WFPmap .downloadMapButton	{
	position: absolute;
	top: 15px;
	right: 38px;
	}


.WFPmap #container	{
	position: relative;
	background-image: url(images/maps/WFPMap.jpg);
	background-position: center center;
	background-repeat: no-repeat;

	width: 650px;
	height: 740px;
	border-left: 1px solid #c79e66;
	border-right: 1px solid #c79e66;
	margin: 0 auto 0px auto;

	border-left: 1px solid #c79e66;
	border-right: 1px solid #c79e66;
	background-color: #fff;
	}

.WFPmap #info	{
	color: #000;
	font-size: 1.3em;
	font-family: "Times New Roman", Times, serif;
	width: 180px;
	position: absolute;
	bottom: 25px;
	right: 42px;
	}


/* ==================================================================

2. Festival Lawn Syles

================================================================== */



.FestivalLawn .downloadMapButton	{
	position: absolute;
	bottom: 55px;
	left: 75px;
	}


.FestivalLawn #container	{
	position: relative;
	background-image: url(images/maps/Map_FestivalLawn.jpg);
	background-position: center top;
	background-repeat: no-repeat;

	width: 390px;
	height: 920px;
	border-left: 1px solid #c79e66;
	border-right: 1px solid #c79e66;
	margin: 0 auto 0px auto;

	border-left: 1px solid #c79e66;
	border-right: 1px solid #c79e66;
	background-color: #fff;
	}

.FestivalLawn #info	{
	color: #000;
	font-size: 1.3em;
	font-family: "Times New Roman", Times, serif;
	width: 360px;
	position: absolute;
	bottom: 10px;
	left: 18px;
	}
	
	


/* ==================================================================

2. Festival Lawn Syles

================================================================== */



.PerformanceLawn .downloadMapButton	{
	position: absolute;
	bottom: 55px;
	left: 140px;
	}


.PerformanceLawn #container	{
	position: relative;
	background-image: url(images/maps/Map_PerformanceLawn.jpg);
	background-position: center top;
	background-repeat: no-repeat;

	width: 520px;
	height: 920px;
	border-left: 1px solid #c79e66;
	border-right: 1px solid #c79e66;
	margin: 0 auto 0px auto;

	border-left: 1px solid #c79e66;
	border-right: 1px solid #c79e66;
	background-color: #fff;
	}

.PerformanceLawn #info	{
	color: #000;
	font-size: 1.3em;
	font-family: "Times New Roman", Times, serif;
	width: 490px;
	position: absolute;
	bottom: 10px;
	left: 18px;
	}


