/*----------------------------------------------
---BANNER
----------------------------------------------*/
#banner{
	background-repeat: repeat-x;
	background-image: url(images/smallbanner.png);
	width: 100%;
	min-width: 960px;
	background-color: #703d6f;
	height: 100px;
	text-indent: -9999px;
	position: relative;
}
.endtag{
	height: 100px;
	background: url(images/endtag.png);
	background-position: right;
	background-repeat: no-repeat;
}
h1{
	width: 663px;
	height: 100px;
	background: url(images/hours/hoursbanner.png);
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin: 0 0 0 100px;
}

/*----------------------------------------------
---SUPER SIMPLE HOURS FORM
----------------------------------------------*/
#last-update{
	border: 1px #999 solid;
	color: #999;
	border-top: none;
	position: absolute;
	padding: 10px;
	display: block;
	font-size: .8em;
	right: 0;
}
#id-input{
	line-height: 100px;
	text-align: center;
	padding: 20px 0 50px 0;
}
.search-box{
	margin: 0 auto;
	display: block;
	border: 1px solid #bbb;
	width: 600px;
	height: 100px;
	position: relative;
}
#id-input .id-box{
	position: absolute;
	top: 0;
	font-size: 86px;
	width: 470px;
	color: #666;
	margin: 0;
	padding: 0 10px;
	border: none;
	background: none;
	line-height: 1;
	left: 0;
}

#id-input .submit-id{
	position: absolute;
	right: 0;
	font-size: 100px;
	height: 100px;
	width: 100px;
	background: url(images/hours/search.png);
	border: none;
	text-indent: -9999px;
	cursor: pointer;
	padding: 0;
	font-size: 0;
	color: white;
}
.hour-sentence{
	line-height: 200px;
	font-size: 3em;
	color: #777;
}
.hour{
	font-size: 1.1em;
	color: #703d6f;
	border: 1px dashed #777;
	padding: 0 10px;
}
.fail{
	padding: 5px 50px;
	border: 1px dashed #b62b33;
	background: #ffcfd1;
}
.foot-note{
	line-height: 1;
	margin-top: 30px;
}
/*----------------------------------------------
---SUPER COMPLICATED BREAKDOWN OF ALL THE EVENTS EVER. 
----------------------------------------------*/
#breakdown{
	line-height: 1;
	width: 400px;
	margin: 0 auto;
	border: solid 1px #ccc;
	padding: 20px 0 0 0;
}
#breakdown h2{
	padding: 0 0 20px 0;
	border-bottom: dotted 1px #ccc;
}
.event{
	text-align: left;
	clear: both;
/*	border-bottom: solid 1px #ccc;*/
	overflow: hidden;
	padding: 10px 20px;
	height: 40px;
	background: #eee;
	position: relative;
}
.odd {
	background: #fff;
}
.event h3{
	font-weight: normal;
	font-size: 1.1em;
}
.event .hoursOfEvent{
	position: absolute;
	right: 20px;
	bottom: 10px;
}
.event small{
	font-size: .8em;
	position: absolute;
	left: 30px;
	bottom: 10px;
}