@charset "utf-8";
/* CSS Document */

body {
margin: 0px;
background:#f8e4c5;
font: 85% "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;
line-height:21px;
text-align:justify;
}

p { margin:1.25em 0 0 0; }
a { color:#1f3946; }
a:hover { text-decoration:none; }

#wrapper {
height:529px;
margin:100px auto 70px;
width:950px;
position:relative;
}

.abs { position:absolute; }
.buttons { z-index:2; }

#charity {
left:49px;
top:259px;
}
#sponsorship {
left: 133px;
top: 141px;
}
#tickets {
left: 259px;
top: 111px;
}
#gallery {
left: 393px;
top: 26px;
}
#ents {
left: 516px;
top: 113px;
}
#committee {
left: 649px;
top: 139px;
}
#food {
left: 700px;
top: 272px;
}
#peacock {
left: 384px;
top: 186px;
position:absolute;
z-index:3;
}
.hidden {
display:none;
position:absolute;
z-index:3;
}


.lightbox {
display:none;
left:50px;
max-height:619px;
position:absolute;
top:-40px;
width:856px;
z-index:4;
}
.lightbox .icon {
left:-30px;
top:-30px;
z-index:5;  
}
.lightbox .title {
font-size:34px;
left:80px;
top:15px;
z-index:5;
line-height:normal;
}
.lightbox .return {
left:724px;
top:13px;
z-index:5; 
}
.lightboxcontent {
background:url(images/popup_bg.png) repeat-y;
max-height:515px;
padding:25px 25px 15px 25px;
}
.lightboxtext {
max-height:503px;
margin-top:27px;
overflow:auto;
padding-right:15px;
}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
