header {
	padding-bottom: 8px;
}

#banner {
	background-color: black;
	color: white;
	height: 44px;
	padding: 8px;
}

#banner #logo {
	font-size: 24px;
	background-image: url(../static/images/ui/banner-logo.png);
	background-repeat: no-repeat;
	width: 156px;
	height: 24px;
	margin: 0.6em 0 0 1px;
}

#banner #logo a {
	display: block;
	width: 141px;
	height: 20px;
	text-indent: -9999px;
}

#artist-banner, #artist-banner a {
	font-family: "skolar-1", "skolar-2", "skolar", georgia, serif;
	color: white;
	font-size: 24px;
	margin-top: 0.75em;
}

#banner nav {
	font-size: 13px;
	color: rgb(77,77,77);
	float: right;
	margin-top: -0.3em;
}

#banner nav a {
	color: rgb(153,153,153);
}

#banner nav a:hover {
	color: rgb(179,179,179);
}

#main-nav, #artist-nav {
	height: 22px;
	padding: 2px 0 0 9px;
	font-size: 10px;
}

#main-nav {
	background-color: rgb(77,77,77);
	color: rgb(102,102,102);
}

#main-nav a {
	color: rgb(179,179,179);
}

#main-nav a:hover {
	color: rgb(217,217,217);
}

#main-nav .active a {
	color: rgb(230,230,230);
}

#contact-nav .active a {
	color: rgb(204,204,204);
}

#artist-nav {
	background-color: rgb(242,242,242);
	color: rgb(217,217,217);
}

#artist-nav a {
	color: rgb(128,128,128);
}

#artist-nav a:hover {
	color: rgb(77,77,77);
}

#artist-nav .active a {
	color: rgb(51,51,51);
}

#main-content {
	position: relative;
}

footer {
	clear: both;
	background-color: rgb(230,230,230);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f2f2f2', endColorstr='#e6e6e6');
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(242,242,242)), to(rgb(230,230,230)));
	background: -moz-linear-gradient(top,  rgb(242,242,242),  rgb(230,230,230));
	padding-left: 8px;
	margin-top: 4em;
	width: 944px !important;
	height: 29px;
	overflow: hidden;
	font-size: 11px;
	line-height: 28px;
	color: rgb(153,153,153);
}

#search {
	display: block;
	width: 296px;
	padding: 1px 8px 1px 8px;
	height: 29px;
	float: right;
	background-color: rgb(217,217,217);
	color: white;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d9d9d9', endColorstr='#cccccc');
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(217,217,217)), to(rgb(204,204,204)));
	background: -moz-linear-gradient(top,  rgb(217,217,217),  rgb(204,204,204));
}

#search form {
	display: inline;
}

#search input[type="text"] {
	-webkit-appearance: none;
	width: 235px;
	height: 16px;
	border: none;
	float: right;
	margin-top: 4px;
	padding-left: 4px;
}

#search input[type="submit"] {
	display: none;
}
