html {width: 100%;}

body {
	background: white;
	text-align: left;
	color: black;
	font-size: 11pt !important;
	font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
	width: 90%;
	}

/********************************************************
linkology
********************************************************/
a:link, a:visited {
	color: black;
	background: transparent;
	font-family: 'Gill Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	}

/********************************************************
hidden elements
********************************************************/
#header,
#nav,
.subnav,
#breadcrumbs,
#project-nav,
.prev-next,
.slide-nav,
.back,
.return,
.validate {
	display: none;
	}

/********************************************************
page elements
********************************************************/
#logo-print {
	display: block;
	width: 380px;
	height: 25px;
	clear: both;
	}
#wrapper,
#content {
	padding: 0;
	}

/********************************************************
alignment
********************************************************/
#wrapper,
#project-slide,
#footer {
	text-align: left;
	}
.firm,
.firm-intro,
.bio,
#project-info p,
.news-item {
	text-align: justify;
	}
.more {
	text-align: right;
	}

/********************************************************
typography
********************************************************/
h1, h2, h3, h4 {
	font-weight: normal;
	text-transform: uppercase;
	}
h1 {
	letter-spacing: .2em;
	font-size: medium;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: large;
	}
html>h1 {font-size: large;}

h2 {
	font-size: 100%;
	letter-spacing: .1em;
	}
h3 {
	padding: 0 0 1em 0;
	font-size: 100%;
	letter-spacing: .1em;
	}
h4 {
	font-size: 100%;
	letter-spacing: .1em;
	}
ul {
	text-indent: 0;
	}
li {
	text-indent: 0;
	list-style: none;
	}
/*
firm
----------------------------------------*/
.firm-intro p {
	font-size: 120%;
	line-height: 2em;
	}
.firm-intro strong {
	font-weight: normal;
	text-transform: uppercase;
	}
.bio p strong {
	font-weight: normal;
	text-transform: uppercase;
	}
/*
projects: project pages
----------------------------------------*/
#project-info p strong {
	font-weight: normal;
	text-transform: uppercase;
	}
#project-info li {
	padding: 0;
	text-indent: none;
	}
#project-info li strong {
	font-weight: normal;
	color: #666;
	}	
/*
contact
----------------------------------------*/
.contact-info {
	letter-spacing: .1em;
	text-transform: uppercase;
	font-size: xx-small;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size: x-small;
	}
html>.contact-info {font-size: x-small;}
/*
news
---------------------------------------*/
.post-date {
	color: #666;
	}

#page-url {
	font-weight: normal;
	color: #666;
	}




