/* twoColumns */
#top{
    background-image: url('/themes/custom/images/backgrounds/header-hatching.png');
    background-image: url('/themes/custom/images/backgrounds/header-hatching.png'), linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
    background-image: url('/themes/custom/images/backgrounds/header-hatching.png'), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
    background-image: url('/themes/custom/images/backgrounds/header-hatching.png'), -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
    background-image: url('/themes/custom/images/backgrounds/header-hatching.png'), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.02));
    height: 106px;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 4;
}
#content{
    padding: 126px 0 52px; /* 106 + ... */
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
/* sidebar */
#sidebar{
    display: inline-block;
    margin-right: 30px;
    vertical-align: top;
}
#sidebar .block{
    background: #fff;
    overflow: hidden;
}
#sidebar .block + .block{
    margin-top: 20px;
}
#sidebar .block h4.title,
#sidebar .block h5.title{
    background: url('/themes/custom/images/backgrounds/gradients/x-ffffff-f1f1f1-1x30.png') bottom left repeat-x #fff;
    color: #183a8d;
    font-size: 24px;
    line-height: 29px;
    min-height: 25px;
    padding: 30px 20px 10px;
}
#sidebar .block .content{
    padding: 0 20px;
}
#main{
    background: #fff;
    border-bottom: 5px solid #f2c665;
    border-radius: 2px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;

    /* DEV */
    margin-bottom: 200px;
    padding-bottom: 40px;
}
#main #main-slide-trigger{
    position: absolute;
    right: 20px;
    top: -5px;
}

/* legacy */
.oldIE #top{
    background-image: url('/themes/custom/images/backgrounds/header-hatching.png');
}
.ie7 #sidebar{
    display: inline;
    zoom: 1;
}
.ie7 #main{
    display: inline;
    zoom: 1;
}

@media print{
    #background-image{
        display: none;
    }
    #top,
    #content{
        position: static !important;
    }
    #top{}
    #content{
        margin-top: 40px;
        padding: 0;
    }
    #toolbar,
    #sidebar{
        display: none !important;
    }
    #main{
        border: none !important;
    }
    #content,
    #main,
    .span3{
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
        width: 100% !important;
    }

    /* legacy */
    .ie7 #top{
        position: absolute !important;
    }
    .ie7 #main{
        margin-top: 120px;
    }
}