.TitleBar {
	font-family: "Lucida Handwriting";
	font-size: 80px;
	font-weight: bold;
	padding: 10px;
	margin: 0px auto 0px auto;
	position: relative;
	border: 15px ridge #736b84;
	width: 1000px;
	left: 0px;
	height: 150px;
	text-align: center;
	color: #f2e9b2;
}
.navbar {
	position: relative;
	margin: 10px auto 0px auto;
	width: 1000px;
	list-style: none;
	font-family: "Lucida Handwriting";
	font-size: 24px;
	font-weight: bold;
	color: #736b84;
}
.navbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	list-style: none;
	border: 8px ridge #736b84;
	position: absolute;
	text-align: center;
	vertical-align: 8px;
	color: #332211;
	background-color: #ca9951;
	line-height: 45px;
	text-decoration: none;
}

.navbutton:hover {
	background: #f2e9b2
}

.editable {
	border: 5px solid #ca9951;
	margin: 10px auto 0px auto;
	padding: 10px;
;width: 1400px
}

.eventsmenu {
	position: relative;
	list-style-type: none;
	display:inline-block
}

	
.eventsmenu ul.topic {
padding:0;
 margin:0; 
 list-style:none; 
 width:635px; 
 height:auto; 
 position:relative; 
 z-index:10;}	
	
.eventsmenu ul.topic li {
	display:block
	
}	

.eventsmenu ul.topic li.tab {
	display:block
	}
	
.eventstab {
	position: absolute;
	background-color: #f2e9b2;
	border: 4px solid #331d11;
	font-family:"Lucida Handwriting";
	color: #332211;
	height: 50px;
	width: 160px;
	vertical-align: middle;
	text-decoration: none;
	text-align: center;
	font-size: 22px;
	font-style: normal;
	line-height: 50px;
	font-weight: bold;
	list-style-type: none;
}

.eventstab:hover {
	background:#ca9951;

}

.eventstab: hover a {
	color:#332211
}

.event-content {
	position: absolute;
	top:200px;
	visibility: hidden;
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	height: auto;
	width: 800px;
}
#Friday:target, #Saturday:target, #Sunday:target {
position: absolute;
z-index:0;
visibility: visible;
left: 80px;   /* where the content box will appear */
top: 300px;     /* where the content box will appear */
width: 1200px;
height: 600px;
background: #0B0D0C;
border: 10px #736b84 groove;
padding: 10px;
color:#f2e9b2;
	
}
#Friday, #Saturday, #Sunday {
	position: absolute;
	overflow: hidden;
		

}

#Tree:target, #Map:target, #Photo:target {
position: absolute;
z-index:0;
visibility: visible;
left: 280px;   /* where the content box will appear */
top: 280px;     /* where the content box will appear */
width: 800px;
height: 300px;
background: #0B0D0C;
border: 10px #736b84 groove;
padding: 10px;
color:#f2e9b2;

	
}
#Tree, #Map, #Photo {
	position: absolute;
	overflow:scroll;	

}


.titles {
	font-family: "Lucida Handwriting";
	font-size: 36pt;
	font-weight: bold;
	position: relative;
	color: #f2e9b2;
	text-align: center;
	padding: 20px 20px 0px 20px;
}
.homeinfo {
	position: relative;
	padding: 15px;
	font-family: arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
	color: #f2e9b2;
	text-align: center;
}
.absolute {
	position: absolute;
}

.photos {
	border: 6px groove #736b84;
	padding: 4px;
	position: absolute;
}
