@charset "utf-8";

/* the overlayed element */
.event_overlay {
	/* initially overlay is hidden */
	display:none;
	/* growing background image */
	background-image:url(../media/overlayimages/overbk.png);
	/* Width of background image when done growing, height is calculated automatically*/
	width:800px;
	height: auto;
	padding: 30px 30px 50px 60px;
}
/* default close button positioned on upper right corner */
.event_overlay div.close {
	background-image:url(../media/overlayimages/overlayclose.png);
	background-repeat: no-repeat;
	position:absolute;
	right:5px;
	top:5px;
	cursor:pointer;
	height:23px;
	width:45px;
}

.event_overlay img {
	float: left;
	margin-right: 25px;
	margin-bottom: 20px;
}

.event_overlay h1 {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	color: #FFF;
	margin-top: 0px;
	text-align: left;
}

.event_overlay p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #FFF;
}
#overlayKeylineRight {
	height: 1px;
	width: 415px;
	background-color: #FFF;
	float: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
#overlayKeylineLeft {
	height: 1px;
	width: 100%;
	background-color: #FFF;
}
#overlayHorizontalType {
	width: 360px;
	margin-left:-50px;
}

/* Overlay for the brain diagram on the about page */
.brain_overlay {
	/* initially overlay is hidden */
	display:none;
	/* growing background image */
	background-image:url(../media/bigbrain.jpg);
	/* Width of background image when done growing, height is calculated automatically*/
	width:750px;
	height: 413px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: -20px;
	padding-left: 60px;
}


#braintrigger img {
	cursor:pointer;
}
