I'm transferring a html site over to WordPress. I created all the php files to make a theme. I know that in the template folder, you should have the style.css file on the same level as the index.php file, however, the designer created the style.css file to be in a sub folder called css. So the actual location of the style.css file would be /css/style.css. Is there a way to get WordPress to recognize the nested css file as the one running the template?