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

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

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

.module,
#header,
#breadcrumbs,
#content,
#footer {
    margin: 15px;
}

#footer .module {
    margin: 0;
}

#logo {
    margin-right: 15px;
}

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

body#page {
    background: #F0F0F0;
}



#block-toolbar {
    /*background: url(/templates/yoo_inspire/images/toolbar_bg.png) 0 0 repeat-x;*/
    background: #F0F0F0;
    margin-top: 7px;
    padding-top: 3px;


}
.blackyellow #block-toolbar {
    background: #FFFF0B !important;
    box-shadow: inset 0 1px 1px 1px rgba(0, 0, 0, 0.5);
    color: #000;
}


#toolbar {
    padding: 3px 15px 4px 15px;
    min-height: 28px;
    line-height: 28px;
    font-size: 12px;
    /*text-shadow: 0 1px 0 rgba(0,0,0,0.5);*/
    color: #c7c7d5;
}

#search {
    margin-left: 10px;
}

.blackyellow #block-header {

    background: rgb(255,255,170); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,170,1) 0%, rgba(255,255,104,1) 50%, rgba(255,255,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,170,1)), color-stop(50%,rgba(255,255,104,1)), color-stop(100%,rgba(255,255,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,255,170,1) 0%,rgba(255,255,104,1) 50%,rgba(255,255,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,255,170,1) 0%,rgba(255,255,104,1) 50%,rgba(255,255,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,255,170,1) 0%,rgba(255,255,104,1) 50%,rgba(255,255,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,255,170,1) 0%,rgba(255,255,104,1) 50%,rgba(255,255,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffaa', endColorstr='#ffff00',GradientType=0 ); /* IE6-9 */

}

#block-header {
    border-bottom: 1px solid #fff;
    background: #F7F7F7;
    background: -moz-radial-gradient(50% 0%, #F7F7F7 0%, #EFEFF0 50%, #E0E1E2 100%); /* Firefox */
    background: -webkit-radial-gradient(50% 0%, #F7F7F7 0%, #EFEFF0 50%, #E0E1E2 100%); /* Safari, Chrome */
}

#header {
    min-height: 50px;
}

#menu {
    position: absolute;
    right: -10px;
    bottom: -5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
}

.menu-dropdown li.active .level1 span, .menu-dropdown li.level1:hover .level1 span,
.menu-dropdown li.remain .level1 span{
    background: rgba(107, 107, 166, 0.05);
}




#headerbar {
    margin-bottom: 50px;
}

#block-top-a {
    padding: 0;
}

.top-a-shadow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3) inset, 0 1px 3px rgba(0, 0, 0, 0.5) inset;
}

.blackyellow #block-main {
    background: #ffff00;
}
#block-main {
    padding: 10px 0 15px 0;
    border-bottom: 1px solid #ffffff;
    background: #FCFCFC;
}



#block-bottom {
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #ffffff;
    padding: 15px 0 0;
    background: #F9F9F9;
}

#block-footer {
    border-top: 1px solid #E4E4E4;
    font-size: 12px;
    color: #868686;
}

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

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

