﻿/* These styles are for the photo gallery. */

/*.gallery {
}

.gallery-block {
}

.gallery-item {
    background-color: #ffffff;
}

.gallery-item > .container {
    margin-bottom:32px;
    padding-top: 40px;
    padding-bottom: 40px;
    color:#ffffff;
    background-color: #898989;
}

.gallery .gallery-item:nth-child(2n) {
    background-position: center top;
    background-repeat: repeat-y;
    background-color: #4A5263;
}

.gallery .gallery-item:nth-child(2n) .container {
    background-color: #545D70;
}

.gallery-item a, .gallery-item a:visited {
    color: #FFFF88;
}

.gallery-item a:hover {
    color: #FFFF00;
}

.gallery-details .document .document-title, .gallery-details .link .link-title {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 32px;
    vertical-align: middle;
}

.gallery-details .document .document-icon, .gallery-details .link .link-icon {
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.gallery-details .document .document-description, .gallery-details .link-description p {
    padding-left: 42px;
}*/

.fancybox-nav {
    width: 60px;       
}

.fancybox-nav span {
    visibility: visible;
    opacity: 0.5;
}

.fancybox-nav:hover span {
    opacity: 1;
}


/* Home Page Featured Items */

.featured-items .featured-item {
    padding: 20px 20px;
    margin-top: 20px;
    background-color: #F0F0F0;
    color: #000000;
    border: 1px solid #BBBBBB;
}

.featured-items a, .featured-items a:visited {
    color: #CC0000;
    text-decoration: none;
}

.featured-items a:hover {
    color: #0000CC !important;
    text-decoration: none;
}

.featured-items .featured-thumb img {
    border: 1px solid #DBDBDB;
}

/* Home Page Happenings */

.happenings .featured-item {
    padding: 20px 20px;
    margin-bottom: 20px;
    background-color: #2f3b52;
    color: #FFFFFF;
    border: 0px none;
}

.happenings .featured-item:nth-child(2n) {
    background-color: #435373;
}

.happenings .featured-item:last-child {
    margin-bottom: 0;
}

.happenings a, .happenings a:visited {
    color: #FFFFCC;
    text-decoration: none;
}

.happenings a:hover {
    color: #FFFF00 !important;
    text-decoration: none;
}

/* Custom */

.thumbnail {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: block;
    line-height: 1.42857;
    margin:0 auto;
    padding: 4px;

}


/************************************/

.gallery {
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.gallery-item {
    margin-bottom: 20px;
    padding: 20px 20px;
    color: #FFFFFF;
    background-color: #898989;
}

.gallery-item:nth-child(2n+1) {
    /* background-color: #DFDFDF; */
}

.gallery-item h3 {
    color: #000000;
    text-align: left;
    font-size:150%;
    margin-bottom:5px;
}

.gallery-moreinfo a, .gallery-moreinfo a:visited {
    color: #FFFFCC;
    text-decoration: none;
}

.gallery-moreinfo a:hover {
    color: #FFFF00;
    text-decoration: none;
}

.gallery-link h3 {
    margin-bottom: 0px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    vertical-align: middle;
}

.gallery-link .gallery-icon {
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.gallery-link p {
    padding-left: 42px;
}

/* These styles are for testimonials. */

.testimonials {
    margin-bottom: 15px;
}

.testimonial {
    padding-top: 15px;
    padding-bottom: 15px;
}

.testimonial:nth-child(2n+1) {
    background-color: #DFDFDF;
}

/* These styles are for the gallery details. */

div.gallery-details table.fields {
    width: 100%;
    margin-bottom: 24px;
}

div.gallery-details table.fields tr td {
    border-bottom: 1px solid #CCCCCC;
}

div.gallery-details table.fields tr td.field-name {
    width: 33%;
    padding: 5px 8px 5px 0px;
    text-align: left;
}

div.gallery-details table.fields tr td.field-value {
    width: 67%;
    padding: 5px 0px 5px 8px;
    text-align: left;
}

div.gallery-details img.big-thumb {
    margin-bottom: 24px;
}

div.gallery-details div.document, div.gallery-details div.link
{
    margin-top: 15px;
}

div.gallery-details div.document div.document-title, div.gallery-details div.link div.link-title
{
    height: 32px;
    line-height: 32px;
}

div.gallery-details div.document div.document-title img, div.gallery-details div.link div.link-title img
{
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

div.gallery-details div.document div.document-description, div.gallery-details div.link div.link-description
{
    clear: both;
    padding-left: 42px;
}

div.gallery-details div.thumbnails img.img-thumbnail {
    margin-bottom: 20px;
}

/************************** Staff Titles *****************************/

h3.staff-title {
    text-align:center;
}

h3 span.staff-jobtitle {
    color:#343537 !important;
}

h3 span.staff-location {
    color:#343537 !important;
}

h3 span.staff-phone {
    color:#fff !important;
}

h3 a {
    color:#f2f17c !important;
}