
* {
	margin: 0;
	padding: 0;
}
html {

}
body {
	font-family: CharterOSCRegular;
	background-size: cover;
	font-size: 13px;
	line-height: 17px;
}
#header {
	font-family: FFDINBold;
}
#wrapper {
	width: 960px;
	margin: 65px auto;
}
.block {
	margin-left: 235px;
}
#menu {
	position: fixed;
	width: 180px;
	height: 100%;
	background: #DCFF71 url(../images/menu.png) no-repeat 15px 10px;
	
	
	p {
		margin: 130px 0 40px 40px;
		text-transform: uppercase;
		font: 25px/30px 'LineaturaLight';
	}
	
	.menu-scroll{
		height: 300px;
	}
	ul {
		list-style: none;
		font-family: CirceRegular;
		font-size: 12px;
		line-height: 14px;
		
		li {
			/*text-decoration: underline;*/
			cursor: pointer;
			padding: 7px;
			padding-left: 35px;
			
			a{
				color: black;
				text-decoration: none;
			}
		}
		.active {
			background: #fff;
			color: #000;
		}
	}
}
.like{
	float: right;
	width: 200px;
	margin-right: 100px;
	margin-top: 50px;
}
.block{
	position: relative;
		h1{
			font: 21px/34px 'LineaturaLight';
			text-transform: uppercase;
			letter-spacing: 1px;
			margin-bottom: 40px;
			
			span{
				text-decoration: underline;
			}
			
		}
		p{
			width: 400px;
			margin-top: 50px;
		}
		
		.youngart{
			width: 188px;
			height: 164px;
			display: block;
			position: absolute;
			top: 102px;
			left: 354px;
		}
		.WOSblog{
			width: 363px;
			height: 110px;
			display: block;
			position: absolute;
			top: 466px;
			left: 162px;
		}
		
		.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;
}