
/*
Seasons_UNC styles
*/

/*************************** UNC STYLES  *******************************/
 
  /* !---------- UNC Default Styles ---------- */
  .unc body {
    background-color: #E5E5E5;
    color: #000;
  }
  .unc a {
    color: #0066CC;
  }
  .unc h1, .unc h2, .unc h3, .unc h4 {
    border-color: #999999;
  }
  .unc #header-wrap {
    background-color: #56a0d3;
  }
  .unc header, .unc footer, .unc nav.bottom {
    background-color: #56a0d3;
    color: #E5E5E5;
  }
  .unc header ul.navigation a, .unc footer ul.navigation a, .unc nav.bottom ul.navigation a {
    color: #E5E5E5;
  }
  .unc header #search-container {
    color: #000;
  }
  .unc #site-title {
    padding-top: 0em;
    padding-bottom: 0em;
    font-size: 0;
  }
  .unc #site-title a {
    display: block;
    margin-top: 1em;
    height: 80px;
  }
  .unc #top-nav {
      background: #fff;
  }
  .unc .summary #primary > div.exhibit-description p:last-child {
    padding-bottom: 2em;
    margin-bottom: 2em;
  }
  .unc #primary > div:first-child {
    border-width: 0;
  }
  .unc #sidebar {
    background-color: #fff;
  }
  .unc input[type=submit], .unc button, .unc .button, .unc #advanced-search {
    background-color: #555555;
  }
  .unc input[type=text], .unc input[type=password], .unc textarea {
    background-color: #fff;
  }
  .unc .pagination li.pagination_next, .unc .pagination li.pagination_previous {
  background: #fff;
  }
  .unc .pagination li input {
    background: #fff;
  }
  .unc .exhibit + .pagination {
    margin: 1em 0 0 0;
  }
  .unc .exhibits.browse h2 {
    font-size: 17.6px;
  }
  .unc #content div, .unc #sidebar, .unc nav#exhibit-pages {
    border-color: #999999;
    border-width: 5px 0 0 0;
  }
  .unc .search #search-results th {
    background: #56a0d3;
  }
  .unc body.items #primary > div, .unc body.items #sidebar > div {
    background: #fff;
  }
  .unc body.items #primary > div:first-child, .unc body.items #sidebar > div:first-child {
    border-top-width: 10px;
  }
  .unc body.items #content div.item h2 {
    font-size: 17.6px;
    border-width: 0;
    padding: 0 0 1em 1em;
    margin: 0;
  }
  .unc #search-filters li, .unc #item-filters li {
    background: #fff;
  }
  .unc #search-filters li li, .unc #item-filters li li {
    background: #fff;
  }
  .unc .nav-item.active{
    background-color: #E5E5E5;
  }
  .unc .center {
    text-align:center
  }
  .unc .center img{
    width: 100%;
  }

  .unc #simple-pages-breadcrumbs {
    display:none
  }

  .unc .maintext {
    padding-left:10%;
    padding-right:10%
  }

  .unc a:hover {
    text-decoration:underline
  }

  .unc .page #primary {
    padding-top:1em;
    padding-bottom:1em
  }


