/*** general.css.php ***/

* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: 100%;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-y: scroll;
}

    body {
        height: 100%;
        font-family: 'Verdana', sans-serif;
        font-size: 80%;
        color: #555;
        line-height: 200%;
        background: #EEEEE6;
    }

        header, section, footer, aside, nav, article, figure {
            display: block;
        }

        a {
            outline: none;
        }

        a:link,
        a:visited {
            color: #77F;
            text-decoration: none;
        }
        
        a:hover,
        a:active {
            color: #66F;
            text-decoration: underline;
        }

        p {
            margin: 0 0 20px 0;
        }
        
        img {
            border: 0;
            max-width: 100%;
        }
        
        ul, ol {
            margin: 0 0 20px 0;
            padding: 0 0 0 40px;
        }
        
        textarea {
            font-family: inherit;
        }
        
        h1 {
            text-align: center;
            font-family: 'Actor', 'Arial', sans-serif;
            font-size: 500%;
            font-weight: normal;
            line-height: normal;
        }
        
        h2 {
            margin: 20px 0;
            font-size: 250%;
            font-family: 'Bilbo Swash Caps', 'Georgia', serif;
            font-weight: normal;
            line-height: normal;
        }

        blockquote {
            margin: 20px 0;
            padding: 10px;
            background: #F8F8F8;
        }

            blockquote q {
                font-style: italic;
            }

        .clear {
            clear: both;
        }
        
        .center {
            text-align: center;
        }




        p.copyright {
            margin: 5px 0;
            width: 100%;
            text-align: center;
            font-size: 80%;
        }

            p.copyright a {
                color: #555;
            }






/*** admin.css.php ***/

body.admin {
    font-family: 'Lato', 'Verdana', sans-serif;
    font-size: 100%;
}

    div.notification {
        padding: 20px;
        font-family: 'Lato', 'Verdana', sans-serif;
        font-size: 150%;
        font-weight: 300;
        color: #F8F8F8;
        background: #0BB;
    }

    body.admin div.header {
        padding: 20px;
        background: #F8F8F8;
    }

        body.admin h1 {
            margin: 0 0 20px 0;
            font-family: 'Lato', 'Verdana', sans-serif;
            font-size: 300%;
            font-weight: 300;
            line-height: normal;
            text-align: left;
        }

        body.admin a.admin-menu-icon {
            display: inline-block;
            margin: 0 40px 0 0;
            padding: 10px 20px 10px 10px;
            color: #555;
            text-decoration: none;
        }

            body.admin a.admin-menu-icon.view-website,
            body.admin a.admin-menu-icon.logout {
                float: right;
                margin: 0;
            }

        body.admin a.admin-menu-icon:hover {
            background: #EEEEE6;
        }

            body.admin a.admin-menu-icon img {
                margin: 0 10px 0 0;
                width: auto;
                height: 35px;
                vertical-align: bottom;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
zoom: 1;
            }

            body.admin a.admin-menu-icon:hover img {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
zoom: 1;
            }

    body.admin div.admin-content {
        padding: 20px;
    }

        body.admin h2 {
            margin: 0 0 20px 0;
            font-family: 'Lato', 'Verdana', sans-serif;
            font-size: 150%;
            font-weight: 300;
            line-height: normal;
            text-align: left;
        }

        div.admin-menu-item {
            display: inline-block;
            margin: 0 5px 10px 0;
            border: 1px #F8F8F8 solid;
            padding: 20px;
            font-size: 110%;
            vertical-align: top;
            background-color: #000000;
background-color: rgba(0, 0, 0, 0.02);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#5000000, endColorstr=#5000000)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#5000000, endColorstr=#5000000);
zoom: 1;
        }

        form.admin-page-delete {
            display: inline-block;
            width: auto !important;
            vertical-align: middle;
        }

            button.admin-page-delete-submit {
                cursor: pointer;
                border: 0;
                background: transparent;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
zoom: 1;
            }

            button.admin-page-delete-submit:hover {
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
zoom: 1;
            }

                button.admin-page-delete-submit img {
                    width: auto;
                    height: 20px;
                }

        body.admin strong {
            font-weight: 400;
        }

        body.admin form {
            width: 100%;
            max-width: 600px;
        }

            body.admin form input[type='text'],
            body.admin form input[type='password'] {
                padding: 10px;
                width: 100%;
                font-family: inherit;
                font-size: inherit;
            }

                body.admin form input#create-dir {
                    width: 240px;
                }

            body.admin form select {
                padding: 5px;
                width: 100%;
                font-family: inherit;
                font-size: inherit;
            }

                body.admin form select option {
                    padding: 3px 10px;
                }

            body.admin form input[type='checkbox'],
            body.admin form input[type='radio'] {
                margin: 0 10px 0 0;
                vertical-align: middle;
            }

            body.admin form textarea {
                padding: 5px;
                width: 100%;
                font-family: inherit;
                font-size: inherit;
            }

            body.admin form input[type='submit'] {
                padding: 5px 20px;
                font-family: inherit;
                font-size: inherit;
            }

            div.admin-dir-parent,
            div.admin-dir-up-parent,
            div.admin-image-thumbnail-parent {
                cursor: default;
                display: inline-block;
                margin: 0 15px 15px 0;
                padding: 10px;
                width: 300px;
                height: 100px;
                vertical-align: text-bottom;
                background: #F5F5EC;
                white-space: nowrap;
                overflow: hidden;
            }

            div.admin-dir-parent:hover,
            div.admin-dir-up-parent:hover,
            div.admin-image-thumbnail-parent:hover {
                background: #F9F9F1;
            }

            div.admin-dir-parent {
                display: inline-table;
            }

            div.admin-dir-up-parent {
                display: table;
                height: auto;
            }

                a.admin-dir-link {
                    display: table-cell;
                    width: 100%;
                    height: 100%;
                    vertical-align: middle;
                }

            div.admin-image-thumbnail-parent {
                position: relative;
                padding: 0;
            }

                form.admin-image-delete {
                    display: inline-block;
                    position: absolute;
                    top: 5px;
                    right: 10px;
                    width: auto !important;
                }

                    button.admin-image-delete-submit {
                        cursor: pointer;
                        border: 0;
                        background: transparent;
                        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
filter: alpha(opacity=30);
-moz-opacity: 0.3;
-khtml-opacity: 0.3;
opacity: 0.3;
zoom: 1;
                    }

                    button.admin-image-delete-submit:hover {
                        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
filter: alpha(opacity=50);
-moz-opacity: 0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
zoom: 1;
                    }

                        button.admin-image-delete-submit img {
                            width: auto;
                            height: 20px;
                        }

                a.admin-image-lightbox-link {
                    display: block;
                    padding: 10px;
                    width: 100%;
                    height: 100%;
                }

                    div.admin-image-thumbnail {
                        margin: 0 10px 0 0;
                        display: inline-block;
                        width: 85px;
                        height: 100%;
                        vertical-align: middle;
                        background-position: center center;
                        background-size: contain;
                        background-repeat: no-repeat;
                    }

            a.admin-directory-icon-parent {
                display: inline-block;
                padding: 5px 100px 5px 5px;
            }

            a.admin-directory-icon-parent:hover {
                background: #F9F9F1;
            }

                img.admin-directory-icon {
                    margin: 0 10px 0 0;
                    vertical-align: bottom;
                }





            body.admin form.admin-publication-form {
                margin: 0 0 20px 0;
                max-width: none;
            }

                form.admin-publication-form img.publication-image {
                    display: inline-block;
                    width: auto;
                    height: 100px;
                    vertical-align: middle;
                }

                form.admin-publication-form textarea.publication-description {
                    display: inline-block;
                    margin: 0 10px;
                    border: 1px #DDD solid; ?>;
                    width: 400px;
                    min-width: 100px;
                    height: 100px;
                    min-height: 60px;
                    vertical-align: middle;
                }




/*** content.css.php ***/


    div.content {
        float: left;
        position: relative;
        left: 50%;
        top: auto;
        margin: 20px auto 20px -325px;
        padding: 0 0 140px 0;
        width: 650px;
    }

        div.content img {
            margin: 20px;
            border: 1px #DDD solid;
            padding: 5px;
            width: 250px;
            height: auto;
            background: #F8F8F8;
        }






/*** header.css.php ***/

    
    header,
    div.photo-viewer-header {
        margin: 0 auto;
        padding: 10px;
        width: 100%;
        min-width: 950px;
        line-height: normal;
        background: #EEEEE6;
        z-index: 9990;
    }

    div.photo-viewer-header {
        background: transparent;
    }






/*** home.css.php ***/

    div.home div.home-links-parent {
        text-align: center;
    }

        div.home div.home-link {
            display: inline-block;
            margin: 0 10px 0 0;
        }

            div.home div.home-link a {
                display: block;
                width: 100%;
                height: 100%;
                color: #555;
                font-size: 150%;
                text-align: center;
            }




    div.home {
        padding: 40px 0;
    }

        div.home h1 {
            margin: 0 0 50px 0;
            font-size: 800%;
        }

        div.home h2 {
            margin: 0 0 50px 0;
            font-size: 300%;
            text-align: center;
        }

            div.home div.home-link a img {
                width: auto;
                height: 275px;
            }






/*** menu.css.php ***/


    nav {
        margin: 10px 0 0 0;
        text-align: center;
    }

        nav ul {
            display: inline-block;
            margin: 0;
            padding: 0;
            text-align: left;
        }
            
            nav ul li {
                position: relative;
                display: inline-block;
                list-style: none;
            }

            nav ul li:hover {
                background: #F8F8F8;
            }
            
                nav ul li a:link,
                nav ul li a:visited,
                nav ul li a:hover,
                nav ul li a:active {
                    display: block;
                    width: 100%;
                    padding: 10px 15px;
                    color: #555;
                    text-decoration: none;
                }
                
                img.submenu-arrow {
                    vertical-align: middle;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
filter: alpha(opacity=20);
-moz-opacity: 0.2;
-khtml-opacity: 0.2;
opacity: 0.2;
zoom: 1;
                }
                
                    nav ul li ul {
                        position: absolute;
                        left: -9999px;
                        top: auto;
                        background-color: #F8F8F8;
background-color: rgba(248, 248, 248, 0.8);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccF8F8F8, endColorstr=#ccF8F8F8)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccF8F8F8, endColorstr=#ccF8F8F8);
zoom: 1;
                        z-index: 9999;
                    }
                    
                        nav ul li ul li {
                            width: 200px;
                        }
                        
                            nav ul li ul li a {
                                /**/
                            }






/*** photo-viewer.css.php ***/

div.photo-viewer {
    display: none;
        position: fixed;
    bottom: 135px;
    padding: 0 10px;
    width: 100%;
    min-height: 400px;
    height: 60%;
    background-color: #EEEEE6;
background-color: rgba(238, 238, 230, 0.85);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8EEEEE6, endColorstr=#d8EEEEE6)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8EEEEE6, endColorstr=#d8EEEEE6);
zoom: 1;
    z-index: 8888;
}

    div.photo-viewer-photo-and-controls {
        position: relative;
    }

        div.main-photo,
        div.main-photo-old {
            position: absolute;
            top: 0;
            left: 100%;
            width: 100%;
            height: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
        }

        img.main-photo,
        img.main-photo-old {
            display: none;
            /*
            position: absolute;
            width: auto;
            height: inherit;
            z-index: 1;
            */
        }
        
        img.preload-photo {
            display: none;
            position: absolute;
            top: -99999px;
            left: -99999px;
        }
        
        div.preload-overlay {
            display: none;
            position: absolute;
            width: 100%;
            height: inherit;
            text-align: center;
            background-color: #EEEEE6;
background-color: rgba(238, 238, 230, 0.85);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8EEEEE6, endColorstr=#d8EEEEE6)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#d8EEEEE6, endColorstr=#d8EEEEE6);
zoom: 1;
            z-index: 2;
        }

            div.loader-img-parent {
                display: table-cell;
                vertical-align: middle;
                text-align: center;
            }

                div.preload-overlay img {
                    /**/
                }

        div.photo-navigation-wrapper {
            position: relative;
            margin: 0 auto;
            width: 100%;
            max-width: 950px;
            height: 100%;
        }

            div.photo-navigation {
                display: table;
                position: relative;
                width: 50%;
                height: 100%;
                z-index: 3;
            }

            div.previous-photo {
                float: left;
                text-align: left;
            }

            div.next-photo {
                float: right;
                text-align: right;
            }

                a.close-photo-viewer-link {
                    position: absolute;
                    top: 10px;
                    right: 0;
                    color: #555;
                    text-decoration: none;
                    -webkit-border-top-left-radius: 40px;
-webkit-border-top-right-radius: 40px;
-webkit-border-bottom-left-radius: 40px;
-webkit-border-bottom-right-radius: 40px;
-moz-border-radius-topleft: 40px;
-moz-border-radius-topright: 40px;
-moz-border-radius-bottomleft: 40px;
-moz-border-radius-bottomright: 40px;
border-top-left-radius: 40px;
border-top-right-radius: 40px;
border-bottom-left-radius: 40px;
border-bottom-right-radius: 40px;
                    padding: 8px 16px 11px 16px;
                    font-size: 125%;
                    background: #F8F8F8;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
-moz-opacity: 0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
zoom: 1;
                    z-index: 3;
                }

                a.photo-navigation-link {
                    display: table-cell;
                    width: 100%;
                    height: 100%;
                    color: #555;
                    vertical-align: middle;
                    text-decoration: none;
                }

                a.previous-photo-link {
                    /**/
                }

                a.next-photo-link {
                    /**/
                }

                    div.photo-navigation-button {
                        display: none;
                        -webkit-border-top-left-radius: 40px;
-webkit-border-top-right-radius: 40px;
-webkit-border-bottom-left-radius: 40px;
-webkit-border-bottom-right-radius: 40px;
-moz-border-radius-topleft: 40px;
-moz-border-radius-topright: 40px;
-moz-border-radius-bottomleft: 40px;
-moz-border-radius-bottomright: 40px;
border-top-left-radius: 40px;
border-top-right-radius: 40px;
border-bottom-left-radius: 40px;
border-bottom-right-radius: 40px;
                        padding: 10px 18px;
                        font-size: 175%;
                        background: #F8F8F8;
                        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
-moz-opacity: 0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
zoom: 1;
                        -webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
                    }

                    div.previous-photo-button {
                        /**/
                    }

                    div.next-photo-button {
                        /**/
                    }




/*** publications.css.php ***/

div.publication-info {
    display: none;
    position: fixed;
    bottom: 150px;
    left: auto;
    padding: 5px 0;
    width: 100%;
    height: auto;
    text-align: center;
    background-color: #F8F8F8;
background-color: rgba(248, 248, 248, 0.6);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99F8F8F8, endColorstr=#99F8F8F8)";
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99F8F8F8, endColorstr=#99F8F8F8);
zoom: 1;
    z-index: 9999;
}




/*** share-buttons.css.php ***/


    div.share {
        margin: 0 auto;
        width: 800px;
        text-align: right;
    }

        a.share-button {
            /**/
        }
        
            a.share-button img {
                width: auto;
                height: 30px;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
filter: alpha(opacity=20);
-moz-opacity: 0.2;
-khtml-opacity: 0.2;
opacity: 0.2;
zoom: 1;
            }






/*** thumbnails.css.php ***/



div.thumbnails-navigation {
    display: none;
}




    div.thumbnails-parent {
        position: fixed;
        bottom: 0;
        left: auto;
        border: #F8F8F8 solid;
        border-width: 1px 0 0 0;
        padding: 5px 0;
        width: 100%;
        height: 150px;
        text-align: center;
        background: #EEEEE6;
        overflow: hidden;
        z-index: 9999;
    }

        div.thumbnails {
            display: inline-block;
            position: relative;
            top: auto;
            left: 0;
            white-space: nowrap;
        }

            div.thumbnails img {
                width: auto;
                height: 100px;
            }

        div.thumbnails-navigation {
            position: absolute;
            top: 0;
            width: auto;
            height: 110px;
            background: #EEEEE6;
            z-index: 99999;
        }

            div.thumbnails-navigation-fader {
                position: absolute;
                top: 0;
                width: 100px;
                height: 100%;
                pointer-events: none;
            }

        div.thumbnails-backward {
            left: 0;
        }

            div.thumbnails-navigation-fader-left {
                right: -100px;
                background: -moz-linear-gradient(left,  rgba(238,238,230,1) 0%, rgba(238,238,230,0) 100%);
                background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,230,1)), color-stop(100%,rgba(238,238,230,0)));
                background: -webkit-linear-gradient(left,  rgba(238,238,230,1) 0%,rgba(238,238,230,0) 100%);
                background: -o-linear-gradient(left,  rgba(238,238,230,1) 0%,rgba(238,238,230,0) 100%);
                background: -ms-linear-gradient(left,  rgba(238,238,230,1) 0%,rgba(238,238,230,0) 100%);
                background: linear-gradient(to right,  rgba(238,238,230,1) 0%,rgba(238,238,230,0) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEE6', endColorstr='#00EEEEE6',GradientType=1 );
            }

        div.thumbnails-forward {
            right: 0;
        }

            div.thumbnails-navigation-fader-right {
                left: -100px;
                background: -moz-linear-gradient(left,  rgba(238,238,230,0) 0%, rgba(238,238,230,1) 100%);
                background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,230,0)), color-stop(100%,rgba(238,238,230,1)));
                background: -webkit-linear-gradient(left,  rgba(238,238,230,0) 0%,rgba(238,238,230,1) 100%);
                background: -o-linear-gradient(left,  rgba(238,238,230,0) 0%,rgba(238,238,230,1) 100%);
                background: -ms-linear-gradient(left,  rgba(238,238,230,0) 0%,rgba(238,238,230,1) 100%);
                background: linear-gradient(to right,  rgba(238,238,230,0) 0%,rgba(238,238,230,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00EEEEE6', endColorstr='#EEEEE6',GradientType=1 );
            }

            a.thumbnails-navigation-link {
                display: table-cell;
                padding: 0 10px;
                color: #555;
                vertical-align: middle;
                text-align: center;
                text-decoration: none;
            }

                div.thumbnails-navigation-button {
                    -webkit-border-top-left-radius: 40px;
-webkit-border-top-right-radius: 40px;
-webkit-border-bottom-left-radius: 40px;
-webkit-border-bottom-right-radius: 40px;
-moz-border-radius-topleft: 40px;
-moz-border-radius-topright: 40px;
-moz-border-radius-bottomleft: 40px;
-moz-border-radius-bottomright: 40px;
border-top-left-radius: 40px;
border-top-right-radius: 40px;
border-bottom-left-radius: 40px;
border-bottom-right-radius: 40px;
                    padding: 10px 18px;
                    font-size: 175%;
                    background: #F8F8F8;
                    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
-moz-opacity: 0.6;
-khtml-opacity: 0.6;
opacity: 0.6;
zoom: 1;
                }






