When you create a new ASP.NET web application, a theme is automatically set up with jQuery CSS and images in it. Is this not overkill for the large majority of web applications, which will never need to really use themes? Is it a good idea to just move all this stuff into the root Content directory, delete the theme directory, and never use themes if you have no intention of theming your site?