/*------------------------------------------------------------------------------------

   CREAM : STYLE.CSS
   SETS UP STYLE & SOME SENSIBLE TYPOGRAPHY.
   
   WEBSITE BY THIRDFLOORDESIGN -
   
   THIRD FLOOR DESIGN                  TEL / +44 (0)1452 305948
   UNIT 13 HIGHNAM BUSINESS CENTRE     WEB / WWW.THIRDFLOORDESIGN.CO.UK
   GLOUCESTER GL2 8DN                  EMAIL / HELLO@THIRDFLOORDESIGN.CO.UK

------------------------------------------------------------------------------------*/

/* Imported Stylesheets
---------------------------------------*/
@import url('/css/reset.css');
@import url('/css/supersized.css');

/* Global
---------------------------------------*/
body { overflow: auto; margin: 0px; padding: 0px; background-color: #000000; }
body { font-size: 11px; color: #444444; font-family: Arial, Helvetica, sans-serif; }

strong { font-weight: bold; }
p { margin-top: 10px; line-height: 16px; }

/* Badge
---------------------------------------*/
#badge { width: 195px; height: 192px; position: absolute; top: 20px; right: 20px; z-index: 4; }

#badge.gloucester a { width: 195px; height: 192px; display: block; background: url(/img/badge-gloucester.png) 0 0; }
#badge.gloucester a:hover { width: 195px; height: 192px; display: block; background: url(/img/badge-gloucester.png) 0 -192px; }
#badge.cheltenham a { width: 195px; height: 192px; display: block; background: url(/img/badge-cheltenham.png) 0 0; }
#badge.cheltenham a:hover { width: 195px; height: 192px; display: block; background: url(/img/badge-cheltenham.png) 0 -192px; }

/* Wrapper
---------------------------------------*/
#wrapper { text-align: left; position: absolute; left: 5%; top: 0px; width: 380px; background-image: url(/img/wrapper-bg.png); background-repeat: repeat; z-index: 5; }
#wrapper-header { width: 350px; padding: 15px 15px 0 15px; float: left; overflow: hidden; }
#wrapper-strap { width: 380px; height: 76px; float: left; overflow: hidden; background: url(/img/wrapper-strap-bg.png); margin-top: 10px; }
#wrapper-content { width: 350px; padding: 0 15px; float: left; overflow: hidden; position: relative; }

/* Header
---------------------------------------*/
#header { width: 350px; float: left; }
#header h1 { color: #000000; width: 350px; height: 97px; font-size: 16px; text-indent: -9999px; }
#header h1.gloucester { background: url(/img/logo-gloucester.png); }
#header h1.cheltenham { background: url(/img/logo-cheltenham.png); }
#header h2 { color: #000000; width: 350px; height: 72px; font-size: 16px; text-indent: -9999px; }
#header h2.gloucester { background: url(/img/details-gloucester.png); }
#header h2.cheltenham { background: url(/img/details-cheltenham.png); }

/* Strap
---------------------------------------*/
#strap { width: 350px; float: left; padding: 0 15px; }
#strap h3 { color: #000000; width: 350px; height: 76px; font-size: 16px; text-indent: -9999px; }
#strap h3.gloucester { background: url(/img/strap-gloucester.png); }
#strap h3.cheltenham { background: url(/img/strap-cheltenham.png); }

/* Info
---------------------------------------*/
#info { width: 350px; float: left; }
#info p { font-size: 12px; font-weight: bold; line-height: 17px; display: block; }
#info p strong { color: #EB008B; }
#info h4 { font-size: 12px; font-weight: bold; line-height: 17px; margin-top: 10px; }
#info h4 strong { color: #EB008B; }
#info img { margin-top: 10px; }
#info p img { margin: 0; }
#info p span { font-weight: normal; }
#info #tag { width: 68px; height: 100px; position: absolute; top: 140px; right: 30px; background: url(/img/tag.png); }

/* Contact
---------------------------------------*/
#contact { width: 350px; float: left; }
#contact h5 { font-weight: bold; color: #EB008B; text-transform: uppercase; margin-top: 10px; }
#contact p { margin: 0; }
#contact a { color: #444444; font-weight: bold; text-decoration: underline; }
#contact a:hover { color: #EB008B; }

/* Sponsors
---------------------------------------*/
#sponsors { width: 350px; float: left; }

/* Footer
---------------------------------------*/
#footer { width: 350px; float: left; padding-bottom: 10px; margin: 10px 0; border-top: 2px solid #EB008B; border-bottom: 2px solid #EB008B; }
#footer p { font-weight: bold; }

/* Links
---------------------------------------*/
a.opacity img { display: block; }

/* TFD
---------------------------------------*/
#footer a.tfd { color: #444444; text-decoration: none; }
#footer a.tfd:hover { color: #00AEEF; }

/* Misc
---------------------------------------*/
.hide { display: none; }
.clear { clear: both; }