/* ============================================
   PAN DULCE RANCH — GALLERY DARK THEME
   File: css/gallery-dark.css
   
   This makes the entire gallery page dark.
   Only loaded on gallery.php so it won't 
   affect your other pages.
   ============================================ */

/* Full page dark */
body {
    background: #111 !important;
}

#page-content-wrap {
    background: #111 !important;
}

/* Container / content area */
#container {
    background: #111 !important;
    padding-bottom: 40px;
}

/* Page heading */
#container h1 {
    color: #d4cfc7 !important;
}

/* Bottom strip area between header and content */
.bottom-strip-wrapper {
    background: #1a1a1a !important;
}
.bottom-strip {
    background: #1a1a1a !important;
}
.bottom-strip p span {
    color: #aaa !important;
}

/* Footer */
#footer-wrapper {
    background: #0d0d0d !important;
}
#footer {
    background: #0d0d0d !important;
}
#footer-menu ul li a {
    color: #888 !important;
}
#footer-menu ul li a:hover {
    color: #c8a96e !important;
}
#footer address {
    color: #666 !important;
}
