/* Style Sheet for Roger Norrington at The Web KANZAKI
 * edited on March 17, 2000 by M.Kanzaki
 */

@media screen { body {
	background: #fdfdf6 url(rn.png)
	            no-repeat fixed top left;}
}
@media only screen and (max-device-width: 480px) {
	body {
		background-image: none;
	}
}
p {line-height: 1.2}
div.longtext p{
	line-height: 1.4;
}
.prologue {
	margin-left: -1.5em;
	border-top: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	padding: 1em 0.5em;
}
.aux {
	margin-left: -1.5em;
	padding: 0.5em 1em;
	border: solid thin #fefef9;
	background-color: #f0f0f0;
}

.cdinfo {
	width: 150px;
	float: right;
	padding: 0 10px;
}

.cdinfo img{
	width: 130px;
}

/*div.lead {
	margin-left: -1.5em;
	line-height: 1.3;
	border: none;
	padding: 0;
}*/

span.subtitle {
	font-size: 0.7em;
	color: #0033ff;
}
span.fl {font-size: 2em} /* first letter */

blockquote {
	padding: 0 1em;
	border: dashed 1px #dcdcd0;
	background: #ffffec;
	margin-left: 0;
	margin-right: 0;
}
.tagline {
	color: green; 
	font-size: 115%;
	border: none;
	background: transparent;
}
q {color: navy}
dl.qanda dt, p.q {
	border-left: 1.2em #dde solid;
	padding-left: 1em;
	color: #0000aa;
	clear: both;
	font-weight: normal;
}
dl.qanda dd, div.ans {
}

a:hover {
	color: green;
}


strong {
    color: #cb6800;
    font-weight: bold;
}
em {
    font-weight: bold;
    font-style: normal;
}
cite {
	text-align: right;
	color: green;
}
li cite {text-align: left}

