/* BLUEPRINT CORE OVERRIDES */
body {
	height: 100%;
	background: #2b203f;
}

html {
	height: 100%;
}

.chunkyLinks a,
.au {
	background:url(/images/sprite.png) no-repeat 0 0;
}

.au {
	float:left;
	height: 271px;
	width: 184px;
}

.header .au {
	background-position: 0 -300px;
	width: 50px;
	height: 76px;
}
.header .au:hover {
	background-position: 0 -382px;
}

/* HEADER */
.header {
	width: 100%;
	height: 76px;
	background: #333;
	color: #FFF;
}

.header a {
	color: #FFF;
}

.header a.selected,
.header a:hover {
	color: #ff3a59;
}

.headerBody {
	width: 940px;
	float: left;
	margin-left: 10px;
}

.header h1 {
	color: #FFF;
	font-size: 22px;
	margin-top: 10px;
	font-weight: 700;
}

.headerLinks,
.headerLinks li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.headerLinks li {
	float:left;
	display: block;
	margin-right: 10px;
}
