/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

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

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

.module, #breadcrumbs, #content {
    margin: 10px;
}

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

#footer .module {
    margin: 0;
}

/* Layout ----------------------------------------------------------------------------------------------------*/
.page {
    background: #CCCCCC;
}

.wrapper > div {
    margin: 20px;
}

/* Header */
#header, #main {
    background: #fff;
}

#logo {
    display: table-cell;
    vertical-align: middle;
    margin-left: 90px;
}

#logo, #logo > img {
    float: left;
}

#logo + div {
    display: table-cell;
    vertical-align: top;
}

/* Header Bars */
#toolbar {
    padding: 7px 7px 7px 15px;
}

#headerbar {
    padding: 15px 15px 0 15px;
}

#headerbar .module {
    margin: 0 15px 0 0;
    float: left;
}

#menu {
    position: relative;
    float: left;
    margin-top: 20px;
}

/* Block Separators */
#top-a:after, #top-b:after, #innertop:after {
    content: "";
    display: block;
    border-bottom: 1px solid #eee;
}

#bottom-a:before, #bottom-b:before, #innerbottom:before {
    content: "";
    display: block;
    border-top: 1px solid #eee;
}

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

/* Sidebar Backgrounds */
#sidebar-a, #sidebar-b {
    position: relative;
}

/*#sidebar-a:before, #sidebar-b:before {*/
    /*content: "";*/
    /*display: block;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*border: 0 solid #eee;*/
/*}*/
/**/
/*.sidebar-a-right #sidebar-a:before, .sidebar-b-right #sidebar-b:before {*/
    /*border-width: 0 0 0 1px;*/
/*}*/
/**/
/*.sidebar-a-left #sidebar-a:before, .sidebar-b-left #sidebar-b:before {*/
    /*right: -1px;*/
    /*border-width: 0 1px 0 0;*/
/*}*/



#headerbar a, #footer a {
    color: #469BDB;
}

#toolbar a:hover, #headerbar a:hover, #footer a:hover {
    color: #ee4499;
}

/* Footer */
#footer {
    padding: 15px;
    background: none;
    text-align: center;
    font-size: 12px;
    line-height: 18px;
}

#totop-scroller {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    width: 20px;
    height: 20px;
    background: url(../images/totop_scroller.png) 50% 0 no-repeat;
    text-decoration: none;
}

#totop-scroller:hover {
    background-position: 50% -20px;
}