Any idea as to why this is??
Here's the code:
$(".main_search_big_button").click(function() {
$('.Search.input').focus();
$('.theme_classic_search-box').css({'border-color': "#0078E5", 'border-width': '3px'});
$('.container, .theme_classic_footer').fadeTo('slow', 0.5, function() {
$('.main_remove_button').fadeIn('fast');
});
Thanks, Matt Mueller