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

a {
	color: inherit;
}
body {
	font-family: 'OctavaOSCRegular';
	font-size: 16px;
	line-height: 28px;
	background: #000;
	color: #fff;
}

h1 {
	font: 30px 'OctavaOSCRegular';
	padding-top: 40px;
	span {
		padding: 20px;
		border: 2px solid #fff;
	}
}

.lead {
	font: italic 20px 'OctavaOSCRegular';
	margin-top: 60px;
	width: 500px;
	margin-left: 250px;
}

#wrapper {
	width: 1000px;
	margin: 35px auto 200px;
}

.block {
	position: relative;
	
	img {
		display: block;
	}
	.hide {
		display: none;
	}
	.button {
		width: 160px;
		height: 160px;
		background: url(../images/dot.png) center center;
		z-index: 1000;
	}
	.hide-text {
		width: 700px;
		z-index: 1001;
		background: rgba(0, 0, 0, .92);
		margin-left: 150px;
		padding: 20px;
		-moz-opacity:.0;
		filter:alpha(opacity=0);
		opacity:.0;
		position: fixed;
		bottom: -500px;
		
		h2 {
			font-family: 'OctavaSSC';
		}
	}
}

.button.a1 {
	top: 0;
	left: 300px;
}

.button.a2 {
	top: 160px;
	left: 690px;
}

.button.a3 {
	top: 340px;
	left: 390px;
}

.button.b1 {
	top: 100px;
	left: 200px;
}

.button.b2 {
	top: 220px;
	left: 680px;
}

.button.b3 {
	top: 600px;
	left: 300px;
}

.button.c1 {
	top: 60px;
	left: 200px;
}

.button.c2 {
	top: 260px;
	left: 530px;
}

.button.d1 {
	top: -20px;
	left: 350px;
}

.button.d2 {
	top: 500px;
	left: 560px;
}

.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;
	margin: 100px auto 50px;
}