.clearfix:after {
	content: ".";		display: block;		clear: both;
	visibility: hidden;	line-height: 0;		height: 0;
}
.clearfix { display: inline-block; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }

/* ================================================================ */

body {
	background-image: url(../img/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-color: #000;
	margin: 0 auto;
	font-family: Verdana, Arial;
	font-size: 12px;
	overflow: hidden;
}

img, a img {
	border: 0;
}

#hi5Map {
	text-align: left;
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 75px;
	bottom: 0;
	left: 0;
	right: 326px;
}

#h5Bar, #h5Bar p, #h5Bar img, #h5Bar a {
	font-family			: Verdana, Arial;
	margin				: 0;
	padding				: 0;
	border				: 0;
	outline				: none;
}

#h5Bar {
	background-image	: url(../img/background.jpg);
	background-repeat	: repeat-x;
	background-position : bottom left;
	position			: relative;
	background-color	: #111111;
	text-align			: right;
	width				: 100%;
	height				: 75px;
	top					: 0;
	left				: 0;
	z-index				: 25000;
}

#h5Sidebar {
	border-left			: 1px solid #2A2A2A;
	position     		: fixed;
	width				: 325px;
	background-color	: #000;
	padding-top         : 90px;
	top					: 0;
	bottom				: 0;
	right				: 0;
	opacity             : 0.0;
	-moz-opacity        : 0.0;
	z-index				: 20000;
	filter				:alpha(opacity=0);
}

#h5Sidebar p, #h5Sidebar div {
	color               : #fff;
	opacity             : 1.0;
	-moz-opacity        : 1.0;
	filter				:alpha(opacity=100);
}

#h5Logo {
	background-image	: url(../img/hightlight.jpg);
	background-repeat	: repeat-x;
	position			: absolute;
	width				: 400px;
	text-align			: left;
	left				: 0;
	bottom				: 0;
}

#h5Venue {
	position			: absolute;
	color				: #fff;
	right				: 540px;
	font-size			: 25px;
	bottom				: 20px;
}

#h5Locations {
	position			: absolute;
	right				: 0;
	bottom				: 0;
}

#h5Locations div {
	position			: relative;
	width				: 520px;
}

#h5Locations div a {
	background-image	: url(../img/location-sprite.jpg);
	background-repeat	: repeat-x;
	background-position	: 0 0;
	text-indent			: -9999px;
	display				: block;
	height				: 75px;
	width				: 0;
	text-align			: left;
	float				: left;
}

#h5Shadow {
	background-image	: url(../img/shadow.png);
	background-repeat	: repeat-x;
	position			: absolute;
	top					: 74px;
	width				: 100%;
	height				: 15px;
	z-index				: 25500;
}

#h5Description {
	margin: 0 25px 50px 25px;
}

#h5Description p {
	line-height: 25px;
	font-size: 16px;
}

#h5Events {
	margin: 0 25px 50px 25px;
	color: #B8B8B8;
}

.h5Event {
	position: relative;
}

.h5EventMonth {
	text-transform: uppercase;
	position: absolute;
	font-size: 12px;
	left: 14px;
	top: 9px;
}

.h5EventDay {
	position: absolute;
	font-size: 25px;
	color: #FEFEFE;
	left: 12px;
	top: 20px;
}

.h5EventInfo {
	height: 40px;
	margin: 0 0 25px 60px;
	padding: 10px;
	font-size: 16px;
	border-left: 1px solid #6F6F6F;
}

#h5Links {
	margin: 0 25px 50px 25px;
}

#h5Links div {
	margin: 25px 0 25px;
}

#h5EventsBar, #h5LinksBar {
	margin: 0 0 15px 20px;
}

#hi5TopHighlights {
	margin: 35px 0 0 -40px;
}

#hi5TopHighlights li {
	list-style:	none;
	margin-bottom: 15px;
	color: #999;
	font-size: 14px;
	font-weight: bold;
}

#hi5TopHighlights li strong {
	font-size: 16px;
	color: #777;
}

#hi5TopHighlights li strong span {
	color: #fff;
}

#hi5Welcome, #hi5Fives {
	font-size: 22px;
}

#hi5Hip {
	font-size: 12px;
}

.h5DescHeader {
	font-weight: bold;
	border-bottom: 1px solid #222;
}

.h5PhotoCredit {
	margin-top:40px;
	font-size: 13px;
	color: #666;
	font-style: italic;
}

.h5Lite {
	color: #aaa;
}

#h5QS:link, #h5QS:visited {
	color: #ccc;
	text-decoration: none;
}

#h5QS:hover {
	color: #666;
	text-decoration: underline;
}

