I seem to have had a permissions error in var and specifically var/cache.
Both were previously set to 755, which has not caused issues before. This morning my CSV files stopped being generated by cron to the var/export_bkp directory, I resolved this by setting permissions to 777.
I'm now having the problem that my site has dropped the stylesheets. I tried changing permissions of media/js & media/css to 777, and I can see it is caching stylesheets in there correctly, however, they are not being displayed on the front end.
I have tried flushing cache via Magento admin but still, have nothing. Any help would be appreciated, Thank you.