/* stylesheet for Improvised Music from Japan */

/* top-level */

body {
	background-color: #F1FDFF;
	background-repeat: repeat-x;
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.image:link, a.image:visited, a.image:hover, a.image:active {
	background-color: inherit;
	text-decoration: none;
	color: #666666;
	border-style: none;
}

a.small:link, a.small:visited {
	background-color: inherit;
	color: #666666;
	text-decoration: underline;
	font-size: smaller;
}

a.small:hover, a.small:active {
	background-color: #FFFFFF;
	color: #666666;
	text-decoration: none;
	font-size: smaller;
}

a.text:link, a.text:visited {
	color: #666666;
	background-color: inherit;
	text-decoration: underline;
}

a.text:hover, a.text:active {
	color: #FFFFFF;
	background-color: #000000;
	text-decoration: none;
}

h1 {
	font-size: medium;
	color: #666666;
}

h1.discTitle {
	width: 550px;
}

/* images */

img {
	border-style: none;
	border-width: 0;
}

#title {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border-style: dotted;
	border-color: #999999;
	border-width: medium;
	clear: both;
}

img.sleeve-small {
	vertical-align: middle;
	padding-right: 1.5em;
	border-style: solid;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-color: #999999;
}

img.multi-disc {
	vertical-align: middle;
	margin: 0em 0 0.2em 0.7em;
	padding: 0.2em;
	border-color: #CCCCCC;
	border-style: dotted;
	border-width: medium;
}

/* release info */

.cat {
	font-size: smaller;
	padding-right: 0.4em;
}

.title {
	color: #EEEEEE;
	font-style: italic;
}


/* main content boxes */

#releases {
	background-color: #FFFFFF;
	border-color: #999999;
	border-style: dashed;
	border-width: medium;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2em;
	padding: 0.5em 1.5em 1.7em 1.5em;
	height: 425px;
	width: 700px;
	overflow: auto;
}

div.release {
	clear: both;
	border: none;
}

div.first-col {
	float: left;
	width: 30%;
	text-align: right;
	margin-top: 1.5em;
	padding-bottom: 0.5em;
	z-index: 1;
}

div.second-col {
	float: left;
	width: 64%;
	margin-top: 3.5em;
	padding: 0.4em 0.2em 0.4em 1em;
	background-color: #999999;
	color: #FFFFFF;
}

#footer {
	width: 95%;
	margin-left: 2%;
	padding-top: 1em;
	padding-bottom: 0.1em;
	text-align: center;
	vertical-align: bottom;
	clear: both;
	background-color: inherit;
	z-index: 1;
}

#footer p {
	font-size: 0.65em;
	margin-top: 0.1em;
	margin-bottom: 0em;
}

/* disc detail page */

blockquote.artists p {
	font-size: smaller;
}
	
div.discimages {
	margin-left: 1em;
}

	div.discimages img {
		margin-bottom: -0.2em;
	}
	
div.discbuttons {
	background-color: #D0D0D0;
	margin-top: 0.5em;
	margin-left: 1em;
	width: 132px;
}

	div.discbuttons img {
		margin-bottom: -0.2em;
		padding: 0.2em 0.1em 0.2em 0.1em;
		cursor: pointer;
	}

div.tracks {
	background-color: #FFFFFF;
	border-color: #999999;
	border-style: dashed;
	border-width: medium;
	margin-top: 0.5em;
	padding: 0.5em 1em 0.5em 1em;
	width: 550px;
}

p.artistinfo {
	width: 540px;
}

span.time {
	font-size: smaller;
}

/* sIFR */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

.sIFR-hasFlash h1 {
	visibility: hidden;
	font-size: 30px;
	margin-bottom: 0;
}