/* CSS Document */

#mainpage{
	text-align: center;
	min-height: 100%;
	height: 100%;
}

#mainpage h1{
	background: transparent url(images/welcome.png) no-repeat top center;
	width: 100%;
	height: 91px;
	margin-top: 5px;
}

#mainpage h1 span {
	display:none
}

#mainpage h3{
	margin-top: 5px;
	color: #E4CD2C;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: solid 2px #E4CD2C;
	width: 100%;
	margin-bottom: 5px;
}

#mainpage h4{
	margin-top: 5px;
	color: #DCC945;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: solid 2px #E4CD2C;
	width: 100%;
	margin-bottom: 5px;
}

#hours{
	float: left;
	margin-left: 5px; 
	min-height: 250px; 
	width: 240px; 
	background-image: url('images/blacktrans.png');
	text-align: center;
	font-size: 1.2em; 
	color: #F0E284; 
	font-weight: bold;
	overflow: auto;
}

#events{
	float: right; 
	margin-left: 5px; 
	margin-right: 5px; 
	min-height: 250px; 
	width: 440px; 
	background-image: url('images/blacktrans.png');
	text-align: center;
	font-size: 1.2em; 
	color: #EEDE6F; 
	vertical-align: top;
	overflow: auto;
}
#specials{
	margin-left: 5px; 
	margin-right: 5px; 
	margin-top: 5px;
	width: 685px; 
	background-image: url('images/blacktrans.png');
	text-align: center;
	font-size: 1.2em; 
	color: #EEDE6F; 
	vertical-align: top;
	overflow: auto;
}

#events #date{
	font-size: 1.0em;
	font-weight: bold; 
}

#events #summary{
	font-size: 0.9em;
}#events #title{
	font-size: 1.2em;
	font-weight: bold; 
}

#events #recurring{
	font-size: 0.7em;
}

#events a{
	margin-bottom: 1em;
}

.blackbox{
 background-image: url('images/blacktrans.png');
 padding: 5px 5px 5px 5px;
 height: 200px;
 overflow: hidden;
}

#center{
	float: none;
	margin-left: 5px; 
	margin-right: 5px;
	background-image: url('images/blacktrans.png');
	text-align: center;
	font-size: 1.2em; 
	color: #EEDE6F; 
	vertical-align: top;
	overflow: auto;
}

.blackbox2{
 background-image: url('images/blacktrans.png');
 padding: 5px 5px 5px 5px;
}
