/* basic body style */
body {
	/*            Google Fonts    Windows              WinVista      WinXP       Win95           Unix+FontConfig   Unix+X+freetype  MacOS */
	font-family: "Crimson Text", "Palatino Linotype", "Constantia", "Garamond", "book antiqua", "URW Palladio L", "palladio l", "Palatino", serif;
	font-size: 1em;
	color: #000; /* dark */
	background-color: #fff; /* background */
	background-image: url('/media/image/bg.png');
	background-repeat: repeat-x;
	margin: 0px;
}
/* anchor */
a {
	color: #820; /* contrast */
	text-decoration: none;
	border: 0px;
}
a:link {
	color: #820; /* contrast */
}
a:visited {
	color: #860; /* medium */
}
a:hover {
	color: #eee; /* light */
	background-color: #860; /* medium */
}
/* external links */
a[rel~=external] span.exttext { display: none; }
a[rel~=external] {
	border-bottom: 1px dotted #a80; /* contrast */
}
a[rel~=external]:hover {
	margin-left: -18px;
	padding-left: 18px;
	background: #860 url('/media/image/external.png') no-repeat scroll 0% 50%;
}
a.workpage {
	font-size: 0.7em;
	color: #eee; /* light */
	background-color: #680;
}
#Footer a:hover {
	color: #860; /* medium */
	background-color: #fff;
}
/* no borders on images */
img {
	border:0px;
}
/* main page heading */
h1 {
	font-size: 1.5em;
	margin: 0px;
}
/* concert titles, page subheadings */
h2 {
	font-size: 1.3em;
	color: #820; /* contrast */
	margin: 0px 0px 3px 0px;
	clear: both;
}
h2.noclear {
	clear: none;
}
/* concert subtitle */
h3 {
	font-size: 1.2em;
	margin: 0px;
}
/* paragraph styles */
p {
	text-align: justify;
}
p.searcherror {
	font-style: italic;
	text-align: center;
}
p.progpdf {
	font-variant: small-caps;
	font-size: smaller;
	text-align: right;
}
/* sidebox */
dl.sidebox {
	color: #860; /* medium */
	float: left;
	display: inline; /* IE bugfix */
	width: 200px;
	margin: 5px 10px 5px 0px;
	padding: 0px;
}
dl.sidebox dt {
	/*padding: 0px 35px 0px 0px;*/
}
dl.sidebox dd {
	/*margin: 0px;
	padding: 0px 35px 0px 0px;*/
}
/* tables */
table {
	width: 100%;
	border-collapse: collapse;
}
th {
	text-align: left;
	padding-top: 10px;
}
/* lists */
ul, ol {
	list-style-position: inside;
}
ol {
	list-style-type: lower-roman;
}
/* quotes */
div.review { margin-bottom: 30px; }
div.reviewref {
	float: right;
	clear: right;
	width: 25%;
	font-size: 0.8em;
	text-align: center;
}
div.reviewref span.title {
	font-weight: bold;
}
div.reviewref span.label {
}
div.reviewref span.number, div.recdetails span.number {
	font-size: smaller;
	font-variant: small-caps;
}
div.reviewdet {
	text-align: center;
	font-size: 0.8em;
}
blockquote.complete { display: none; }
blockquote.stub { display: block; }
blockquote { quotes: "“" "”"; }
blockquote.stub p { display: inline; }
blockquote p:before { content: open-quote; }
blockquote p:after { content: close-quote; }
blockquote a.showhide {
	white-space: nowrap;
	font-size: 0.7em;
	padding: 4px;
}
blockquote.complete a.showhide {
	display: block;
	text-align: center;
}
/* recordings */
div.recdetails img {
	float: left;
	margin: 0 10px 10px 0;
}
/* acronyms (don't use abbr as IE doesn't recognise), durations, symbols */
acronym {
	font-size: 0.8em;
	font-weight: bold;
	cursor: help;
}
acronym.duration {
	font-size: 0.8em;
	color: #860; /* medium */
}
acronym.symbol {
	font-weight: bold;
	border-bottom-width: 0px; /* override default mozilla styling */
	color: #820; /* contrast */
}
/* forms */
form {
	font-size: 0.8em;
}
input, select, textarea {
	background-color: #eee; /* light */
	padding: 1px;
	color: #820; /* contrast */
	border: 1px solid #860; /* medium */
}
input.noborder {
	border: 0px; /* IE adds borders to check- and radioboxes */
	background-color: #fff; /* IE adds background */
}
input.button {
	float: right;
	margin: 3px 0px 0px 3px;
	font-weight: bold;
}
/* other classes */
table.replist { margin: 20px 0px; }
table.replist col.r1 { width: 35%; }
table.replist col.r2 { width: 50%; }
table.replist col.r3 { width: 15%; }
/* concert details div */
div.concert, div.recording {
	border-bottom: 1px solid #680; /* background */
	padding: 20px 0px;
}
/* concert details, attributions, authorships */
.details {
	text-align: right;
	font-size: 0.8em;
}
.details-email {
	text-align: center;
}
/* other span classes */
.musician {
	font-weight: bolder;
}
.ensemble {
    color: #420;
}
/* music title */
.work {
	font-style: italic;
	border-bottom: 1px dashed #680; /* background */
	padding: 0px 2px 0px 0px;
}
/* publication title, festival name (e.g.) */
.title {
	font-weight: bold;
}
/* year */
.year {
	font-size: 0.8em;
	font-weight: bold;
	padding-right: 2px;
}
/* symbol */
.symbol {
	padding-right: 2px;
}
/* duration */
.duration {
	font-size: 0.8em;
	color: #820; /* contrast */
}
.duration:after {
	content: "’";
}
/* moreinfo */
.moreinfo {
	font-size: 0.7em;
}
