
/* LESS VARIABLES */
.rounded-corners (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}
/* ############## */
* {
	margin: 0;
	padding: 0;
}
html {

}
body {
	font-family: CharterOSCRegular;
	background: #fff;
	font-size: 14px;
	line-height: 17px;
}
#header {
	font-family: FFDINBold;
}
#wrapper {
	width: 960px;
	margin: 65px auto;
}
.block {
	margin-left: 170px;
	border-bottom: 1px solid red;
}
#menu {
	position: fixed;
	width: 125px;
	background-color: #f3da70;
	
	ul {
		list-style: none;
		font-family: CirceRegular;
		font-size: 10px;
		line-height: 14px;
		text-transform: uppercase;
		
		li {
			/*text-decoration: underline;*/
			cursor: pointer;
			margin-bottom:;
			padding: 5px;
		}
		.red{
			color: #de5a42;
		}
		.active {
			background: #cf8cc1;
			color: #000;
			padding: 3px;
			padding-left: 35px;
			margin-left: -30px;
			.rounded-corners(2px);
		}
	}
}
.lede{
	background: url(../images/h1.png) no-repeat 10px 130px;
	border-bottom: none;
}
.like{
	margin-left: 280px;
}
h1 {
	display: block;
	width: 600px;
	font: 32px/48px 'CirceRegular';
	text-transform: uppercase;
	letter-spacing: 10px;
		
		span{
			font: 32px/48px 'NewStandardCRegular';
		}
}
.credits{
	font: 12px/14px 'CharterOSCRegular';
	color: #33cccc;
	width: 95px;
	
		.author{
			padding-bottom: 10px;
			
			
				a{
				color: #33cccc;
				}
		}
		.category{
			border-top:1px solid #33cccc;
			padding-top: 10px;
		}
}
.description{
	font: 14px/30px 'CirceRegular';
	text-transform: uppercase;
	color: #de5a42;
	width: 600px;
	letter-spacing: 4px;
	float: right;
}
.caption{
	width: 430px;
	margin-left: 340px;
	margin-top: 145px;
	margin-bottom: 60px;
	font: 13px/14px 'CirceRegular';
	
}
h2 {
	font: 32px/48px 'NewStandardCRegular';
	text-align: center;
	span {
		text-decoration: underline;
	}
}


.left, .right{
	width: 331px;
	float: left;
		.about{
			font: 12px/14px 'CirceRegular';
		}
}
.left{
	font: 26px/31px 'NewStandardCRegular';
	margin-right: 50px;
}
.right{
	p{
		font-size: 14px;
		line-height: 16px;
	}
	span{
		color: #de5a42;
	}
	.where{
		font: 14px/18px'CirceRegular';
	}
	ul{
		list-style: none;
			
			li{
				/*margin-bottom: 5px;*/
				
					a{
						color: #33cccc;
						font-size: 13px;
						line-height: 21px;
					}
			}
	}
}

.fuck{
	clear: both;
}






.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;
		}
	}
}
.theme {
	a.a {
		display: block;
		background: #FBF69A;
		text-decoration: none;
		color: #000;
		width: 130px;
		padding: 10px;
		font-family: CirceRegular;
		font-size: 13px;
		line-height: 12px;
	}
}
.comments {
	width: 500px;
	margin-left: 250px;
	margin-top: 50px;
}