
/* 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: 16px;
	line-height: 20px;
	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;
	
	ul {
		list-style: none;
		font-family: CirceRegular;
		font-size: 12px;
		line-height: 14px;
		
		li {
			padding:3px;
			text-decoration: underline;
			cursor: pointer;
			margin-bottom: 15px;
			.rounded-corners(2px);
		}
		.active {
			background: #444;
			color: #fff;
		}
	}
}

h1 {
	font-size: 80px;
	line-height: 96px;
	font: bold 80px "Helvetica", Arial, Geneva, sans-serif;
}
p {
	width: 465px;
	margin-bottom: 21px;
}
.lead {
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 1px;
}
.authors{
	font-family: CirceRegular;
	font-size: 14px;
	
		span{
			text-transform: uppercase;
		}
}
h2 {
	font-size: 50px;
	line-height: 48px;
	display: inline-block;
	font-family: Helvetica;
	
	span {
		border-bottom: 1px solid #000;
	}
}

.name {
	width: 100px;
}
table {
	td {
		vertical-align: top;
	}
}
.mb30 {
	margin-bottom: 20px;
}
.more {
	cursor: pointer;
	font-size: 50px;
	line-height: 48px;
	color: #000 !important;
	font-family: Helvetica;
}
.more:hover {
	color: #f00 !important;
	span {
		border-bottom: 1px solid #f00;
	}
}
.asd {
	color: #Fff;
}

.shorten {
	display: none;
}
.sep {
	width: 887px;
	height: 44px;
	background: url(../images/otbiv.jpg) no-repeat;
}
.infa {
	width: 956px;
	height: 1413px;
	background: url(../images/infa.jpg) no-repeat;
}
.vam {
	td {
		vertical-align: middle;
	}
}
.w150 {
	width: 150px;
}
.w200 {
	width: 200px;
}
.brd {
	border: 1px solid #000;
	padding: 35px 20px 15px 20px;
}


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


.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;
}
#vk_like{
	float: right;
	position: relative;
	top: -22px;
	right: 110px;
}