
/* LESS VARIABLES */
.rounded-corners (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
/* ############## */
* {
	margin: 0;
	padding: 0;
}
html {

}
body {
	font-family: CharterOSCRegular;
	background: #fff;
	font-size: 15px;
	line-height: 21px;

}
#header {
	font-family: FFDINBold;
}
#wrapper {
	width: 960px;
	margin: 65px auto;
}
.block {
	margin-left: 150px;
}
#menu {
	position: fixed;
	width: 110px;
	
	ul {
		list-style: none;
		font-family: CirceRegular;
		font-size: 12px;
		line-height: 14px;
		
		li {
			text-decoration: underline;
			cursor: pointer;
			margin-bottom: 20px;
		}
		.active {
			background: #41AD49;
			color: #fff;
		}
	}
}


h1, h2 {
	font-family: NonameGroteskHanddrawnv4Rg;
	font-size: 100px;
	line-height: 120px;	
	text-transform: uppercase;
	
	span {
		display: inline-block;
	}
}
.thick-line {
	width: 172px;
	height: 14px;
	background: #000;
}


p {
	font-size: 15px;
	line-height: 21px;
	margin-bottom: 21px;
}

table {
	border: none;
	
	.td1 {width: 450px;}
	.td3 {
		width: 150px;
		p {
			width: 150px;
		}
		img {
			margin-bottom: 10px;
		}
	}
	.td2 {width: 90px;}
	.td4 {width: 90px;}
	.td5 {width: 90px;}
	td {
		vertical-align: top;
	}
}
.w450 {
	width: 450px;
}
.w650 {
	width: 650px;
}
h3, .h3 {
	font-family: NonameGroteskHanddrawnv4Rg;
	font-size: 70px;
	line-height: 84px;
	color: #41AD49;
	text-transform: uppercase;
}
.asdasdasasasdasdasdasdasd {
	font-family: NonameGroteskHanddrawnv4Rg;
}
h4 {
	font-family: Helvetica;
	font-size: 20px;
	line-height: 19px;
	text-transform: uppercase;
	margin-bottom: 4px;
}

.marker {
	background: #FBF69A;
}
#bunker {
	position: relative;
	width: 690px;
	height: 430px;
	margin: 220px 0 40px 0;
	
	.back, .front, .layer1, .layer2 {
		position: absolute;
		width: 669px;
		height: 426px;
		background: url(../images/pics/back.png);
		z-index: 1;
	}
	.front {
		z-index: 4;
		background: url(../images/pics/front.png);
	}
	.layer1 {
		z-index: 2;
		background: url(../images/pics/100.png);
		top: -200px;
	}
	.layer2 {
		z-index: 3;
		background: url(../images/pics/200.png);
		top: -400px;
	}
}







.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;
		}
	}
}
.theme {
	a.a {
		display: block;
		background: #FBF69A;
		text-decoration: none;
		color: #000;
		width: 130px;
		padding: 10px;
		font-family: CirceRegular;
		font-size: 13px;
		line-height: 12px;
	}
}
.comments {
	width: 500px;
	margin-left: 150px;
	margin-top: 50px;
}