Themeroller theme doesn't seem to work properly?

Themeroller theme doesn't seem to work properly?

Hi all,

I've just attempted to use the themeroller for the first time, but it doesn't seem to render a few things correctly.
Here is the theme >  Click here

Notice the background is not black, and also the collapsibles ( Click 'Gallery' and 'Shop') don't seem to show properly and aren't coloured/styled. Is there something obvious that I've missed? The header, footer and top menu buttons seem fine...

Using latest jqery mobile.

Here's a link to check >  Clicky here

Here's my header code. EDIT: Ah, think I've got it! Still need to use 'Data-theme="a/b/c/d/e" etc? 

  1. <meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  2. <link rel="apple-touch-startup-image" href="images/apple-touch-icon-iphone.png">
  3. <link rel="apple-touch-icon" href="images/apple-touch-icon-iphone.png" /> 
  4. <link rel="apple-touch-icon" sizes="72x72" href="images/apple-touch-icon-ipad.png" /> 
  5. <link rel="apple-touch-icon" sizes="114x114" href="images/apple-touch-icon-iphone4.png" />
  6. <link rel="apple-touch-icon" sizes="144x144" href="images/apple-touch-icon-ipad3.png" />
  7. <meta name="apple-mobile-web-app-capable" content="yes" />
  8. <link rel="stylesheet" href="themes/site.min.css" />
  9. <link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile.structure-1.3.1.min.css" />
  10. <script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
  11. <script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>