/* Classy Keys Stylesheet */

body {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px;
	background-image: url('Pictures/background.jpg'); 
	background-repeat: repeat;
}

h1 {
	font-size: large;
	color: #FAF07D;
	font-weight: bold;
}

#page {
	width: 825px; 
	margin-left: auto; 
	margin-right: auto;
	background-color: #000000;
	border-style: outset;
	border-width: 3px;
	border-color: #FAF07D;
}


#branding {
	top: 0px;
	width: 825px;
	background-color: #000000;
	margin-left: auto; 
	margin-right: auto;
	padding: 5px;
	padding-bottom: 8px;
}

#greeting {
	top: 150px;
	left: 0 px;
	text-align: center;
	background-color: #000000;
	padding: 8px;
	color: #FFFFFF;
	border-style: outset;
	border-width: 3px;
	border-color: #FAF07D;
	vertical-align: top;

}

#clockbox {
	display: inline;
}

#nav_main {
	top: 205px;
	left: 0px;
	width: 150px;
	line-height: 14px;
	float: left;
	text-align: center;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 20px;
	padding-bottom: 20px;
	border-style: outset;
	border-width: 3px;
	border-color: #FAF07D;
}


#content {
	top: 205px;
	left: 155px;
	width: 620px;
	padding: 20px;
	float: right;
	color: #FFFFFF;
	display: inline;
	border-style: outset;
	border-width: 3px;
	border-color: #FAF07D;
	margin-left: auto; 
	margin-right: auto;
}



#gamescontent {
	background-image: url('Pictures/keysborder.jpg'); 
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	top: 205px;
	left: 155px;
	width: 620px;
	display: inline;
	padding: 20px;
	float: right;
	color: #000000;
	border-style: outset;
	border-width: 3px;
	border-color: #FAF07D;
	margin-left: auto; 
	margin-right: auto;
}

#recital_text {
	top: 250px;
	text-align: left;
	float: left;
	width: 400px;
	padding: 5px;
}	

#recital_pictures {
	top: 250px;
	right: 20px;
	width: 220px;
	padding: 5px;
	float: right;
	text-align: center;
	height: 800px;
	overflow: auto;
}

#studentcomp_1 {
	top: 250px;
	text-align: center;
	padding: 5px;
	float: left;
	width: 300px;

}

#studentcomp_2 {
	top: 250px;
	text-align: center;
	padding: 5px;
	float: right;
	width: 300px;
}


#games {
	padding: 15px;
	width: 510px;
	top: 600px;
	text-align: center;
	margin-left: auto; 
	margin-right: auto;

}

.month {
	text-align: left;
	color: #FAF07D;
	font-size: large;
}

#site_info {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	border-style: outset;
	border-width: 3px;
	border-color: #FAF07D;
	color: #FFFFFF;
	clear: both;
}

#horizontal li
{
	list-style-type: none;
	text-decoration: none;
	display: inline;
	padding-left: 15px;
	padding-right: 15px;
}
	

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #FF00FF;
}

a.games {
	color: #000000;
}


/* CSS Popout menuv */


/* Fix IE. Hide from IE Mac \*/

* html #menuv ul li {float:left;height:1%;}
* html #menuv ul li a {height:1%;}

/* End */

#menuv										/* position, size, and font of  menu */
	{	
	
	z-index: 10;
	width: 100%;						     		/* [1] width of menu item (i.e., box) */
	text-align: center;
	font-size: 1em;
	font-family: helvetica, arial, geneva, sans-serif;
}


#menuv a
	{
	width: 140px;
	display: block;						
	white-space:nowrap;
	color: #FFFFFF;
}


#menuv a, #menuv a:visited							/* all menus at rest */

	{
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #FFFFFF;
}



#menuv a.parent, #menuv a.parent:hover 	/* attaches parent-arrow on all parents */

	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
}


#menuv a:hover				             /* all menus on mouse-over */

	{
	background-color: #660066;
	width: 160px;
	border: 2px;
	border-style: outset;
	border-color: #FAF07D;
}

	
#menuv li
	{
	list-style-type:none;		            /* removes bullets */
	}


#menuv ul li
	{
	position:relative;
	}


#menuv li ul
	{
	position: absolute;
	top: 0;
	left: 150px;				                 /* distance from  left menu (this should be the same as width value in #menuv [1]) above */
	display: none;
	color: #000000;
	background-color: #666666;
	border: 8px;
	border-style: outset;
	border-color: #FAF07D;
	}


div#menuv ul, #menuv ul ul, div#menuv ul ul ul
	{
	margin: 0;				               /* keeps the menu parts together */
	padding: 2px;
	width: 160px;			              /* width of sub menus  (this should be the same as width value in #menuv [1]) above */
	}


div#menuv ul ul, div#menuv ul ul ul, div#menuv ul li:hover ul ul, div#menuv ul li:hover ul ul ul
	{
	display: none;
	}


div#menuv ul li:hover ul, div#menuv ul ul li:hover ul, div#menuv ul ul ul li:hover ul
	{
	display: block;
	}

	
	