
/* 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: #fff;
	font-size: 15px;
	line-height: 21px;
	height: 100%;
	/* background: #FFF; */
}
#header {
	font-family: FFDINBold;
}
#wrapper {
	width: 900px;
	margin: 35px auto;
}
.block {
	float: left;
	width: 900px;
}

@clr_blue: #00AEEF;

.lead {
	font-size: 14px;
	text-align: center;
	width: 440px;
	border-top: 1px solid @clr_blue; 
	padding-top: 25px;
	margin-left: 156px;
}
h2 {
	font-family: CirceRegular;
	font-size: 55px;
	color: @clr_blue;
	border-bottom: 3px solid @clr_blue;
	line-height: 50px;
	display: inline;
}
h3 {
	font-size: 40px;
	font-weight: normal;
}

a {
	color: #000;
}
.more {
	cursor: pointer;
	margin-top: 20px;
	display: block !important;
	
	&.read {	
		display: none;
		width: 167px;
		border: 1px solid @clr_blue;
		text-align: center;
		color: @clr_blue;
		font-family: CirceRegular;
	}
}
.shorten{
	position: relative;
	display: none;
	overflow: hidden;
}

.menu {
	position: absolute;
	
	
	table {
		width: 245px;
		background: @clr_blue;
		border: 1px dotted rgba(255,255,255,0.3);
		border-collapse: collapse;
		font-family: CirceRegular;
		font-size: 9px;
		text-transform: uppercase;
		color: #fff;
		line-height: 14px;
		letter-spacing: 1px;
		
		td {
			border: 1px dotted rgba(255,255,255,0.3);
			padding: 6px 10px;
			
			.bg {
				position: absolute;
				width: 100%;
				height: 100%;
				z-index: 10;
				background: #FDF499;
			}
		}
		tr:hover {
			cursor: pointer;
			background: #34BCEF;
		}
		.active {
			position: relative;
			color: @clr_blue;
			background: #FDF499;
			
			.item {
				position: relative;
				
				.arrow {
					position: absolute;
					top: 0px;
					right: -30px;
					width: 30px;
					height: 100%;
					background: #FDF499 url(../images/arrow-right.png) no-repeat center center;
				}
			}
		}
		.active:hover {
			background: #FDF499;
		}
	}
}

.pages  {
	width: 440px;
	margin-left: 340px;
	min-height: 600px;
	.page {
		display: none;
		padding-bottom: 30px;
		border-bottom: 4px solid @clr_blue;
		
		h4 {
			font-family: CirceRegular;
			letter-spacing: 2px;
			font-size: 21px;
			font-weight: normal;
			color: @clr_blue;
			line-height: 22px;
			text-decoration: underline;
		}
		h3 {
			font-size: 18px;
		}
		img {
			margin: 20px 0;
		}
	}
}





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