/*
 * common style sheet
 */

body {	background-color:#110E0B;
	color:#FAEBD7;
	width:760px
}

body, table, tr, th {	font-family: Georgia, serif; font-size:small; }
form {	font-family: Verdana, Arial, sans-serif }

.serif { font-family: Verdana, Arial, sans-serif }

q {	font-style: italic }
blockquote {
	font-style: italic;
	color:#4fa }

address 	{ font-size: small; font-style: normal }

/* increase leading for text but not for headings */

p { line-height:1.35em }
li { line-height:1.4em }


/* fi x Firefox 3 list big */

ol {overflow:hidden}

/* defeat firefox's top-margin for paragraphs and bottom margin for hr */

p {margin: 0 0 1em 0;}

hr { margin:0 0 0.2em 0; padding:0}
h1, h2, h3, h4, h5, h6 { margin-top:0; padding-top:0 }

hr { height:1px;}

/*
 *  link colours LVHA
 */

A:link {	color: #FFA639 }
A:visited { color: #FFA639 }
A:hover {	color: #FF8C00 }
A:active {color: #FF8C00 }

/*
 * define heading styles
 */

H1 {	font-size: xx-large;	font-weight: bold }
H2 {	font-size: large;	font-weight: bold }
H3 {	font-size: medium;	font-weight: bold }
H4 {	font-size: small;	font-weight: bold }
H5 {	font-size: small;	font-weight: bold }
H6 {	font-size: small;	font-weight: normal }

/*
 * special break for use with images
 */

.clbr	{ clear: both}

.highlight { background-color: #b8c066;
	color: black }

.emphasis {	font-weight: bold;
		font-style: italic;
		color: #FF8C00;
}

/*
 * column information for track listings
 */

.track-number {	text-align: right }

/*
 * margin around images except top border
 */

img {	margin: 0px 4px 4px 4px; padding: 0; }

/*
 * no borders on most images
 */

.imagelinks	{ border: 0 }

.tapa0 {	width:99px;	border: 0 }
.tapa1 {	width:119px ;	border: 0 }
.tapa2 {	width:168px;	border: 0 }
.tapa3 {	width:225px;	border: 0 }
.tapa4 {	width:238px;	border: 0 }
.tapa5 {	width:140px;	border: 0 }

.indent0 { margin-left:99px;	padding-left:10px }
.indent1 { margin-left:119px;	padding-left:10px }
.indent2 { margin-left:168px;	padding-left:10px }
.indent3 { margin-left:225px;	padding-left:10px }
.indent4 { margin-left:238px;	padding-left:10px }
.indent5 { margin-left:140px;	padding-left:10px }

div#flist {font-family: Verdana, Arial, sans-serif; float: right;width:30%}
div#flist ul {float: right;margin-top:0; padding-top:0;}
div#flist li {float: right; list-style: none;margin:0 0.25em; padding: 0 0.25em; background-color:#332a22; color:white;}
div#flist li a {text-decoration: none; color:white;}
div#flist li:hover {background: #504842;}

/*
 *  listings
 */

.tema	{ color: #d66;	font-weight: bold }
.album	{ color: #8AA866;	font-weight: bold }
.person	{ color: #8C8CB8;	font-weight: bold }
.canta	{ color: #8C8CB8 }
.group	{ color: #7575A9;	font-weight: bold }
.kind	{ color: red;	font-weight: normal }
.sello	{ font-style: italic;	font-weight: bold; color:#faa }
.price	{ color: #B22222;	font-weight: bold }

.mp3link {	font-size:smaller;
		font-family:tahoma,verdana,sans-serif;
		text-decoration:none }

.floatleft { float:left; margin-right:5px }
.floatright { float:right; margin-left:5px }

#human {display:none }
