#header {
	background: #6487dc;
	-pie-background: #6487dc;
}

#header h1 a {
	background-image: url(/assets/sitebanner-long-light.png);
}

.not-ie #header h1 a {
	background-image: url(/assets/sitebanner-long-light@2x.png);
}

@media (max-width: 479px) {
	.not-ie #header h1 a {
		background-image: url(/assets/sitebanner-short-light@2x.png);
	}
}

.ie6 #header h1 a {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/sitebanner-long-light.png', sizingMethod='crop');
}

#version-label {
	color: #fff;
}

#sidebar {
	background: #8caae6;
	-pie-background: #8caae6;
}

#sidebar label {
	display: block;
	border: 1px solid #5582d2;
	border-bottom: 0;
}

#sidebar label b,
#sidebar .sidebar-section-highlight label b {
	border-radius: 0;
	background: #0148b2;
	-pie-background: #0148b2;
	color: #fff;
}

#sidebar ul {
	background: #edf2fc;
	border: 1px solid #5582d2;
	border-top: 0;
}

#sidebar li a {
	color: #3333ff;
}

#sidebar #eBasketUpdates {
	color: #fff;
}

#sidebar .sidebar-notice,
#sidebar .sidebar-notice a {
	color: #fff;
}
