diff -urp ./print.pages.inc /Volumes/webdisk.sambarlow.com.au/www/terroir/sites/all/modules/print/print.pages.inc
--- print.pages.inc	2011-03-05 08:51:25.000000000 +1100
+++ print.pages.inc	2011-03-30 11:52:03.000000000 +1100
@@ -186,7 +186,7 @@ function _print_var_generator($node, $me
   }
   $drupal_css = drupal_add_css();
   foreach ($drupal_css as $key => $types) {
-    if (strpos($key, 'themes') !== FALSE) {
+    if (((strpos($key, 'themes') !== FALSE)) AND ($key !== $print_css)) {
     // Unset the theme's CSS
       unset($drupal_css[$key]);
     }
