str_replace css meta tag?

Don’t do that, use wp_enqueu_style with wp_register_style and wp_deregister_style

http://codex.wordpress.org/Function_Reference/wp_enqueue_style
http://codex.wordpress.org/Function_Reference/wp_register_style

Also a $priority of 20k..why would you pick such an arbitrary number.