@import url('latinmodern.css');
/*** TYPOGRAPHY  ***/

/*****/
body	{
	font-family: LatinModernSans10, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.2em;
  color: #242808;
	font-weight:normal;
}

h1, h2, h3 {
	font-family: LatinModernSans10, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style:	normal;
  margin: 0;
  padding: 0;
  color: #44453C;
}
h4, h5, h6, .CreditSubtitle, .CreditParties {  
	font-family: LatinModernSans10Bold, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style:	normal;
  margin: 0;
  padding: 0;
  color: #44453C;
}
.summary-content .content, .tagline, body #nav a, .address, .DetailHeading, .PageTitleA, .PageTitle2 {
  font-weight: normal;
}

.DetailHeading, 
.PageTitleA, 
.PageTitle2, 
#top-menu li a, 
#comments .required, 
#formatting-guide .crud, 
.tabs a, 
#project-meta #location-date, 
.CreditParties, 
#search-form input, 
.link-list dt.
b,
strong {
	font-family: LatinModernSans10Bold, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

em,
i,
blockquote {
	font-family: LatinModernSans10Oblique, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

#project-meta #category, #project-meta #location-date {
	font-family: LatinModernSans10BoldOblique, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 1.8em;
  line-height: 1em;
	margin:1.66em 0 0;
	font-weight:normal;
}
h1:first-child {
	margin-top:1em;
}

h2 {
  font-size: 1.6em;
  line-height: 1em;
	margin:2em 0 0;
	font-weight:normal;
}
h2:first-child {
	margin-top: 1.125em;
}

h3 {
  font-size: 1.4em;
  line-height: 1em; 
  margin: 1.57em 0 0;
	font-weight:normal;
}

h4 {
  font-size: 1.2em;
	margin:2em 0 0;
	line-height:1em;
	font-weight:bold;
}

h5 {
  font-size: 1.1em;
	line-height:1em;
	margin:2.27em 0 0;
}

h6 {
  font-size: 1em;
	line-height:1em;
	margin:2.6em 0 0;
}

p, ul {
	margin:1.2em 0;
}
p:first-child {
	margin-top:0;
}
li {
	margin:0.6em 0;
}
/** for Chrome and all other browsers that don't print font-face type  **/
html.chrome body	{
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
html.chrome 
/*** SHOW HYPERLINKS ***/
/* cool effect; too hard to control with CSS alone */
/*a {
	text-decoration:none;
}
a:after { 
	content:" (" attr(href) ") ";
	color:#000;
	font-size:.9em;
	text-decoration:none !important;
	font-weight:normal;
	}*/
/*** PRINT OVERRIDES  ***/

#full-content {
  height: auto;
}

#body,#full-content, #page {
  position:relative;
  left:0;
  top:0;
  border:none;
}

#head,
#foot,
#top-menu,
.tabs,
.magnify,
#head .content,
#head #nav,
.address,
#search-form,
#top-menu ul,
div.gallery-nav,
#_atssh,
#share-button
 {
  display:none;
}

body, #full-content,
#top-content, #full-content div.scroll-innerBox {
  background:none;
  height:auto;
	overflow:visible !important;
}

#full-content p, 
#full-content h1,
#full-content h2,
#full-content li {
  color: #000;
}
h1.print-heading {
	width:300px;
	float:left;
	margin-top:0;
}
#projects h1.print-heading {
	float:right;
}
#project-meta #location-date {
    margin: 0 0 2em 0;
    padding: 0 0 10px;
}
#bottom-content,
.tab-panes,
#description-pane,
.pane {
  height:auto;
  position:relative;
  display:block;
  background:none;
  overflow:none;
  width: 500px;
	clear:both;
}

#green-pane,
#description-pane,
#credits-pane {
  display:block;
  position:relative !important;
  height: auto;
	visibility:visible !important;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}
#bottom-content {
	clear:both;
}
div.project-photos .photo {
	display:inline !important;
	margin:10px;
	float:none;
}
div.project-gallery {
	display:block;
}
.scroll-innerBox {
	height:auto !important;
	width:auto !important;
}
#body img {
	page-break-inside:avoid;
}
