/* General layout parameters */

body {
	background: #FFF;		/* White */
	color: #444;			/* non-standard dark grey */
	font-size: 62.5%;
	font-family: Georgia, Helvetica, Arial, sans-serif;
	width: auto;
	min-width: 800px;
	max-width: 1200px;
}

header[role="banner"] {
	display: block;
	background: #EEE8AA;	/* Pale Goldenrod */
	color: #AF7817;			/* DarkGoldenrod */
	border-bottom: 5px solid #AF7817;	/* DarkGoldenrod */
	margin: 0;
	padding: 5px 10px 4px 10px;
}
header[role="banner"] h1 {
	display: inline;
	font-size: 1.4rem;
	font-weight: bold;
}
header[role="banner"] img {
	padding: 0 5px 0 0;
	width: 25px;
	height: 25px;
	vertical-align: text-bottom;
}
header[role="banner"] img#togglenav {
	width: 30px;
	margin-right: 20px;
}

#outerWrap {
	// border-left: 12rem solid #D3D3D3;	/* LightGrey */
	border-left: 12rem solid white;
}
@media screen and (max-width: 980px) {
	#outerWrap {
		border-left: 0pt;
	}
}
#innerWrap {
	font-size: 0.85rem;
	line-height: 1.2rem;
	margin: 0;
	padding: 0 0 0.5rem 0.25rem;
        width: auto;
        z-index: 1;
}

#navigation, #content {
        overflow: visible;
        position: relative;
}

#navigation {
	float: left;
	left: 0;
	padding: 0 0.25rem;
	background: white;
	border: 0;
	text-align: left;
        margin: 0 1px 0 -12.1rem;
        width: 11rem;
        z-index: 3;
}
html->#navigation {
	width: 11.25rem;		/* Be nice to Opera */
}

#navigation a {
	font-size: 0.75rem;
	font-weight: normal;
	padding: 2px;
	line-height: 15px;
	margin-top: 0;
	border: 0;
	color: #444;			/* non-standard dark grey */
	text-decoration: none;
	// width: 11rem;
	width: 11rem;
}
html->#navigation a {
	width: 11rem;			/* Be nice to Opera */
}
#navigation a:hover {
	color: #AF7817;			/* DarkGoldenrod */
}
#navigation ul {
	list-style: none;
	padding: 0px 0 2px 10px;
	margin: 0;
	border: 0;
}
#navigation li a {
	font-size: 0.7rem;
	font-weight: normal;
	padding: 0px 2px;
	margin-top: 0pt;
	border: 0pt;
	background: white;
	color: #444;			/* non-standard dark grey */
	text-decoration: none;
	width: 10rem;
}
html->#navigation li a {
	width: 10rem;	/* Be nice to Opera */
}
#navigation li a:hover {
	color: #AF7817;			/* DarkGoldenrod */
}

#navigation>article {
	background: white;
	width: 98%;
	border: 2pt solid #D3D3D3;
	box-shadow: 3px 3px 5px 1px #D3D3D3;
	margin: 0.25rem 0.25rem 0.75rem 0;
	padding: 0 3px 0.25rem 3px;
}
#navigation>article p.reference {
	background: #D3D3D3;		/* LightGrey */
	font-size: 0.7rem;
	line-height: 0.9rem;
	padding: 2px 0 3px 0;
	margin: 0 -3px 0.5em -3px;
}
#navigation>article p.reference a {
	font-size: 0.7rem;
	font-weight: normal;
	padding: 0px 2px;
	margin-top: 0pt;
	border: 0pt;
	background: #D3D3D3;		/* LightGrey */
	color: #444;			/* non-standard dark grey */
	text-decoration: none;
	width: 97%;
}
#navigation>article p.center {
	text-align: center;
	display: block;
	font-size: 0.7rem;
	font-weight: normal;
	line-height: 120%;
	background: white;
	color: #444;			/* non-standard dark grey */
}
#navigation>article p a,
#navigation>article li a {
	display: block;
	font-size: 0.7rem;
	font-weight: normal;
	padding: 0px 2px;
	margin-top: 0pt;
	border: 0pt;
	background: white;
	color: #444;			/* non-standard dark grey */
	text-decoration: none;
	width: 10rem;
}

#content {
	float: right;
	background: #FFF;		/* White */
	border: 0;
	padding: 0;
	padding-left: 0.25rem;
	margin: 0;
	width: 100%;
        z-index: 2;
}
#content h1,
#content h2,
#content h3,
#content h4 {
	color: #AF7817;			/* DarkGoldenrod */
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
}
#content h1 {
	font-size: 1.4rem;
	line-height: 1.8rem;
	margin: 1rem 0;
	text-align: center;
}
#content h2 {
	font-size: 1.1rem;
	line-height: 1.3rem;
	margin: 1rem 0 0.5rem 0;
}
#content h3 {
	font-size: 0.9rem;
	margin: 0.5rem 0 0.25rem 0;
}
#content h4 {
	font-size: 0.8rem;
}
#content strong {
	font-weight: bold;
}
#content em {
	font-style: italic;
}
#content p {
	margin: 0.5rem 0;
}
#content blockquote {
	background: white url("/images/quote.png") no-repeat scroll 0 0;
	padding-left: 30px;
	margin: 0 2rem 0 0.5rem;
}
#content blockquote blockquote {
	background: white;
	padding-left: 0px;
	margin: 0 2rem;
}
#content p.tracksubtitle {
	font-weight: bold;
	margin: 0 2rem;
}
#content p.chorus {
	margin-left: 2rem;
}
#content p.chorus em {
	margin-left: -2rem;
}
#content p.ensemble {
	margin-left: 1rem;
}
#content p.ensemble span {
	margin-left: -1rem;
}

sup, sub {
	vertical-align: baseline;
	position: relative;
	font-size: smaller;
	top: -0.4em;
}
sub {
	top: 0.4em;
}

/*************
 Link colours
*************/

#content a {
	color: #333;
	text-decoration: underline;
}
#content a:active,
#content a:visited {
	color: #696969;			/* DimGrey */
}
#content a:hover {
	color: #AF7817;			/* DarkGoldenrod */
}
#content h1 a, #content h1 a:visited,
#content h2 a, #content h2 a:visited,
#content h3 a, #content h3 a:visited {
	color: #AF7817;			/* DarkGoldenrod */
}
#content h1 a:hover,
#content h2 a:hover,
#content h3 a:hover {
	color: #CD853F;			/* Peru */
}

/****************************
 index on artist's main page
****************************/

#content div.artist {
	float: left;
	width: 100%;
} 
#content div.artist div.index {
	float: left;
	width: 65%;
	text-align: right;
}
#content div.artist div.image {
	float: right;
	width: 34%;
	text-align: center;
}

/******
 Lists
******/

#content ol {
	list-style-position: outside;
	list-style-type: decimal;
	margin: 0.5rem 0;
	padding-left: 2rem;
}

#content ol.alpha {
	list-style-type: lower-alpha;
	margin: 0;
	padding: 0 0 0 1.2rem;
}

#content ol.medley {
	list-style-type: lower-alpha;
	margin: 0;
	padding: 0 0 0 1.2rem;
}

#content ul {
	list-style-image: url(../images/goldbullet.png);
	padding-left: 1.5rem;
}

#content ul.plain {
	list-style: none;
	margin: 0.5rem 0;
	padding: 0;
}
#content ul.plain li {
	text-indent: -1.5em;
	margin: 0.25em 0em 0em 1.5em;
}

#content div.twocolumns {
	-moz-column-count: 2;
	-moz-column-gap: 1rem;
	-webkit-column-count: 2;
	-webkit-column-gap: 1rem;
	column-count: 2;
	column-gap: 1rem;
}

#content div.threecolumns {
	width: 100%;
	-moz-column-count: 3;
	-moz-column-gap: 1rem;
	-webkit-column-count: 3;
	-webkit-column-gap: 1rem;
	column-count: 3;
	column-gap: 1rem;
}
#content div.twocolumns p,
#content div.twocolumns ul,
#content div.threecolumns p,
#content div.threecolumns ul {
	margin: 0em;
}
#content div.twocolumns li,
#content div.threecolumns li {
	-webkit-column-break-inside: avoid;
	column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
  	margin-top: 0em;
	margin-bottom: 0em;
}
#content ol.verse li + li {
	margin-top: 0.33pc;
}

/*******
 Tables
*******/

#content th {
	font-weight: bold;
	padding: 0 0 0.25rem 0;
}
#content th,
#content td {
	vertical-align: top;
}
#content td p {
	margin: 0 0 0.5rem 0;
}

#content table.album {
	width: 99.5%;
	margin-bottom: 1rem;
	margin-left: 3px;
}
#content table.album td {
	text-align: left;
	vertical-align: bottom;
	margin: 0;
	padding-bottom: 3px;
}
#content table.album td.top {
	vertical-align: top;
}
#content table.album td.left {
	padding: 1px 10px 1px 0;
	width: 150px; /* really minimum width - widens if cover pic is larger */
}
#content table.album td.bookleft {
	padding: 1px 10px 1px 0;
	width: 120px; /* really minimum width - widens if cover pic is larger */
}
#content table.album td.narrowleft {
	padding: 1px 10px 1px 0;
	width: 100px; /* really minimum width - widens if cover pic is larger */
}
#content table.album td.right {
	text-align: right;
	padding: 1px 3px 1px 10px;
	width: 150px; /* really minimum width - widens if cover pic is larger */
}
#content table.album td.narrowright {
	text-align: right;
	padding: 1px 3px 1px 10px;
	width: 100px; /* really minimum width - widens if cover pic is larger */
}
#content table.album p {
	line-height: 1rem;
	margin: 0.5rem 0 0 0;
}
#content table.album p:first-child {
	margin-top: 0;
}
#content table.album img,
#content .rightalbum,
#content .shadowalbum {
	box-shadow: 3px 3px 5px 1px #A9A9A9;	/* DarkGrey */
}

#content .discography img {
	box-shadow: 1px 1px 3px 1px #D3D3D3;	/* LightGrey */
}

#content table.index {
	margin:  0.25rem;
}
#content table.index td {
	padding: 0 0.25rem;
	vertical-align: top;
}

#content table.recordlist {
	width: 100%;
}
#content table.recordlist td {
	padding: 0 0.25rem;
	width: 50%;
}
#content table.recordlist img {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
#content table.recordlist p {
	clear: both;
}
#content table.recordlist a {
        font-weight: bold;
}

#content table.twocolumns {
	width: 100%;
}
#content table.twocolumns tr>th {
	width: 50%;
	padding-top: 0.25rem;
	padding-right: 0.25rem;
	padding-bottom: 0.5rem;
}
#content table.twocolumns tr>td {
	width: 50%;
	padding-right: 0.25rem;
	padding-bottom: 0.5rem;
	vertical-align: top;
}

#content table.threecolumns {
	width: 100%;
}
#content table.threecolumns tr>th {
	width: 33%;
	padding-top: 0.25rem;
	padding-right: 0.25rem;
	padding-bottom: 0.5rem;
}
#content table.threecolumns tr>td {
	width: 33%;
	padding-right: 0.25rem;
	padding-bottom: 0.5rem;
}

div.transcription table {
	text-align: left;
	white-space: nowrap;
	border-collapse: collapse;
	border-style: hidden;
	line-height: 120%;
}
div.transcription th {
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
}
div.transcription td {
	margin: 0px;
	padding: 0px;
	vertical-align: baseline;
}
p.chord, span.chord {
	font-weight: bold;
}
table + table.newverse {
	margin-top: 1pc;
}

/*
a:link { color: #000080; }		** Navy **
a:visited { color: #800080; }		** Purgle **
a:active { color: #008080; }		** Teal **
*/

img {
	border: 0;
}

dl dd {
	padding: 0 0 0.25rem 2rem;
}

dl.songlist dt {
	margin-top: 6px;
}
dl.songlist dd a {
	font-weight: bold;
}
dl.glossary dt {
	font-weight: bold;
}
cite {
	font-style: normal;
	font-weight: bold;
}
p.nonessential, dl.nonessential {
	color: #808080;			/* gray */
}
p.nonessential cite {
	color: #808080;			/* gray */
}
#content p.nonessential cite a:link {
	color: #696969;			/* DimGrey */
}
#content>article {
	background: white;
	width: 98%;
	border: 2pt solid #D3D3D3;
	box-shadow: 3px 3px 5px 1px #D3D3D3;
	margin: 0.25rem 0.25rem 0.75rem 0;
	padding: 0 3px 0.25rem 3px;
}
#content p.reference {
	background: #D3D3D3;		/* LightGrey */
	font-size: 0.7rem;
	line-height: 0.9rem;
	padding: 2px 0 3px 0;
	margin: 0 -3px 0.5em -3px;
}
#content p.albumgallery {
	text-align: center;
	height: 150px;
	overflow-x: hidden;
	overflow-y: hidden;
}
#content p.albumgallery img {
	margin: 0 1px;
}

#content p.credits,
#content p.source,
#content p.comment,
#content div.comment {
	font-size: 0.7rem;
	line-height: 0.9rem;
}
#content p.citation {
	margin-left: 30%;
	font-size: 0.65rem;
	line-height: 0.9rem;
	text-align: right;
}
#content span.artist,
#content span.author,
#content span.comment,
#content span.time {
	font-size: 0.7rem;
	line-height: 0.9rem;
}
#content span.tune {
	font-size: 0.7rem;
	line-height: 1rem;
	font-style: italic;
}
#content span.chord {
	font-weight: bold;
}
#content span.headnote {
	font-size: 0.7rem;
	line-height: 0.9rem;
	font-weight: normal;
}
#content .center {
	text-align: center;
}
#content .leftpicture {
	float: left;
	margin: 0 5px 9px 0;;
	text-align: center;
	font-size: 0.7rem;
}
#content .rightpicture {
	float: right;
	margin: 0 0 5px 5px;
	text-align: center;
	font-size: 0.7rem;
}
#content .rightalbum {
	float: right;
	margin: 0 3px 5px 5px;
	text-align: center;
	font-size: 0.7rem;
	box-shadow: 3px 3px 5px 1px #A9A9A9;	/* DarkGrey */
}

/*************
 Foldout Text
*************/

#content .foldout input {
	/* Transparenz ermöglicht Ansteuerung über Tastatur (HTab) */
	opacity: 0;
}
#content .foldout label {
	margin-left: -1rem;
	cursor: pointer;
	color: #AF7817;                 /* DarkGoldenrod */
	font-size: 0.75rem;
}
#content .foldout input + label:before {
	content: '▼ show ';
}
#content .foldout input:checked + label:before {
	content: '▲ hide ';
}
#content .foldout input:not(:checked) ~ div {
	display: none;
}
#content .foldout input:focus + label {
/*  Markierung des fokussierten Label-Elements */
	background-color: #AF7817;      /* DarkGoldenrod */
	color: white;
}
#content .foldout > a {
	text-decoration: none;
	color: #AF7817;                 /* DarkGoldenrod */
	font-size: 0.75rem;
}

/*******
 Footer
*******/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* nur IE */
.clearfix {
	zoom: 1;
}

footer[role="contentinfo"] {
	float:left;
	clear: both;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 0.75rem;
	line-height: 1.2rem;
	background: #D3D3D3;		/* LightGrey */
	border-top: 1px dotted #444;	/* non-standard dark grey */
}
footer[role="contentinfo"] div.contact {
	display: inline;
	float:left;
	margin: 0;
	padding: 0.2rem 0 0 1rem;
}
footer[role="contentinfo"] div.updated {
	display: inline;
	float:right;
	margin: 0;
	padding: 0.2rem 1rem 0 0;
}

footer[role="contentinfo"] a {
	color: #444;			/* dark grey */
	text-decoration: none;
}
footer[role="contentinfo"] a:hover {
	color: #AF7817;			/* DarkGoldenrod */
}

@media print {
	header[role="banner"] h1,
	footer[role="contentinfo"] {
		color: #444;		/* dark grey */
		background: #FFF;	/* White */
	}
	#outerWrap {
		border: 0;
	}
	#navigation,
	#content .video embed,
	#content iframe.youtube-player,
	footer[role="contentinfo"] div.contact {
		width: 0;
		height: 0;
		visibility: hidden;
	}
	#content table.album img {
		box-shadow: none;
	}
	#content .foldout > input, .foldout > label, .foldout > a {
		display: none;
	}
	#content .foldout input:not(:checked) ~ div {
		display: block;
	}
	#content article {
        	page-break-before: always;
	}
	#content article:first-child {
        	page-break-before: avoid;
	}
}
