@import url(../warp/css/layout.css);

/* Spacing
----------------------------------------------------------------------------------------------------*/

.module {
    margin: 5px;
}

#breadcrumbs,
#content {
    margin: 15px;
}

#toolbar,
#footer {
    margin: 0 15px;
}

#menu .module {
    margin: 10px 5px;
}

#headerbar .module {
    margin-top: 0;
    margin-bottom: 45px;
}

#footer .module {
    margin: 0;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

/* Blocks*/
#block-toolbar {
    padding: 20px 0 0;

}

#block-header {
    padding: 0 0 5px;

}

#block-main {
    padding: 5px 0 15px 0;
    background: #fff;
}

#block-bottom-a {
    padding: 5px 0;
    color: #000;
}

#block-bottom-b {
    padding: 15px 0;
    background: #6f767a;
    color: #fff;
}

#block-bottom-c {
    padding: 5px 0;
    background: #fff;
    color: #000;
}

body#page {
    background: #fff;
}

#block-footer {
    padding: 15px 0;
    background: #404547;
}

/* Header */
#toolbar {
    line-height: 26px;

}

#header {
    min-height: 40px;
}

#menu {
    position: absolute;
    right: 0;
    bottom: 45px;
}

/* Block Separators */
#top-a:after,
#top-b:after,
#innertop:after {
    content: "";
    display: block;
    margin: 0 15px;
    height: 1px;
}

#bottom-a:before,
#innerbottom:before {
    content: "";
    display: block;
    margin: 0 15px;
    height: 1px;

}

/* Remove Block Separators if System Output is disabled */
#header + #bottom-a:before,
#top-a + #bottom-a:before,
#top-b + #bottom-a:before {
    display: none;
}

/* Footer + Header */
#toolbar,
#headerbar {
    color: #000;
}

#headerbar a,
#toolbar a {
    color: #000;
}

#toolbar a:hover,
#headerbar a:hover {
    color: #0397d7;
}

/* Footer */
#footer {
    font-size: 13px;
    line-height: 18px;
    color: #000;
    text-align: left;
}

#footer a {
    color: #fff;
}

#footer a:hover {
    color: #0298d5;
}

#totop-scroller {
    display: block;
    position: absolute;
    top: -26px;
    left: 100%;
    z-index: 1;
    width: 27px;
    height: 15px;
    margin-left: -13px;
    background: #404547 url(../images/totop_scroller.png) 50% 7px no-repeat;
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.05);
    border-radius: 3px;
    text-decoration: none;
    transition: All 0.4828s ease-in-out;
    -webkit-transition: All 0.4828s ease-in-out;
    -moz-transition: All 0.4828s ease-in-out;
    -o-transition: All 0.4828s ease-in-out;
}

#totop-scroller:hover {
    top: -31px;
    padding-bottom: 5px;
}
