
/* ==========================================================================
   Header
   ========================================================================== */


#header, .system-message-placeholder {
    
        background-color: #ffffff;
    
}


    #header h1, #header strong, #header a em {
        color: #ff5000;
    }


/* ==========================================================================
   Background
   ========================================================================== */

    
        #content {
            background-image: url(/site_media/logo/4nCVQcmOYQmb.jpg);
            background-repeat: no-repeat;
            background-position: 50% 0;
            background-color: None;
        }
    


/* ==========================================================================
   Official comments
   ========================================================================== */


/* ==========================================================================
   Messages
   ========================================================================== */


/* ==========================================================================
   Colors
   ========================================================================== */

    .custom-icon,
    .f-category-icon::before {
        color: #FF5000;
    }


    /* Customizable color */
    a,
    a:hover, a:active, a:focus,
    .common-form .btn-link, .common-form .btn-link:hover, .common-form .btn-link:active, .common-form .btn-link:focus,
    .pagination-footer a {
        color: #5c5c5c;
    }
    .dialog .content a,
    .dialog-form-autocomplete-result .title .highlighted,
    .search-box-autocomplete-result .title .highlighted,
    .comment-list li .content a {
        border-bottom-color: #5c5c5c;
    }

    /* Should stay white */
    .admin-main-navigation a,
    .logged-in-user a {
        color: #fff;
    }

    /* Should stay blue */
    .account-selector .accounts-list li a {
        color: #3454F4;
    }

    .search-form a {
        border-bottom: 1px solid #5c5c5c;
    }



    .footer-links a {
        color: #050505;
    }



