
/* ############## */
* {
	margin: 0;
	padding: 0;
}

a {
	color: inherit;
}
p {
	a {
		color: #f00;
	}
}
.clear {
	clear: both;
}
body {
	font-family: Octava;
	font-weight: normal;
	font-size: 16px;
	line-height: 1.5;
}
#wrapper {
	width: 880px;
	margin: 0 auto;
	padding-left: 120px;
}
.fntFutura {
	font-family: Futura;
}
.comments {
	width: 700px;
	margin: 0 auto !important;
}





.expand-container {
	
	
}




h1,h2,h3,h4 {
	font-weight: normal;
}

h1 {
	font-size: 124px;
	line-height: 1;
}
h2 {
	font-size: 70px;
}
h3 {
	font-family: Nonamegrotesk;
	font-size: 30px;
	line-height: 1.5;
	text-transform: uppercase;
}
a h3 {
	text-decoration: none;
}
h4 {
	display: inline-block;
	position: relative;
	font-size: 37px;
	line-height: 50px;
	background: #fff;
	padding: 10px 40px;
/*	border-bottom: 2px solid #000;*/
	z-index: 1;
}



h4:hover
{
	color: #dd5f54;
	text-decoration: underline;
	font-style: italic;
}


.Fu {
	font-family: Futura;
/*	color: #dd5f54;*/
	font-size: 21px;
}



.line {
	position: absolute;
	width: 100%;
	height: 1px;
	background: #000;
	left: 0px;
	margin-top: -23px;
	z-index: -1px;
}
.fnt22 {
	font-size: 22px;
	font-weight: normal;
}
.fnt26 {
	font-size: 26px;
}
.pl120 {
	padding-left: 120px;
}
.pl330 {
	padding-left: 330px;
}
.w600 {
	width: 600px;
}
.w450 {
	width: 450px;
	
}
table {
	td {
		vertical-align: top;
	}
}

pre {
	line-height: 1.3;
}
.test {
	line-height: 1.1;
	.box, .boxp {
		border: 10px solid #000;
		padding: 20px 20px 60px 20px;
		margin-top: 70px;
	}
	.box {
		height: 340px;
	}
	.boxp {
		display: none;
		padding-top: 60px;
	}
	.que {
		margin-top: 20px;
		font-size: 46px;
		text-align: center;
	}
	table {
		margin-top: 80px;
		
		td {
			vertical-align: middle;
		}
		.answer {
			font-size: 50px;
			cursor: pointer;
		}
		.answer:hover {
			text-decoration: underline;
			font-style: italic;
		}
		span {
			font-family: Futura;
			font-size: 43px;
			border: 2px solid #000;
			padding: 0 10px;
		}
	}
	.poe {
		display: none;
	}
	.restart {
		text-align: center;
		margin-top: 70px;
		span {
			font-size: 20px;
			border: 2px solid #000;
			padding: 0 10px;
			cursor: pointer;
		}
	}
	
}

.empty {
	height: 500px;
	width: 100%;
}
.poetry {
	position: relative;
	width: 100%;
	min-height: 790px;
	
	margin-top: 70px;
	
	.arrow {
		position: absolute;
		width: 102px;
		height: 86px;
		top: 50%;
		margin-top: -43px;
		cursor: pointer;
		
		&.left {
			background: url(../images/arrow_left.png);
			left: 0px;
		}
		&.right {
			background: url(../images/arrow_right.png);
			right: 0px;
		}
	}
	.arrow:hover {
		&.left {
			left: -3px;
		}
		&.right {
			right: -3px;
		}
	}
	.arrow:active {
		&.left {
			left: -3px;
			margin-top: -40px;
		}
		&.right {
			right: -3px;
			margin-top: -40px;
		}
	}
	.image {
		margin-left: 110px;
	}
	.book {
		position: absolute;
		margin: 140px 0 0 645px;
		cursor: pointer;
		z-index: 1;
	}
	.name {
		position: absolute;
		margin: 0px 0 0 685px;
		font-size: 30px;
		line-height: 1;
		background: url(../images/hand.png) no-repeat bottom left;
		padding-bottom: 70px;
	}
	.popup {
		position: absolute;
		display: none;
		border: 1px solid #000;
		background: #fff;
		width: 440px;
		height: 550px;
		padding: 40px;
		margin: 50px 0 0 135px;
		
		.container {
			width: 100%;
			height: 100%;
			overflow: auto;
		}
		.close {
			position: absolute;
			width: 34px;
			height: 30px;
			right: 15px;
			top: 20px;
			background: url(../images/cross.png);
			cursor: pointer;
		}
	}
}

.expand {
	cursor: pointer;
}
.expand-container {
	display: none;
}