Hi xenon121, It looks like gordyville is correct. For future reference, if you are looking to find out what theme a WordPress site uses, just right-click the page and then select 'View Source'. Then you will want to perform a search - 'Find On Page' or similar - to find the phrase "wp-content/themes/". The phrase that appears after that is then the name of the WordPress theme - though be aware sometimes this is changed from the original name, so you can't always track down the theme. A WordPress theme will always be stored in a sub-folder of that directory, and in order to access images and CSS stylesheets, it will need to reference them directly. If you look in the source of the website you cited above, you will find a phrase "wp-content/themes/arras" which confirms gordyville's note. Let me know if you have any other questions. Cheers, James (@seethemes)