
/* 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: #000;
	font-size: 16px;
	line-height: 21px;
	height: 100%;
	color: #fff;
}
#header {
	font-family: FFDINBold;
}
#wrapper {
	position: relative;
	width: 420px;
	margin: 0 auto;
	z-index: 10;
}
#videos {
	position: relative;
	width: 1200px;
	margin: 30px auto;
	padding-bottom: 100px;
	z-index: 100;
	.video {
		width: 330px;
		height: 250px;
		float: left;
		margin: 35px;
	}
}
.back {
	width: 419px;
	height: 557px;
	background: url(../images/back.gif);
}
.y {
	color: #fe0;
}
.label {
	font-size: 22px;
	line-height: 50px;
	width: 80px;
	text-align: right;
}
input[type="text"] {
	border: none;
	background: transparent;
	width: 250px;
	border-bottom: 1px solid #fe0;
	margin-left: 5px;
	font-size: 20px;
	color: #fe0;
	font-family: CharterOSCRegular;
}
input[type="submit"] {
	border: none;
	background: transparent;
	width: 250px;
	border: 1px solid #fe0;
	margin-left: 5px;
	font-size: 18px;
	color: #fe0;
	margin-left: 120px;
	margin-top: 10px;
	cursor: pointer;
	font-family: CharterOSCRegular;
}
input[type="text"]:focus {
	outline: none;
}
#bg {
	position: fixed;
	width: 100%;
	height: 100%;
	
	img {
		position: relative;
		float: left;
		display: block;
		z-index: 1;
		margin: 0;
	}
	.secure {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		position: fixed;
		z-index: 2;
	}
}

h1 {
	font-family: CirceRegular;
	color: #fff;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 60px;
}
.likes {
	position: fixed;
	top: 20px;
	left: 17px;
	z-index: 100;
}
.video1 {
	position: absolute;	
	left: 50%;
	top: 340px;
	margin-left: -620px;
	width: 400px;
	z-index: 100;
}
.video2 {
	position: absolute;	
	left: 50%;
	top: 390px;
	margin-left: 240px;
	width: 400px;
	z-index: 100;
}

.video3 {
	position: absolute;	
	left: 50%;
	top: 60px;
	margin-left: 210px;
	width: 400px;
	z-index: 100;
}
.video4 {
	position: absolute;	
	left: 50%;
	top: 90px;
	margin-left: -630px;
	width: 400px;
	z-index: 100;
}

.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;
}