* {
	margin: 0;
	padding: 0;
}

#wrapper{
	margin: 0 auto;
	width:1050px;
	height:100%;
	background-color: #fff;
}
#post-top{
	width:952px;
	height:544px;
	background-color: #fff;
	margin: 82px 70px 0px 36px;
}
#content{
	width:952px;
	background-color: #fff;
	margin: 0 70px 0 36px;
}

.center{
	margin: 0 auto;
}
.photo{
	width: 700px;
	height: 470px;
	background-color: #ccc;
	float: right;
}
.author{
	color: #000;
	font-family: CirceRegular;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 22px;
}
.title{
	color: #09c;
	font-family: "CharterOSCRegular";
	font-size: 60px;
	line-height: 82px;
	font-weight: normal;
	position: absolute;
	width: 400px;

}
.title-container{
	width:952px;
	height:544px;
}
.description{
	color: #000;
	font-family: "CharterOSCRegular";
	font-size: 13px;
	line-height: 15px;
	font-weight: normal;
	position:relative;
	top: 270px;
	width: 220px;
	height: 76px;
}

.blog-photo{
	width: 700px;
	height: 470px;
	background-color: #ccc;
	margin-left: 158px;
}
.last-photo{
	padding-left: 380px;
	}
.b-border{
	width: 442px;
	margin: 0 auto;
	padding: 12px;
	border: 1px solid #09c;
	color: #09c;
	font-family: CirceRegular;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 36px;
	margin-top: 30px;
	
}
.post-text{
	width: 442px;
	padding-left: 244px;
	color: #000;
	font-family: "CharterOSCRegular";
	font-size: 15px;
	line-height: 22px;
	font-weight: normal;
}
.post-text p{
	padding: 15px 0;
}

.com{
	width: 444px;
	height: 81px;
	margin: 0 auto;
	border: 1px solid #6cf;
	margin-bottom: 36px;
	margin-top: 73px;
}
.com p{
	text-align: center;
	
	color: #09c;
	font-family: CirceRegular;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	margin: 35px 0;
	letter-spacing: 3px;
}
div.mini-cut {
	.button {
		margin-left: 245px;
		position: relative;
		font-family: CirceRegular;
		color: #000;
		margin-top: 18px;
		margin-bottom: 14px;
		display: inline-block;
		text-transform: uppercase;
		font-size: 9px;
		letter-spacing: 1px;
		cursor: pointer;
		background: url(../images/cut-arrow-down.png) no-repeat center 13px;
		height: 32px;

		span {
			padding: 3px 5px;
			border: 2px solid #09C;
			color: #09c;
		}
	}
	.button:hover {
		background: url(../images/cut-arrow-down.png) no-repeat center 15px;
	}
	.close {
		margin-top: 0px;
		padding-top: 16px;
		background: url(../images/cut-arrow-up.png) no-repeat center 2px;
	}
	.close:hover {
		background: url(../images/cut-arrow-up.png) no-repeat center 0px;
	}
	.text {
		display: none;
	}
}

.label-roll {
	position: absolute;
	width: 55px;
	height: 39px;
	background: url(../images/roll.png);
	margin-left: 90px;
}
.smart-roll {
	cursor: e-resize;
}



	
.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-like {
				display: none;
			}
			h3 {
				font-family: CirceRegular;
				font-size: 12px;
				font-weight: normal;
				margin-bottom: 15px;
			}
			.dsq-comment-text {
				margin-left: 44px;
			}
			.dsq-comment-message {
				margin-top: 0px;
			}
			.dsq-header-avatar {

			}
			.dsq-comment-header-time {
				a {
					font-size: 10px;
					color: #999;
				}
			}
			.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
			}
			.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-left: 242px;
}