@charset "utf-8";
/* CSS Document */



#calendarwrapper {
	position:relative;
	margin: 0 auto;
	width: 919px;
	height:210px;
	padding: 0px;
}



#leftbutton {
	width: 50px;
	height: 50px;
	position:absolute;
	left: 11px;
	top: 150px;
	background-image:url(../images/left_button.png);
	background-position: 0 0px;
	opacity: 0.9;
}

#leftbutton:hover {
	background-position: 0 -50px;
	opacity: 1;
}

#rightbutton {
	width: 50px;
	height: 50px;
	position:absolute;
	left: 859px;
	top: 150px;
	background-image:url(../images/right_button.png);
	background-position: 0 0px;
	opacity: 0.9;
}

#rightbutton:hover {
	background-position: 0 -50px;
	opacity: 1;
}

#lightbox {
	position:relative;
	width: 818px;
	height: 270px;
	background-color: rgb(255,255,255);
	margin: 0 auto;
	
}

#calendar_container {
	width:798px;
	height: 200px;
	background-image:url(../images/background_pattern.png);
	background-repeat: repeat;
	position: absolute;
	top:60px;
	left: 10px;
	margin: 0 auto;
}

.day {
	width: 114px;
	height: 200px;
	float: left;
	
}

.day h2 {
	font-family: 'Nothing You Could Do', Helvetica, sans-serif;
	font-size: 1.2em;
	color: rgb(105,161,27);
	text-align:center;
	margin: 0px;
}



.day_header {
	width: 114px;
	height: 30px;
	margin:0px;
	background-image:url(../images/nav_background_04.jpg);
	background-repeat:repeat-x;
	padding-top: 5px;
}

.greenbar {
	height: 5px;
	width: 114px;
	background-color: rgb(105,161,27);
	position: relative;
	clear: both;
	margin:0px;
}

h3 {
	font-family: 'Nothing You Could Do', Helvetica, sans-serif;
	font-size: 3em;
	color: rgba(105,161,27, .5);
	position: absolute;
	left:65px;
	top: -10px;
	margin: 0px;
}
.date {
	position:relative;
	width: 114px;
	height:160px;
}

.classinfo {
	position: absolute;
	width: 100px;
	height: 160px;
	margin:0px;
	padding: 0px;
	top: 45px;
	left: 7px;
}

.classinfo p {
	margin:0px;
	font-family:'Antic',  Helvetica, Arial, sans-serif;
	font-size: 0.7em;
}

ul { 
	margin:0px;
	padding: 0px;
}

li {
	display: inherit;
	text-decoration:none;
	font-family:'Antic',  Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	margin:0px;
	opacity:1;
}

.parent li:hover {
	opacity: 0.2;
	cursor: default;
}

.parent:hover > li {
	opacity: 0.2;
}

.parent:hover > li:hover {
	opacity: 1.0;
}

#lightbox h1 {
	font-family: 'Nothing You Could Do',  Helvetica, Arial, sans-serif;
	color: rgb(105,161,27);
	font-size: 3.8em;
	padding: 0px;
	text-align:center;
	position: relative;
	padding-bottom: 10px;
}

#exit a{
	position: absolute;
	font-family: 'Nothing You Could Do',  Helvetica, Arial, sans-serif;
	color: rgb(105,161,27);
	top: 0px;
	left: 760px;
	font-size: 1.5em;
}

#exit a:hover {
	color: rgb(20,20,20);
}



	