html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; vertical-align: baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }
html { font-size: 100%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
figure { margin: 10% 0; }
figcaption { text-align: center; }
img { border: 0; -ms-interpolation-mode: bicubic;}
a:hover, a:active, a:focus { outline: none; -moz-outline-style: none;}
input {-webkit-border-radius:0; border-radius:0;}
::-webkit-input-placeholder {color: #989898;}
:-moz-placeholder {color: #989898;}
::-moz-placeholder {color: #989898;}
:-ms-input-placeholder {color: #989898;}

.searchform ::-webkit-input-placeholder {color: #282828;}
.searchform :-moz-placeholder {color: #282828;}
.searchform ::-moz-placeholder {color: #282828;}
.searchform :-ms-input-placeholder {color: #282828;}

*, *:before, *:after {-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
::selection {background: #ddeef2;}
::-moz-selection {background: #ddeef2;}

/* Clearfix */
.clearfix:after, #main-wrap .sharedaddy:after {clear:both; content:' '; display:block; font-size:0; line-height:0; visibility:hidden; width:0; height:0; }
.cf:before, .cf:after {content: " "; /* 1 */ display: table; /* 2 */}
.cf:after {clear: both;}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {*zoom: 1;}




body {
	height: 100%;
	display: block;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	color: #555;
	background: #ffffff;
  border: 0;
}

a {
  text-decoration: underline;
  color: #000;
}

blockquote {
  background: #f9f9f9;
  border-left: 10px solid #ccc;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #ccc;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote p {
  display: inline;
}

h1, h2, h3, h4, h5, h6 {
	color: #282828;
	font-weight: normal;
	-webkit-hyphens: auto;
	   -moz-hyphens: auto;
	    -ms-hyphens: auto;
			hyphens: auto;
}
h1 {
	padding: 46px 0 20px;
	font-size: 26px;
	font-size: 1.625rem;
}
h2 {
	font-size: 21px;
	font-size: 1.3125rem;
	line-height: 1.4;
}
.single-post .entry-content h2 {
	padding: 18px 0 14px;
}
h3 {
	padding: 18px 0 14px;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.45;
}
h4 {
	padding: 16px 0 13px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.5;
}
h5 {
	padding: 14px 0;
	font-size: 16px;
	font-size: 1rem;
	color: #555;
	line-height: 1.6;
	text-transform: uppercase;
	letter-spacing: 2px;
}
h6 {
	padding: 17px 0 0;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.6;
	font-weight: bold;
	font-style: italic;
}

table {
	width: 100%;
	margin: 0 0 40px;
	border-collapse: collapse;
	border-spacing: 0;
	border-bottom: 1px solid #ededee;
	line-height: 1.5;
	font-family: 'Source Sans Pro', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 0.875rem;
}
table td {
	padding: 10px 10px 10px 0;
	border-top: 1px solid #ededee;
}
table caption {
	margin: 40px 0;
}
table th {
	padding: 10px 10px 10px 0;
	text-align:left;
	color: #282828;
}


.nav{
    width: 70%;
    border:1px solid #ccc;
    border-width:1px 0;
    list-style:none;
    margin:0 auto;
    padding:0;
    text-align:center;
    background-color: #eaeaea;
}
.nav li{
    display:inline;
}
.nav a{
    display:inline-block;
    padding:10px;
    text-decoration: none;
    color: #000;
}

.nav a:hover {
  background-color: #000;
  color: white;
}

div.exhibit-facet {
    float: left;
    font-size: 15px;
    padding: 5px;
    position: relative;
    width: 30%;
  }


  img {
    max-width: 100%;
    height: auto;
  }

  .footer{
      width: 70%;
      border:1px solid #cccc;
      border-width:1px 0;
      list-style:none;
      margin:0 auto;
      padding:0;
      text-align:left;
      background-color: #eaeaea;
      font-size: 12px;
      text-align:center;
  }

  .footer a{
      display:inline-block;
      padding:0px;
      text-decoration: none;
      color: #000;
  }
