@import "jquery.svg.css";

html,
body {
	overflow-x: hidden;
}


body {
	padding: 0;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6875rem;
	line-height: 1rem;
	color: #333;
	background-color: #FFF;
}

/* --------------------------------- */
/* CLASSES */
/* --------------------------------- */

.rosso {
	color: red;
}

.line {
	border-top: 1px #333 dotted;
	padding: 5px 0 10px;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.verseno {
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.45em;
	color: #999;
	vertical-align: super;
	margin-right: 0.2em;
	font-weight: normal;
}

.ipoem-note {
	margin-top: 40px;
	margin-bottom: 30px;
	line-height: 1.5em;
}


/* --------------------------------- */
/* SVG CANVAS WRAPPER */
/* --------------------------------- */

#canvasWrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	min-height: 90rem;
	overflow-x: hidden;
	pointer-events: none;
	z-index: -1;
}

/* first graphic */

#canvas {
	position: absolute;
	left: -2rem;
	top: 0;
	width: 40rem;
	height: 40rem;
	pointer-events: none;
}

/* second graphic */

#canvas2 {
	position: absolute;
	right: -1rem;
	top: 45rem;
	width: 40rem;
	height: 40rem;
	pointer-events: none;
}


/* --------------------------------- */
/* IDs */
/* --------------------------------- */

#poemdiv {
	display: block;
	position: relative;
	left: 0;
	top: 0;
	padding: 0 10px 10px 10px;
	z-index: 1;
}

.ptxt {
	text-align: left;
	font-family: 'Trocchi', 'Times New Roman', Times, serif;
	font-size: 1.875rem;
	line-height: 2.35rem;
	color: #666;
}

/* --------------------------------- */
/* MOBILE DATABASE ACCORDION */
/* --------------------------------- */

#tabTongue {
	display: block;
	position: relative;
	margin: 20px 10px 0;
	padding: 8px 10px;
	width: auto;
	background-color: #CCC;
	color: #000;
	border-top: 1px #FFF dotted;
	z-index: 2;
	cursor: pointer;
}

#open {
	display: block;
	color: #FFF;
	margin: 0 0 10px 0;
}

.tabtxt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.6875rem;
	line-height: 1rem;
	color: #333;
}

#tabCnt {
	display: none;
	position: relative;
	margin: 0 10px 20px;
	padding: 10px;
	width: auto;
	background-color: #CCC;
	border-top: 1px #FFF dotted;
	clear: both;
	z-index: 2;
	overflow: hidden;
}

#tabCnt.open {
	display: block;
}

/* dropdown container */

#tabTongue .left,
#tabCnt .left {
	float: none;
	display: block;
	background-color: #CCC;
}

/* dropdown */

#tabTongue select,
#tabCnt select {
	background-color: #CCC;
	color: #000;
	border: 1px solid #999;
	font-size: 1.125rem;
	padding: 2px 4px;
}

/* archive links */

#tabCnt a {
	float: none;
	display: inline-block;
	margin: 0 18px 14px 0;
	white-space: nowrap;
}

/* remove legacy floats inside archive */

#tabCnt .left,
#tabCnt .right {
	float: none;
}

#ips {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.125rem;
	line-height: 1.4375rem;
	color: #333;
}

#ips p {
	margin: 0 0 2px 0;
	width: auto;
}

/* --------------------------------- */
/* X-Archive */
/* --------------------------------- */


#archiveLinks {
	background-color: #CCC;
}

#archiveLinks a {
	float: none;
	display: inline-block;
	margin: 0 18px 14px 0;
	white-space: nowrap;
}


/* --------------------------------- */
/* DISCLAIMER */
/* --------------------------------- */

#disclaimer {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	width: 100vw;
	text-align: left;
	font-size: 1.2em;
	font-weight: 400;
	line-height: 1.4em;
	color: #000;
	z-index: 4;
}

/* --------------------------------- */
/* LINKS */
/* --------------------------------- */

a:hover {
	color: #666;
	text-decoration: none;
}