/* normalize.css v2.1.2 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin-top: 10px;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and 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;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve 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;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 18px;
  color: #333;
  background: #fff;
}

form, fieldset {
  border: 0;
  margin: 0;
}

input[type=text], input[type=password], textarea {
  border: 1px solid #ccc;
  display: block;
}

/* -- Headings -- */
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 18px;
}

h1, h2, h3 {
  font-weight: normal;
  font-family: 'Gill Sans', sans-serif;
  color: #951936;
}

h1 {
  font-size: 30px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

h2 {
  font-size: 24px;
  line-height: 36px;
}

h3 {
  font-size: 18px;
  line-height: 18px;
  color: #951936;
}

h4, h5 {
  font-size: 15px;
  line-height: 18px;
}

h4 {
  font-weight: bold;
}

h5 {
  font-style: italic;
}

h6 {
  color: #666;
}

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

/* -- Misc Block elements -- */
p, ul, ol, dl {
  margin-bottom: 18px;
}

ul ul, ul ol, ol ol, ol ul {
  margin-bottom: 0;
}

/* -- Misc Inline elements -- */
em, i {
  font-style: italic;
}

strong, b {
  font-weight: bold;
}

abbr, acronym {
  border: none;
  font-style: normal;
}

blockquote {
  margin: 0 3em;
  font-style: italic;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 1.5em;
}

/* -- Tables -- */
table {
  width: 100%;
}

th, td {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 0.75em 0;
}

#timeline th, td {
  padding: 20px;
}

th {
  border-width: 3px;
  text-align: left;
}

/* -- Links -- */
a:link, a:visited {
  color: #951936;
}

a:hover, a:active {
  color: #D3113F;
}

img a {
  border: none;
}

header {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  padding: 3em 0;
  padding-bottom: 1px;
  position: relative;
  border-top: 0;
}
header:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  header {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  header {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  header {
    width: 420px;
  }
}

#header-image {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
}
#header-image:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #header-image {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  #header-image {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #header-image {
    width: 420px;
  }
}
#header-image img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: solid #ccc;
  border-width: 0 1px 0 1px;
}

#site-title {
  display: none;
  float: left;
  width: 50%;
  font-weight: normal;
  font-family: 'Gill Sans', sans-serif;
  color: #951936;
  font-size: 36px;
  line-height: 36px;
  text-transform: uppercase;
  letter-spacing: .2em;
  position: relative;
}
#site-title img {
  max-width: 100%;
  height: auto;
}

#site-title a {
  text-decoration: none;
}

#search-container {
  float: right;
  width: 45%;
  position: relative;
  top: 112px;
}
#search-container h1 {
  display:none;
}
#search-container h2 {
  display: none;
}
#search-container input[type=text], #search-container input[type=submit] {
  border: 1px solid #ccc;
  background: #fafafa;
  padding: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  height: 30px;
  font-size: 12px;
  line-height: 18px;
  display: inline;
}
#search-container input[type=text] {
  width: 65%;
  behavior: url("../javascripts/boxsizing.htc");
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline;
}
#search-container input[type=submit] {
  padding: 2px;
  background: #951936;
  color: white;
  position: absolute;
  border: 0;
  left: 65%;
  top: 0;
  width: 25%;
  display: inline;
}

a#advanced-search.button {
  width: 10%;
  right: 0;
  top: 0;
  border: 0;
  position: absolute;
  line-height: 30px;
  text-decoration: none;
}

#advanced-search {
  width: 10%;
  font-size: 16px;
  text-indent: -9999px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 90%;
  font-weight: bold;
  behavior: url("../javascripts/boxsizing.htc");
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#advanced-search:after {
  content: "+";
  display: block;
  text-indent: 0;
  text-align: center;
  position: absolute;
  width: 100%;
  color: #fff;
  background: #951936;
  height: 30px;
  top: 0;
}

#advanced-form {
  display: none;
  background-color: #fff;
  overflow: auto;
  z-index: 1001;
  position: absolute;
  top: 30px;
  left: 0;
  border: 1px solid #e7e7e7;
  width: 100%;
  padding: 1.5em 1em;
  *behavior: url("../javascripts/boxsizing.htc");
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#advanced-form input[type="radio"] {
  margin-right: 5px;
}

#search-form fieldset fieldset {
  margin-bottom: 18px;
}

.navigation {
  list-style: none;
  margin: 0;
  overflow: auto;
  padding-left: 0;
}
.navigation a {
  text-decoration: none;
}
.navigation li {
  float: left;
}

#admin-bar li {
  float: right;
}

#primary-nav {
  clear: both;
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  border-bottom: 1px solid #ccc;
  z-index: 50;
}
#primary-nav:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #primary-nav {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  #primary-nav {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #primary-nav {
    width: 420px;
  }
}
#primary-nav ul {
  padding: 0 0 0 1px;
}
#primary-nav li {
  list-style-type: none;
  margin: 0 0 -1px -1px;
  position: relative;
}
#primary-nav .navigation {
  position: relative;
  z-index: 100;
  overflow: visible;
}
#primary-nav .navigation > li {
  float: left;
  position: relative;
  overflow: visible;
}
#primary-nav .navigation > li:first-child a {
  border-left: 1px solid #ccc;
}
#primary-nav a {
  behavior: url("../javascripts/boxsizing.htc");
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  display: block;
  padding: 0.75em 18px;
  background: #fafafa;
  border: 1px solid #ccc;
}
#primary-nav a:hover, #primary-nav li.active a {
  background: #951936;
  color: #fff;
}
#primary-nav li ul, #primary-nav li ul ul {
  display: none;
}
#primary-nav li:hover > ul, #primary-nav li ul li:hover > ul {
  position: absolute;
  display: block;
  top: 3em;
  margin-top: 1px;
  z-index: 1000;
  -webkit-box-shadow: #cccccc 0 3px 5px;
  -moz-box-shadow: #cccccc 0 3px 5px;
  box-shadow: #cccccc 0 3px 5px;
}
#primary-nav li:hover > ul li {
  width: 160px;
}
#primary-nav li ul li:hover > ul {
  position: absolute;
  top: 0;
  left: 160px;
  border-left: 0;
  margin: 0 0 0 -1px;
}

#secondary-nav, .secondary-nav {
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ccc;
}
#secondary-nav li, .secondary-nav li {
  padding: 1.5em 0;
  margin-right: 20px;
}
#secondary-nav a, .secondary-nav a {
  color: #666;
}
#secondary-nav .active a, .secondary-nav .active a {
  background: #fff;
  color: #333;
  font-weight: bold;
}
#secondary-nav .tags .nav-browse-all a, .secondary-nav .tags .nav-browse-all a {
  font-weight: normal;
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
}

#mobile-nav {
  display: none;
}

/* Pagination Classes */
.pagination {
  float: right;
  padding-left: 0;
  margin: 0 0 1.5em 0;
}
.pagination ul {
  margin-left: 0;
}
.pagination li {
  height: 3em;
  border: solid #e7e7e7;
  border-width: 1px 0 1px 1px;
  float: left;
  list-style-type: none;
}
.pagination li:last-of-type {
  border-right: 1px solid #e7e7e7;
}
.pagination a, .pagination form {
  text-decoration: none;
  padding: 0 10px;
  line-height: 36px;
  display: inline-block;
}

.page-input input[type=text] {
  border: 1px solid #ccc;
  text-align: right;
  width: 50px;
  margin-right: 5px;
  display: inline-block;
}

#content {
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: 0;
  background: #fff;
  position: relative;
  top: 108px;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  padding: 1.5em 10px;
  z-index: 0;
}
.admin-bar #content {
   top: 67px;  
}
#content:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #content {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  #content {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #content {
    width: 420px;
  }
}

#home #primary {
  float: left;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 460px;
  margin-left: 0;
  margin-right: 0;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  #home #primary {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #home #primary {
    width: 364px;
  }
}
@media only screen and (max-width: 767px) {
  #home #primary {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #home #primary {
    width: 420px;
  }
}
#home #secondary {
  float: right;
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 460px;
  margin-right: 0;
  padding-left: 10px;
}
@media only screen and (max-width: 767px) {
  #home #secondary {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #home #secondary {
    width: 364px;
  }
}
@media only screen and (max-width: 767px) {
  #home #secondary {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #home #secondary {
    width: 420px;
  }
}
#home #content h2 {
  text-transform: uppercase;
  letter-spacing: .1em;
}
#home #content h3 {
  margin-bottom: 0;
}
#home #content h3:only-child {
  margin-bottom: 18px;
}

#featured-collection {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5em;
}
#featured-collection:last-of-type {
  border-bottom: 0;
}

#featured-item {
  overflow: hidden;
  background: #eee;
  padding: 1.5em 20px;
  margin-bottom: 1.5em;
}
#featured-item h2 {
  margin-top: 0;
}
#featured-item img {
  float: right;
  margin: 0 0 1.5em 20px;
  border: 1px solid #ccc;
  padding: 2px;
}

.items-list {
  padding-left: 0;
}
.items-list h3 {
  margin-top: 0;
}

#recent-items .item {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5em;
}
#recent-items .item img {
  float: right;
  margin-left: 18px;
  margin-bottom: 18px;
  border: 1px solid #ccc;
  padding: 2px;
}

.items #content {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 960px;
  padding: 1.5em 10px;
}
.items #content:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .items #content {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  .items #content {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .items #content {
    width: 420px;
  }
}

.items .item + .pagination {
  margin-top: 1.5em;
}

#next-item {
  float: right;
}

.item-description a.show {
  padding-left: 5px;
  display: inline;
}

.sort-label {
  display: inline-block;
}

#sort-links-list {
  display: inline-block;
  margin: 0.75em 0 0.75em 10px;
}

ul.title-list {
  margin: 0;
}

.title-list li {
  font-size: 1.2em;
  line-height: 1.5em;
  font-style: italic;
}

#item-images {
  overflow: hidden;
  margin-bottom: 18px;
  margin-right: -10px;
}

.fullsize {
  margin-right: 10px;
}

#item-image img {
  width: 100%;
}

.items.show h3 {
  margin: 0;
}

/* Items Classes*/
.element {
  overflow: hidden;
  clear: both;
  margin-bottom: 1.5em;
}

.browse .item {
  clear: both;
  border-bottom: 1px solid #eee;
  padding: 3em 0;
  overflow: hidden;
}

#sort-links + .item {
  border-top: 1px solid #eee;
}

.item-pagination {
  clear: both;
  overflow: hidden;
  border-top: 1px solid #eee;
  padding-top: 18px;
}

.item-pagination a {
  text-decoration: none;
  font-weight: bold;
  float: left;
}

.item-pagination .next a {
  float: right;
  text-align: right;
}

.item .tags {
  clear: left;
  margin-left: 216px;
}

.item h2 {
  margin-top: 0;
}

/* Tags Classes */
.tags li {
  display: inline;
}

/* Tag Clouds */
.hTagcloud ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  text-align: center;
}

.hTagcloud li {
  display: inline;
  margin-right: 3px;
  padding: 14px;
  white-space: nowrap;
  line-height: 2em;
}

li.popular {
  display: none;
}
hTagCloud li a {
  white-space: nowrap;
}
.popular a {
  font-size: 120%;
}

.v-popular a {
  font-size: 140%;
}

.vv-popular a {
  font-size: 180%;
}

.vvv-popular a {
  font-size: 220%;
}

.vvvv-popular a {
  font-size: 260%;
}

.vvvvv-popular a {
  font-size: 300%;
}

.vvvvvv-popular a {
  font-size: 320%;
}

.vvvvvvv-popular a {
  font-size: 340%;
}

.vvvvvvvv-popular a {
  font-size: 360%;
}

.browse .item h2 {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  margin-left: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .browse .item h2 {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .browse .item h2 {
    width: 172px;
  }
}
@media only screen and (max-width: 767px) {
  .browse .item h2 {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .browse .item h2 {
    width: 420px;
  }
}
.browse .item .item-meta .item-img {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  margin-right: 0;
  float: right;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .browse .item .item-meta .item-img {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .browse .item .item-meta .item-img {
    width: 172px;
  }
}
@media only screen and (max-width: 767px) {
  .browse .item .item-meta .item-img {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .browse .item .item-meta .item-img {
    width: 420px;
  }
}
.browse .item .item-meta .item-img img {
  max-width: 100%;
  height: auto;
}
.browse .item div {
  max-width: 100%;
}

.browse .item-meta {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 700px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .browse .item-meta {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .browse .item-meta {
    width: 556px;
  }
}
@media only screen and (max-width: 767px) {
  .browse .item-meta {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .browse .item-meta {
    width: 420px;
  }
}
.browse .item-meta p:first-of-type {
  margin-top: 0;
}

.browse .item-meta > div {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .browse .item-meta > div {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .browse .item-meta > div {
    width: 220px;
  }
}
@media only screen and (max-width: 767px) {
  .browse .item-meta > div {
    width: 220px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .browse .item-meta > div {
    width: 220px;
  }
}

.browse .item-meta .item-description {
  margin-bottom: 1.5em;
}
.browse .item-meta .item-description:only-of-type {
  margin-bottom: 0;
}

#sort-links {
  float: right;
  list-style-type: none;
  padding: 0;
  display: block;
}
#sort-links ul {
  padding-left: 0;
}
#sort-links ul li {
  padding-left: 10px;
  display: inline-block;
}

#outputs {
  clear: both;
}

.field {
  margin-bottom: 1.5em;
}

.search-entry input[type=text] {
  display: inline-block;
}

.collections .collection {
  clear: both;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.5em;
}
.collections .collection .view-items-link {
  margin-bottom: 2.25em;
}
.collections .collection h3 {
  margin-bottom: 0;
}

.pagination + .collection {
  border-top: 1px solid #ccc;
  padding-top: 1.5em;
}

.collection .element-text p:only-child {
  margin-bottom: 0;
}

#search-results + .pagination {
  margin-top: 2.25em;
}

#item-filters ul, #search-filters ul {
  padding-left: 0;
  list-style-type: none;
}
#item-filters ul > li, #search-filters ul > li {
  display: inline-block;
}
#item-filters ul > li:after, #search-filters ul > li:after {
  content: " \00B7";
  margin: 0 10px 0 5px;
}
#item-filters ul > li:last-child:after, #search-filters ul > li:last-child:after {
  content: "\00A0";
}
#item-filters ul li ul, #search-filters ul li ul {
  display: inline;
}
#item-filters ul li ul li, #search-filters ul li ul li {
  display: inline-block;
}
#item-filters ul li ul li:after, #search-filters ul li ul li:after {
  content: ", ";
  margin: 0;
}
#item-filters ul li ul li:last-child:after, #search-filters ul li ul li:last-child:after {
  content: "";
}

footer {
  clear: both;
  position: relative;
  margin: 99px auto;
  padding: 0;
  width: 960px;
  overflow: hidden; 
}
footer:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  footer {
    width: 768px;
  }
}
@media only screen and (max-width: 767px) {
  footer {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  footer {
    width: 420px;
  }
}
footer a {
  text-decoration: none;
}
footer .navigation {
  font-weight: bold;
}
footer .navigation li {
  display: inline;
}
footer .navigation li:after {
  content: " \00B7";
  margin: 0 10px 0 5px;
}
footer .navigation li:last-child {
  margin: 0;
}
footer .navigation li:last-child:after {
  content: "\00A0";
}
footer .navigation a {
  white-space: nowrap;
}

#footer-text {
  float: left;
  width: 48%;
}

.browse .exhibit {
  clear: both;
  border-bottom: 1px solid #eee;
  margin-bottom: 1.5em;
}

.pagination + .exhibit {
  border-top: 1px solid #eee;
}

.exhibits.summary #exhibit-pages {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 220px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .exhibits.summary #exhibit-pages {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .exhibits.summary #exhibit-pages {
    width: 172px;
  }
}
@media only screen and (max-width: 767px) {
  .exhibits.summary #exhibit-pages {
    width: 300px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .exhibits.summary #exhibit-pages {
    width: 420px;
  }
}
.exhibits.summary #exhibit-pages a {
  text-decoration: none;
}
.exhibits.summary #exhibit-pages > ul {
  margin-left: 0;
  border-top-style: solid;
  border-top-width: 0.08333em;
  padding-top: 1.41667em;
  border-color: #eee;
  padding-left: 0;
  list-style-type: none;
}
.exhibits.summary #exhibit-pages > ul > li {
  border-bottom-style: solid;
  border-bottom-width: 0.08333em;
  padding-bottom: 1.41667em;
  border-color: #eee;
  margin-bottom: 1.5em;
}
.exhibits.summary #exhibit-pages ul li > ul {
  padding-left: 1.5em;
  margin-left: 0;
}
.exhibits.summary #exhibit-pages ul li > ul li {
  text-indent: -1.5em;
}
.exhibits.summary #exhibit-pages ul li > ul li:before {
  content: "\2014";
}
.exhibits.summary #exhibit-pages li {
  list-style-type: none;
  margin-left: 0;
}

.exhibits.summary #primary {
  float: left;
  display: inline;
  margin-left: 10px;
  margin-right: 10px;
  width: 100%;
  margin-right: 0;
  float: left;
  padding-right: 20px;
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .exhibits.summary #primary {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
  .exhibits.summary #primary {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .exhibits.summary #primary {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .exhibits.summary #primary {
    width: 100%;
  }
}

.exhibits.show #exhibit-pages a {
  color: #951936;
}
.exhibits.show #exhibit-pages ul {
  padding-left: 0;
  margin-left: 0;
}


.exhibits.summary nav#exhibit-pages {
  display:none!important;
}

.exhibit-page-nav {
  color: #fff;
}
.exhibit-page-nav li {
  float: none;
}
.exhibit-page-nav li ul li {
  float: left;
}
.exhibit-page-nav a {
  display: block;
  float: left;
}
.exhibit-page-nav a:link, .exhibit-page-nav a:visited {
  padding: 0.75em 10px;
  background: #fafafa;
  text-decoration: none;
  border: solid #951936 1px;
  color: #951936;
}

.exhibit-page-nav#secondary-nav li {
  display: block;
  overflow: auto;
  padding: 0 0 1.5em;
}
.exhibit-page-nav#secondary-nav li li {
  padding-bottom: 0;
}

.exhibit-page-nav a:hover,
.exhibit-page-nav a:active,
.exhibit-page-nav .current a,
 .exhibit-page-nav .current a:visited{
  background: #951936;
  color: #fff!important;
}

.exhibit-pagination .next a {
  float: right;
  text-align: right;
}

#exhibit-page-navigation {
  clear: both;
  margin: 3em 0 1.5em;
}

.exhibit-child-nav a {
  display: inline-block;
  padding: 0.75em 10px;
  background-color: #f3f3f3;
}
.exhibit-child-nav li {
  margin: 0 20px 1.5em 0;
}

#collection-tree {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 960px) {
  #featured-item img {
    max-width: 50%;
  }
}
@media screen and (max-width: 768px) {
  input[type=text], input[type=password], textarea {
    width: 100%;
    display: block;
  }

  #search-container {
    clear: both;
    width: 100%;
    margin-top: 1.5em;
    margin-bottom: 0em;
  }

  #site-title {
    width: 100%;
  }

  #primary-nav {
    display: none;
  }

  #mobile-nav {
    display: block;
    clear: both;
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 960px;
    zoom: 1;
  }
  #mobile-nav:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  #mobile-nav ul {
    position: absolute;
    z-index: 199;
    background: #fafafa;
    border-bottom: 1px solid #ccc;
    width: 100%;
    padding-left: 0;
  }
  #mobile-nav li {
    text-align: left;
    display: block;
    overflow: hidden;
    width: 100%;
  }
  #mobile-nav a {
    text-decoration: none;
    display: block;
    padding: 10px;
    border: 1px solid #ccc;
    border-width: 1px 1px 0 1px;
  }
  #mobile-nav a:hover {
    background: #fff;
  }
  #mobile-nav > a:first-child {
    background: #fafafa;
    cursor: pointer;
  }
  #mobile-nav li.current a {
    background: #fff;
    color: #ff8000;
  }
  #mobile-nav li ul {
    position: relative;
  }
  #mobile-nav li ul a:before {
    content: "-- ";
  }
  #mobile-nav li ul ul a:before {
    content: "---- ";
  }

  footer .navigation {
    float: none;
    width: 100%;
    text-align: left;
    margin-bottom: 1.5em;
  }

  #home #primary, #home #secondary {
    padding: 1.5em 0 0 0;
  }

  #home #primary > div:last-of-type {
    border-bottom: 1px solid #ccc;
  }

  .browse .item img {
    max-width: 50%;
    float: left;
    margin-bottom: 1.5em;
    margin-top: 1.5em;
  }

  #sort-links {
    float: left;
  }
}
@media only screen and (max-width: 768px) and (min-width: 768px) and (max-width: 959px) {
  #mobile-nav {
    width: 768px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 767px) {
  #mobile-nav {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) and (min-width: 480px) and (max-width: 767px) {
  #mobile-nav {
    width: 420px;
  }
}
.element-hidden{display:none;}.element-invisible{position:absolute !important;clip:rect(1px 1px 1px 1px);clip:rect(1px,1px,1px,1px);overflow:hidden;height:1px;}.element-invisible.element-focusable:active,.element-invisible.element-focusable:focus{position:static !important;clip:auto;overflow:visible;height:auto;}
#skip-link{
  left:50%;margin-left:-5.25em;margin-top:0;position:absolute;width:auto;z-index:50;
  }
  #skip-link a,#skip-link a:link,#skip-link a:visited{
  background:#444444;background:rgba(0,0,0,0.6);color:white;display:block;font-size:0.94em;line-height:1.7;padding:1px 10px 2px 10px;text-decoration:none;-khtml-border-radius:0 0 10px 10px;-moz-border-radius:0 0 10px 10px;-webkit-border-top-left-radius:0;-webkit-border-top-right-radius:0;-webkit-border-bottom-left-radius:10px;-webkit-border-bottom-right-radius:10px;border-radius:0 0 10px 10px;
  }
  #skip-link a:hover,#skip-link a:active,#skip-link a:focus{
  outline:0;
  }
.fullsize img {max-width:450px;max-height:300px;margin-right:14px;float:left;}

.exhibit-text, .exhibit-item {vertical-align: middle;}

.nobullets {list-style-type: none;}

.items.browse .exhibit-item, .collections.show .exhibit-item  {
  width: 220px!important;
  float:left;
  clear: none;
  padding:14px;
}

.items.browse .item-img img, .collections.show .item-img img {dispay:block;}
.items.browse #sort-links,  .collections.show #sort-links {display:none;}
.items.browse #item-filters ul, .collections.show  #item-filters ul {float:right;}
.items.browse .pagination {clear:left;margin-bottom:14px;width:100%;margin-top: -42px;}
.items.browse #outputs {padding-top: 14px;}
.items.browse #output-format-list {margin-bottom: 63px;}

#item-filters {height:49px;}

#primary-nav {display: none;}
#exhibit-child-pages {display: none;}
#footer-content nav {display:none;}
#exhibit-page-navigation {display:none;}

.exhibit-description ul {
    width: 80%;
}

.exhibit-description .homepage-description  {clear: both; float: left; margin-bottom: 35px;width: 100%;}

.exhibit-description p {
  width: 90%;
  margin:auto;
  font-size: 135%;
  margin-bottom: 28px;
  line-height: 1.5em;
}

#main-menu {
  position:absolute;top:0;left:0;background-color:#951936;width:100%;height:28px;color: white;vertical-align:middle;
}
#main-menu ul {
  margin-top:6px;
}
#main-menu ul li {
  vertical-align:top;
  display:inline;
  margin-right: 35px;
}
#main-menu ul li a , #main-menu ul li a:visited {
  color: white;
  text-decoration:none;
  font-size:110%;
  position: relative;
  top: -2px;
}

#item-filters ul li.collection {
  font-size:115%;
  color:#951936;
  font-weight:600;
}

#bannerimage {
  margin:0;
  min-height: 20px;
  height:120px;
  background:#E7E4DB url('body.png') repeat-x 50% 0;
}

#bannerimage img {
  float:right;
  margin-right:28px;
}

#bannerimage a {
  display: inline-block;
    font-size: 2em;
    margin: 18px;
    text-shadow: 2px 2px 2px #951936;
    color: white;
    font-weight: 600;
    text-decoration: none;
}
}

.popularity li a {
  text-decoration: none!important;
  margin: 35px 0!important;
}
.exhibit-items.right.fullsize a img {
  margin: 14px 0 14px 14px;
}
.exhibit-items.left.fullsize a img {
  margin: 14px 14px 14px 0;
}

div [id^="dublin-core"] {
  display: none;
}

#advanced-search-form #search-keywords, #advanced-search-form-2 #search-narrow-by-fields {
  margin: 21px 42px 42px 42px;
  background-color: #f1efe7;
  padding: 0 14px 14px 14px;
  border: solid #ddd 1px;
}
#keyword-search, #advanced-terms  {
  padding-left: 7px;
  font-size: 135%;
  display:inline-block;
  height:1.5rem;
}
#search-keywords div.inputs {
  padding-bottom: 14px;
}
label[for="keyword-search"] {
  margin-bottom: 0px;
  display: block;
}
label[for="advanced-0-type"] {
  margin-left: 14px;
}
.search-entry {
  margin-bottom: 10px;
}
.search-entry input, .search-entry select {
  margin-left: 14px;
}
#search-narrow-by-fields {
  margin-left: 42px;
}
#search-narrow-by-fields .label .inputs {
  padding: 14px;
}
.add_search {
  margin-bottom: 14px;
}
#audio iframe {
  height: 42px!important;
  margin-top: 0 !important;
  vertical-align: middle;
  overflow: hidden;
}
#audio {
  padding-top:14px;
}
li.featured {
  display:none!important; 
}