/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    margin: 1em 0;
    padding: 0;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
}

img {
    vertical-align: middle;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    padding: 0.2em 0;
    background: #ccc;
    color: #000;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
/*   background: #000 url('../img/bkgrndHoliday.jpeg') no-repeat scroll center 0; */
/*   height: 980px; */
  position: relative;
  height: 930px;
  margin: 0;
}

.page-wrapper {
  margin: 0 auto;
  max-width: 980px;
  width: 100%;
  height: auto;
  padding-bottom: 30px;
}
header {
/*   background: transparent url('../img/mainText.png') no-repeat scroll center 0; */
  display: block;
  margin-top: 50px;
  margin-bottom: 30px;
  width: 100%;
  height: 225px;
  text-align: center;
}

.header-text {
/*   background: transparent url('../img/bkgrndGradient.png') no-repeat scroll 0 25%; */
}

.header-subtext {
  
}



#ooyalaplayer {
  margin: 0 auto;
  padding: 10px;
  background: transparent url('../img/bkgrndGlowFrame.jpeg') no-repeat scroll 0 0;
}

.action {
  padding: 40px 10px;
  height: 100px;
  background: transparent url('../img/happyholidays-grad.png') no-repeat scroll center center;
  color: #FFF;
  text-align: center;
  font-family: Verdana, Tahoma, sans-serif;
  text-shadow: 2px 3px 3px #000;
}

.action span a {
  color: #FCEE9E;
  text-decoration: none;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: #005C56;
}
/*

*/


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 768px) {
  .header-text {
    width: 100%;
  }

  #ooyalaplayer {
    padding: 0;
    height: auto;
    background: none;
  }
} 

@media only screen and (max-width: 480px) {
  body {
    height: auto;
  }
  header {
    height: 100px;
    margin-top: 0;
  }
/*

  #ooyalaplayer {
    height: auto !important;
  }
*/
  
/*
  #ooyalaplayer>div {
    width: auto !important;
    height: auto !important;
  }
*/
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    overflow: hidden;
    border: 0;
    background-color: transparent;
    *text-indent: -9999px;
}

.ir:before {
    display: block;
    width: 0;
    height: 150%;
    content: "";
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    margin: -1px;
    padding: 0;
    width: 1px;
    height: 1px;
    border: 0;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    margin: 0;
    width: auto;
    height: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */



@media print {
    * {
        background: transparent !important;
        box-shadow: none !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}