@charset "UTF-8";
/* CSS Document */

@import url("mainNav.css");

* {
	padding:0;
	margin:0;
}
body {
	font-size: 62.5%;
	font-family: "Times New Roman", Times, serif;
}
em { font-family: "Times New Roman Italic"; }
a img { border: none; }
a {
	color: #000000;
	text-decoration: none;
}
.container {
	position: relative; 
	width: 119.3em;
	height: 75.5em;
	margin: 2% auto 0 auto;
}
/*----------Folio images----------*/
.imgArea {
	width: 119.3em;
	height: 70.5em;
	overflow: hidden;
	margin: 0 auto 1.2em auto;
	padding-bottom: 1.6em;
	border-bottom: 1px solid #000000;
	position: relative;
}
.imgArea .slideshow {
	width: 119.3em;
	height: 70.5em;
}
.imgArea .artwork {
	width: 119.3em;
	height: 70.5em;
}
.imgMask {
	display: block;
	position: absolute;
	width: 119.3em;
	height: 70.5em;
	z-index: 100;
}
/*----------Project info----------*/
.projInfo {
	font-size: 1.35em;
	text-align: right;
	float: right;
}
.projInfo a {
	color: #A7A9AC;
	text-decoration: none;
}
.projInfo a:hover {
	color: #000000;
}
/*----------About & Testimonials----------*/
.about, .testimonials {
	width: 14.4em;
	height: 69em;
	padding: 0.8em;
	background-color: #FFFF00;
	position: absolute;
	top: 0;
	left: -16em;
	z-index: 100;
}
.about {
	padding-left: 16.8em;
	left: -32em;
}
.about a:hover, .testimonials a:hover {
	text-decoration: underline;
}
.testimonials {
	z-index: 50;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}
.about h1,
.testimonials h1,
.projDetails h1,
.about p,
.testimonials p,
.projDetails p.details,
.projDetails p.client {
	font-size: 1.15em;
	font-weight: normal;
	border-top: 1px solid #000000;
	padding: 0.5em 0 1.5em 0;
	line-height: 1em;
}
/*----------Project details----------*/
.projDetails {
	width: 14.4em;
	height: 69em;
	padding: 0.8em;
	background-color: #FFFF00;
	position: absolute;
	top: 0;
	right: -16em;
	z-index: 100;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
	z-index: 100;
}
.close {
	width: 12.4em;
	font-size: 1.15em;
	line-height: 1em;
	color: #000000;
	text-decoration: none;
	border-top: 0.1em solid #000000;
	padding: 0.4em 0 1.5em 0;
	position: absolute;
	bottom: 0;
}
.about .close:hover,
.testimonials .close:hover,
.projDetails .close:hover {
	text-decoration: none;
}