I have looked at the source of your Web site and it appears that the template you are using uses several CSS files, and they arre located in the "/modules" and "/themes" directory off your root.
If you want to have a look at them simply open the source of your web page and look for the lines starting with "<style type="text/css". Copy the location of the CSS and past it right after your URL in the address bar.
For example, one CSS line looks like:
<style type="text/css" media="all">@import "/themes/evening-5.x-1.0/evening/style.css";</style>
You would then paste the location into your browser so it looks like:
http://online-gaming-addiction-resource.com/themes/evening-5.x-1.0/evening/style.css
|