/* HERO */

#hero {
	height: 230px;
}

#hero-inner {
	height: 200px;
	background: url(../images/calendar/hero-calendar.jpg) no-repeat;
}


/* CALENDAR */

#content {
	margin-bottom: 50px;
}

#content .border {
	padding-bottom: 30px;
}

#content .section-inner {
	position: relative;
	padding-top: 41px;
}

#content h2 {
	top: 0;
	left: 0;
	position: relative;
	margin: 0 0 0 41px;
	height: 41px;
	text-indent: 0;
}

.title-completed {
	clear: both;
}

.events {
	width: 864px;
	clear: both;
	overflow: hidden;
	margin-top: -10px;
	margin-bottom: 24px;
	padding: 24px 0 24px 24px;
}

.events li {
	position: relative;
	display: block;
	float: left;
	margin: 0 14px 14px 0;
	background-image: url(../images/calendar/race-background.png);
	background-repeat: no-repeat;
	width: 274px;
	height: 185px;
}

ul.completed li {
	background-position: 0 -185px;
}

.events .race-event {
	display: block;
	position: absolute;
	top: 10px;
	left: 20px;
	font-weight: bold;
	font-size: 1.75em;
	line-height: 1;
	text-transform: uppercase;
	color: #fff;
	width: 250px;
}

.events .race-event span {
	font-size: 1.4em;
	line-height: 0.7;
	position: absolute;
	display: block;
	right: 0;
	top: -1px;
	width: 60px;
	letter-spacing: -1px;
	text-align: center;
}

.events .race {
	padding-top: 50px;	
}

.events .race-content {
	overflow: auto;
	height: 97px;
	padding: 0 20px;
}

.events .notes {
	margin-top: 15px;
}

.events a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -10000px;
	font-size: 0.1em;
	overflow: hidden;
}

.events a:hover {
	width: 319px;
	height: 231px;
	top: -24px;
	left: -24px;
	background: url(../images/calendar/race-glow.png) no-repeat;
}

.events h3 {
	color: #fff;
	font-weight: bold;
	font-size: 1.4em; 
}

.events p {
	font-size: 1.1em;
	color: #fff;
}

.events p.date {
	font-weight: bold;
	font-size: 1.2em;
	color: #aaa;
	margin-bottom: 5px;
}
