body, html {
	font-family: trebuchet ms,sans-serif; font-size: 13px; line-height: 1.5em;
	background-color: black;
	color: rgb(140,140,140);
	word-wrap: break-word;
	-webkit-text-size-adjust: none;
}


/* Basic element styles */

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

img {
	display: block;
}

nav {
	display: block;
	margin: 0;
	padding: 0;
}

address {
	margin-bottom: 1em;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
	padding-left: 0.5em;
}


/* Forms */

form li {
	min-height: 24px;
}

form li label {
	display: block;
	float: left;
	min-width: 160px;
}

input[type="text"], textarea {
	background-color: rgb(138,138,138);
	border: 0;
}

input[type="text"] {
	height: 16px;
	padding: 0 4px;
}

input[type="submit"] {
	border: 0;
	background-color: black;
	background-position: 0px 2px !important;
	color: rgb(160,160,160);
	cursor: pointer;
	font-size: 12px;
}

input[type="submit"]:hover {
	color: white;
}

textarea {
	padding: 4px;
}

form#contact_us input[type="text"], form#contact_us textarea {
	width: 400px;
}

form#contact_us textarea {
	margin-top: 3px;
}

.small {
	font-size: 0.8em;
}

nav.sidebar {
	font-size: 0.95em;
	line-height: 1.6em;
	margin-top: 6px;
	min-height: 42px;
}

nav.sidebar ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

nav.sidebar li, .list-caption a, li.more, input[type="submit"], a.more, .media-playlist a.selected {
	background-image: url(/static/images/ui/more.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding-left: 15px;
}

nav.sidebar ul.navigation ul {
	border-top: solid rgb(48,48,48) 1px;
	border-bottom: solid rgb(48,48,48) 1px;
	margin: 0.4em 0;
	padding: 0.4em 0;
}

nav.sidebar ul.navigation li:last-child ul {
	border-bottom: none;
}

nav.sidebar ul.navigation li.active ul li a {
	color: rgb(128,128,128);
}

nav.sidebar ul.navigation li.active ul li.active a {
	color: rgb(220,220,220);
}

footer {
	display: block;
	font-size: 0.8em;
	color: rgb(100,100,100);
	padding-left: 8px;
}

.rule-above {
	border-top: solid rgb(48,48,48) 1px;
	padding-top: 0.8em;
}

.rule-below {
	border-bottom: solid rgb(48,48,48) 1px;
	padding-bottom: 0.6em;
	margin-bottom: 0.4em;
}

.inset-left {
	padding-left: 4px;
}

.alpha .inset-left {
	padding-left: 8px;
}

.full-out {
	margin-left: 0;
	margin-right: 0;
}

.inset-right {
	margin-right: 8px;
}

.break-before-1em {
	margin-top: 1em;
}

.break-before-2em {
	margin-top: 2em;
}

.break-before-3em {
	margin-top: 3em;
}

.break-before-4em {
	margin-top: 4em;
}

.break-after-1em {
	margin-bottom: 1em;
}

.break-after-halfem {
	margin-bottom: 0.5em;
}

.break-after-2em {
	margin-bottom: 2em;
}

.break-after-3em {
	margin-bottom: 3em;
}

.break-after-4em {
	margin-bottom: 4em;
}

.no-break-after {
	margin-bottom: 0;
}

.closeup-1em {
	margin-top: -1em;
}

.highlight {
	color: rgb(160,160,160);
}

.lowlight {
	color: rgb(128,128,128);
}
/*
a .highlight {
	color: rgb(185,185,185);
}
*/

.highlight a {
	color: rgb(185,185,185);
}

a:hover .highlight {
	color: rgb(220,220,220);
}

.caps, .artist-name {
	text-transform: uppercase;
}

a, a:visited, a:active {
	color: rgb(160,160,160);
	text-decoration: none;
}

.active a {
	color: rgb(220,220,220);
}

a:hover {
	color: rgb(220,220,220) !important;
}
/*
h1 a, h2 a, h3 a, h4 a {
	color: rgb(200,200,200) !important;
}
*/
h2 {
	font-size: 1.4em;
	line-height: 1.4em;
	padding-bottom: 0.3em;
	color: rgb(208,208,208);
	margin-bottom: 0.5em;
}

.item h2 {
	border-bottom: solid rgb(80,80,80) 1px;
}

h3 {
	text-transform: uppercase;
	letter-spacing: 1px;
}

h3, h4 {
	color: rgb(220,220,220);
	line-height: 1.4em;
	margin-bottom: 1em;
}

h3 a, h4 a {
	color: rgb(220,220,220);
}

h3.list-heading, h3.list-heading {
	color: rgb(180,180,180) !important;
	border-bottom: solid rgb(48,48,48) 1px;
	margin: 2em 0 1em 0;
	padding-bottom: 0.3em;
}

.item h3, .item h4 {
	text-transform: none;
	letter-spacing: 0;
	color: rgb(138,138,138);
}

h5 {
	color: rgb(180,180,180);
}

h5 a {
	color: rgb(200,200,200) !important;
}

.level-2 {
	font-size: 0.9em;
	line-height: 1.5em;
	color: rgb(108,108,108);
}

.level-2 ul {
	margin-right: 8px;
}

.level-2 h3 {
	font-size: 13px;
	color: rgb(180,180,180);
}

.level-2 a, .level-2 .highlight a {
	color: rgb(160,160,160);
}

.level-2 .more a {
	color: rgb(80,80,80);
}

.level-2 .highlight {
	color: rgb(140,140,140);
}

p {
	margin-bottom: 1em;
}

.image-container {
	text-align: center;
/*	background-color: rgb(48,48,48);
	border: solid rgb(48,48,48) 1px;*/
}

.image-container img {
	display: block;
/*	margin: auto;*/
}

.image-container.splash img {
	margin: auto;
}

.image-container.splash {
	max-height: 480px;
	max-width: 710px;
	overflow: hidden;
}

.image-container.list {
	height: 169px;
	width: 230px;
	overflow: hidden;
}

ul.front-page-listing li {
	margin-bottom: 0.75em;
}

.more a {
	color: rgb(100,100,100);
}

.list-caption {
	height: 60px;
	margin: 12px 0 12px 0;
	padding-top: 8px;
	border-top: solid rgb(48,48,48) 1px;
}

.list-caption a {
	display: block;
	font-size: 0.9em;
	line-height: 1.4em;
}

.list-container {
	width: 720px;
	margin-left: -4px;
	overflow: visible;
}

.list-container-fullwidth {
	width: 960px;
	margin-left: -4px;
	overflow: visible;
}

.carousel {
/*	background-color: rgb(40,40,40);*/
	height: 332px !important;
	border-top: solid rgb(48,48,48) 1px;
/*	border-bottom: solid rgb(80,80,80) 1px;*/
	padding: 8px 0 8px 0;
	margin-top: 24px;
	overflow: hidden;
}

.carousel li {
	display: block;
	float: left !important;
	width: 90px;
	height: 60px;
	margin: 0 8px 8px 0;
	overflow: hidden;
}

.carousel a img {
	display: block;
	opacity: 0.8;
	cursor: pointer;
}

.carousel a:hover img {
	opacity: 1;
}

.carousel-buttons {
	display: block;
	height: 14px;
	overflow: hidden;
}

.carousel-button {
	display: block;
	float: left;
	border: 0;
	padding: 0;
	position: relative;
	width: 63px;
	height: 14px;
	background: url(../static/images/ui/carousel-buttons.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.carousel-button[disabled] {
	visibility: hidden;
}

.carousel-button.prev {
	background-position: -40px 0;
}

.carousel-button.next:hover {
	background-position: 0px -14px;
}

.carousel-button.prev:hover {
	background-position: -40px -14px;
}

.image-caption {
	font-size: 0.9em;
	line-height: 1.4em;
	color: rgb(90,90,90);
}

td.year-listing-year {
	width: 72px;
	padding-right: 8px;
}

.year-listing-year, .year-listing-texts {
	line-height: 1.3em;
}

.year-listing-texts p {
	margin-bottom: 0.4em;
}

.hidden {
	display: none;
}

.print-link {
	display: block;
	width: 22px;
	height: 22px;
	text-indent: -9999px;
	background: url(/static/images/ui/printer.png);
	float: right;
}

.print-link:hover {
	background-position: -22px;
}

.no-nav-spacer {
	margin-top: 72px;
}

.pagination {
	margin-top: 2em;
}

.underline {
	text-decoration: underline !important;
}

#splash-image {
	display: block;
}

#splash-image.loading {
	opacity: 0.7 !important;
	background: url(/static/images/ui/large-spinner.gif);
	background-repeat: no-repeat;
	background-position: center;
}

.media-playlist a {
	padding-left: 15px;
}

.media-playlist a.selected {
	color: rgb(220,220,220);
}

ul.bulleted li {
	list-style-type: disc;
	list-style-position: inside;
}

ul.listing li {
	line-height: 1.3em;
	margin-top: 0.1em;
	margin-bottom: 0.6em;
}

.listing a, .listing a:hover, .listing a:visited, .listing a:active {
	color: inherit !important;
}

.listing a .highlight {
	color: rgb(180,180,180);
}
.listing a:hover .highlight {
	color: rgb(220,220,220);
}