
/* 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;
	font-size: 15px;
	line-height: 21px;
	height: 100%;
	background: #8e5bfd;
}
#header {
	font-family: FFDINBold;
}
#bg {
	position: absolute;
	z-index: -1;
	width: 100%;
	background: #b938c5;
	background-image: -webkit-linear-gradient(top, #e4158d 0%, #8e5bfd 100%);
	background-image: -moz-linear-gradient(top, #e4158d 0%, #8e5bfd 100%);
	background-image: -o-linear-gradient(top, #e4158d 0%, #8e5bfd 100%);
	background-image: -ms-linear-gradient(top, #e4158d 0%, #8e5bfd 100%);
	background-image: linear-gradient(top, #e4158d 0%, #8e5bfd 100%);
	height: 2700px;
}
#wrapper {
	width: 1000px;
	margin: 0px auto;
	padding-top: 35px;
}
.block {
	float: left;
	min-height: 700px;
	margin-right: 70px;
}
#menu {
	width: 110px;
	
	ul {
		list-style: none;
		font-family: CirceRegular;
		font-size: 12px;
		line-height: 14px;
		
		li {
			text-decoration: underline;
			cursor: pointer;
			margin-bottom: 20px;
		}
	}
}

.video {
	position: fixed;
	margin: 35px;
	-webkit-box-shadow: 0px 9px 15px rgba(0,0,0, 0.45);
	-moz-box-shadow: 0px 9px 15px rgba(0,0,0, 0.45);
	box-shadow: 0px 9px 15px rgba(0,0,0, 0.45);
	width: 360px;
	height: 270px;
	z-index: 10000;
	.png {
		position: absolute;
		margin: -22px;
		width: 403px;
		height: 219px;
		background: url(../images/png.png);
	}
}

.window {
	position: absolute;
	width: 300px;
	padding: 0 25px 25px 25px;
	border: 3px solid #000080;
	background: #fff;
	-webkit-box-shadow: 0px 4px 10px rgba(0,0,0, 0.45);
	-moz-box-shadow: 0px 4px 10px rgba(0,0,0, 0.45);
	box-shadow: 0px 4px 10px rgba(0,0,0, 0.45);
	
	.header {
		font-family: CirceRegular;
		text-align: center;
		background: #000080 url(../images/head.gif) no-repeat;
		width: 349px;
		height: 21px;
		margin-left: -25px;
		color: #fff;
		line-height: 18px;
		margin-bottom: 20px;
	}
	p {
		font-family: CirceRegular;
		font-size: 14px;
		line-height:16px;
		margin-bottom: 14px;
	}
}
.fuck {
	position: relative;
	z-index: 1000;
	margin: 35px;
	width: 180px;
	font-size: 43px;
	padding-top: 20px;
	line-height: 51px;
	font-family: CirceRegular;
	color: #0f0;
	border-top: 4px solid #0f0;
}
.like {
	position: absolute;
	width: 201px;
	height: 183px;
	background: url(../images/4like.png);
}



.psl {
	overflow: hidden;
	.next {
		background: url(../images/ui/post-photoslider-arrow-next.png) no-repeat center center;
		float: right;
	}
	.prev {
		background: url(../images/ui/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;
		display: none;
	}
	.col-photo {
		width: 745px;
		float: left;
		overflow: hidden;
		
		.container {
			
			ul {
				list-style: none;
				
				li {
					float: left;
					
					p {
						display: none;	
					}
				}
			}
		}
	}
}


.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;
		}
	}
}
#layer1 {
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -550px;
	width: 1100px;
	height: 3700px;
	background: url(../images/bg.png) repeat-y;
}
.comments {
	position: absolute;
	top: 2560px;
	width: 500px;
	margin-left: 250px;
}
