
/* --------------------------------------------------------------------- */
/* DO YOUR CSS CHANGES HERE TO SIMPLIFY UPDATES
/* --------------------------------------------------------------------- */

#page-header.pos-fixed {
    position: fixed;
    background-image: url(../images/layout/dark.jpg);
    background-position: center top;
    background-repeat: repeat;
    height: 60px;
    z-index: 50;
}

#page-header.pos-fixed #main-navigation {
    top: 10px;
}

#page-header.pos-fixed #main-navigation a {
    top: 20px;
    color: #fff;
}

.button.simple:hover .front {
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    transition:         all 0.2s;
    color: #fff;
}

.button.simple:hover {
   -webkit-transform: none;
    transform: none;
}

#pagination-navi {
    display: none !important;
}
#logo .dark {
    display: none;
}

#logo .light {
    display: none;
}
