body {
  font-family: Trebuchet MS, Verdana, Geneva, Arial, sans-serif;
  font-size: 12px;
  line-height: 140%;
  color: #282114;
}

p, ul {
	margin-top: 0;
	margin-bottom: 0.8em;
}

h1 {
	font-size: 4em;
}

h2, h4 {
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	margin: 0 0 0.3em 0;
	/*color: #DCC633*/
}

table {
	border-collapse: collapse;
	border-width: 0 1px;
	border-color: #CCCCCC;
	border-style: solid;
}

td, th {
	vertical-align: top;
	border-width: 0 1px;
	border-color: #CCCCCC;
	border-style: dotted;
	padding: 0 5px;
}

ul {
	list-style-image: url(/images/bullet.gif);
	list-style-type: circle;
	margin-left: 0;
	padding-left: 17px;
}

ul li {
	margin-bottom: 0.3em;
}


/*
 * classes
 */

.title {
	background-image: url(/images/kaislat.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

img.placeholder {
	width: 100%;
	background-image: url(/images/pattern-photo.gif);
}

img.sleeve {
	padding: 2px;
	margin-bottom: 1.2em;
}

td.logo {
	width: 45px;
}

td.top {
	background-image: url(/images/pattern-bgr.gif);
}

td.top h2 {
	font-size: 13px;
	letter-spacing: 1px;
	color: #FFFFFF;
	margin-left: -5px;
	margin-right: -5px;
	padding: 2px 5px 1px 5px;
	border-bottom: 1px solid #f4f4f4;
	background-image: url(/images/pattern-heading.gif);
}

td.first {
	background-color: #F8F7F1;
	width: 25%;
}

td.first h2 {
	background-color: #DEB740;
}

td.second {
	background-color: #F4F2E5;
}

td.second h2 {
	background-color: #AC842A;
}

td.second strong {
	background-color: #FBFDAF;
	font-weight: normal;
}

td.third {
	background-color:#EAE7CD;
	width: 28%;
}

td.third h2 {
	background-color: #6D4910;
}

td.fourth {
	width: 160px;
}

td.fourth h2 {
	background-color: #D9292C;
}

/*
 * gigs list classes
 */

dl.gigs {
	display: block;	
	list-style: none;
	margin: 0;
	padding: 0;
}

dl.gigs dt {
	background-color: #EAE5D2;
	border-bottom: 1px dotted #AC842A;
	margin: 0px -5px;
	padding-left: 5px;
}

dl.gigs dd {
	margin: 0;
	padding: 0 0 0 17px;
}

.date {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	font-size: 10px;
}

.location {
	color: #000033;
}

/*
 * releases / remix list classes
 */

ul.remixes, ul.releases {
	line-height: 120%;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}

.release, .artist, .track, .label {
	white-space: nowrap;
}

.release, .artist {
	font-weight: bold;
	display: block;
}

.track {
}

.label {
	color:#666666;
}

/*
 * tracklist classes
 */

.tracklist-remix {
	font-style: italic;
	color: #552F1B;
}

.tracklist-listen {
	float: right;
	white-space: nowrap;
}

/*
 * review list classes
 */

table.reviews {
	border-width: 0;
}

table.reviews td {
	border-width: 0;
}

.review-inline {
	font-size: 10px;
	font-style: italic;
	color: #333333;
	line-height: 12px;
}

.review-inline:before {
	content: open-quote;
}

.review-inline:after {
	content: close-quote;
}

.review-score {
	font-weight: bold;
	font-style: italic;
	font-size: 110%;
}
img.headingrss {
	float: right;
}
