
/* LESS VARIABLES */
.rounded-corners (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
/* ############## */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-family: CharterOSCRegular;
	background: #fff;
	font-size: 17px;
	line-height: 27px;
	height: 100%;
}
#header {
	font-family: FFDINBold;
}
#wrapper {
	width: 1030px;
	margin: 35px auto;
	padding: 30px;
}
.block {
	float: left;
	min-height: 700px;
	margin-right: 70px;
}
#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;
		}
	}
}

.col-left {
	float: left;
	width: 460px;
	margin-right: 110px;
}
.col-right {
	float: left;
	width: 390px;
}
.q {
	font-size: 13px;
	line-height: 21px;
	margin-bottom: 7px;
	font-family: CirceRegular;
	text-transform: uppercase;
	color: #00AEEF;
}
img {
	display: block;
}
.link {
	width: 235px;
	margin-top: 45px;
	border: 2px solid #0cf;
	padding: 20px 20px;
	font-family: CirceRegular;
	font-size: 17px;
	text-align: center;
	color: #00AEEF;
	text-decoration: underline;
	margin-left: 15px;
}


.comments {
	clear: both;
	width: 460px;
}
.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-comment-footer-left {
		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;
		}
	}
}


.label-roll {
	position: absolute;
	width: 55px;
	height: 39px;
	background: url(../images/roll.png);
	margin-left: -70px;
}
.smart-roll {
	cursor: e-resize;
}