
/* LESS VARIABLES */
.border-radius (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
.box-sizing (@type: border-box) {
	-webkit-box-sizing: @type;
	-moz-box-sizing:    @type;
	box-sizing:         @type;
}
/* ############## */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
.fntNG {
	font-family: NonameGroteskHanddrawnv4Rg;
}
.likes {
	position: fixed;
	top: 7px;
	width: 250px;
	right: 150px;
	z-index: 1000;
	
	.like {
		float: left;
		margin: 0 5px;
		clear: none !important;
	}
}
body {
	font-family:CharterOSCRegular;
	font-size: 15px;
	line-height: 21px;
	height: 100%;
	background: rgba(0,0,0, .06);
}
a {
	font-style: italic;
}
#preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 100000;
	box-shadow: 0px 1px 3px rgba(0,0,0,0.4);
	
	.spinner {
		display: none;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -25px 0 0 -25px;
		width: 50px;
		height: 50px;
		background: rgba(0,0,0, 0.9) url(../images/loading.gif) no-repeat center center;
		.border-radius(40px);
	}
}
.likes {
	position: fixed;
	top: 7px;
	width: 250px;
	right: 150px;
	z-index: 1000;
	
	.like {
		float: left;
		margin: 0 5px;
		clear: none !important;
	}
}
#header {
	font-family: FFDINBold;
}
#wrapper {
	width: 100000px;
}
.block {
	padding-top: 50px;
	float: left;
}
#menu {
	width: 110px;
	
	ul {
		list-style: none;
		font-family: CirceRegular;
		font-size: 12px;
		line-height: 14px;
		
		li {
			text-decoration: underline;
			cursor: pointer;
			margin-bottom: 20px;
		}
	}
}

#wrapper {
	padding-top: 100px;
	margin: 0 auto;
	width: 1000px;
}

.question {
	position: absolute;
	width: 340px;
	height: 100px;
	
	.line {
		position: absolute;
		
		&.l1 {background: url(../images/1.png) no-repeat; width: 309px; height: 89px;}
		&.l2 {background: url(../images/2.png) no-repeat; width: 96px; height: 59px;}
		&.l3 {background: url(../images/3.png) no-repeat; width: 113px; height: 241px;}
		&.l4 {background: url(../images/4.png) no-repeat; width: 309px; height: 89px;}
		&.l5 {background: url(../images/5.png) no-repeat; width: 98px; height: 80px;}
		&.l6 {background: url(../images/6.png) no-repeat; width: 132px; height: 252px;}
	}
	p {
		text-align: center;
		font-size: 16px;
		letter-spacing: 1px;
		line-height: 30px;
		background: rgb(255,146,131);
		border-bottom: 1px solid #000;
		font-variant: small-caps;
	}
	.answers {
		text-align: center;
		
		.answer {
			position: relative;
			padding: 18px 0;
			width: 170px;
			float: left;
			cursor: pointer;
			font-size: 16px;
			font-variant: small-caps;
			letter-spacing: 1px;
		}
		.or {
			position: absolute;
			border: 1px solid #000;
			padding: 2px 5px;
			font-variant: small-caps;
			letter-spacing: 2px;
			top: 50%;
			left: 50%;
			margin: 5px 0 0 -20px;
			background: #fff;
		}
		.answer:first-child {
			border-right: 1px solid #000;
			width: 169px;
		}
		.active, .active:hover {
			background: rgb(255,146,131) !important;
		}
		.answer:hover {
			background: rgba(255,146,131,0.3);
		}
		
	}
}

table {
	width: 100%;
	td {
		vertical-align: top;
	}
	p {
		font-family: 'Courier New';
		font-size: 20px;
		line-height: 24px;
	}
}
.popup {
	position: fixed;
	display: none;
	width: 510px;
	max-height: 600px;
	left: 50%;
	top: 50%;
	margin-left: -255px;
	background: rgb(255,146,131);
	border: 1px solid #000;
	box-shadow: 0px 4px 8px rgba(0,0,0,0.4);
	overflow-y: auto;
	img {
		display: block;
	}
	h2 {
		font-family: NonameGroteskHanddrawnv4Rg;
		font-size: 22px;
		padding: 25px;
	}
	p {
		padding: 0 25px 25px 25px;
		font-size: 15px;
		line-height: 19px;
	}
	.restart {
		text-transform: uppercase;
		letter-spacing: 2px;
		font-size: 13px;
		color: #fff;
		cursor: pointer;
		border: 1px solid #fff;
		padding: 3px 7px;
	}
	.restart:active {
		position: relative;
		top: 1px;
	}
}
.results {
	display: none;
}



.dsq-brlink { display: none; }

	
#disqus_thread {
	#dsq-topbar {
		z-index: -2;
	}
	.dsq-options { display: none; }
	.dsq-comment-header-meta-wrapper a, .dsq-comment-header-meta-wrapper span {
		font-family: CirceRegular;
		font-size: 13px;
		color: #f00;
		font-weight: normal;
	}
	.dsq-comment-header {
		background: none;
		border: none;
	}
	.dsq-global-toolbar {
		display:none;
	}
	
	.dsq-like {
		display: none;
	}
	h3 {
		font-family: CirceRegular;
		font-size: 11px;
		margin-bottom: 15px;
		font-weight: normal;
	}
	.dsq-request-user-stats, .dsq-comment-footer, .dsq-header-avatar, #dsq-comments-title, .dsq-moderator-star, .dsq-comment-hide-thread {
		display: none;
	}
	.dsq-comment-text {
		margin-left: 10px;
		margin-top: 30px;
	}
	.dsq-comment-message {
		margin-top: 0px;
	}
	.dsq-header-avatar {

	}
	.dsq-comment-header-time {
		a {
			font-size: 10px;
			color: #999;
		}
	}
	.dsq-new-post h3{
		margin-bottom: 0px;
	}
	.dsq-request-user-name {
		a {
			font-family: CirceRegular;
			font-size: 13px;
			color: #f00;
			font-weight: normal;
		}
	}
	.dsq-request-user-stats {
		span {
			font-family: CirceRegular;
			font-size: 13px;
			font-weight: normal;
			
			big {
				font-size: 13px;
			}
		}
	}
	.dsq-textarea-wrapper {
		border: 1px solid #f00;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		border-radius: 0px;
		min-height: 20px !important;
		height: 20px !important;
	}
	.dsq-comment-buttons, .dsq-post-footer {
		button {
			padding: 3px 8px;
			background: #fff;
			color: #000;
			border: 1px solid #000;
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			border-radius: 0px;
			font-weight: normal;
		}
	}
}
.comments {
	width: 500px;
}