/* - - - - - - - - - - - - - - - - - - - - -
Lightbox CSS
- - - - - - - - - - - - - - - - - - - - - */
body .biobody {
	background: #000 url(../images/background.jpg) repeat-y;
}

#lightbox{
	display:none;
	position: absolute;
	top:50%;
	left:50%;
	z-index:9999;
	width: 555px;
	height: 500px;
	margin:-220px 0 0 -250px;
	border-right: 3px solid #555;
	border-bottom: 3px solid #555;
	background:#fff;
	text-align:left;
	padding: 10px 15px;
}
#lightbox[id]{
	position:fixed;
}

#overlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:5000;
	background-color:#000;
	-moz-opacity: 0.8;
	opacity:.50;
	filter: alpha(opacity=50);
}
#overlay[id]{
	position:fixed;
}

#lightbox.done #lbLoadMessage{
	display:none;
}
#lightbox.done #lbContent{
	display:block;
}
#lightbox.loading #lbContent{
	display:none;
}
#lightbox.loading #lbLoadMessage{
	display:block;
}

html #lightbox.loading #lbLoadMessage img {
	width: auto;
	height: auto;
	background: yellow;
	display:.loading;
}

#lightbox.done img{
	width: auto;
	height: auto;
}
#lightbox { height: auto; }
#lightbox.done { background: white url('../images/bio_new.jpg') repeat-x; }
#lightbox.done h1 { color: #9CB272; margin: 0; padding: 0; font-size: 11pt; }
#lightbox.done h1 strong { color: #000; }
#lightbox.done p { margin-bottom: 0px; }
#bio { margin: 8em 2.5em 1.5em; }

#bio a, a.lbAction { color: #666666; font-style:italic; }


h1 { font-family: "BankGothicBT Medium", Arial, Helvetica, sans-serif }

#eveningSchedule p {
	margin-left: 5px;
}
