/* Default styles reset */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { 
  margin: 0; padding: 0;
}
a img,:link img,:visited img { 
  border: none; 
}
a {
  text-decoration: underline;
  color: #000;
}
a:hover {
  text-decoration: underline;
  color: #000;
}

body, td
{
  margin: 0;
  padding: 0;
  font-family: Georgia, Times, serif;
  font-size: 14px;
  font-height: 1.125em;
  color: #000;
}
input {
  font-family: Georgia, Times, serif;
  font-size: 12px;
}
h1 {
  font-family: Arial, Helvetica, serif;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.25em;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 0.5em;
}
h2 {
  font-family: BaseNine, Arial, sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1em;
  text-transform: uppercase;
  color: #000;
}
h3 {
  font-family: BaseNine, Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #000;
}
h4 {
  color: #ff6114;
  margin-bottom: 1em;
}
h4 a {
  color: #ff6114;
}

.content p a:link:after, #content a:visited:after {
  content: " (" attr(href) ") ";
  font-size: 90%;
  color: #aaa;
}
.content p a[href^="/"]:after {
  content: " (http://www.frac-platform.com" attr(href) ") ";
  color: #aaa;
}
#nav {
  display: none;
}
#toolbox {
  display: none;
}
#map {
  display: none;
}
#header {
  margin-bottom: 3em;
}
#logo {
  margin: 0 0 0 -16px;
}
#logo_subtitle {
  font-weight: bold;
}

.content img {
  page-break-inside: avoid;
}
.content h3 {
  font-size: 14px;
  margin-bottom: 2em;
}

.head {
  margin-bottom: 2em;
}
.head h1 {
  margin-bottom: 0;
}
.head h3 {
  display: none;
}

.pager {
  display: none;
}

p.clear {
  clear: both;
}

.picture {
  margin-top: 1em;
  float: left;
  position: relative;
}
.legend {
  margin-top: 1.8em;
  margin-left: 66%;
  font-size: 10px;
  line-height: 1em;
  color: #000;
}
* html .legend {
  margin-left: 375px;
}

.exhibition {
  margin-bottom: 2em;
}
.exhibition .title {
  color: #000;
  font-weight: bold;
  font-style: italic;
}
.exhibition .artists {
  font-weight: bold;
  font-style: normal;
}
.exhibition .outside {
  font-weight: normal;
  font-style: normal;
}
.exhibition .subtitle {
  color: #000;
}
.exhibition .dates {
  color: #000;
  font-style: italic;
}
.exhibition .info {
  color: #000;
}

.book {
  margin-bottom: 2em;
}
.book .title {
  color: #000;
  font-weight: bold;
  font-style: italic;
}
.book .authors {
  font-weight: bold;
  font-style: normal;
}
.book .subtitle {
  color: #000;
  font-style: italic;
}
.book .edition {
  color: #000;
}

.file {
  margin-bottom: 0.5em;
}
.file p.legend {
  margin-left: 0;
  font-size: 16px;
}
.file .icon {
  float: left;
}


