/*
   styles.css
   globalplayer.eu.com
   
   Created by Andrey Okonetchnikov on 2010-01-26.
   Copyright 2010 wollzelle GmbH. All rights reserved.
*/

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font: 1em/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  background-color: #FFF;
  overflow-x: hidden;
}

/* Make text width not that wide in Safari */
body { -webkit-text-stroke:1px transparent; }
@media only screen and (max-device-width:480px) {body{-webkit-text-stroke:0 black;}}

h1,h2 {
  font: 2em Georgia,"Times New Roman",serif;
  text-transform: uppercase;
}
.wrapper {
  position: relative;
  margin: 0 auto;
  text-align: left;
  width: 940px;
}

/* ================== */
/* = Header section = */
/* ================== */
  
#header {
  position: relative;
  margin-top: 180px;
  float: right;
  width: 470px;
}
  #header h1 {
    position: absolute;
    text-indent: -9999px;
    width: 566px;
    height: 566px;
    background: url('../images/logo-gp.gif') no-repeat 0 0;
  }

#content {
  float: left;
  margin-top: 60px;
  width: 50%;
}
  #content h2 {
    margin-top: 0;
  }
  #content .download {
    position: relative;
    margin-top: 50px;
    margin-left: -30px;
    margin-right: 20px;
  }
    #content .download a {
      position: absolute;
      display: block;
      padding: 55px 0 40px;
      text-decoration: none;
      overflow: hidden;
      zoom: 1;
      background: url('../images/download-bull.gif') no-repeat 5px 0;
    }
      #content .download a span {
        cursor: pointer;
        color: #000;
      }
      
      #content .download a .download-title {
        float: left;
        margin-left: 30px;
        font: bold .75em/24px Georgia,"Times New Roman",serif;
        text-transform: uppercase;
        width: 300px;
        border-bottom: 2px solid #000;
      }
      #content .download a .download-issue {
        float: right;
        padding-right: 4px;
        font: italic 1em/24px Georgia,"Times New Roman",serif;
        text-align: right;
        width: 146px;
        border-bottom: 2px solid #000;
      }
      #content .download a:hover .download-issue {
        color: #fff;
        background-color: #000;
      }

#footer {
  clear: both;
}
  #footer p {
    margin: 0;
    padding: 0;
  }
  #footer .logo-cai {
    position: absolute;
    top: 65px;
    right: 61px;
    text-indent: -9999px;
    width: 139px;
    height: 46px;
    background: url('../images/logo-cai.gif') no-repeat 0 0;
  }
  #footer .email {
    position: absolute;
    right: 100px;
    top: 616px;
    text-indent: -9999px;
    width: 180px;
    height: 22px;
  }