﻿/* 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 {
    margin-bottom: 1.5rem;
    border: 1px solid #640404;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.item-details:nth-child(2n) {
    background-color: #F4F4F4;
}

.item-details:last-child {
    margin-bottom: 0;
}

.item-details .item-title {
    padding: 8px 16px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#640404+0,840303+100 */
    background: #640404; /* Old browsers */
    background: -moz-linear-gradient(top, #640404 0%, #840303 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #640404 0%,#840303 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #640404 0%,#840303 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#640404', endColorstr='#840303',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 1px solid rgba(0,0,0,.125);
}

.item-details .item-title h4 {
    text-align: left;
    margin: 0 0;
    padding: 0 0;
    font-size: 125%;
    color: #FFFFFF;
}

.item-details .item-content {
    padding: 20px 20px;
}

.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;
}

