diff -crB zeropoint/template.php zeropoint_patch/template.php
*** zeropoint/template.php	2009-07-05 23:08:38.000000000 -0300
--- zeropoint_patch/template.php	2009-07-19 16:47:23.000000000 -0300
***************
*** 93,98 ****
--- 93,99 ----
  }
  
  drupal_add_css(drupal_get_path('theme', 'zeropoint') . '/css/' . get_zeropoint_style() . '.css', 'theme');
+ drupal_add_css(drupal_get_path('theme', 'zeropoint') . '/_custom/custom-style.css', 'theme');
  
  
  
diff -crB zeropoint/zeropoint.info zeropoint_patch/zeropoint.info
*** zeropoint/zeropoint.info	2009-07-05 23:26:03.000000000 -0300
--- zeropoint_patch/zeropoint.info	2009-07-19 16:47:29.000000000 -0300
***************
*** 38,44 ****
  stylesheets[all][] = css/layout.css
  stylesheets[all][] = style.css
  stylesheets[print][] = css/print.css
- stylesheets[all][] = _custom/custom-style.css
  ; Information added by drupal.org packaging script on 2009-07-06
  version = "6.x-1.7"
  core = "6.x"
--- 38,43 ----
