@import "jquery.svg.css";

body {
	padding: 0px; margin: 0px;
	overflow: hidden;	/* needed to eliminate scrollbars */
	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 0px 10px;
}

.left {
	float: left	
}

.right {
	float: right	
}

.clear {
	clear: both	
}

.verseno {
	display: none;
}

.ipoem-note {
	margin-top: 50px;
	margin-bottom: 15px;
	line-height: 1.4em;
	max-width: 60em;
}



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

#canvasWrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: -1;
	pointer-events: none;
}

#canvas {
	position: absolute;
	left: 100px;
	margin-top: 10px;
	width: 640px;
	height: 640px;
}

#canvas2 {
	display: none;
}

#poemdiv {
	position: absolute;
	left: 100px;
	top: -10px;
	height: 550px;
	width: 1000px;
	z-index: 1
}

.ptxt {
	text-align: left;
	margin-bottom: -10px;
	/*font-family: 'Paytone One', Helvetica, Arial, sans-serif;*/
	font-family: 'Trocchi', 'Times New Roman', Times, serif;
	font-size: 2rem;
	line-height: 2.2rem;
	color: #666;
}


#tabTongue {
	/* SHADOW */
	display: block;
    outline: none;
    -webkit-box-shadow: -8px 0px 7px -6px #000;
    -moz-box-shadow: -8px 0px 7px -6px #000;
    box-shadow: -8px 0px 7px -6px #000;
	/* OTHER STUFF */
	position: absolute;
	top: 0px;
	padding: 5px 10px;
	right: 0%;
	width: 179px;
	height: 100%;
	background-color: rgba(188,188,188,0.8);
	color: #000;
	border-right: 1px #FFF dotted;
	z-index: 2
}

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

#tabCnt {
	position: absolute;
	top: 0px;
	right: -66%;
	width: 66%;
	height: 100%;
	background-color: rgba(188,188,188,0.8);
	z-index: 2
}

#ips {
	padding-left: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.5625rem;
	line-height: 0.6875rem;
	color: #333;
	z-index: 2
}

#archiveLinks {
	padding-top: 10px;
}

#archiveLinks a {
	display: inline-block;
	font-size: 0.875rem;
	line-height: 0.9375rem;
	margin: 0 14px 10px 0;
}

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


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


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

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