@charset "UTF-8";
/*! normalize.css 2011-08-31T22:02 UTC · http://github.com/necolas/normalize.css */
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */
/*
 * Corrects block display not defined in IE6/7/8/9 & FF3
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

/*
 * Corrects inline-block display not defined in IE6/7/8/9 & FF3
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/*
 * Prevents modern browsers from displaying 'audio' without controls
 */
audio:not([controls]) {
  display: none;
}

/*
 * Addresses styling for 'hidden' attribute not present in IE7/8/9, FF3, S4
 * Known issue: no IE6 support
 */
[hidden] {
  display: none;
}

/* =============================================================================
   Base
   ========================================================================== */
/*
 * 1. Corrects text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Keeps page centred in all browsers regardless of content height
 * 3. Prevents iOS text size adjust after orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */
html {
  font-size: 100%;
  /* 1 */
  overflow-y: scroll;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  -ms-text-size-adjust: 100%;
  /* 3 */
}

/*
 * Addresses margins handled incorrectly in IE6/7
 */
body {
  margin: 0;

}

/*
 * Addresses font-family inconsistency between 'textarea' and other form elements.
 */
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
}

/* =============================================================================
   Links
   ========================================================================== */
a {
  color: #00e;
}

a:visited {
  color: #551a8b;
}

/*
 * Addresses outline displayed oddly in Chrome
 */
a:focus {
  outline: thin dotted;
}

/*
 * Improves readability when focused and also mouse hovered in all browsers
 * people.opera.com/patrickl/experiments/keyboard/test
 */
a:hover,
a:active {
  outline: 0;
}

/* =============================================================================
   Typography
   ========================================================================== */
/*
 * Addresses styling not present in IE7/8/9, S5, Chrome
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/*
 * Addresses style set to 'bolder' in FF3/4, S4/5, Chrome
*/
b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

/*
 * Addresses styling not present in S5, Chrome
 */
dfn {
  font-style: italic;
}

/*
 * Addresses styling not present in IE6/7/8/9
 */
mark {
  background: #ff0;
  color: #000;
}

/*
 * Corrects font family set oddly in IE6, S4/5, Chrome
 * en.wikipedia.org/wiki/User:Davidgothberg/Test59
 */
pre,
code,
kbd,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

/*
 * Improves readability of pre-formatted text in all browsers
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * 1. Addresses CSS quotes not supported in IE6/7
 * 2. Addresses quote property not supported in S4
 */
/* 1 */
q {
  quotes: none;
}

/* 2 */
q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

/*
 * Prevents sub and sup affecting line-height in all browsers
 * gist.github.com/413930
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* =============================================================================
   Lists
   ========================================================================== */
ul,
ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* =============================================================================
   Embedded content
   ========================================================================== */
/*
 * 1. Removes border when inside 'a' element in IE6/7/8/9, F3
 * 2. Improves image quality when scaled in IE7
 *    code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/*
 * Corrects overflow displayed oddly in IE9
 */
svg:not(:root) {
  overflow: hidden;
}

/* =============================================================================
   Figures
   ========================================================================== */
/*
 * Addresses margin not present in IE6/7/8/9, S5, O11
 */
figure {
  margin: 0;
}

/* =============================================================================
   Forms
   ========================================================================== */
/*
 * Corrects margin displayed oddly in IE6/7
 */
form {
  margin: 0;
}

/*
 * Define consistent margin and padding
 */
fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/*
 * 1. Corrects color not being inherited in IE6/7/8/9
 * 2. Corrects alignment displayed oddly in IE6/7
 */
legend {
  border: 0;
  /* 1 */
  *margin-left: -7px;
  /* 2 */
}

/*
 * 1. Corrects font size not being inherited in all browsers
 * 2. Addresses margins set differently in IE6/7, F3/4, S5, Chrome
 * 3. Improves appearance and consistency in all browsers
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/*
 * 1. Addresses FF3/4 setting line-height using !important in the UA stylesheet
 * 2. Corrects inner spacing displayed oddly in IE6/7
 */
button,
input {
  line-height: normal;
  /* 1 */
  *overflow: visible;
  /* 2 */
}

/*
 * Corrects overlap and whitespace issue for buttons and inputs in IE6/7
 * Known issue: reintroduces inner spacing
 */
table button,
table input {
  *overflow: auto;
}

/*
 * 1. Improves usability and consistency of cursor style between image-type 'input' and others
 * 2. Corrects inability to style clickable 'input' types in iOS
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  /* 1 */
  -webkit-appearance: button;
  /* 2 */
}

/*
 * 1. Addresses box sizing set to content-box in IE8/9
 * 2. Addresses excess padding in IE8/9
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/*
 * 1. Addresses appearance set to searchfield in S5, Chrome
 * 2. Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof)
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/*
 * Corrects inner padding displayed oddly in S5, Chrome on OSX
 */
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
 * Corrects inner padding and border displayed oddly in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*
 * 1. Removes default vertical scrollbar in IE6/7/8/9
 * 2. Improves readability and alignment in all browsers
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* =============================================================================
   Tables
   ========================================================================== */
/*
 * Remove most spacing between table cells
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

div.colors div {
  width: 2em;
  height: 2em;
  border-radius: 1em;
  display: inline-block;
}

.base-color {
  background: #ff5533;
}

.complementary-color {
  background: #33ddff;
}

.complementary-analogous-positive {
  background: #3377ff;
}

.analogous-negative {
  background: #b3003b;
}

.analogous-positive {
  background: #b37700;
}

.split-complementary-negative {
  background: #003bb3;
}

.split-complementary-positive {
  background: #00b377;
}

.triad-negative {
  background: #1e00b3;
}

.triad-positive {
  background: #00b31e;
}

.right-triangle-negative {
  background: #7700b3;
}

.right-triangle-positive {
  background: #3bb300;
}

div[role=main]:before, div[role=main]:after {
  content: "";
  display: table;
  width: 100%;
}
.ie div[role=main] {
  *zoom: 1;
}

section {
  width: 18.36735%;
  float: left;
  margin-right: 2.04082%;
  display: inline;
}

@media screen {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  * html {
    font-size: 125%;
  }

  html {
    font-size: 18px;
    line-height: 1.5em;
  }

  html {
    background-color: #F3F3EB;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 200, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, transparent)), url("../images/bg.jpg");
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1) 0%, transparent 200px), url("../images/bg.jpg");
    background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1) 0%, transparent 200px), url("../images/bg.jpg");
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.1) 0%, transparent 200px), url("../images/bg.jpg");
    background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0%, transparent 200px), url("../images/bg.jpg");
    background-position: 0 2px;
    border-top: 3px solid #483247;
  }

  body {
    font-family: "Crimson Text", Georgia, "Times New Roman", Times, serif;
    color: #4b4b4b;
    position: relative;
    padding: 0;
    *zoom: 1;

    margin-left: auto;
    margin-right: auto;
  }
  body:after {
    content: "";
    display: table;
    clear: both;
  }

  a {
    color: #573d56;
    color: #573d56;
    -webkit-transition: color 0.5s, background-color 0.5s;
    -moz-transition: color 0.5s, background-color 0.5s;
    -o-transition: color 0.5s, background-color 0.5s;
    transition: color 0.5s, background-color 0.5s;
  }
  a:visited {
    color: #755274;
  }
  a:focus {
    color: #664865;
  }
  a:hover {
    color: #664865;
  }
  a:active {
    color: #573d56;
  }
  a:before {
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
  }
  a img {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }

  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    text-decoration: none;
  }

  h1, h2 {
    font-weight: normal;
  }

  h1 {
    font-size: 1.6em;
    line-height: 1.875em;
    margin: 0.9375em 0;
    text-shadow: rgba(255, 255, 255, 0.5) -1px 0;
  }
  div[role=main] h1:first-child {
    font-size: 2em;
    line-height: 1.5em;
  }

  h2 {
    font-size: 1.4em;
    line-height: 2.14286em;
    line-height: 1.07143em;
    margin: 2.14286em 0 1.07143em;
  }
  h1 + h2, h1 ~ * h2:first-child {
    margin-top: 1.07143em;
  }

  h3 {
    font-size: 1.2em;
    line-height: 1.25em;
    color: rgba(75, 75, 75, 0.75);
    margin: 1.25em 0 0;
  }
  h2 + h3, h2 + * h3 {
    margin-top: 0 !important;
  }

  h4 {
    font-size: 1em;
    line-height: 1.5em;
    margin-top: 3em;
  }
  h3 + h4 {
    margin-top: 1.5em;
  }

  h5 {
    font-size: 1em;
    line-height: 1.5em;
    color: rgba(75, 75, 75, 0.75);
    margin-top: 3em;
  }
  h4 + h5 {
    margin: 1.5em 0 0;
  }

  h6 {
    font-size: 1em;
    line-height: 1.5em;
    font-style: italic;
    color: rgba(75, 75, 75, 0.75);
    margin: 3em 0;
  }
  h5 + h6 {
    margin: 1.5em 0;
  }

  h3 + p,
  h3 + ul,
  h3 + ol, h4 + p,
  h4 + ul,
  h4 + ol, h5 + p,
  h5 + ul,
  h5 + ol, h6 + p,
  h6 + ul,
  h6 + ol {
    margin-top: 0;
  }
  h3 + .element-text :first-child, h4 + .element-text :first-child, h5 + .element-text :first-child, h6 + .element-text :first-child {
    margin-top: 0;
  }

  p {
    margin: 0 0;
  }

  blockquote {
    margin: 0;
    font-size: 1em;
    line-height: 1.5em;
    border-left: 0.375em solid rgba(75, 75, 75, 0.1);
    padding-left: 1.5em;
    font-style: italic;
  }
  figure blockquote {
    text-align: left;
  }
  blockquote + figcaption {
    margin-left: 2.67857em;
    text-align: left;
  }
  blockquote :last-child {
    margin-bottom: 0;
  }

  /* Forms */
  form {
    margin-top: 1.5em;
    margin-bottom: 1.5em;
  }
  form .field {
    margin-bottom: 1.5em;
  }

  fieldset {
    margin: 0;
    padding: 0;
    border: none;
  }

  textarea {
    width: 100%;
  }

  textarea,
  input,
  select,
  button {
    font-family: "Cabin", "Lucida Grande", Verdana, sans-serif;
    color: #4b4b4b;
    font-size: 0.8em;
    line-height: 1.875em;
    line-height: 1;
    padding: 0.46875em;
  }

  textarea,
  input[type=text] {
    border: 1px solid rgba(75, 75, 75, 0.1);
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: 0;
  }

  nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  nav ul li {
    display: inline;
  }

  nav ul li a {
    text-decoration: none;
  }

  figure {
    margin: 3em 0;
    text-align: center;
  }
  figure img {
    border: 1px solid rgba(75, 75, 75, 0.1);
    padding: 0.375em;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  }

  figcaption {
    font-size: 0.8em;
    line-height: 1.875em;
    color: rgba(75, 75, 75, 0.75);
  }

  dl {
    margin: 1.5em 0;
  }
  dl dt {
    font-weight: bold;
  }
  dl dd {
    margin: 0 0 1.5em 1.5em;
  }

  ul {
    list-style: disc;
  }

  ol {
    list-style: decimal;
  }

  ul, ol {
    padding: 0;
    margin: 1.5em 0 1.5em 1.5em;
  }
  header nav ul ul, footer nav ul ul, header nav ol ul, footer nav ol ul {
    display: none;
  }
  nav ul, nav ol {
    margin-left: 0;
    padding-left: 0;
    list-style: none !important;
  }
  ul ul, ol ul {
    list-style: circle;
  }
  ul ol, ol ol {
    list-style: upper-alpha;
  }
  ul ul, ul ol, ol ul, ol ol {
    margin: 0 0 0 1.5em;
  }
  ul ul ul, ul ol ul, ol ul ul, ol ol ul {
    list-style: square;
  }
  ul ul ol, ul ol ol, ol ul ol, ol ol ol {
    list-style: lower-alpha;
  }

  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
  }

  th {
    border-bottom-style: solid;
    border-bottom-width: 0.05em;
    padding-bottom: 1.45em;
    border-bottom-color: rgba(75, 75, 75, 0.1);
    text-align: left;
  }

  tr {
    border-bottom-style: solid;
    border-bottom-width: 0.05em;
    padding-bottom: 1.45em;
    border-color: rgba(75, 75, 75, 0.1);
  }

  td {
    vertical-align: top;
    padding: 0.375em;
  }

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

  code {
    font-family: monospace;
    color: #3d574b;
  }

  del {
    color: rgba(75, 75, 75, 0.5);
  }

  ins {
    text-decoration: none;
    background: #3d574b;
  }

  address {
    font-style: normal;
    margin: 1.5em 0;
  }

  br {
    margin: 0;
    line-height: 0;
  }

  hr {
    border: none;
    text-align: center;
  }
  hr:before {
    display: block;
    content: " · · · · · ";
    color: rgba(75, 75, 75, 0.5);
  }

  /* Have to use more specific selector to override Omeka core styles. */
  body #admin-bar {
    background: transparent !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    text-align: center !important;
    font-size: 0.6em;
    line-height: 2.5em;
    margin: 0;
    padding: 0;
  }
  body #admin-bar:before, body #admin-bar:after {
    content: "";
    display: table;
    width: 100%;
  }
  .ie body #admin-bar {
    *zoom: 1;
  }
  body #admin-bar:after {
    display: block;
    content: "";
    height: 0;
    border-top: 1px solid rgba(75, 75, 75, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  }
  body #admin-bar ul {
    line-height: 2.5em;
  }
  body #admin-bar li a {
    text-decoration: none;
    color: #573d56 !important;
  }
  body #admin-bar li a:link {
    color: #573d56 !important;
  }
  body #admin-bar li a:visited {
    color: #755274 !important;
  }
  body #admin-bar li a:hover, body #admin-bar li a:focus, body #admin-bar li a:active {
    color: #664865 !important;
  }
  body #admin-bar li:before {
    content: none;
    padding: 0;
    margin: 0;
  }

  header[role=banner]:before, header[role=banner]:after {
    content: "";
    display: table;
    width: 100%;
  }
  .ie header[role=banner] {
    *zoom: 1;
  }
  header[role=banner] h1 {
    margin: 0;
    text-align: center;
  }
  header[role=banner] a {
    text-decoration: none;
  }
  header[role=banner] nav {
    clear: both;
  }
  header[role=banner] nav:before {
    display: block;
    content: "";
    height: 0;
    border-top: 1px solid rgba(75, 75, 75, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  }
  header[role=banner] nav:after {
    display: block;
    content: "";
    height: 0;
    border-top: 1px solid rgba(75, 75, 75, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  }
  header[role=banner] nav ul {
    text-align: center;
    line-height: 3em;
  }
  header[role=banner] nav .active a {
    color: #4b4b4b;
  }

  /* Simple Search */
  #search-container {
    position: relative;
    max-width: 56.60377%;
    margin: 0 auto 1.5em;
  }
  #search-container input {
    margin: 0;
  }
  #search-container input[type=text] {
    color: #555;
    width: 100%;
    border: 0;
    padding-right: 2em;
  }
  #search-container input[type=submit] {
    position: absolute;
    background-color: transparent;
    top: 50%;
    right: 0em;
    margin-top: -1em;
    content: "";
    text-indent: -9999px;
    background-image: url("../images/search-icon.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 2em;
    width: 2em;
    line-height: 0;
    border: none;
    cursor: pointer;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
  }
  #search-container input[type=submit]:hover, #search-container input[type=submit]:focus, #search-container input[type=submit]:active {
    outline: none;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }

  div[role=main] {
    padding-bottom: 1.5em;
  }

  #featured-item .image,
  #recent-items .image {
    width: 3.75em;
    height: 3.75em;
    float: left;
    display: block;
    margin: 0.375em 2.12766% 1.5em 0;
  }
  #featured-item .item-description,
  #recent-items .item-description {
    margin-top: 0;
    font-size: 0.8em;
    line-height: 1.875em;
  }
  #featured-item .item + .item,
  #recent-items .item + .item {
    border-top: 1px dotted #ccc;
  }

  #recent-items div.item:before, #recent-items div.item:after,
  #recent-items div.collection:before,
  #recent-items div.collection:after,
  .browse div.item:before,
  .browse div.item:after,
  .browse div.collection:before,
  .browse div.collection:after {
    content: "";
    display: table;
    width: 100%;
  }
  .ie #recent-items div.item, .ie
  #recent-items div.collection, .ie
  .browse div.item, .ie
  .browse div.collection {
    *zoom: 1;
  }

  #featured-exhibit .image {
    width: 3.75em;
    height: 3.75em;
    float: right;
    display: block;
    margin-left: 2.12766%;
    margin-top: 0.375em;
  }
  #featured-exhibit .description {
    margin-top: 0;
    font-size: 0.8em;
    line-height: 1.875em;
  }

  .pagination {
    list-style-type: none;
    width: 49.0566%;
    float: left;
    margin-right: 1.88679%;
    display: inline;
  }
  .pagination,
  .pagination li {
    margin: 0px;
    padding: 0px;
    display: inline;
  }
  .pagination form {
    display: inline;
  }
  .pagination input {
    width: 2em;
  }
  .pagination a {
    text-decoration: none;
  }

  #sort-links {
    width: 49.0566%;
    float: right;
    margin-right: 0;
    *margin-left: -30px;
    display: inline;
    text-align: right;
  }
  #sort-links ul {
    list-style-type: none;
  }
  #sort-links ul,
  #sort-links ul li {
    margin: 0px;
    padding: 0px;
    display: inline;
  }
  #sort-links ul a {
    text-decoration: none;
  }
  #sort-links ul li + li:before {
    content: " · ";
    color: rgba(75, 75, 75, 0.5);
  }

  .item-pagination {
    display: block;
    clear: both;
    text-align: center;
    padding-top: 1.5em;
  }

  .browse .item h2 {
    margin-bottom: 0;
  }
  .browse .item .item-img {
    float: right;
    margin-left: 2.12766%;
  }
  .browse .item + .item {
    margin-top: 1.5em;
  }
  .browse .item + .item:before {
    display: block;
    content: "";
    height: 0;
    border-top: 1px solid rgba(75, 75, 75, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  }
  .browse .collection h2 {
    margin-bottom: 0;
  }
  .browse .collection + .collection {
    margin-top: 1.5em;
  }
  .browse .collection + .collection:before {
    display: block;
    content: "";
    height: 0;
    border-top: 1px solid rgba(75, 75, 75, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  }
  .browse .collection .view-items-link {
    margin-bottom: 0;
  }
  #collection-items .item p {
    font-size: 0.75em;
    line-height: 2em;
    line-height: 1.5em;
  }

  #outputs {
    margin-top: 3em;
  }
  #outputs:before, #outputs:after {
    content: "";
    display: table;
    width: 100%;
  }
  .ie #outputs {
    *zoom: 1;
  }
  #outputs .outputs-label {
    font-weight: bold;
  }
  #outputs .outputs-label:after {
    content: ": ";
  }
  #outputs p {
    margin-top: 0;
    display: inline;
  }

  #advanced-search-form .field + .field {
    border-top: 1px dotted rgba(75, 75, 75, 0.1);
    padding-top: 1.5em;
  }

  #search-narrow-by-fields select,
  #search-narrow-by-fields input[type=text] {
    margin-right: 0.375em;
  }


  footer[role=contentinfo] {
    text-align: center;
  }
  footer[role=contentinfo]:before {
    display: block;
    content: "";
    height: 0;
    border-top: 1px solid rgba(75, 75, 75, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  }
  footer[role=contentinfo] p,
  footer[role=contentinfo] ul {
    font-size: 0.8em;
    line-height: 1.875em;
    margin-top: 1.875em;
    padding-top: 0em;
    padding-bottom: 0em;
    margin-bottom: 1.875em;
  }
}
@media screen and (min-width: 1050px) {
  .browse .collection .description {
    width: 66.03774%;
    float: left;
    margin-right: 1.88679%;
  }
  .browse .collection .meta {
    width: 20.75472%;
    float: right;
    margin-right: 0;
  }
  .browse .collection .meta h3 {
    margin-top: 0;
  }
}

@media screen and (min-width: 1050px) {
  body #admin-bar {
    text-align: right !important;
  }

  header[role=banner] {
    padding-top: 1.5em;
  }
  header[role=banner] h1 {
    width: 66.03774%;
    float: left;
    margin-right: 1.88679%;
    text-align: left;
    line-height: 0.9375em;
    margin: 0;
  }
  header[role=banner] #search-container {
    width: 32.07547%;
    float: right;
    margin-right: 0;
  }
  header[role=banner] #search-container form {
    margin: 0;
  }
  header[role=banner] nav:before, header[role=banner] nav:after {
    content: "";
    display: table;
    width: 100%;
  }
  .ie header[role=banner] nav {
    *zoom: 1;
  }

  .show .element-set {
    width: 66.03774%;
    float: left;
    margin-right: 1.88679%;
  }
  .show #item-tags,
  .show #item-citation,
  .show #item-output-formats {
    width: 32.07547%;
    float: right;
    margin-right: 0;
    clear: right;
  }

  #featured-content {
    width: 49.0566%;
    float: left;
    margin-right: 1.88679%;
  }

  #recent-items {
    width: 49.0566%;
    float: right;
    margin-right: 0;
  }

  #advanced-search-form .field:before,
  #advanced-search-form .field:after {
    content: "";
    display: table;
    width: 100%;
  }
  .ie #advanced-search-form .field {
    *zoom: 1;
  }
  #advanced-search-form .field label,
  #advanced-search-form .field .label {
    width: 32.07547%;
    float: left;
    margin-right: 1.88679%;
    text-align: right;
  }
  #advanced-search-form .field .inputs {
    width: 66.03774%;
    float: right;
    margin-right: 0;
  }
  #advanced-search-form .field .add_search {
    clear: right;
    margin-left: 33.96226%;
  }
  #advanced-search-form .submit {
    margin-left: 33.96226%;
  }

  footer[role=contentinfo] {
    text-align: left;
  }
  footer[role=contentinfo]:before, footer[role=contentinfo]:after {
    content: "";
    display: table;
    width: 100%;
  }
  .ie footer[role=contentinfo] {
    *zoom: 1;
  }
  footer[role=contentinfo] nav {
    width: 66.03774%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
  footer[role=contentinfo] #footer-text {
    width: 32.07547%;
    float: left;
    margin-right: 1.88679%;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  @page {
    margin: .5cm;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h1, h2, h3 {
    page-break-after: avoid;
  }

  nav {
    display: none;
  }
}

/*-------------Below are new styles defined by Rui------------------*/

/* define main navigation styles */
#exhibit-pages {
  font-family: 'Fjalla One', sans-serif;
  letter-spacing: 0.02em;
  display: table;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

#exhibit-pages ul {
  text-align:center;
}

#exhibit-pages ul li {
  float: left;
  display: inline;
  list-style-type: none;
  background: url(../images/bt1.png);
  background-size: cover;
}

#exhibit-pages ul > :first-child {
  padding-left: 30px;
  background: url(../images/bt2.png) no-repeat;
  background-size: cover;
}

#exhibit-pages ul > :last-child {
  padding-right: 30px;
  background: url(../images/bt3.png) right no-repeat;
  background-size: cover;
}

#exhibit-pages ul li a:hover {
  color: #5a4031;
  background-color: #ffffff;
}

#exhibit-pages ul .current a {
  color: #ffffff;
  background-color: rgba(255,255,255,0.1);
}

#exhibit-pages ul li a {
  display: block;
  padding: 15px 17px;
  color: #FFFFFF;
  font-size: 0.9em;
}

#exhibit-pages ul li ul {
  position: absolute;
  width: 200px;
  background: #FFF;
}

#exhibit-pages ul li ul li {
  margin: 0;
  padding: 0;
  width: 200px;
}

/* below are Slicknav css styles pasted in */
#exhibit-pages ul li ul li a {
  display: block;
  padding: 15px 10px;
  color: #ffffff;
}

#exhibit-pages ul li ul li:hover a {
  background: #F7F7F7;
}

#exhibit-pages ul li ul.fallback {
  display: none;
}

#exhibit-pages ul li:hover ul.fallback {
  display: block;
}

/* put the drop down menu on top of the Browse all items button*/
.slicknav_nav {
  z-index: 999;
  position: relative;
}

/* hide the link to the credits page */
#exhibit-pages ul li a[href$="credits"] {
  visibility: hidden;
  width: 0;
  margin-left: -30px;
}

.slicknav_nav a[href$="credits"] {
  display: none;
}

a.next-page[href$="credits"] {
  display: none;
}

/* define new logo styles */
#new-logo {
  margin-left: 10%;
  width: 204px;
  height: 181px;
  margin-bottom: 2em;
  margin-top: 1em;
}

@media screen and (max-width: 1155px) {
  #new-logo {
    width: 170px;
    height: 151px;
    margin-left: 5%;
    margin-top: 0.5em;
  }
}

/*define new header area background styles*/
#new-header {
  margin-bottom: 3em;
  height: 280px;
  background: url(../images/bg_header.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 1em;
  position: relative;
}

/* define content area styles */
.exhibit-page__title,
.main-wrapper {
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2em;
}

@media screen and (min-width: 474px) {
  .exhibit-page__title,
  .main-wrapper  {
    max-width: 676px;
  }
}
@media screen and (min-width: 918px) {
  .exhibit-page__title,
  .main-wrapper  {
    max-width: 918px;
  }
}

@media screen and (min-width: 1350px) {
  .exhibit-page__title,
  .main-wrapper {
    max-width: 1362px;
  }
}

/* css for mobile hamburger menu */
.slicknav_menu {
  display: none;
}

@media screen and (max-width: 1155px) {
  .js #exhibit-pages > ul {
    display: none;
  }

  .js .slicknav_menu {
    display: block;
  }
}

/* define gallery items styles */
.exhibit-gallery-item {
  width: 100%;
  margin-top: 1em;
}


.exhibit-gallery-item img,
.exhibit-gallery-item a {
  display: block;
}

.exhibit-gallery-item img {
  padding: 4px;
  border: 1px solid #937764;
  margin: 0 auto;
}

@media screen and (min-width: 474px) {
  .exhibit-item.exhibit-gallery-item {
    float: left;
    width: 48%;
    height: auto;
    margin: 1em 1%;
  }
}

@media screen and (min-width: 650px) {
  .exhibit-item.exhibit-gallery-item {
    width: 31%;
  }
}

@media screen and (min-width: 918px) {
  .exhibit-item.exhibit-gallery-item {
    width: 23%;
  }
}

@media screen and (min-width: 1350px) {
  .exhibit-item.exhibit-gallery-item {
    width: 14.666667%;
  }
}

#exhibit-blocks .exhibit-block:last-child{
  margin-bottom: 2em;
}

/*define the height for neatlinre exhibit*/
#exhibit-blocks .exhibit-block.layout-neatline iframe {
  width: 100%;
  height: 500px;
}

@media screen and (min-width: 918px) {
  .exhibit-block.layout-text{
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
    -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
    -moz-column-gap: 40px; /* Firefox */
    column-gap: 40px;
    text-align: justify;
  }
}

.exhibit-block.layout-text{
  text-indent: 25px;
}

/*Define "browse all items" button styles*/
#new-button{
  font-family: 'Fjalla One', sans-serif;
  position: absolute;
  top: 2.5em;
  right: 3em;
  width: 125px;
  height: 35px;
  display: block;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  padding-top: 4px;
  background: rgba(47, 32, 20, 0.2);
  border: 1px solid #ffffff;
  font-size: 14px;
  letter-spacing:0.02em;
}

@media screen and (max-width: 1155px){
  #new-button{
    top: 15em;
    right: 2em;
  }
}

/*define the foot navigation style*/
#exhibit-page-navigation{
  font-family: 'Fjalla One', sans-serif;
  letter-spacing: 0.02em;
  color: #5a4031;
  max-width: 1410px;
  padding-left: 4%;
  padding-right: 4%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 2em !important;
}

.current-page {
  color: #593f2c;
  padding: 10px 10px;
  display: block;
}

.next-page {
  text-decoration: none;
  color: #ffffff;
  background: url(../images/next.png) right no-repeat;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 30px;
  background-size: cover;
  float: left;
  clear: left;
  float: right;
  font-size: 16px;
}

.next-page:visited {
  color: #ffffff;
}

.next-page:hover {
  color: #ffffff;
}

.previous-page {
  text-decoration: none;
  color: #ffffff;
  background: url(../images/previous.png) left no-repeat;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 30px;
  background-size: cover;
  float: left;
  clear: left;
  font-size: 16px;
}

.previous-page:visited {
  color: #ffffff;
}

.previous-page:hover {
  color: #ffffff;
}

/* make the pager looks better in mobile screen */
@media screen and (max-width: 700px) {
  .next-page {
    width: 100%;
    background-image: none;
    background-color: #5a4031;
    padding: 10px 5px;
    text-align: center;
  }

  .previous-page {
    width: 100%;
    background-image: none;
    background-color: #5a4031;
    padding: 10px 5px;
    text-align: center;
  }

  #exhibit-page-navigation div {
    width: 100%;
    margin: 5px 0px;
  }

  #exhibit-nav-up {
    display: none;
  }
  .exhibit-block.layout-neatline {
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* define the ol, blockquote, h1 style in .exhibit-block.layout-text*/
.exhibit-block.layout-text li {
  text-indent: 0px;
  font-size: 17px;
}

.exhibit-block.layout-text blockquote {
  margin-top: 1em;
  margin-bottom: 1em;
}


.exhibit-block.layout-text h1 {
  margin-bottom: 3px;
  margin-top: 8px;
  text-indent: 3px;
  text-align: left;
}

.exhibit-block.layout-text h2 {
  margin-bottom: 2px;
  margin-top: 5px;
  text-indent: 3px;
  text-align: left;
}

.exhibit-block.layout-text h3 {
  margin-bottom: 1px;
  margin-top: 3px;
  text-indent: 3px;
  text-align: left;
}

#dublin-core-subject {
  color: red;
  display: none !important;
}

/* Lightbox caption and link style */
.mfp-title {
  font-size: 18px;
}

.mfp-title a {
  font-size: 16px;
  color: #c9bfb1;
  font-style: italic;
}

.mfp-title a:visited {
  color: #c9bfb1;
}

.mfp-title a:hover {
  color: #ffffff;
}

/* make the click to see the full screen neatline exhibit link closer to the neatline window*/
.exhibit-block.layout-neatline {
  margin-bottom: 5px;
}

/* define the foot navigation style on item.php page */
.item-pagination {
  color: #5a4031;
  max-width: 1410px;
  padding-left: 4%;
  padding-right: 4%;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 2em !important;
}

#next-item a {
  width: 200px;
  text-decoration: none;
  color: #ffffff;
  background: url(../images/next.png) right no-repeat;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 30px;
  background-size: cover;
}

#next-item a:visited {
  color: #ffffff;
}

#next-item {
  display: block;
  float: right;
}

#previous-item a {
  width: 200px;
  text-decoration: none;
  color: #ffffff;
  background: url(../images/previous.png) left no-repeat;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  padding-left: 30px;
  background-size: cover;
}

#previous-item a:visited {
  color: #ffffff;
}

#previous-item {
  display: block;
  float: left;
}

/* make the pager in item.php page looks better in mobile screen */
@media screen and (max-width: 500px) {
  #next-item a {
    width: 100%;
    background-image: none;
    background-color: #5a4031;
    padding: 10px 5px;
    text-align: center;
  }

  #previous-item a {
    width: 100%;
    background-image: none;
    background-color: #5a4031;
    padding: 10px 5px;
    text-align: center;
  }

  .item-pagination li {
    width: 100%;
    margin: 5px 0px;
  }
}

.soundcloud-gal-item {
  margin: 20px 0px;
  border: 1px solid #937764;
  padding: 5px 5px;
}

.soundcloud-gal-item > .exhibit-item-link {
  font-style: italic;
}
