
/* 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: 19px;
	line-height: 30px;
}
#header {
	font-family: FFDINBold;
}
#wrapper {
	width: 1200px;
	margin: 35px auto;
}
h1 {
	display: inline-block;
	border: 15px solid #00f;
	padding: 40px;
	color: #00f;
	font-family: NonameGroteskHanddrawnv4Rg;
	font-size: 68px;
	line-height: 82px;
	font-weight: normal;
	margin-top: 30px;
}

.fntN {
	font-family: NonameGroteskHanddrawnv4Rg;
}
.fntR {
	font-family: 'romain_du_roi_v2regular';
}
.fnt30 {
	font-size: 30px;
}
.fnt19 {
	font-size: 19px;
}
.fnt45 {
	font-size: 45px;
}
.fnt26 {
	font-size: 26px;
}
.fnt24 {
	font-size: 24px;
}
.fnt16 {
	font-size: 16px;
}
.fnt17 {
	font-size: 17px;
}
.ln26 {
	line-height: 26px;
}
.ln20 {
	line-height: 20px;
}
.ln50 {
	line-height: 50px;
}
.ln29{
	line-height: 29px;
}
.ln55 {
	line-height: 55px;
}
.w550 {
	width: 550px;
}
.blue {
	color: #00f;
}
.coral {
	color: rgb(255,127,131);
}

.bt {
	border-top: 10px solid rgb(255,127,131);
	padding-top: 10px;
}

.buttons {
	width:670px;
	height: 184px;
}
.button {
	position: absolute;
	width: 670px;
	height: 184px;
	cursor: pointer;
	
	&.a1 {background: url(../images/a1.jpg);z-index: 4;}
	&.a2 {background: url(../images/a2.jpg);z-index: 3;}
	&.a3 {background: url(../images/a3.jpg);z-index: 2;}
	&.a4 {background: url(../images/a4.jpg);z-index: 1;}
}
.message {
	display: none;
	border: 10px solid #000;
	padding: 40px 40px 40px 140px;
	margin-left: 9px;
	margin-top: 20px;
	width: 450px;
	background: url(../images/mail.jpg) no-repeat 30px center;
	
	p {
		font-size: 32px;
		line-height: 39px;
	}
}
.restart {
	display: none;
	margin-left: 9px;
	margin-top: 20px;
	color: #00f;
	cursor: pointer;
}
.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;
}

.img {
	display: block;
	padding-top: 175px;
	color: #000;	
	text-align: center;
	
	&.m1 { background: url(../images/m1.jpg) no-repeat;}
	&.m2 { background: url(../images/m2.jpg) no-repeat;}
	&.m3 { background: url(../images/m3.jpg) no-repeat;}
	&.m1:hover { background: url(../images/m6.gif) no-repeat;}
	&.m2:hover { background: url(../images/m6.gif) no-repeat;}
	&.m3:hover { background: url(../images/m6.gif) no-repeat;}
}
.img:hover {
	color: #f00;
}
