
/* 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;
}
body {
	font-family: OctavaOSCRegular;
	background: rgb(255,238,231);
	font-size: 15px;
	line-height: 21px;
	height: 100%;
}
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;
		}
	}
}




.doll {
	position: relative;
	float: left;
	height: 90%;
	
	img {
		display: block;
		height: 98%;
		border: 10px solid #fff;
	}
}

.control {
	float: left;
	width: 320px;
	margin: 30px;
	
	.caption {
		text-align: center;
		margin-bottom: 50px;
		span {
			padding: 5px 10px;
			background: #fff;
			border: 1px solid #000;
		}
	}
	
	.group {
		float: left;
		.item {
			position: relative;
			float: left;
			margin-right: 20px;
			cursor: pointer;
			
			.close {
				display: none;
				position: absolute;
				width: 100%;
				height: 100%;
				background: url(../images/close.png) no-repeat center center;
			}
			.bg {
				display: none;
				position: absolute;
				background: #fff;
				width: 100%;
				height: 100%;
				z-index: -1;
				border: 1px solid #333;
			}
			img {
				display: block;
				width: 85px;
				height: 100px;
			}
			.desc {display: none;}
		}
		.active {
			.bg {display: block}
		}
		.active:hover {
			.close {display: block}
		}
		.item:last-child {
			margin-right: 0px;
		}
	}
	.label {
		float: left;
		width: 100%;
		height: 30px;
		text-align: center;

		p {
			text-align: center;
			
		}
	}
}




.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;
}