﻿@charset "utf-8";
/* © 1999-2016 Richard Adams */

@import 'clouds.css';


#credits::before { content: "Words & Music: "; font-style: italic; }
#lyrics::before { content: "Words: "; font-style: italic; }
#music::before { content: "Music: "; font-style: italic; }

a[href$=".mid"] { font-size: 125%; }
.autoplay {
	text-align: center;
	color: red;
	font-size: small;
	font-weight: bold;
	font-family: sans-serif;
	padding: .5em;
	position: fixed;
	left: 1em;
	background-color: white;
	border: 8px ridge silver;
	border-radius: 1em;
}
body { display: none; }
figure img, #preface img, .section img, #dedication img, .story img {
	border: 8px ridge silver;
	border-radius: 20px;
}
.cen { text-align: center; }
.chorus { font-style: italic; }
#dedication td { padding: .5em; }
.deity-name {
	font-family: sans-serif !important;
	font-style: normal !important;
	font-variant: small-caps !important;
	font-weight: bolder !important;
}
h1, h2, h3 {text-align: center; }
h1, h2 {
	font-family: sans-serif;
	font-variant: small-caps;
	font-weight: bolder;	
	margin: 0px;
}
#dedication table { margin: auto; }
embed {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 0px;
}
#corpus div.long, #corpus div.verylong {
		column-rule:			2px solid gray;
		-moz-column-rule:		2px solid gray;
		-webkit-column-rule:	2px solid gray;
}
span.music.verbose::after, span.pub.verbose::after {
	content:","
}
@media screen and (min-width: 800px) {
	#corpus div.long, #corpus div.verylong {
		column-count:			2;
		-moz-column-count:		2;
		-webkit-column-count:	2;
	}
}
@media screen and (min-width: 1200px) {
	#corpus div.long, #corpus div.verylong {
		column-count: 			3;
		-moz-column-count: 		3;
		-webkit-column-count:	3;
	}
}
/*
@media screen and (min-width: 1700px) {
	#corpus div.long, #corpus div.verylong {
		column-count: 			4
		-moz-column-count: 		4;
		-webkit-column-count:	4;
	}
}
*/
span.music span[lang] { font-style: normal; }
table {
	border-spacing: 0px;
	border: 0px none;
}
/* ---------------------------------------------- */
#preface, .story, div.section, div#dedication {
	border-spacing: 1.5em;
	display: table;
	margin: -1.2em auto;
}
#preface div, .story div, #corpus div.section > div, #dedication div {
	display: table-cell;
	vertical-align: middle;
}
#preface .copyright { text-align: center; }
/* ---------------------------------------------- */
div.text div {
	background-color: white;
	border: 8px ridge #00CCFF;
	border-radius:	20px;
	box-shadow:	15px 15px 10px gray;
	
	-webkit-border-radius:	20px;
	-webkit-box-shadow: 15px 15px 10px gray;
	
	padding: 1em 0;
	white-space: nowrap;
}
div.text p, div.poem p, blockquote p { margin: 0 1em 2ex; }
div.text p:last-child, div.poem p:last-child, blockquote p:last-child { 	margin-bottom: 0 !important; }
#corpus > p, #corpus ul {
	text-align: center;
	margin-bottom: 0;
}
div.footnotes {
	margin: auto;
	display: table;
}
div.footnotes p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 0px;
	font-size: 80%;
}
p#translation-links {
	text-align: center;
}
/*===============================================*/
@media print {
	marquee {
		display: block;
		font-family: sans-serif;
		font-size: 70%;
		margin: auto;
		width: 90%;
	}
	#font-sizer { display: none; }
}
/*===============================================*/
@media only screen and (max-width:800px) {
	#preface img, #corpus img { display: none; }
}
/*===============================================*/
@media handheld {
	#preface img, #corpus img { display: none; }
}
/*===============================================*/
