Index: style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/bluebreeze/Attic/style.css,v
retrieving revision 1.6.2.2
diff -u -F^f -r1.6.2.2 style.css
--- style.css	12 Jan 2007 13:56:03 -0000	1.6.2.2
+++ style.css	13 Feb 2007 09:45:11 -0000
@@ -19,10 +19,6 @@
 * licensed under the GPL.
 */
 
-/* import the "One True Layout" */
-
-@import "layout.css";
-
 /* some common styles */
 
 html, body, table th, table td {
Index: template.php
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/bluebreeze/Attic/template.php,v
retrieving revision 1.1.4.1
diff -u -F^f -r1.1.4.1 template.php
--- template.php	3 Feb 2007 18:28:41 -0000	1.1.4.1
+++ template.php	13 Feb 2007 09:45:11 -0000
@@ -102,8 +102,14 @@ function bluebreeze_regions() {
 
 function _phptemplate_variables($hook, $vars = array()) {
   switch ($hook) {
+    case 'page':
+      $array = array(path_to_theme() .'/layout.css' => TRUE,
+                      path_to_theme() .'/style.css' => TRUE);
+      $vars['css']['all']['theme'] = array_merge($array, $vars['css']['all']['theme']);
+      $vars['styles'] = drupal_get_css($vars['css']);
+      break;
     // Send a new variable, $has_terms, to see wether the current node has any terms
-    case 'node':   
+    case 'node':
       if(count(taxonomy_node_get_terms($vars['node']->nid)))
         $vars['has_terms'] = TRUE;
       else
Index: bluebreeze-fixed/style.css
===================================================================
RCS file: /cvs/drupal-contrib/contributions/themes/bluebreeze/bluebreeze-fixed/Attic/style.css,v
retrieving revision 1.4.4.2
diff -u -F^f -r1.4.4.2 style.css
--- bluebreeze-fixed/style.css	3 Feb 2007 18:50:44 -0000	1.4.4.2
+++ bluebreeze-fixed/style.css	13 Feb 2007 09:45:11 -0000
@@ -9,8 +9,6 @@
 * licensed under the GPL
 */
 
-@import "../style.css";
-
 /* layout */
 
 #page {
