/* 
    Document   : ad_overlay
    Created on : 22.02.2012, 15:26:17
    Author     : stefanie.knoth
    Description:
        Stlyes for Aion Ad Overlay
*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none outside none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
body {
    font: 100% Adelon,serif;
}
@font-face {
    font-family: "Adelon";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/adelon.eot');
    src: url("../fonts/adelon.eot?#iefix") format("embedded-opentype"), 
        url("../fonts/adelon.woff") format("woff"), 
        url("../fonts/adelon.ttf") format("truetype"), 
        url("../fonts/adelon.svg#CartoGothicProLight") format("svg");
}

html { overflow: hidden;}

#wrapper { 
    margin: 0 auto;
    left: 0;
    position: absolute;
    top: 0;
    height: 590px;
    width: 740px;
    z-index: 1101;
}

h1 {
    height: 1px;
    overflow: hidden;
    text-indent: -9999px;
}

.content { 
    background: url(../img/bg_ad_overlay.jpg);
    height: 590px;
    width: 740px;
}
.txt_new {
    color: #000;
    font-size: 24px;
    left: 12px;
    position: absolute;
    top: 4px;
    text-transform: uppercase;
}
.close {
    background: url(../img/close.png) center right no-repeat;
    float: right;
    margin: 10px 10px 0 0;
    padding: 0 24px 0 0;
}
.logo {
    height: 150px;
    left: 180px;
    outline: none;
    position: absolute;
    top: 40px;
    width: 340px;
}
.txt_teaser {
    color: #a8fb02;
    font-size: 21px;
    left: 260px;
    line-height: 27px;
    position: absolute;
    text-shadow: 0 0 17px #010007; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    top: 216px;
}
.trailer {
    background: url(../img/bg_trailer.png) no-repeat;
    height: 262px;
    padding: 39px 0 0 47px;
    position: absolute;
    left: 217px;
    top: 277px;
    width: 408px;
}
.btn_play {
    background: url(../img/play.png) center no-repeat;
    height: 175px;
    position: absolute;
    opacity:0.7;
     filter: alpha(opacity=70);  
  -webkit-transition: opacity 0.3s ease-out;  /* Saf3.2+, Chrome */
     -moz-transition: opacity 0.3s ease-out;  /* FF4+ */
      -ms-transition: opacity 0.3s ease-out;  /* IE10 */
       -o-transition: opacity 0.3s ease-out;  /* Opera 10.5+ */
          transition: opacity 0.3s ease-out;
    width: 315px;
}

.btn_play:hover {
    opacity:0.9;
    filter: alpha(opacity=90);  
}

a.button {
    background: url("../img/button_green.png") no-repeat scroll center top transparent;
    border: 0 none;
    color: #000000;
    display: block;
    font: bold 16px/21px Adelon;
    height: 65px;
    left: 340px;
    padding: 13px 0 0;
    position: absolute;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;  
    top: 502px;
    width: 250px;  
}
a.button:hover {
    background-position: center -80px;
    text-decoration: none;
    text-transform: uppercase;
}
a.button .play { font-size: 22px; }