﻿/*----------------------------------------------------------------------------- 
rodparsley.com Breakthrough Moment Screen Stylesheet

version:   1.0
date:      2011-10-20
author:    Jay Baldwin IV
email:     webmaster at rodparsley dot com
website:   rodparsley.com

version history: 

DATE         AUTHOR     CHANGES
2011-10-20   JJBIV      Initial version
-----------------------------------------------------------------------------*/


div.takeover-close-link
{
    text-align: center;
    margin-top: 20px;
}

.takeover-close
{
    width: 64px;
    height: 67px;
    float: right;
    top: 0px;
    z-index: 2001;
}

.takeover-bg
{
    width: 100%;
    height: 100px; /*100%;*/
    background-position: top center;
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
    z-index: 100;
    position: absolute;
    display: none;
    /*opacity: 0.98;*/
    /*filter: alpha(opacity=50);*/
}


#takeover
{
    z-index: 101; 
    display: none; 
    background-repeat: no-repeat;
    position: absolute; 
}
@media all and (max-width: 799px)
{
    /*.takeover-bg
    {
        display: none !important;
    }*/
    #takeover, #takeover *, .takeover-bg, .takeover-bg *
    {
        margin: 0 auto !important;
    }
    #takeover { padding: 0 !important; }
    .takeover-close
    {
        /*margin: 0 0 0 auto !important;
        display: block;*/
        float: right !important;
        max-width: 18% !important;
        margin: 0 !important; padding: 0 !important;
    }
    .takeover-bg > img { max-width: 80% !important; margin: 0 !important; padding: 0 !important; }
}