Okay, so I made a new template called "media.css" and it was correctly placed into the CSS Templates folder.
I then added this stylesheet to the rest of my templates in my mod with the following code:
Code:
<link rel="stylesheet" type="text/css" href="{vb:raw vbcsspath}media.css" />
With the default settings, this works GREAT. However, if I enable the "Store CSS Stylesheets as Files?" it stops working. The rest of my forum works great, but even though the media.css file is correctly being made in my clientscript/vbulletin_css folder, none of the style settings in the file are being implemented.