/*! http://merecdn.fi/LICENSE ad-base.css */

/*  ad sections ***************************************************************/

.ad div,
.ad span,
.ad object,
.ad embed,
.ad iframe,
.ad img,
/* HTML5 content model */
.ad section,
.ad header,
.ad footer,
.ad article,
.ad aside,
.ad details,
/* HTML5 media */
.ad audio,          
.ad video,
.ad canvas
{
    margin:         0;
    padding:        0;
    border:         0;
    font-weight:    inherit;
    font-style:     inherit;
    font-family:    inherit;
    font-size:      100%;
    vertical-align: baseline;
    text-rendering:
        optimizeLegibility  
    }

.ad,
.ad header,
.ad footer
{
    display: block  /* sectioning content causes line-break */
    }

.ad article
{
    line-height: 0  /* no extra whitespace */
    }

.ad img
{
    -ms-interpolation-mode: bicubic 
    }

.ad a:focus,
.ad a:active
{
    outline: 0; -moz-outline-style: none
    }

