/* LESS VARIABLES */
.rounded-corners (@radius: 5px) {
	border-radius: @radius;
  	-webkit-border-radius: @radius;
  	-moz-border-radius: @radius;
}

* {
	padding: 0;
	margin: 0;
}

.clearFix {
	clear: both;
}

html {
	height: 100%;
}
body {
	font-family: Futura;
	background-color: #f9fae0;
	color: #fff;
	height: 100%;
}
#wrapper {
	position: relative;
	top: 50%;
	margin-top: -350px;
	width: 7400px;
	height: 700px;
}
.block {
	float: left;
	height: 700px;
	margin: 0 50px;
}
.bg {
	position: absolute;
	width: 100%;
	height: 700px;
	z-index: -1;
	
	div {
		float: left;
		width: 1500px;
		height: 700px;
	}
	
	.b1 {background: url(../images/bg/b1.jpg) no-repeat right; width: 1600px;}
	.b2 {background: url(../images/bg/b2.jpg); width: 1182px;}
	.b3 {background: url(../images/bg/b3.jpg);}
	.b4 {background: url(../images/bg/b4.jpg);}
	.b5 {background: url(../images/bg/b5.jpg); width: 1084px;}
}

.girl {
	position: relative;
	margin: 50px 0 0 100px;
	
	.compose {
		display: none;
		position: absolute;
		width: 133px;
		height: 600px;
		background: url(../images/left_panel.jpg);
		
		.big {
			position: absolute;
			margin: 95px 0 0 35px;
			width: 66px;
			height: 100px;
			cursor: pointer;
		}
		.small {
			position: absolute;
			margin: 225px 0 0 35px;
			width: 66px;
			height: 100px;
			cursor: pointer;
		}
		.save, .tweet {
			position: absolute;
			width: 120px;
			height: 40px;
			margin: 460px 0 0 7px;
			cursor: pointer;
		}
		.tweet {
			margin-top: 515px;
		}
	}
	.backgrounds {
		display: none;
		position: absolute;
		width: 91px;
		height: 600px;
		left: 568px;
		background: url(../images/right_panel.jpg);
		
		div {
			width: 70px;
			height: 71px;
			margin: 6px 0 0 10px;
			cursor: pointer;
		}
		div:first-child {
			margin-top: 92px;
		}
	}
	.photo, .card, .type {
		position: absolute;
		left: 150px;
		width:  400px;
		height: 600px;
	}
	.photo {
		.make {
			position: absolute;
			top: 530px;
			left: 300px;
			width: 84px;
			height: 37px;
			background: url(../images/make.png);
			cursor: pointer;
		}
		.label {
			position: absolute;
			font-size: 14px;
			bottom: 20px;
			color: #ddd;
			left: 20px;
		}
	}
	.card {
		display: none;
		background: url(../images/back/1.jpg);
		z-index: 1;
		
		.logo {
			position: absolute;
			width: 100%;
			height: 100%;
			background: url(../images/955.png);
			
			input {
				width: 100%;
				background: white;
				border: none;
				text-align: center;
				font-family: Futura;
				font-size: 18px;
				margin-top: 555px;
				color: #e00;
			}
			input:focus {
				outline: none;
			}
		}
	}
	.type {
		display: none;
		z-index: 1;
		background: rgba(0,0,0,0.4);
		
		.label {
			width: 100%;
			text-align: center;
			font-size: 35px;
			letter-spacing: 6px;
			margin-top: 50px;
			text-transform: uppercase;
		}
		img.t1 {
			position: absolute;
			margin: 30px 0 0 50px;
			cursor: pointer;
		}
		img.t2 {
			position: absolute;
			margin: 30px 0 0 210px;
			cursor: pointer;
		}
		span {
			font-size: 20px;
			letter-spacing: 2px;
		}
		span.t1 {
			position: absolute;
			margin: 230px 0 0 95px;
		}
		span.t2 {
			position: absolute;
			margin: 230px 0 0 240px;
		}
	}
	.ask {
		display: none;
		position: absolute;
		width: 340px;
		left: 130px;
		padding: 50px;
		height: 130px;
		background: rgba(0,0,0,0.7);
		z-index: 1;
		margin-top: 190px;
		text-align: center;
		p {
			text-align: center;
			font-size: 14px;
			text-transform: uppercase;
		}
		input.email {
			border: navy;
			border: 2px solid #fff;
			background: none;
			margin: 20px 0;
			width: 260px;
			font-size: 18px;
			color: #fff;
			padding: 4px;
		}
		input.email:focus {
			outline: none;
		}
		.yes, .no {
			display: inline-block;
			font-size: 14px;
			text-transform: uppercase;
			padding: 2px 10px;
			margin: 0 0 0 20px;
			border: 2px solid #fff;
			cursor: pointer;
		}
		.yes:hover, .no:hover {
			background: rgba(255,255,255,0.2);
		}
		.yes:active, .no:active {
			position: relative;
			top: 1px;
		}
	}
}

.preload-images {
	position: absolute;
	top: -99999px;
}

.link1 {
	position: absolute;
	display: block;
	width: 140px;
	height: 55px;
	margin: 60px 0 0 917px;
}
.link2 {
	position: absolute;
	display: block;
	width: 125px;
	height: 25px;
	margin: 540px 0 0 207px;
}
.link3 {
	position: absolute;
	display: block;
	width: 100px;
	height: 125px;
	margin: 500px 0 0 427px;
}
.comments {
	color: #000;
	height: 700px;
	width: 500px;
	overflow-y: auto;
}