﻿/* Fancybox Popup Fixes */

.fancybox-overlay {
    z-index: 9999;
}

.fancybox-wrap {
    z-index: 99999 !important;
}

.fancybox-nav {
    width: 60px;
}

.fancybox-nav span {
    visibility: visible;
    opacity: 0.5;
}

.fancybox-nav:hover span {
    opacity: 1;
}

/* These styles are for the home page specials. */

.specials .special-wrapper {
    color: #FFFFFF;
    background-color: #666666;
    background-image: url('/images/layout/dark-bg.jpg');
    border: 1px solid rgba(0,0,0,0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.special-wrapper .special-title {
    overflow: hidden;
    height: 44px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 44px;
    text-align: center;
}

.special-wrapper .special-title a, 
.special-wrapper .special-title:visited {
    color: #FFFFFF;
    text-decoration: none;
}

.special-wrapper .special-title a:hover {
    color: #FFFFCC;
}

.special-wrapper .special-description {
    overflow: hidden;
    padding: 10px 10px 0px 10px;
    font-weight: normal;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}

.special-wrapper .special-moreinfo {
    overflow: hidden;
    height: 44px;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 44px;
    text-align: right;
}

.special-wrapper .special-moreinfo a, 
.special-wrapper .special-moreinfo a:visited {
    padding-right: 15px;
    color: #FFFFFF;
    text-decoration: none;
}

/* Item Summary */

.item-summary {
    margin-bottom: 1.5rem;
    padding: 15px 15px;
    background-color: #EAF4F9;
    border: 1px solid #C0DFEE;
}

.item-summary:nth-child(2n+1) {
    background-color: #FEF2F3;
    border: 1px solid #FBD8DB;
}

.item-summary:last-child {
    margin-bottom: 0;
}

.item-summary h2 {
    font-size: 150%;
    line-height: 150%;
    margin-bottom: 0.5rem;
}

/* Item Details */

.item-details {
}

.item-details .item-title {
}

.item-details .item-title h1 {
}

.item-details .item-content {
}

.item-details .description {
}

.item-details .description p:last-child {
    margin-bottom: 0;
}

.item-details .documents, .item-details .links {
    margin-top: 24px;
}

.item-details .documents .document:not(:first-child), .item-details .links .link:not(:first-child) {
    margin-top: 15px;
}

.item-details .documents .document .document-title, .item-details .links .link .link-title {
    font-weight: bold;
}

.item-details .documents .document .document-title i, .item-details .links .link .link-title i {
    margin-right: 8px;
}

.item-details .documents .document .document-description, .item-details .links .link .link-description {
    margin-left: 34px;
}

.item-details .thumbnails {
}

.item-details .thumbnails .img-thumbnail {
    margin-top: 30px;
}

.item-details .thumbnails .pic-title,
.item-details .thumbnails .pic-desc {
    display: none;
}

/* Staff Details */

.staff-details {
    margin-bottom: 1.5rem;
}

.staff-details:last-child {
    margin-bottom: 0;
}

.staff-member {
    margin-bottom: 1.5rem;
    padding: 15px 15px;
    background-color: #EAF4F9;
    border: 1px solid #C0DFEE;
}

.staff-member:nth-child(2n+1) {
    background-color: #FEF2F3;
    border: 1px solid #FBD8DB;
}

.staff-member:last-child {
    margin-bottom: 0;
}