body {
	background: white;
	text-align: left;
	color: black;
	font-size: 10pt !important;
	line-height: 150%;
	border: 0;
	border-top: 0;
	margin: 0;
	padding: 0; 
	font-family: "Georgia", "Times New Roman", serif;
	width: 7in;
}

img {
	border: 1pt solid black;
}

#header {
	background: white;
}

#header h1 {
	display: block;
}

#navigation {
	display: none;
}

h1, h2, h3, h4, h5, h6	{
	clear: left;
	font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	font-weight: bold;
	margin-top: 1em;
	margin-bottom: 2pt;
	letter-spacing: 1pt;
}

a {
	color: black;
	text-decoration: none;
}

h1 {
	border-bottom: 1pt solid black;
	font-size: 18pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

p {
	font-size: 10pt;
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -0.5em;
}

address {
	display: block;
	font-style: normal;
	margin-left: 24pt;
}

.float {
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}

/* Print URLs ... see Eric Meyer, alistapart.com:articles:goingtoprint */
a:link:after, a:visited:after {
   	content: " (" attr(href) ")";
   	font-size: 75%;
}

a[href^="/tlr"]:after {
   	content: " <www.threelobed.com" attr(href) ">";
}

a[href^="mailto:"]:after {
   	content: "";
}

#lastupdate {
	font-size: 8pt;
	font-style: italic;
	padding-top: 24pt;
}

#releases ul {
	padding-left: 0;
	text-indent: 0;
}

#releases li {
	clear: left;
}

#releases li img {
	float: left;
	margin-bottom: 2em;
	margin-right: 0.5em;
/*	vertical-align: top; */
}

#releases li h3 {
	clear: none;
	font-size: 10pt;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0;
	padding: 0;
}

#releases li p {
	margin: 0;
	padding: 0;
}

#releases a:link:after, #releases a:visited:after {
   	content: "";
}

#releases a[href^="/tlr"]:after {
   	content: "";
}

#blockquote {
	border: 1pt dotted #c0c0c0;
	margin: 2em 4em;
	padding: 0 0.5em;
}

#blockquote p {
	font-family: "Georgia", "Times New Roman", serif;
	text-indent: 1.5em;
}

#blockquote #attrib {
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

.tracklist li {
	margin-left: 2em;
	padding-left: 0;
	margin-top: 0;
	padding-top: 0;
}

.tracklist#vinyl {
	list-style: upper-alpha;
}

