/**
 * theming styles
 *
 */

#header {
    background-color:#EEE;
    color:#111;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#DDD', endColorstr='#CCC',GradientType=0 ); /* IE6-9 */
}

#header a {
    color:#b24946 !important;
}

.breadcrumbs a {
    color:#b24946;
}

.row1 {
    background: #F5F5F5;
}

.row2 {
    background: #FFF;
}

#adv_search_container .inner {
    background-color: #F5F5F5;
    padding: 5px;
    font-weight: bold;
    color: #666
}

.module h2, .module caption, .inline-group h2 {
    background: #CCC;
}

.button.default, input[type=submit].default, .submit-row input.default {
    background: #ca7876;
    border: 1px solid #CCC;
}

.button.default:hover, input[type=submit].default:hover, .submit-row input.default:hover {
    background: #b24946;
    cursor: pointer;
}

#header #branding h1 {
    margin: 0;
    padding: 0;
    text-indent: -9999px;
    background: transparent url(/static/img/espaceun_logo.png) 0px 0px no-repeat;
    background-size: 40%;
    height: 84px;
    width: 453px;
}

body.login #header #branding h1 {
    margin-left:90px;
    background: transparent url(/static/img/espaceun_logo.png) 10px 5px no-repeat;
    background-size: 20px 20px;
    background-size: 132px 45px;
    height: 45px;
    width: 133px;
}

body.login #content {
    margin-top: 0;
}
