I'm not able to reproduce the problem.
The way I would trouble shoot it is using tools like the Firebug plugin for Firefox or other browser dev tools. Look at the network requests for css and see what is happening, is it an error or is it returning css, ie try visiting the css url that you see when you view the source of the page. Does it return css or is there an error?
Hope that helps,
Joe