@charset "utf-8";

h1, h2, h3, h4, h5, h6, p, div, span, ol, ul, li, body {
	padding: 0;
	margin: 0;
}

a {
	cursor: pointer;
}

a img {
	border: none;
}

li {
	margin-left: 30px;
}

body {
	background: #FCFCFC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000;
	text-align: center;
	width: 100%;
	height: 100%;
}

.spaced li {
	margin-bottom: 7px;
}

#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	background: #FFF;
	z-index: 10000;
}

#header {
	width: 980px;
	height: 320px;
	background: url(../images/header-bg.jpg) no-repeat;
	text-align: center;
	padding-top: 30px;
}

#header h1 {
	width: 300px;
	height: 275px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

#nav a {
	color: #224378;
	display: block;
	float: left;
	margin: 5px 30px;
	font-weight: bold;
	font-size: 1.9em;
	text-decoration: none;
}

#nav a:hover {
	color: #ba2616;
}

#nav a.last {
	float: right;
}

#footer {
	width: 980px;
	height: 35px;
	text-align: center;
	background: url(../images/footer.jpg) no-repeat;
	padding-top: 4px;
}

#content {
	width: 910px;
	min-height: 630px;
	padding: 10px 35px;
	background: #FFF url(../images/lions-logo.jpg) top right no-repeat;
	font-size: 1.5em;
}

#pageOverlay {
	position: absolute;
	background: url(../images/overlay-shadow.png) no-repeat;
	top: 262px;
	left: 0;
	width: 980px;
	height: 818px;
	display: none;
	z-index: 200;
}

#pageOverlayInner {
	position: absolute;
	background: url(../images/overlay-background.jpg) no-repeat;
	top: 102px;
	width: 850px;
	height: 553px;
	padding: 100px 40px 0 90px;
}

#loadingImg {
	position: absolute;
	top: 318px;
	left: 482px;
}

.eventDay {
	float: left;
	width: 400px;
	/* height: 300px; */
	margin: 15px 0 0 25px;
	line-height: 1.5em;
	text-align: left;
}

.eventDay .dayTitle {
	font-weight: bold;
	font-size: 1.2em;
}

.eventDay a {
	color: #000;
	text-decoration: none;
	width: 150px;
	padding: 5px 7px;
}

.dayCopy {
	color: #000;
	font-size: .75em;
	line-height: 1.2em;
}

.eventDay a:hover {
	background: #00529b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
}

#bandImage {
	float: right;
}

#bandContent {
	float: left;
	width: 375px;
	font-size: 1.5em;
}

#bandContent h1 {
	font-size: 1.5em;
}

#bandContent h2 {
	font-size: 1.1em;
	margin-bottom: 15px;
}

#bandContent a img {
	margin-top: 30px;
}

#closeButton {
	position: absolute;
	right: 5px;
	top: 105px;
	color: #000;
	text-decoration: none;
}

#closeButton:hover {
	color: #00529b;
	text-decoration: underline;
}

#fadeoutOverlay {
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000;
	cursor: pointer;
	width: 100%;
	height: 100%;
	z-index: 20;
}
