* {
	padding: 0;
	margin: 0;
}

a {
	color: inherit;
}

body {
	font: 16px/19px "Courier New", Courier, monospace;
	background: #eae7db;
}
#wrapper {
	position: relative;
	width: 1200px;
	margin: 35px auto;
	
	.objects {
		position: relative;
		width: 700px;
		height: 380px;
		margin-left: 210px;
		
		.object {
			position: absolute;
			font: 15px/17px 'CirceRegular';
			z-index: 100;
			cursor: move;
			
		}
	}
}

#menu {
	position: fixed;
	width: 100px;
	z-index: 100;
	top: 50px;
	
	ul {
		list-style: none;
		font: 10px/16px 'CirceRegular';
		color: #000;
		
		li {
			cursor: pointer;
			margin-bottom: 20px;
			padding: 3px;
			
			span {
				font: 24px/29px 'CirceRegular';
			}
		}
		.active {
			color: red;
		}
	}
}

.block {
	position: relative;
}

.popup {
/*	width: 280px;
	height: 300px;*/
	background: rgba(227, 232, 168, .9);
	display: none;
	top: 0px;
	left: 0px;
	position: absolute;
	cursor: default;
	font: 17px/40px "Courier New", Courier, monospace;
	padding: 10px 10px 10px 20px;
	
		table{
			font: 15px/40px "Courier New", Courier, monospace;
			
			td {
				padding: 10px 20px 0 0;
			}
			
			.circle {
				width: 66px;
				height: 66px;
/*				border: 1px solid #000;*/
				border-radius: 33px;
				cursor: pointer;
			}
		}
}


.lead {
	width: 160px;
	float: left;
	padding: 0 25px;
	
	h2 {
		font: 19px/20px "Courier New", Courier, monospace;
		text-transform: uppercase;
		letter-spacing: 2px;
	}
	
	.description {
		font: 15px/16px "Courier New", Courier, monospace;
	}
	
	img {
		margin: 30px 0;
	}
	
	.button {
		border: 1px solid #000;
		font: 17px/40px "Courier New", Courier, monospace;
		cursor: pointer;
	}
}

.postcard {
	width: 400px;
	height: 600px;
	background: url(../images/bg/1.jpg);
	float: left;
}

.milk {
	background: url(../images/milk.png);
}
.blood {
	background: url(../images/blood.png);
}
.meat {
	background: url(../images/meat.png);
}
.fat {
	background: url(../images/fat.png);
}
.asphalt {
	background: url(../images/asphalt.png);
}
.voilok {
	background: url(../images/voilok.png);
}

.input-wrap {
	position: absolute;
	top: 0px;
	left: 210px;
	
	.user-text{
		width: 380px;
		height: 580px;
		resize: none;
		outline: none;
		border: none;
		background: none;
		font: 15px/20px "Courier New", Courier, monospace;
		padding: 10px;
	}
}

::-webkit-input-placeholder {
    color: #000;
}
:-moz-placeholder {
    color: #000;
}
:-ms-input-placeholder {
    color: #000;
}

.black {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	
	.wait {
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -16px 0 0 -16px;
	}
	
	.result {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -300px 0 0 -200px;
		display: none;
	}
}

/* PHOTO-SLIDER WITH ARROWS left/right */
.psl {
	overflow: hidden;
	.next {
		background: url(../images/next.png) no-repeat center center;
		float: right;
	}
	.prev {
		background: url(../images/prev.png) no-repeat center center;
		float: left;
	}
	.col-arrow {
		width: 78px;
		height: 78px;
		cursor: pointer;
		margin-top: -350px;
	}
	.col-desc {
		position: absolute;
		top: 30px;
		left: -100px;
		
		p {
			margin-left: 0px !important;
			width: 150px !important;
		}
	}
	.counter {
		position: absolute;
		font-family: CharterOSCRegular;
		font-size: 12px;
		width: auto !important;
		display: none;
	}
	.col-photo {
		width: 745px;
		float: left;
		overflow: hidden;
		
		.container {
			
			ul {
				list-style: none;
				
				li {
					float: left;
					
					p {
						display: none;	
					}
				}
			}
		}
	}
}


.w490 {
	width: 490px;
	
	h2 span {
		font: 48px/48px "Courier New", Courier, monospace;
		border-bottom: 2px solid #000;
	}
	
	h3 {
		font: 30px/36px 'NonameGroteskHanddrawnv4Rg';
		text-transform: uppercase;
	}
}

.w700 {
	width: 700px;
	
	.h3 {
		font: 32px/40px 'NonameGroteskHanddrawnv4Rg';
		letter-spacing: 2px;
		
		span {
			font-family: bold "Courier New", Courier, monospace;
		}
	}
	
	.h3-caption {
		letter-spacing: 3px;
		text-decoration: underline;
		font: 18px/21px "Courier New", Courier, monospace;
	}
		
}

.table table {
	border-spacing: 30px;
	margin: 0 auto;
	font: 15px/18px "Courier New", Courier, monospace;
	
	td {
		vertical-align: top;
		width: 145px;
		
		span {
			display: block;
			text-align: center;
			padding-bottom: 15px;
		}
	}
}

.generator {
	padding-bottom: 200px;
}


.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;
	margin: 180px auto 50px;
}