So I found what I thought was going to be the answer to my question at this thread: http://www.boonex.com/forums/topic/CSS-Styles-How-to-use-.htm Here, houstonlively gives a pretty good explanation of whats going on with the CSS import we see in the Edit CSS Files option in the admin area:
"....they import the corresponding css file from the templates/base/css directory. The files shown in the editor, are the ones in your current tmpl_xxx/css/ directory, and they are he ones you should be editing...NOT the css files in the base directory. Any css you put in the css files in your tmpl_xxx/css/ directory, will override the css that exists in the base directory css files. You should never change any files in the /templates/base directory"
I had found the /templates/base/css files and attempted some simple edits that had absolutely no affect. Thats why I went looking and found the above thread. I then took the advice and tried to edit the file located at /templates/tmpl_uni/css/common.css but this had no affect either.
I am pretty confused at this point as to what is actually going on here. I am directly editing CSS that should have a dramatic effect of the look of the site and getting nothing. Can anyone clarify please? Thanks!