
/* 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: Times, "Times New Roman";
	background: #fff;
	font-size: 16px;
	line-height: 21px;
	height: 100%;
}
#header {
	font-family: FFDINBold;
}
#wrapper {
	width: 900px;
	margin: 35px auto;
}
.block {
	margin-left: 150px;
}
#menu {
	position: fixed;
	width: 110px;
	
	ul {
		list-style: none;
		font-family: CirceRegular;
		font-size: 12px;
		line-height: 14px;
		
		li {
			padding:3px;
			text-decoration: underline;
			cursor: pointer;
			margin-bottom: 15px;
			.rounded-corners(2px);
		}
		.active {
			background: #444;
			color: #fff;
		}
	}
}

h2 {
	font-size: 30px;
	line-height: 36px;
	text-transform: uppercase;
}
.brd3 {
	border: 3px solid #000;
	padding: 20px;
}
.line {
	height: 12px;
	width: 100%;
	background: #000;
}
.more:hover {
	cursor: pointer;
	color: #f00;
}
h1 {
	text-indent: -9999px;
	width: 751px;
	height: 475px;
	background: url(../images/zah.gif);
}

.img {
	display: block;
	padding-top: 175px;
	color: #000;	
	text-align: center;
	
	&.m1 { background: url(../images/m1.jpg) no-repeat;}
	&.m2 { background: url(../images/m2.jpg) no-repeat;}
	&.m3 { background: url(../images/m3.jpg) no-repeat;}
	&.m4 { background: url(../images/m4.jpg) no-repeat;}
	&.m5 { background: url(../images/m5.jpg) no-repeat;}
	&.m1:hover { background: url(../images/m6.gif) no-repeat;}
	&.m2:hover { background: url(../images/m6.gif) no-repeat;}
	&.m3:hover { background: url(../images/m6.gif) no-repeat;}
	&.m4:hover { background: url(../images/m6.gif) no-repeat;}
	&.m5:hover { background: url(../images/m6.gif) no-repeat;}
}
.img:hover {
	color: #f00;
}

.more#prf1:hover {background: url(../images/bg1.gif);}
.more#prf2:hover {background: url(../images/bg2.gif);}
.more#prf3:hover {background: url(../images/bg3.gif);}
.more#prf4:hover {background: url(../images/bg4.gif);}
.more#prf5:hover {background: url(../images/bg5.gif);}

h3 {
	font-size: 80px;
	line-height: 175px;
	font-weight: normal;
}
.shorten {
	display: none;
}
table {
	td {
		vertical-align: top;
	}
}
h4 {
	font-size: 30px;
	line-height: 36px;
	font-weight: normal;
}
.more {
	&.read {
		width: 287px;
		height: 52px;
		background: url(../images/read-more.png);
		margin-top: 20px;
	}
}
.space {
	width: 100%;
	height: 70px;
}

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