Optimising CSS & JavaScript
With the above informatinon in mind aim to lower the amount of css and javascript files your theme has, for example include your reset.css in your style.css, and for wp-page-navi add it to your style.css too.
Some plugins add css or JavaScript to your theme It’s a good idea to filter these files out and add them to your own style.css or a javascript file.
Justin Tadlock has written a useful guide on how to disable scripts and styles belonging to many plugins.
http://justintadlock.com/archives/2009/08/06/how-to-disable-scripts-and-styles
You can also minimise you css with CSS Drive’s CSS Compressor to lower your style sheets size by that extra bit. It all adds up!