@import url('/css/global/layout.css');
@import url('/css/global/background.css');
@import url('/css/global/text.css');

/* LAYOUT 
 *************************************************************************** */

#header { 
	width: 450px;
}

#content #right #intro {
	margin: 32px 25px 0 17px;
	height: 250px;
}

#content #right .testimonial {
	height: 135px;
}

#content #left {
	position: relative;
	width: 440px;
	height: 572px;
	top: 15px;
	text-align: right;
	border: 0px dotted red;
}

#content #left #slider {
	position: absolute;
	left: 83px;
	top: 75px;
	width: 337px;
	height: 416px;
	border: 0px dotted green;
	overflow: hidden;
	-moz-box-shadow: 1px 1px 10px #181818;
	-webkit-box-shadow: 1px 1px 10px #181818;
	box-shadow: 1px 1px 10px #181818;
}

#content #left #slider img {
	position: relative;
	right: 0px;
	bottom: 0px;
}

.fb-like {
	position: absolute;
	left: 84px;
	top: -6px;
	z-index: 100;
}


/* BACKGROUND 
 *************************************************************************** */
 
#content #right { 
	border-width: 1px 0 1px 0;
	border-style: solid;
	border-color: #434343;
}

#content #left {
	background-image: url('/images/projects/project_1/image_1_after_back.jpg');
	background-repeat: no-repeat;
}

#content #left img {
	-moz-box-shadow: 1px 1px 10px #181818;
	-webkit-box-shadow: 1px 1px 10px #181818;
	box-shadow: 1px 1px 10px #181818;
}

/* TEXT 
 *************************************************************************** */

#content #right #intro p {
	margin: -1px 0 0 -1px;
	font-family: 'DakotaRegular';
	font-size: 15px;
	line-height: 26px;
	letter-spacing: 1px;
	margin-bottom: 12px;
}

html>body #content #right #intro {
	opacity: 0.0;
}

#content #right #intro .green { color: #9dc459; }
#content #right #intro .team  { color: #c6a257; }
#content #right #intro .work  { color: #61a5cb; }

#content #right .testimonial {
	margin-top: 6px;
	background-image: url('/images/home/testimonial2.png');
	background-repeat: no-repeat;
	text-indent: -1000em;
}

html>body #content #right .testimonial {
	opacity: 0.0;
}
