/* ===== FONT ===== */
@font-face {
    font-family: 'Walkway';
    src: url('Walkway_Bold.ttf');
}

/* ===== BODY ===== */
body {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* ===== CONTAINER ===== */
#Container {
    float: left;
    white-space: nowrap;
}

/* ===== MAIN CONTENT ===== */
#Main {
    font: 12px Helvetica;
    margin-top: 20px;
    float: left;
}

/* ===== SCROLL GALLERY ===== */
#ScrollGallery {
    float: left;
    height: 400px;
    position: relative;
    width: 100%;
    display: block;
    overflow-x: scroll;
    overflow-y: hidden;
    text-align: left;
    white-space: nowrap;
}

/* ===== MENU ===== */
#navigation {
    float: left;
    vertical-align: middle;
    margin-left: 0px;
    margin-right: auto;
    width: 350px;
    margin-top: 20px;
}

#navigation a {
    font: 18px Helvetica;
    color: #333;
    text-decoration: none;
    letter-spacing: 0.1em;
    line-height: 0px;
    display: block;
    padding: 10px;
    border-bottom: 1pt solid #fff;
}

#navigation a:hover {
    border-bottom: 1pt solid #999;
    cursor: pointer;
}

#navigation ul.menu ul li a {
    font: 15px Helvetica;
    display: block;
    padding: 3px 7px 5px;
}

#menu {
    list-style: none;
    height: 214px;
    padding-left: 12px;
    padding-right: 12px;
    background: url(MenuImages/bk.png) no-repeat top;
}

ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.menu * {
    margin: 0;
    padding: 0;
}

ul.menu a {
    font: 11px Helvetica;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: .1em;
    line-height: 16px;
    display: block;
    padding: 10px;
}

ul.menu li {
    position: relative;
    float: left;
    margin-right: 0px;
}

ul.menu ul {
    display: none;
    opacity: 0;
    list-style: none;
    padding-left: 10px;
    width: 150px;
}

ul.menu ul li {
    position: relative;
    border-top: none;
    width: 148px;
    margin: 0;
    height: 25px;
}

ul.menu ul li a:hover {
    color: #000;
    border-right-width: 0px;
    border-left-width: 0px;
}

ul.menu ul ul {
    left: 148px;
    top: -1px;
}

ul.menu .menulink {
    padding: 5px 7px 7px;
    background: url(MenuImages/buttons.gif);
    width: 304px;
}

/* ===== RSS ===== */
#RSS {
    width: 800px;
    white-space: normal;
}
#RSS #Details {
    height: 60px;
}

/* ===== FOOTER ===== */
#footer {
    clear: both;
    border-top:1px dotted #3a3d3f;
    padding: 0;
    position: fixed;
    bottom:0;
    height:15px;
    width: 100%;
    text-transform:uppercase;
    color:#343d42;
    font-size:10px;
}

#footer a {
    color:#728088;
}

#footer a:hover {
    color:#0D0F11;
    background-color:#fff;
}

.clear {
    clear: both;
}

/* ===== MOBILE RESPONSIVENESS ===== */
@media screen and (max-width: 768px) {
    #Container {
        float: none;
        width: 100%;
        white-space: normal;
        margin: 0 auto;
        padding: 0 10px;
    }

    #navigation {
        float: none;
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    #menu-toggle {
        display: block;
        font-size: 28px;
        background: none;
        border: none;
        cursor: pointer;
        margin: 10px 0;
    }

    #navigation ul.menu {
        display: none;
        width: 100%;
        padding-left: 0;
    }

    #navigation ul.menu.active {
        display: block;
    }

    #navigation ul.menu li {
        float: none;
        width: 100%;
    }

    #navigation ul.menu a.menulink {
        padding: 12px 10px;
        border-bottom: 1px solid #ccc;
    }

    #Main {
        float: none;
        margin-top: 20px;
        max-width: 100%;
        text-align: center;
    }

    #Main img {
        max-width: 100%;
        height: auto;
    }

    #footer {
        position: relative;
        bottom: auto;
        text-align: center;
        padding: 10px 0;
    }
}

/* ===== BIO TEXT SELECTABLE ===== */
#BioText {
    -moz-user-select: text !important;
    -khtml-user-select: text !important;
    -webkit-user-select: text !important;
    -ms-user-select: text !important;
    user-select: text !important;
}
