
/* 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: #5B9ED1;
	font-size: 15px;
	line-height: 21px;
}
#header {
	font-family: FFDINBold;
}
#wrapper {
	width: 980px;
	margin: 55px auto;
}
h1 {
	position: relative;
	font-size: 42px;
	line-height: 42px;
	font-weight: normal;
	color: #fff;
	letter-spacing: 4px;
	margin-left: 100px;
	z-index: 10;
}
.lead {
	font-family: CirceRegular;
	font-size: 12px;
	line-height: 14px;
	width: 240px;
	color: #fff;
	margin-left: 300px;
}
.zahod {
	position: fixed;
}
.clouds {
	position: fixed;
	bottom: 0;
	left: 50%;
	margin-left: -1000px;
	width: 2000px;
	height: 189px;
	background: url(../images/clouds.png);
	z-index: 10;
}
.menu {
	position: fixed;
	color: #fff;
	margin-left: 540px;
	width: 430px;
	padding: 30px 0;
	top: 34px;
	z-index: 11;
	background: #5B9ED1;
	
	.item {
	color: #Fff;
		font-size: 18px;
		display: inline-block;
		margin-left: 20px;
		font-style: italic;
	}
}
.jesus {
	position: fixed;
	width: 567px;
	height: 521px;
	bottom: -40px;
	background: url(../images/jesus.gif) no-repeat;
	color: #fff;
	
	.tracklist {
		position: absolute;
		margin: 150px 0 0 300px;
		z-index: 1000;
		p {
			font-size: 18px;
			font-style: italic;
			letter-spacing: 1px;
		}
		.label {
			font-size: 15px;
			margin-bottom: 20px;
		}
		.item {
			cursor: pointer;
			padding-bottom: 1px;
			
			p {
				margin-left: 50px;
				line-height: 40px;
			}
			.angel {
				display: none;
				position: absolute;
				width: 41px;
				height: 34px;
				background: url(../images/flyangel_r.gif);
			}
		}
		.item:hover {
			background: rgba(255,255,255,0.1);
		}
		.active {
			cursor: default;
			.angel {
				display: block;
			}
		}
		.active:hover {
			background: none;
		}
	}
	.mp3 {
		position: absolute;
		margin: 125px 0 0 35px;
		span {
			font-family: CirceRegular;
			font-size: 13px;
			line-height: 15px;
			letter-spacing: 1px;
		}
		.jPlayer {
			.play-button {
				position: absolute;
				width: 264px;
				height: 251px;

				.ico-pause {
					width: 264px;
					height: 251px;
					background: url(../images/pause.png) no-repeat center center;
					z-index: 0;
				}
				.ico-play {
					width: 264px;
					height: 251px;
					background: url(../images/play.png) no-repeat center center;
					z-index: 1;
				}
				.ico-play:hover {
					background: url(../images/play_hover.png) no-repeat center center;
				}
			}
			.progress {
				position: absolute;
				display: none;
				width: 250px;
				z-index: 20;
				cursor: e-resize;
				
				&.act1 {
					display: block;
					margin: 118px 0 0 265px;
				}
				&.act2 {
					display: block;
					margin: 158px 0 0 265px;
				}
				&.act3 {
					display: block;
					margin: 198px 0 0 265px;
				}
				.seek {
					width: 250px !important;
					height: 10px;
					border-bottom: 1px solid rgba(255,255,255,0.3);
					z-index: 1;
				}
				.drag {
					height: 9px;
					border-bottom: 1px solid rgba(255,255,255,1);
					z-index: 2;
					margin-top: -10px;
				}
				.ct, .d {
					font-size: 10px;
					float: left;
				}
				.d {
					float: right;
				}
			}
		}
	}
}
.text {
	position: absolute;
	margin: 100px 0 0 560px;
	width: 400px;
	color: #fff;
	padding-bottom: 200px;
	.container {
		a {
			color: #fff;
		}
		h2 {
			font-size: 28px;
			text-align: center;
			font-weight: normal;
			margin-bottom: 30px;
		}
		em {
			margin-bottom: 20px;
		}
		p {
			font-size: 15px;
			line-height: 21px;
			margin-bottom: 16px;
		}
		.q {
			font-style: italic;
		}
	}	
}

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