
/* 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%;
	background: #F3F4F4;
}
#header {
	font-family: FFDINBold;
}
#wrapper {
	width: 960px;
	margin: 65px auto;
	
}
.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;
		background: #f3f4f4;
		
		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: 20px;
	line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

h2 {
	margin: 45px 0 10px;
}
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: 630px;
}
.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;
		padding-top: 15px;
		
	}
}

.fl {
	float: left;
}
.w300 {
	width: 300px;
}

.w630 {
	width: 630px;
}
.lh19 {
	line-height: 19px;
}
.dsq-brlink { display: none; }

.where{
	font: 16px/20px 'CirceRegular';
	border-spacing: 20px 0px;
	
	td{
		
		padding-bottom: 50px;
		vertical-align: top;
		width: 201px;
		
		img{
			margin: 0 25px 10px;
		}
		
		p{
			font: 14px/18px 'CharterOSCRegular';
			margin-top: 20px;
			width: 200px;
		}
	}
}


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




/* PHOTO-SLIDER WITH ARROWS left/right */
.psl {
	overflow: hidden;
	.next {
		background: url(../images/post-photoslider-arrow-next.png) no-repeat center center;
		float: right;
	}
	.prev {
		background: url(../images/post-photoslider-arrow-prev.png) no-repeat center center;
		float: left;
	}
	.col-arrow {
		width: 70px;
		height: 10px;
		cursor: pointer;
		margin-top: 10px;
	}
	.col-desc {
		background: url(../images/ui/post-new-label-arrow.png) no-repeat 0px 3px;
		padding-left: 30px;
		margin-left: 610px !important;
		margin-top: 50px;

		position: absolute;
		margin-top: 15px;
		
		p {
			font-family: CirceRegular !important;
			font-size: 12px !important;
			line-height: 14px !important;
			margin-left: 0px !important;
			width: 150px !important;
		}
	}
	.counter {
		position: absolute;
		font-family: CharterOSCRegular;
		font-size: 12px;
		width: auto !important;
	}
	.col-photo {
		width: 745px;
		float: left;
		overflow: hidden;
		
		.container {
			
			ul {
				list-style: none;
				
				li {
					float: left;
					
					p {
						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;
}