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

}
body {
	font-family: CharterOSCRegular;
	background: #fff;
	font-size: 16px;
	line-height: 23px;
}
#header {
	font-family: FFDINBold;
}
#wrapper {
	width: 1200px;
	margin: 35px auto;
}

#menu {
	position: fixed;
	width: 110px;
	z-index: 100;
	margin-left: 15px;
	
	ul {
		list-style: none;
		font-family: 'NonameGroteskHanddrawnv4Rg';
		font-size: 12px;
		line-height: 14px;
		color: rgb(238, 171, 162);
		
		li {
			cursor: pointer;
			padding: 3px;
		}
		.active {
			color: #000;
			padding: 3px;
		}
	}
}

.block {
	margin-left: 200px;
	position: relative;
}

.zahod {
	width: 979px;
	height: 501px;
	background: url(../images/1.jpg);
	z-index: -1;
	position: absolute;
	margin: -10px 0 0 -10px;
}

.zahod-head {
	font: 100px/120px 'NonameGroteskHanddrawnv4Rg';
	color: #fff;
	padding: 70px 0 0 35px;
	letter-spacing: 5px;
}

.lead {
	font: 17px/21px 'NonameGroteskHanddrawnv4Rg';
	text-align: center;
	width: 320px;
	margin: 100px 0 0 30px;
}

.credits {
	font: 14px/17px 'NonameGroteskHanddrawnv4Rg';
	position: absolute;
	margin-top: 40px;
}

.descr {
	margin: 50px 0 0 170px;
	width: 628px;
	font: 16px/24px 'NonameGroteskHanddrawnv4Rg';
}

.border {
	font: 24px/42px 'NonameGroteskHanddrawnv4Rg';

	span {
		border: 3px solid #000;
	}
}
.red {
	color: red;
	
	span {
		border: 3px solid red;
	}
}




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