
/* 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: #F3F4F4;
	font-size: 15px;
	line-height: 21px;
	height: 100%;
}
#header {
	font-family: FFDINBold;
}
#wrapper {
	width: 960px;
	margin: 65px auto;
	background: url('../images/bg.jpg') no-repeat left 0px;
}
.block {
	margin-left: 150px;
}
#menu {
	position: fixed;
	width: 110px;
	z-index: 10;
	ul {
		list-style: none;
		font-family: CirceRegular;
		font-size: 12px;
		line-height: 14px;
		
		li {
			padding:3px;
			text-decoration: underline;
			cursor: pointer;
			margin-bottom: 20px;
			.rounded-corners(2px);
		}
		.active {
			background: #444;
			color: #fff;
		}
	}
}

h1, h2 {
	font-family: CirceRegular;
	font-size: 40px;
	line-height: 90px;
	text-transform: uppercase;
}
h3 {
	font-family: LineaturaLight;
	font-size: 30px;
	line-height: 34px;
	font-weight: normal;
}
.lh {
	line-height: 26px;
}
a {
	color: #D2232A;
}
p {
	font-size: 16px;
	line-height: 26px;
	width: 580px;
}
.authors {
	font-family: CirceRegular;
	font-size: 13px;
	line-height: 16px;
		
		span{
			text-transform: uppercase;
		}
}
.label {
	width: auto;
	font-family: CirceRegular;
	font-size: 13px;
	line-height: 14px;
}

.vimeo {
	width: 800px;
	height: 200px;
	background: #eee;
	margin-top: 20px;
}
table {
	td {
		vertical-align: top;
	}
}

.fl {
	float: left;
}
.w300 {
	width: 300px;
}
.lh19 {
	line-height: 19px;
}
.dsq-brlink { display: none; }



/* MINI CUT */
div.mini-cut {
	.button {
		position: relative;
		font-family: CirceRegular;
		color: #000;
		margin-top: 18px;
		margin-bottom: 14px;
		display: inline-block;
		text-transform: uppercase;
		font-size: 9px;
		letter-spacing: 1px;
		cursor: pointer;
		background: url(../images/cut-arrow-down.png) no-repeat center 18px;
		height: 32px;
		span {
			padding: 3px 5px;
			border: 2px solid #000;
		}
	}
	.button:hover {
		background: url(../images/cut-arrow-down.png) no-repeat center 20px;
	}
	.close {
		margin-top: 0px;
		padding-top: 16px;
		background: url(../images/cut-arrow-up.png) no-repeat center 7px;
	}
	.close:hover {
		background: url(../images/cut-arrow-up.png) no-repeat center 5px;
	}
	.text {
		display: none;
		p {
			margin-bottom: 18px;
		}
	}
}
/* ######## */



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