/* ---------------------------------------------------------------------*/
/* Winter colors */
/* ---------------------------------------------------------------------*/

@media screen {
  /* -------------------------------------------------------------------------*/
  /* Layout */
  .container {
    *zoom: 1;
    max-width: 34em;
    _width: 34em;
    padding-left: 1em;
    padding-right: 1em; 
    margin-left: auto;
    margin-right: auto;
  }
  .container:after {
    content: "";
    display: table;
    clear: both;
  }

  /* -------------------------------------------------------------------------*/
  /* @group ---------- General HTML Elements ---------- */
  body {

    font-family:verdana, sans-serif;
    font-size: 13px;
    line-height: 19.5px;
    word-wrap: break-word;
    height: 100%;
  }

  a {
    text-decoration: none;
  }

  /* -- Headings -- */
  h1 {
    font-size: 32px;
    line-height: 48px;
  }

  h2 {
    font-family:Oswald, sans-serif;
    font-weight:300;
    text-transform:uppercase;
    color:#00437b;
    letter-spacing:.04em;
    font-size: 20px;
    line-height: 36px;
  }

  h3 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
  }

  h4 {
    font-size: 18px;
    line-height: 27px;
  }

  h5, h6 {
    font-size: 16px;
    line-height: 24px;
  }

  p, ol, ul {
    margin-bottom: 1.5em;
  }
  p:only-child, p:last-child, ol:only-child, ol:last-child, ul:only-child, ul:last-child {
    margin-bottom: 0;
  }

  ul {
    list-style-type: disc;
    padding-left: 1em;
  }

  /* @end */
  /* @group ---------- Form Elements ---------- */
  label {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    display: inline-block;
    text-transform:uppercase;
    font-weight:bold;
  }

  input[type=text], input[type=password], textarea,
  input[type=submit], button, .button {
    border: 0;
    padding: 0.46875em 16px;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
  }

  input[type=text], input[type=password],
  input[type=submit], button, .button {
    height: 35px;
  }

  input[type=text], input[type=password], textarea {
    width: 100%;
  }

  input[type=radio] {
    margin-right: 5px;
  }

  select {
    width: 100%;
    margin-top: 0;
    margin-bottom: 1.5em;
  }

  input[type=submit], button, .button {
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-family:verdana, sans-serif;
  }

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

  /* @end */
  /* @group ---------- Navigation ---------- */
  nav ul {
    list-style: none;
    margin: 0 auto;
  }
  nav li {
    display: block;
  }
  nav li ul li {
    padding-left: 16px;
  }
  nav a {
    display: inline-block;
  }

  .top {
    padding: 0 16px;
  }
  .top ul {
    display: none;
    padding: 0;
  }
  .top a {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
  .top .mobile {
    margin: 1.5em auto;
    width: 100%;
  }

  .navigation ul, ul.navigation {
    padding-left: 0;
  }

  .secondary-nav, #secondary-nav {
    margin: 0 -16px 1.5em -16px;
    
    padding:16px 16px 16px 32px;
    *zoom: 1;
    font-family:Oswald, sans-serif;

    text-transform:uppercase;
    letter-spacing:.04em; 
    background-color:#d8dee5;


  }
  .secondary-nav:after, #secondary-nav:after {
    content: "";
    display: table;
    clear: both;
  }
  .secondary-nav .current, .secondary-nav .active, #secondary-nav .current, #secondary-nav .active {
    font-weight: 400;
  }
  .secondary-nav ul, #secondary-nav ul {
    padding-left: 0;
  }
  .secondary-nav li, #secondary-nav li {
    display: inline-block;
    float: left;
    width: auto;
    margin-right: 16px;
  }

  /* @end */
  /* @group ---------- Pagination ---------- */
  .pagination {
    display: inline;
    list-style-type: none;
    padding-left: 0;
    line-height: 48px;
    float:right;
    margin-top:0;
  }
  .pagination li {
    display: inline-block;
    margin-right: 5px;
  }
  .pagination > *:last-child {
    padding-bottom: 0.375em;
  }
  .pagination input[type=text] {
    width: 50px;
    text-align: right;
    margin-right: 10px;
    padding-left: 5px !important;
    padding-right: 5px !important;
    border-style: solid;
    border-width: 0.0625em;
    padding: -0.0625em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
  }

  nav.pagination {
    padding: 0;
    display: inline;
    line-height: 24px;
  }
  nav.pagination .pagination_list {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    margin-bottom: 1.875em;
    clear: both;
    padding: 0.375em 16px;
    text-align: center;
  }
  nav.pagination .pagination_list li {
    display: inline-block;
    width: auto;
    color: #fff;
    margin: 0 4px;
    zoom: 1;
    *display: inline;
  }
  nav.pagination .pagination_list a {
    padding: 0;
  }
  nav.pagination .pagination_list .pagination_current {
    font-weight: 500;
  }
  nav.pagination .pagination_list .pagination_first a, nav.pagination .pagination_list .pagination_last a,
  nav.pagination .pagination_list .pagination_previous a, nav.pagination .pagination_list .pagination_next a {
    display: inline-block;
    text-indent: -9999px;
    *text-indent: 0;
    height: auto;
    line-height: 24px;
    -webkit-box-shadow: transparent 0 0 0;
    -moz-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
  }
  nav.pagination .pagination_list .pagination_first a:after, nav.pagination .pagination_list .pagination_last a:after,
  nav.pagination .pagination_list .pagination_previous a:after, nav.pagination .pagination_list .pagination_next a:after {
    text-indent: 0;
    display: block;
    margin-top: -2em;
  }
  nav.pagination .pagination_list .pagination_first a {
    *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '<<');
  }
  nav.pagination .pagination_list .pagination_last a {
    *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '>>');
  }
  nav.pagination .pagination_list .pagination_previous a {
    *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '<');
  }
  nav.pagination .pagination_list .pagination_next a {
    *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '>');
  }
  nav.pagination .pagination_list .pagination_first a:after {
    content: "<<";
  }
  nav.pagination .pagination_list .pagination_last a:after {
    content: ">>";
  }
  nav.pagination .pagination_list .pagination_previous a:after {
    content: "<";
  }
  nav.pagination .pagination_list .pagination_next a:after {
    content: ">";
  }

  .pagination_previous a, .pagination_next a {
    height: 35px;
    display: inline-block;
    line-height: 35px;
    padding: 0 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
  }

  .item-pagination {
    clear: both;
    padding-bottom: 0.75em;
  }
  .item-pagination li {
    display: inline-block;
    background-color: #fff;
    margin: 0 0 0.75em 0;
    padding: 0.375em 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
  }
  .item-pagination li:empty {
    display: none;
  }
  .item-pagination .next {
    float: right;
  }
  .item-pagination .previous {
    float: left;
  }

  /* @end */
  /* @group ---------- Header ---------- */
  header {
    padding: 0 16px;
    margin-top:0px;
    
  }

  #site-title {
   
    /*line-height: 48px;*/
    
    
    margin:0 16px;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
    
    
    
  }

  #site-title h1 a{
	font-size:50px;
	font-weight:lighter;
	line-height:1em;
}

  #site-title img#logo {
	float:left;
	width:11%;
	max-width:89px;
	margin-top:5px;
	margin-right:10px;
	
}

  img#homeimage, img#parentimage {
	max-width:80%;
}

  #search-container {
    padding-bottom: 1.5em;
  }

  .top #search-container {
    padding-bottom:.75em;
    padding-top:.75em;	
   }  

  #search-container:after {
    content: "";
    display: block;
    height: 0;
    width: 100px;
    clear: both;
  }

  #search-form {
    text-align: center;
    position: relative;
    overflow: visible;
  }
  #search-form input[type=text], #search-form input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
  #search-form input[type=text] {
    width: 60%;
    font-size: 0.875em;
    line-height: 1.5em;
    float: left;
  }
  #search-form input[type=submit] {
    width: 30%;
    padding: 0;
    position: absolute;
    top: 0;
    left: 60%;
  }

  #advanced-search {
    width: 10%;
    height: 35px;
    text-indent: -9999px;
    display: block;
    position: absolute;
    padding: 0;
    top: 0;
    left: 90%;
    font-weight: bold;
    line-height: 30px;
    background-color: #4b6569;
    *zoom: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    *behavior: url("../javascripts/boxsizing.htc");
    *zoom: expression(this.runtimeStyle['zoom'] = '1', this.innerHTML = '+');
    *text-indent: 0;
  }
  #advanced-search:link, #advanced-search:active, #advanced-search:visited {
    color: #fff;
  }
  a#advanced-search:hover {
	background-color:#7997b1;
}
  #advanced-search:after {
    content: "+";
    display: block;
    text-indent: 0;
    text-align: center;
    margin-top: -2.2em;
  }

  #advanced-form {
    display: none;
    background-color: #fff;
    overflow: auto;
    clear: both;
    z-index: 1001;
    position: absolute;
    top: 35px;
    left: 0;
    border: 1px solid #e7e7e7;
    width: 100%;
    padding: 1.5em 16px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
    -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 5px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 5px 10px;
  }
  #advanced-form #query-types *:first-child {
    margin-top: 0;
  }
  #advanced-form label {
    margin: 0;
    padding: 0 0 0 16px;
    text-transform:capitalize;
    font-weight:normal;
  }


  #advanced-form p {
    margin-top: 0.75em;
    margin-bottom: 0.75em;
    text-transform:uppercase;
    

  }

  .top #advanced-form p {
	  margin-top:.75em;
	  margin-right: 16px;
	  margin-bottom: 0.75em;
	  margin-left: 16px;
	  padding-bottom:10px;
}
  #advanced-form p:last-of-type {
    margin-bottom: 0em;
  }



  /* @end */
  /* @group ---------- Footer ---------- */
  footer {
    margin-top:-1em;
    margin-bottom: 0px;
    padding: 0 16px;

  }
  footer p {
    padding-top:.75em;
    padding-bottom: .75em;
  }
  footer:empty {
    display: none;
  }

  /* @end */
  /* @group ---------- Content ---------- */
  #content {
    clear: both;
    overflow: visible;
    padding: 1.5em 16px;
    *zoom: 1;
    min-height:500px;
  }
  #content:after {
    content: "";
    display: table;
    clear: both;
  }
  #content h1 {
    font-size: 24px;
    line-height: 1.5em;
    text-transform: uppercase;
    border-top: 0;
    padding: 0 0 16px 0;
    margin: 0 0 0 16px;
  }
  #content > h2, #content > div > h2, #content #primary > h2, #content #primary > div > h2,
  #content #sidebar > h2, #content #sidebar > div > h2 {
    padding: 0 16px 0.375em;
    font-weight: 500;
    border-style: solid;
    border-width: 0 0 0 0;
    margin-top: 0em;
    margin-bottom: 0.75em;
    
  }

#primary > div#scripto-index.scripto > h2 {
    padding-left:0px;
}



  #content #primary {
    border-style: solid;
    border-width: 0 0 0 0;
    overflow: visible;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
   /* padding-top: 1.5em; */
    padding-bottom: 1.5em;
    margin-bottom: 1.125em;
    padding-left: 0;
    padding-right: 0;
    *border-right: 1px solid #ccc;
    *border-left: 1px solid #ccc;
    *border-bottom: 1px solid #ccc;
  }
  #content #primary div {
    border-top: 0;
    -webkit-box-shadow: transparent 0 0 0;
    -moz-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
   /* padding: 0;*/
  }
  #content #primary h1:first-child {
    margin-top: 0;
  }
  #content #primary > * {
   /* padding: 0;*/
  }
  #content #primary > ul, #content #primary > ol {
    padding-left: 1em;
  }
  #content #primary > div > * {
    padding-left: 0;
    padding-right: 0;
  }
  #content > div, #content section {
    background-color: transparent;
    border-style: solid;
    border-width: 0 0 0 0;
    overflow: visible;
   /* padding-top: 0.75em;*/
    padding-bottom: 0.75em;
    /*-webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px; */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
    margin-bottom: 1.125em;
    *zoom: 1;
  }
  #content > div .view-items-link, #content section .view-items-link {
    padding: 0.375em 16px 1.125em;
  }
  #content > div > div, #content > div > h3, #content > div > h4, #content > div > h5, #content > div > h6, #content > div > p, #content section > div, #content section > h3, #content section > h4, #content section > h5, #content section > h6, #content section > p {
    padding-left: 16px;
    padding-right: 16px;
  }



  #content > div > div > *:last-child, #content > div > h3 > *:last-child, #content > div > h4 > *:last-child, #content > div > h5 > *:last-child, #content > div > h6 > *:last-child, #content > div > p > *:last-child, #content section > div > *:last-child, #content section > h3 > *:last-child, #content section > h4 > *:last-child, #content section > h5 > *:last-child, #content section > h6 > *:last-child, #content section > p > *:last-child {
  /*  padding-bottom: 0;*/
  }
  #content > div div, #content section div {
    /*padding: 0.75em 0;*/
  }
  #content > div div:first-of-type, #content section div:first-of-type {
   /* padding-top: 0; */
  }
  #content > div div:only-of-type, #content > div div:last-of-type, #content section div:only-of-type, #content section div:last-of-type {
   /* margin-bottom: 0; */
    
  }
  #content > div div div, #content > div div h3, #content > div div h4, #content > div div h5, #content > div div h6, #content > div div p, #content section div div, #content section div h3, #content section div h4, #content section div h5, #content section div h6, #content section div p {
    -webkit-box-shadow: transparent 0 0 0;
    -moz-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
    border-top: 0;
    /*margin-bottom: 0;*/
  }
  #content > div div div:first-of-type, #content > div div h3:first-of-type, #content > div div h4:first-of-type, #content > div div h5:first-of-type, #content > div div h6:first-of-type, #content > div div p:first-of-type, #content section div div:first-of-type, #content section div h3:first-of-type, #content section div h4:first-of-type, #content section div h5:first-of-type, #content section div h6:first-of-type, #content section div p:first-of-type {
    border-top: 0;
  }
  #content > div *:only-child, #content section *:only-child {
    margin-top: 0;
  }
  #content > div:after, #content section:after {
    content: "";
    display: table;
    clear: both;
  }
  #content .field div:only-of-type {
    margin-bottom: 0;
  }
  #content .inputs {
    padding: 0.75em 16px 1.5em;
    clear: both;
  }
  #content .inputs div:last-of-type, #content .inputs div:only-of-type, #content .inputs *:only-child, #content .inputs *:last-child {
    margin-bottom: 0;
  }
  #content > .element {
    border-bottom: 0;
  }
  #content > * > .element {
  /*  margin-bottom: 0.75em;*/
    border-bottom: 1px solid #dfe2e2;
  }
  #content > * > .element div {
   /* padding-bottom: 0.75em;*/
  }
  #content > * > .element div:only-of-type, #content > * > .element div:last-of-type {
    border-bottom: 0;
  /*  padding-bottom: 0;*/
  }
  div.element {
    margin-top:2em;
    clear:both;

  }
  #content .element-set div:only-of-type, #content .element-set div:last-of-type {
    
   border-bottom: 0;
  /*  margin-top:0;*/
  }

  #content #hentry {
         height:235px; 
         float:left; 
         padding-right:10px;
         
         margin-bottom:16px; 
  }


  #content .hentry .item-meta .item-img h2 {
      font-size:10px;
      font-weight:normal;
      line-height:1.5em;
      font-family:verdana, sans-serif;
      width:150px;
      
}

  #content .hentry .item-meta .item-img h2.status-message span{
     width:8px;
     height:8px;
     margin-right:5px;
     display:inline-block;
}

  #content .hentry .item-meta .item-img h2.status-message.Start span{
      background-color:#888888;
      
     
}

    #content .hentry .item-meta .item-img h2.status-message.Continue span{
      background-color:#b72516;
       

}

    #content .hentry .item-meta .item-img h2.status-message.Needs span{
      background-color:#f6d607;

}

#content .hentry .item-meta .item-img h2.status-message.Complete span{
      background-color:#6fcf6f;

}


  #content .item-meta {
    padding-bottom: 0;
  }


  #content .item-meta .item-description {
    padding: 0;
    padding-bottom:10px;
    font-size:10px;
    
  }
  #content .item-meta .item-img {
    /*max-width: 100%;*/
    display: inline-block;
    height:155px;
    width:auto;
    
    /*width: 15%;
    margin: 0 16px 1.125em 16px;
    float: left;*/
    padding: 0;
    overflow: visible;

  }

  #content .item-meta .item-img.imgborder {
	border-top:10px solid #e6ebf2; 
	border-left:10px solid #e6ebf2; 
	border-right:10px solid #e6ebf2;
	background-color:transparent;
	}
	
  #content .item-meta .item-img.imgborderwhite {
	border-top:10px solid #ffffff; 
	border-left:10px solid #ffffff; 
	border-right:10px solid #ffffff;
   -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 5px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 5px 10px; 
    background-color:#ffffff;
	} 	

  #content .item-meta .item-img img {
    /*width: 100%;*/
    display:block;
    height: 150px;

   /* margin: 0;
    vertical-align: bottom;*/
  }

  .imgshadow {
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 5px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 5px 10px;
}

#content .item-meta div {
    padding-left: 16px;
    padding-right: 16px;
  }

#content .item-meta div.bar, #content .item-meta div.progress, #content .item-meta div#col-progress {
    padding:0;	
}

  #content .itemtext { 
	z-index:99;
	position:absolute; 
	
	background-color:#ffffff;
	/*background-color:#e6ebf2; */
	padding:10px;
   -webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 5px 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.25) 0 5px 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0 5px 10px;
	}

  #content .item-meta .itemtext h2 {
	font-family:verdana, sans-serif;
	font-size:12px;
	line-height:1.2em;
  }

  #content .item-meta h2.findingaidtitle a {
	font-family:verdana, sans-serif;
	font-size:12px;
	line-height:1.2em;
  }

  #content #primary > div, #content #sidebar > div {
    border-style: solid;
    border-width: 0 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
  /*  padding-top: 0.75em;
    padding-bottom: 0.75em;
    margin-bottom: .75em;*/

  }
  #content #primary > div > *:first-child, #content #sidebar > div > *:first-child {
    margin-top: 0em;
  }




  #content #primary > div > *, #content #sidebar > div > * {
    padding-left: 0;
    padding-right: 0;

  }
  #content #primary > div > ul, #content #primary > div ol, #content #sidebar > div > ul, #content #sidebar > div ol {
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 1em;
  }
  #content #sidebar h3 {
    padding: 0 16px;
  }
  #content #search-filters, #content #item-filters {
    border: 0;
    background-color: transparent;

    margin-bottom: 1.5em;
  }
  #content #search-filters > ul, #content #item-filters > ul {
    float: left;
    padding-left: 0;
    *border: 1px solid #e8e8e8;
  }
  #content #search-filters li, #content #item-filters li {
    overflow: auto;
    padding: 0.375em 16px;
    text-transform:uppercase;
    font-family:Oswald, sans-serif;
    letter-spacing: 0.07em;
    color:#00437b;
    font-size:14px;
  }
  #content #search-filters li li, #content #item-filters li li {
    display: inline;
    padding: 0.375em 0;
    text-transform: lowercase;

  }
  #content #search-filters li li:last-of-type:after, #content #item-filters li li:last-of-type:after {
    content: "";
  }
  #content #search-filters li li:after, #content #item-filters li li:after {
    content: ", ";
  }
  #content div.hTagcloud {
    border: 0;
    background-color: transparent;
    -webkit-box-shadow: transparent 0 0 0;
    -moz-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
  }
  #content div.hTagcloud ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  #content div.hTagcloud ul li {
    display: inline-block;
    *display: inline;
    *border: 1px solid #e8e8e8;
    zoom: 1;
    background-color: #fff;
    margin: 0 8px 0.75em 0;
    padding: 0.375em 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
  }

  /* @end */
  /* @group ---------- Home ---------- */
  #home #content div .items-list .item {
    border-top: 1px solid #dfe2e2;
    overflow: auto;
  }
  #home #content div .items-list .item:first-of-type {
    border-top: 0;
  }
  #home #content div .items-list .item:first-of-type h3 {
    margin-top: 0.375em;
  }
  #home #content div .items-list .item h3 {
    margin-top: 0.75em;
    padding-left: 16px;
    padding-right: 16px;
  }
  #home #content div .items-list {
    margin-bottom: 0;
  }
  #home #content div .items-list .item-description {
    margin: 0.75em 16px 0;
  }
  #home #content div h3, #home #content div h4, #home #content div h5, #home #content div h6,
   {
    margin: 0.75em 16px;
  }

#home #content div p {
	margin:0;
}

  #home #content div input, #home #content div textarea {
	margin:0;
}

  #home #content div h3 {
    margin-top: 0;
    font-family:Oswald, sans-serif;
    letter-spacing:.04em;
    font-weight: 300;
    text-transform: uppercase;
  }
  #home #content div img {
    margin: 0 16px 0.75em;
    border: 0 solid #dfe2e2;
    display: block;
    max-width: 93%;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
  }
  #home #content div .show {
    display: block;
    text-transform: capitalize;
  }
  #home #content div .show:before {
    content: "(";
  }
  #home #content div .show:after {
    content: "...)";
  }
  #home #content div .view-items-link {
    margin: 0;
    padding: 0.75em 16px 0;
    border-top: 1px solid #dfe2e2;
  }
  #home #content div .item-img {
    display: inline;
  }
  #home #content div .item-description {
    margin-top: 0;
    padding-top: 0;
  }
  #home #intro {
    margin-bottom: 1.5em;
  }
  #home #featured-item p {
    clear: both;
  }



  #home #recent-items h2 {
    padding-bottom: 0.75em;
  }

  /* @end */
  /* @group ---------- Items ---------- */
  .items h1 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .items #sort-links {
    border-top: 0;
    padding: 0.375em 12px;
    *border: 1px solid #e8e8e8;
    margin-top: 0.375em;
    margin-bottom: 1.5em;
  }
  .items #sort-links span, .items #sort-links ul, .items #sort-links li {
    
    display: inline-block;
    margin: 0 4px;
    zoom: 1;
    display: inline;
  }
  .items #sort-links-list {
    padding-left: 0;
   
  }

  span.sort-label {
	float:left;
	padding-right:16px;
} 
  .items #content #primary {
    padding-right: 0%;
    padding-left: 0%;
  }

  #content .element h3 {
	  font-size: 12px;
	  text-transform: uppercase;
	  float: left;
	  width: 150px;
	  margin-right: 20px;
	  line-height: 1.6em;
	  margin-top:0em;
  }
  .items.show #itemfiles #item-images > div {
    width: 22.5%;
    display: inline-block;
    margin-right: 3%;
  }
  .items.show #itemfiles #item-images > div:nth-of-type(4n) {
    margin-right: 0;
  }
  .items.show #itemfiles a {
    border: 1px solid #dfe2e2;
    display: inline-block;
    zoom: 1;
    *display: inline;
    min-width: 100%;
    overflow: visible;
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
  }
  .items.show #itemfiles a img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .items.show #itemfiles .element-text div:first-of-type {
    border-top: 1px solid #dfe2e2;
  }
  .items.show #content #primary .element:last-of-type {
   /* padding-bottom: 0;*/
  }



#collection .element-text, #item-citation .element-text {
	line-height:25px;
	
}

  .items.show #content #primary {
    background-color: transparent;
    border-top: 0;
    -webkit-box-shadow: transparent 0 0 0;
    -moz-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
    padding: 0;
  }
  .items.show #content #primary > div {

   /* padding: 0;*/

  }

#item-citation {
	margin-top:2em;
}

  .items.show #content #primary > div > div {
    padding-left: 0;
    padding-right: 0;
    
  }


  .items.show .item-file {
    text-align: center;
    display: table;
    table-layout: fixed;
    /*width: 100%;*/
  }
  .items.show .item-file * {
    max-width: 100%;
  }
  .items.show .item-file img {
    vertical-align: bottom;
  }
  .items.show .item-file .download-file {
    display: table-cell;
  }
  .items.show .download-file {
    display: inline-table;
  }

  #content #outputs {
    background-color: transparent;
    border-top: 0;
    -webkit-box-shadow: transparent 0 0 0;
    -moz-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
    clear: both;
  }
  #content #outputs p {
    padding-left: 0;
  }

  /* @end */
  /* @group ---------- Advanced Search ---------- */
  .advanced-search #content > * > div {
    background-color: transparent;
    border-style: solid;
    border-width: 0 0 0 0;
    overflow: visible;
    padding: 0 0 1.5em 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
    margin-bottom: 1.125em;
    *zoom: 1;
  }
  .advanced-search #content > * > div:last-of-type {
    padding: 0;
  }
  .advanced-search #content > * > div > * {
    padding-left: 16px;
    padding-right: 16px;
  }
  .advanced-search #content > * > div input {
    margin-bottom: 1.5em;
  }
  .advanced-search #content > * > div div.label {
    margin-bottom: 0.75em;
    margin-top: 0.75em;
    font-weight:bold;
    text-transform:uppercase;
  }
  .advanced-search #content > * > div > div {
    -webkit-box-shadow: transparent 0 0 0;
    -moz-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
    border-top: 0;
    margin-bottom: 0;
    padding: 0 16px;
  }
  .advanced-search #content > * > div > div:only-of-type, .advanced-search #content > * > div > div:last-of-type {
    margin-bottom: 0;
  }
  .advanced-search #content > * > div > div div:first-of-type, .advanced-search #content > * > div > div h1:first-of-type, .advanced-search #content > * > div > div h2:first-of-type, .advanced-search #content > * > div > div h3:first-of-type, .advanced-search #content > * > div > div h4:first-of-type, .advanced-search #content > * > div > div h5:first-of-type, .advanced-search #content > * > div > div h6:first-of-type, .advanced-search #content > * > div > div p:first-of-type {
    border-top: 0;
  }
  .advanced-search #content > * > div:after {
    content: "";
    display: table;
    clear: both;
  }
  .advanced-search #content .remove_search {
    margin-bottom: 1.5em;
    margin-left: 0;
  }
  .advanced-search #content select {
    float: left;
  }
  .advanced-search #content button {
    display: inline-block;
    margin: 0 16px 1.5em;
  }
  .advanced-search #content button:last-of-type {
    margin-bottom: 0;
  }
  .advanced-search #content .search-entry {
    margin-bottom: 1.5em;
  }
  .advanced-search #content .search-entry:first-of-type {
    padding-bottom: 0;
  }
  .advanced-search #content .search-entry:last-of-type {
    margin-bottom: 1.5em;
  }
  .advanced-search #content .search-entry:only-of-type {
    margin-bottom: 0em;
  }
  .advanced-search #content #advanced-search-form {
    margin-top: 0.75em;
  }
  .advanced-search #content #advanced-search-form > div:last-of-type {
    border: 0;
    background-color: transparent;
    float: left;
    *zoom: 1;
  }
  .advanced-search #content #advanced-search-form > div:last-of-type:after {
    content: "";
    display: table;
    clear: both;
  }
  .advanced-search #content #submit_search_advanced {
    *height: 50px;
    margin-bottom: 0;
    margin-left:16px;
  }
  .advanced-search #content .view-items-link {
    padding: 0.375em 16px 1.125em;
  }

  /* @end */
  /* @group ---------- File Pages ---------- */
  .files #content #primary {
    background-color: transparent;
    border-top: 0;
    -webkit-box-shadow: transparent 0 0 0;
    -moz-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
    padding-top: 0;
  }
  .files #content #primary:first-child {
    margin-top: 0;
  }
  .files #content #sidebar h3 {
    padding-left: 0;
  }
  .files .download-file {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
    overflow: auto;
    padding: 0.375em;
    display: inline-block;
  }
  .files .download-file img {
    max-width: 100%;
    vertical-align: bottom;
    float: left;
  }
  .files .item-file {
    text-align: center;
  }

  /* @end */
  /* @group ---------- Collections ---------- */
  .collections:only-of-type, .collections:last-of-type {
    border-bottom: 0;
    margin-bottom: 0;
  }
  .collections #content > div > div, .collections #content > div > p {
    background: transparent;
    border: 0;
    padding: 0 16px;
    -webkit-box-shadow: transparent 0 0 0;
    -moz-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
  }
  .collections #content .element-set .element {
    margin-bottom: 1.5em;
  }
  .collections #content .element-set .element:last-of-type {
    margin-bottom: 0;
  }
  .collections #collection-items .item {
    border-top: 1px solid #dfe2e2;
    padding-bottom: 1.5em;
  }
  .collections #collection-items .item:first-of-type {
    border-top: 0;
  }
  .collections #collection-items .item:last-of-type {
    padding-bottom: 0.75em;
  }
  .collections #collection-items .item div:only-of-type {
    margin-bottom: 0;
  }
  .collections #content .view-items-link {
    border-top: 1px solid #dfe2e2;
    padding: 0.75em 16px 0;
    margin: 1.5em 0 0 0;
  }
  .collections #content .view-items-link + div {
    border-color: #DFE2E2;
    margin-top: 0.75em;
    border-top-style: solid;
    border-top-width: 0.0625em;
    padding-top: 1.4375em;
  }
  .collections .collection {
    clear: both;
  }

#collection_featured {
	display:none;
}


/* ------------------- Collection Tree ------------------- */

  div#collection-tree {
	width:93%;
}


  #collection-tree ul {
	list-style-type:none;
	padding-left:16px;
	
}

  #collection-tree ul li h3 {
	text-transform:uppercase;
	font-size:16px;
	color:#00437b;
	cursor:pointer;
	clear:left;
}

  #collection-tree ul li ul {
	padding-left:1em;
	clear:left;
	
}

  #collection-tree ul li ul li ul {
	margin-bottom:1em;
}

  .collection_tree_thumb img {
	max-width:150px;
}

  div.collection_tree_thumb {
	float:left;
	max-width:150px;
	margin-right:20px;
	margin-bottom:20px;
	
}


/* ----------------- Scripto --------------------- */
/* more scripto stuff below 2300 */
#scripto-iframe {
    	width:100%;
        height:400px;
}

ul.tips  {
	margin-left:30px;
        margin-right:30px;

}

.tips li {
	margin-bottom:20px;
}

.label, .badge
{
  font-size: 10.998px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  /*text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);*/
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}


.label
{
  padding: 1px 4px 2px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

div.label {
    -webkit-border-radius: 0px;
     -moz-border-radius: 0px;
          border-radius: 0px;
    margin:0 1em 10px 1em;
    
    padding:10px;
    
}



.badge {
  padding: 1px 9px 2px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

a.label:hover,
a.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

/* complete */
.label-important,
.badge-important {
  background-color: #6fcf6f;
}


/* complete */
.label-important[href],
.badge-important[href] {
  background-color: #6fcf6f;
}

/* needs review */
.label-review,
.badge-review {
  background-color: #f6d607;
}


/* continue transcribing */
.label-warning,
.badge-warning {
  background-color: #f89406;
}

/* continue transcribing */
.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

/* start transcribing */
.label-success,
.badge-success {
  background-color: #b94a48;
}

/* start transcribing */
.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

#formbuttonscanedit {
  margin-top:10px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 18px;
}

.table th,
.table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}

.table th {
  font-weight: bold;
}

.table thead th {
  vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #dddddd;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #dddddd;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child th:first-child,
.table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child th:last-child,
.table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child th:first-child,
.table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
     -moz-border-radius: 0 0 0 4px;
          border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child th:last-child,
.table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

.table tbody tr:hover td,
.table tbody tr:hover th {
  background-color: #f5f5f5;
}

table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}

table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}

table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}

table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}

table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}

table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}

table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}

table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}

table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}

table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}

table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}

table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}

table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}

table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}

table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}

table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}

table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}

table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}

table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}

table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}

table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}

table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}

table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}

table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}

#content #primary #scripto-diff h2, #content #primary #scripto-history h2 {
  padding-left:0;
  margin-top:50px;
}

/*
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}



.progress .bar {
  float: left;
  width: 0;
  height: 18px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
  background-image: -moz-linear-gradient(top, #149bdf, #0480be);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#149bdf), to(#0480be));
  background-image: -webkit-linear-gradient(top, #149bdf, #0480be);
  background-image: -o-linear-gradient(top, #149bdf, #0480be);
  background-image: linear-gradient(to bottom, #149bdf, #0480be);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: width 0.6s ease;
     -moz-transition: width 0.6s ease;
       -o-transition: width 0.6s ease;
          transition: width 0.6s ease;
  padding:0;
}

.progress .bar + .bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
          box-shadow: inset 1px 0 0 rgba(0, 0, 0, 0.15), inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.progress-striped .bar {
  background-color: #149bdf;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
     -moz-background-size: 40px 40px;
       -o-background-size: 40px 40px;
          background-size: 40px 40px;
}

.progress.active .bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
     -moz-animation: progress-bar-stripes 2s linear infinite;
      -ms-animation: progress-bar-stripes 2s linear infinite;
       -o-animation: progress-bar-stripes 2s linear infinite;
          animation: progress-bar-stripes 2s linear infinite;
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffc43c35', GradientType=0);
}

.progress-danger.progress-striped .bar,
.progress-striped .bar-danger {
  background-color: #ee5f5b;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#62c462), to(#57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(to bottom, #62c462, #57a957);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff62c462', endColorstr='#ff57a957', GradientType=0);
}

.progress-success.progress-striped .bar,
.progress-striped .bar-success {
  background-color: #62c462;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-info .bar,
.progress .bar-info {
  background-color: #4bb1cf;
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(to bottom, #5bc0de, #339bb9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff339bb9', GradientType=0);
}

.progress-info.progress-striped .bar,
.progress-striped .bar-info {
  background-color: #5bc0de;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbb450), to(#f89406));
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
}

.progress-warning.progress-striped .bar,
.progress-striped .bar-warning {
  background-color: #fbb450;
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}*/

.scripto div.totals_summary {
   background-color:#ffffff;
   max-width:500px;
   padding:10px;
   margin-bottom:40px;


}

.scripto .totals_summary h2 {
   font-weight:500;
   margin-left:32px;
}

.scripto .totals_summary h2 span.number {
    color:#b72516;
    margin-right:5px;
    font-size:1.5em;
}

.scripto .totals_summary h2 span.words {
   font-size:.8em;
}

.totals_summary .progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #888888;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  padding:0;
  width:220px;
  margin-left:32px;
}

.totals_summary .progress span {
   height:18px;
   display:inline-block;
   margin:0;
   padding:0;
}



  /* @end */
  /* @group ---------- Search ---------- */
  .search #search-results {
    background-color: #fff;
    margin-bottom: 1.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
  }
  .search #search-results th {
    color: #fff;
  }
  .search #search-results th, .search #search-results td {
    padding: 0.75em 8px;
  }
  .search #search-results th:last-of-type, .search #search-results td:last-of-type {
    border-right: 0;
  }

  /* @end */
  /* @group ---------- ExhibitBuilder ---------- */
  .exhibits h1 {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .exhibits #content .navigation {
    padding-left: 16px;
    *zoom: 1;
  }
  .exhibits #content .navigation:after {
    content: "";
    display: table;
    clear: both;
  }
  .exhibits #content .navigation .current, .exhibits #content .navigation .active {
    font-weight: 500;
  }
  .exhibits #content .navigation li {
    display: inline-block;
    float: left;
    width: auto;
    margin-right: 16px;
  }
  .exhibits #content .primary {
    padding-bottom: 0;
  }
  .exhibits .exhibit {
    clear: both;
  }
  .exhibits .exhibit > div {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .exhibits .exhibit-page {
    font-weight: bold;
  }
  .exhibits.tags #content p:only-of-type {
    background-color: #fff;
    border-style: solid;
    border-width: 10px 0 0 0;
    overflow: visible;
    padding: 0 16px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    margin-bottom: 1.125em;
  }
  .exhibits.summary #content h1 {
    margin-bottom: 0.75em;
  }

.exhibits.summary .exhibit-credits {
	clear:both;
}
  .exhibits.summary #content #primary {
    padding-left: 0;
    padding-right: 0;
  }
  .exhibits.summary #content #primary > div {
    background-color: transparent;
    border-top: 0;
    -webkit-box-shadow: transparent 0 0 0;
    -moz-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
  }
  .exhibits.summary #content #primary > div:last-child {
    margin-bottom: 0;
  }
  .exhibits.show #content h1 {
    margin-top: 0.1875em;
    font-size: 40px;
  }
  .exhibits.show #content div[role="main"] {
    margin-top: 1.5em;
  }
  .exhibits.show #content #primary:first-child {
    margin-top: 1.5em;
  }
  .exhibits.show #content #primary p, .exhibits.show #content #primary ol, .exhibits.show #content #primary ul {
    margin-bottom: 1.5em;
  }
  .exhibits.show #content .exhibit-item {
    padding-top: 0;
  }
  .exhibits.show #content #exhibit-page-navigation {
    background-color: transparent;
    border-top: 0;
    -webkit-box-shadow: transparent 0 0 0;
    -moz-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
  }
  .exhibits.show #content #exhibit-page-navigation a, .exhibits.show #content #exhibit-page-navigation span {
    padding: 0.375em 16px;
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    *behavior: url("../javascripts/boxsizing.htc");
  }
  .exhibits.show #content #exhibit-page-navigation > div {
    padding: 0;
    width: 100%;
    text-align: center;
  }
  .exhibits.show #content #exhibit-page-navigation #exhibit-nav-next {
    margin-bottom: 1.5em;
  }
  .exhibits.show #content #exhibit-pages ul {
    margin-left: 0 !important;
  }
  .exhibits.show #content .exhibit-page-nav, .exhibits.show #content .exhibit-child-nav {
    margin-left: 0;
    padding-left: 0;
  }
  .exhibits.show #content .exhibit-page-nav .current, .exhibits.show #content .exhibit-child-nav .current {
    font-weight: bold;
  }
  .exhibits.show #content .exhibit-page-nav {
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    margin-bottom: 1.5em;
  }
  .exhibits.show #content .exhibit-page-nav a {
    padding: 0;
  }
  .exhibits.show #content .exhibit-page-nav > li:nth-child(2) {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .exhibits.show #content .exhibit-page-nav > li:nth-child(3) {
    background-color: rgba(0, 0, 0, 0.2);
  }
  .exhibits.show #content .exhibit-page-nav > li:nth-child(4) {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .exhibits.show #content .exhibit-page-nav > li {
    display: block;
    float: none;
    overflow: auto;
    margin-right: 0;
  }
  .exhibits.show #content .exhibit-page-nav > li:first-of-type {
    text-transform: uppercase;
    margin-right: 0;
    padding: 0.375em 16px;
  }
  .exhibits.show #content .exhibit-page-nav > li:first-of-type a:after {
    content: ":";
  }
  .exhibits.show #content .exhibit-page-nav > li ul {
    padding-left: 0;
  }
  .exhibits.show #content .exhibit-page-nav > li ul li {
    display: inline-block;
    margin-right: 16px;
    padding: 0.375em 8px;
    width: auto;
  }
  .exhibits.show #content .exhibit-page-nav > li ul li:first-of-type {
    padding-left: 16px;
  }
  .exhibits #content #secondary-nav .current a,
  .exhibits #content #secondary-nav a.current,
  .exhibits #content .exhibit-section-nav .current a {
    background-color: transparent;
  }

  .summary #exhibit-pages {
    border-style: solid;
    border-width: 10px 0 0 0;
    overflow: visible;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    box-shadow: rgba(0, 0, 0, 0.15) 0 0 10px;
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    background-color: #fff;
    
  }
  .summary #exhibit-pages ul {
    margin-left: 0;
   
  }
  .summary #exhibit-pages ul ul {
    padding-left: 0;
   
  }

  .exhibit-block {
    padding: 0 16px !important;
  }
  .exhibit-block:first-child p:first-of-type {
    margin-top: 0;
  }

  #content .exhibit-item:empty {
    padding: 0;
  }

  .gallery-full-left, .gallery-full-right, .gallery-thumbnails,
  .gallery-thumbnails-text-bottom, .gallery-thumbnails-text-top, .image-list-left,
  .image-list-left-thumbs, .image-list-right, .image-list-right-thumbs,
  .text-full, .text-image-left, .text-image-right {
    padding: 1.5em 16px;
    margin-top: 1.5em;
  }
  .gallery-full-left div:empty, .gallery-full-right div:empty, .gallery-thumbnails div:empty,
  .gallery-thumbnails-text-bottom div:empty, .gallery-thumbnails-text-top div:empty, .image-list-left div:empty,
  .image-list-left-thumbs div:empty, .image-list-right div:empty, .image-list-right-thumbs div:empty,
  .text-full div:empty, .text-image-left div:empty, .text-image-right div:empty {
    display: none;
  }

  /* @end */
  /* @group ---------- Simple Pages ---------- */
  .simple-pages-navigation {
    display:none;
  }

  .simple-pages-navigation ul {
    display: none;
  }

  .simple-pages-navigation .current ul {
    display: none;
  }

  .simple-pages-navigation a {
    text-decoration: none;
    border-bottom: 1px solid #ddd;
    display: block;
    font-weight: bold;
    padding: 4px;
  }

  #simple-pages-breadcrumbs {
 display:none;
  }

  /* @end */
  /* @group ---------- Winter Styles ---------- */
  .winter body {
    background-color: transparent;
    color: #5a5a5a;
  }
  .winter h1, .winter #site-title h1 a {
    color: #ffffff;
    font-family: "times new roman", serif;
    letter-spacing:.015em;
    text-transform:uppercase;
  }
  
  .winter #site-title h1 a:hover {
    color:#7997b1;	
  }

  .winter #site-subtitle a{
    color: #7997b1;
    font-family: "times new roman", serif;
    letter-spacing:.035em;
    text-transform:uppercase;
  }

  .winter #site-subtitle a:hover {
	color:#ffffff;
}


  .winter input[type=submit], .winter button, .winter .button, .winter #advanced-search {
    background-color: #235e98;
  }
  .winter input[type=submit]:hover {
	background-color:#7997b1;
}

  .winter input[type=text], .winter input[type=password], .winter textarea {
    background-color: #ffffff;
    box-shadow: inset 2px 2px 5px #cccccc;
  }
  .winter a:link {
    color: #b72516;
  }
  .winter a:visited {
    color: #b72516;
  }
  .winter a:hover, .winter a:active {
    color: #7997b1;
  }

  .winter h2 a:link {
	color:#00437b;
}

  .winter h2 a:visited {
	color:#00437b;
}

.winter h2 a:hover, .winter h2 a:active {
  color: #7997b1;
}

.winter footer a:link, .winter footer a:visited {
  color: #e6ebf2;	
}

.winter footer a:hover, .winter footer a:active {
  color: #ffffff;
}

  .winter header {
    background-color: #00437b;
    color:#ffffff;
  }



  .winter nav.top {
    background-color: #b72516;
    font-family: 'Oswald', sans-serif;
    font-weight:400;
    font-size:14px;
    letter-spacing:.07em;
  }
  .winter nav.top li:hover a {
    color: #7997b1;
  }
  .winter nav.top a:link, .winter nav.top a:visited {
    color: #fff;
  }
  .winter nav.top a:active, .winter nav.top a:hover {
    color: #7997b1;
  }
  .winter nav.top #search-container {
	font-family:verdana, sans-serif;
	font-weight:normal;
	letter-spacing:0;
	font-size:12px;
} 
  .winter nav.top #search-container #advanced-form a:link, .winter nav.top #search-container #advanced-form a:visited {
	color:#00437b;
}
  .winter nav.top #search-container #advanced-form a:hover, .winter nav.top #search-container #advanced-form a:hover {
	color:#7997b1;
}

  .winter nav.top ul li ul {
    background-color: #fff;
  }
  .winter nav.top ul li ul li > a:link, .winter nav.top ul li ul li > a:visited, .winter nav.top ul li ul li > a:active, .winter nav.top ul li ul li > a:hover {
    color: #fff;
  }
  .winter #intro {
    color: #fff;
  }
  .winter #content,
  .winter #secondary-nav .current a,
  .winter #secondary-nav a.current,
  .winter .secondary-nav .current a,
  .winter .secondary-nav a.current,
  .winter .exhibit-section-nav .current a {
    background-color: #e6ebf2;
  }
  .winter #home #content > div {
    border-color: #4b6569;
    *border-width: 10px 1px 1px 1px;
    *border-style: solid;
    *border-color: #e8e8e8;
    *border-top-color: #4b6569;
  }
  .winter #content h1 {
    color: #00437b;
    font-family:Oswald, sans-serif;
    font-weight:400;
    letter-spacing:.04em;
  }

  .winter #content h1 > span {
	font-size:.5em;
	margin-right:16px;
} 
  .winter #content h2 {
    border-color: #dfe2e2;
  }

  #docsviewer h2, #docsviewer_viewer h2 {
	display:none;
  }




  .winter #content .element .element-text {
	  font-size: 12px;
	  margin-left: 180px;
	  line-height:1.6em;
	/*  margin-top:0;*/
	  
}

   .winter #finding-aid-item-type-metadata-text.element h3 {
	display:none;
}

   .winter #content #finding-aid-item-type-metadata-text.element .element-text {
	line-height:24px;
	margin-left:60px;
	margin-right:60px;

}
   
   .winter #dublin-core-title.element {
	display:none;
}


  .winter #content div {
    border-color: #859ca2;
  }
  .winter #content > div, .winter #content #primary > div, .winter #content #sidebar > div,
  .winter #content #advanced-search-form > div, .winter #content #exhibit-pages {
    border-color: #4b6569;
    *border-width: 10px 1px 1px 1px;
    *border-style: solid;
    *border-color: #e8e8e8;
    *border-top-color: #4b6569;
  }
  .winter #content #primary > div, .winter #content #sidebar > div {
    background-color: transparent;
  }
  .winter #content .pagination_previous a, .winter #content .pagination_next a {
    background-color: #b72516;
  }
  .winter #content .pagination a:link, .winter #content .pagination a:visited {
    color: #def9ff;
  }
  .winter #content .pagination a:hover, .winter #content .pagination a:active {
    background-color:  #7997b1;
  }
  .winter #content .pagination input[type=text] {
    border-color: #dfe2e2;
  }
  .winter #content nav .pagination_list {
    background-color: #56acba;
  }
  .winter #content .items-nav a:link, .winter #content .items-nav a:visited, .winter #content .secondary-nav a:link, .winter #content .secondary-nav a:visited, .winter #content #secondary-nav a:link, .winter #content #secondary-nav a:visited, .winter #content #outputs a:link, .winter #content #outputs a:visited, .winter #content #exhibit-child-pages a:link, .winter #content #exhibit-child-pages a:visited {
    color: #b72516;
  }
  .winter #content .items-nav a:hover, .winter #content .items-nav a:active, .winter #content .secondary-nav a:hover, .winter #content .secondary-nav a:active, .winter #content #secondary-nav a:hover, .winter #content #secondary-nav a:active, .winter #content #outputs a:hover, .winter #content #outputs a:active, .winter #content #exhibit-child-pages a:hover, .winter #content #exhibit-child-pages a:active {
    color: #7997b1;
  }
  .winter #content .item-img {
    border-color: #dfe2e2;
  }
  .winter #content div.hTagcloud {
    border: 0;
    background-color: transparent;
    -webkit-box-shadow: transparent 0 0 0;
    -moz-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
  }
  .winter #search-results th {
    background-color: #4b6569;
  }
  .winter #search-filters li, .winter #item-filters li {
    background-color: transparent;
  }
  .winter .page #content {
    border-color: #4b6569;
    *border-width: 10px 1px 1px 1px;
    *border-style: solid;
    *border-color: #e8e8e8;
    *border-top-color: #4b6569;
  }
  .winter #search-container #query-types input {
	margin-right:5px;
} 
  .winter #search-container #record-types input {
    margin-left:16px;
	padding-left:16px;
}

  .winter footer {
    background-color: #b72516;
  }
  .winter footer p {
    color: #fff;
  }
  .winter .exhibit-page-nav {
    background-color: #4b6569;
  }
  .winter .exhibit-page-nav .current, .winter .exhibit-child-nav .current {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .winter .exhibit-page-nav a:link, .winter .exhibit-page-nav a:visited {
    color: #def9ff;
  }
  .winter .exhibit-page-nav a:hover, .winter .exhibit-page-nav a:active {
    color: #fff;
  }
  .winter #exhibit-page-navigation a, .winter #exhibit-page-navigation span {
    background-color: #fff;
  }

  .winter #content #primary > div.label-success {
     background-color: #888888;
     
  }

  .winter #content #primary > div.label-warning   {
     background-color: /*#f6d607; */ #b72516;
  }

  .winter #content #primary > div.label-review   {
     background-color: #f6d607;
  }

  .winter #content #primary > div.label-important   {
     background-color: #6fcf6f; 
  } 

  .winter #content #primary > div.label a {
    /*color:#00437b;*/
      color:#ffffff;
   }

   .winter #content #primary > div.label a:hover {
      color: #7997b1;
   }





  /* @end */
  
}
@media screen and (min-width: 768px) {
  header {
    *zoom: 1;
    padding: 0 16px;
    margin-top:40px;
    border-top-left-radius:1em;
	border-top-right-radius:1em;
  }
  header:after {
    content: "";
    display: table;
    clear: both;
  }

  #site-title {
    /*width: 66.10169%;*/
    width:100%;
    float: left;
    /*margin-right: 1.69492%;*/
    display: inline;
margin:2em 16px;
 
    
    
  }
  #site-title:after {
    content: "";
    display: block;
    height: 0px;
    clear: both;
  }

  #search-container {
    width: 32.20339%;
    float: right;
    margin-right: 1.69492%;
    *margin-left: -1em;
    display: inline;
    margin-top: 1.875em;
    
  }

  .top #search-container {
    margin-top:.75em;  	
    padding-top:0;
   }

  #recent-items #search-container {
	width:93%;
	
	margin-right: 1.69492%;
	margin-top:0;
	margin-bottom:1.875em;
}

  #search-container input {
    padding: 0.46875em 8px;
  }

  nav.top ul {
    display: block;
    position: relative;
    z-index: 1000;
  }
  nav.top ul li {
    float: left;
    width: auto;
    position: relative;
  }
  nav.top ul li a {
    padding: 1.25em 16px;
  }
  nav.top ul li:hover {
    /*background-color: rgba(0, 0, 0, 0.05);*/
  }
  nav.top ul li:hover > ul {
    display: block;
  }
  nav.top ul li ul {
    min-width: 200px;
    display: none;
    padding: 0;
    position: absolute;
    top: 3em;
    left: 0px;
  }
  nav.top ul li ul li {
    width: 100%;
    clear: both;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  nav.top ul li ul li ul {
    position: absolute;
    left: 100%;
    top: 0;
  }
  nav.top .mobile {
    display: none;
  }

  header, nav.top, #content, footer {
    *zoom: 1;
   /* margin-left: 14.70588%;
    margin-right: 14.70588%;*/
    margin-left:10%;
    margin-right:10%;
  }
  
  footer {
	margin-bottom: 40px;
	border-bottom-left-radius:1em;
	border-bottom-right-radius:1em;
}

  header:after, nav.top:after, #content:after, footer:after {
    content: "";
    display: table;
    clear: both;
  }

  #content h1 {
	width:70%;
}

  .pagination {
    float: right;
    margin: 0;
    
  }


  #content nav .pagination_list {
    margin-top: 0.375em;
  }

  #home #content #intro {
    border-top: 0;
    background-color: transparent;
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 36px;
    -webkit-box-shadow: transparent 0 0 0;
    -moz-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0;
    margin-bottom: 1.125em;
  }
  #home #content #intro p {
    margin: 0;
  }
  #home #content #featured-item {
    float: left;
    
    margin-bottom: 1.5em;
    /* width: 32.20339%; */
    width:54%;
    margin-right: 1.69492%;
    display: inline;
    margin-left: 1.69492%;
  }

  #home #content #featured-item h2 {
	 margin-left:-16px;
  }  

  #home #content #featured-item .image {
    display: inline-block;
    width: 100%;
  }
  #home #content #featured-item .image img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
  }
  #collection_featured {
	display:block;
	float:right; 
	width:30%;
}

  div#collection-tree {
	width:62%;
}

  #collection_featured .image {
	width:100%;
}
  #collection_featured .image img {
	width:100%;
   }
   #collection_featured h2 {
	display:none;
}

  #home #content > div {
    /*width: 66.10169%;*/
    width:42%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
  }
  #home #content > div img {
    width: 100%;
    float: left;
  }

  .items #content div#sort-links {
    float: right;
    text-align: center;
  }
  .items .item {
   /* clear: both;*/
  }
  .items .item-img {
    /*width: 10%;
    float: left;*/
  }
  .items #advanced-search-form > div {
    width: 62%;
    float: left;
    margin-right: 2.5641%;
    display: inline;
    clear: both;
  }
  .items #advanced-search-form > div:last-of-type {
    width: auto;
  }

  .items.show #primary, .exhibits.exhibit-item-show #primary, .files #primary {
    *margin-left: 0;
    width:100%;
    /*width: 61.53846%;
    float: left;
    margin-right: 2.5641%;*/
    display: inline;
  }
  .items.show #sidebar, .exhibits.exhibit-item-show #sidebar, .files #sidebar {
    display: inline-block;
    float: right;
    clear: right;
    width: 35.89744%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
  }

  .collections.show #primary .element-set {
    width: 61.53846%;
    float: left;
    margin-right: 2.5641%;
    display: inline;
    *margin-left: 0;
  }
  .collections.show #primary > div {
    width: 35.89744%;
    float: right;
    margin-right: 0;
    *margin-left: -1em;
    display: inline;
    clear: right;
  }
  .collections.show .item-img {
    margin-left: 0;
  }

  #search-filters li, #item-filters li {
    float: left;
    vertical-align: top;
  }
  #search-filters li ul, #item-filters li ul {
    display: inline;
    margin: 0;
    padding: 0;
  }
  #search-filters li ul li, #item-filters li ul li {
    display: inline;
    padding: 0;
    margin: 0;
    float: none;
  }

  #search-results {
    width: 100%;
  }

  .page #content #primary {
   /* padding-top: 3em;
    padding-bottom: 3em;*/
  }

  /* Exhibits */
  .exhibits.summary #primary {
    /*width: 66.10169%;*/
    width:100%;
    float: left;
    margin-right: 1.69492%;
    display: inline;
  }
  .exhibits.summary #exhibit-pages {
    /*display: inline-block;
    display:inline;
    float: right;
    width: 32.20339%;*/
	display:none;
    width:45%;
    float:left;
    margin-left: 1.69492%;
    margin-right: 0;
    *margin-left: -1em;
    
  }

  .exhibits.show #content .exhibit-page-nav > li:first-child {
    background-color: rgba(0, 0, 0, 0.1);
    float: left;
  }
  .exhibits.show #content .exhibit-page-nav > li:nth-child(2) li:first-of-type {
    padding-left: 8px;
  }
  .exhibits.show #content #exhibit-page-navigation .exhibits-nav-prev {
    text-align: left;
  }
  .exhibits.show #content #exhibit-page-navigation .exhibits-nav-next {
    text-align: right;
  }
  .exhibits.show #content #exhibit-page-navigation > div {
    padding: 0;
    width: 33%;
  }
  .exhibits.show #content #exhibit-page-navigation a, .exhibits.show #content #exhibit-page-navigation span {
    width: 100%;
  }
}
@media print {
  /* Print Styles */
  /*end @media print*/
}
@media print {
  body {
    font: 12px Georgia, "Palatino Linotype", "Book Antiqua", "Times New Roman", Times, serif;
  }

  #content {
    width: 100%;
    margin: 0;
    float: none;
  }

  h1,
  #site-title {
    font-size: 16pt;
    font-weight: bold;
  }

  h2 {
    font-size: 14pt;
    font-style: italic;
  }

  h3 {
    font-size: 14pt;
  }

  h4 {
    font-weight: bold;
  }

  h5 {
    font-weight: bold;
    font-style: italic;
    text-transform: uppercase;
  }

  a:link:after {
    content: " (" attr(href) ") ";
    font-size: 80%;
  }

  #search-container,
  #primary-nav,
  #header-image,
  .navigation,
  .pagination,
  #exhibit-page-navigation,
  .exhibit-section-nav,
  .exhibit-page-nav {
    display: none;
  }

  blockquote {
    margin: 10pt 0 0 0;
    font-style: italic;
  }
}
