@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: none;
	text-decoration: none;
}
body {
	margin: 0;
	padding: 0;
	font: 12px "Lucida Grande";
	background: #fff url(../images/new_background_tile.jpg) repeat-x;
	height: 100%;
}
h1 {
	color: #42413D;
	font: 14px Georgia;
	letter-spacing: 2px;
	margin-bottom: 2px;
}
h2 {
	color: #777670;
	font: 10px Verdana;
	letter-spacing: 2px;
	margin-bottom: 30px;
}
h3 {
	color: #42413D;
	font: bold 10px Georgia;
	letter-spacing: 1px;
	margin-bottom: 10px;
	margin-top: 20px;
}
p {
	font: 10px/16px Verdana;
	color: #777670;
	margin-top: 10px;
}

/*white background on every page */
#wrapper {
	height: 600px;
	min-width: 800px;
	position: relative;
	top: 50px;
	width: 100%;
	background: url(../images/content_fill.png) repeat-x;
}

/* project styles */
#project {
	position: relative;
	left: 210px;
	height: 580px;
	width: 775px;
	z-index:10;
}
#projectText {
	position: absolute;
	bottom: 55px;
	width: 215px;
}

/* @group Thumbs */
ul#thumbs {
	list-style: none;
	width: 100%;
	padding-top: 30px;
	position: relative;
}

ul#thumbs li {
	position: relative;
	float: right;
	margin-left: 20px;
	width: 80px;
	height: 80px;
	border: 1px solid #d8d8d8;
}

ul#thumbs li img {
	position: absolute;
	left: 8px;
	top: 8px;
	width: 64px;
	height: 64px;
	clip: rect(0 64px 64px 0);
	border: none;
}

#photoViewer {
	position: absolute;
	right: 0;
	top: 125px;
	width: 550px;
	height: 400px;
	text-align: right;
	z-index:1000;
}
#photoViewer img {
	position: absolute;
	right: 0;
	bottom: 0;
}
#copyright {
 	position: absolute;
	bottom: 40px;
	width: 990px;
	text-align: right;
	font: 8px Verdana;
	color: #333333;
	z-index: 1;
}

/* client styles */
#clientContent {
	position: absolute;
	left: 210px;
	top: 25px;
	width: auto;
}

#clientContent ul.clients {
	float: left;
	margin-right: 75px;
}

#clientContent ul.clients li {
	list-style-type: none;
	font: bold 10px/16px Verdana;
	color: #777670;
}

#clientContent ul.clients li.title {
	font-weight: bold;
	color: #42413D;
}

#clientContent ul.clients li.location {
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 3px;
}

/* about */
#aboutContent {
	position: absolute;
	left: 250px;
	bottom: 150px;
	width: 640px;
	z-index:10;
}

/*site credits */
#creditsContent {
	position: absolute;
	left: 210px;
	bottom: 150px;
	width: 500px;
}

/*furnishings */
#furnContent {
	position: absolute;
	left: 210px;
	top: 100px;
}
#contextLinks {
	width: 780px;
}
#contextLinks img {
	width: 200px;
	height: 200px;
	margin-right: 20px;
	margin-bottom: 2em;
}
#contextLogo {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	margin-right: 4px;
	position: relative;
	top: -3px;
}
#furnContent p {
	width: 640px;
}

