/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

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

body {
    font-size: 1em;
    line-height: 1.4;
	background: url(../santa_images/background.jpg) repeat-y;
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
	background-color: #000;
	font-family: 'IM Fell DW Pica', serif;
	font-size: 16px;
}

a {
	text-decoration: none;
	font-weight: normal !important;
}
a:link {color: #009900;}
a:hover {color: #33cc33;}
a:visited {color: #009900;}

#service-line {
	font-family: 'Dancing Script', serif;
	color: #fff;
	display: inline-block;
	width: 60%;
	font-size: 30px;
	margin-top: 5px;}
	
.facebook {
	float: right;
	color: #fff;
	font-family: 'IM Fell DW Pica', serif;
	padding-top: 10px;}
	
.wrapper {
    margin: 0 auto;
    text-align: center;
    width: 940px;
}
.wrapper section {
    text-align: left;
}

header .wrapper {
	text-align:left;}

/*Header*/

#header-top {
	background-color: #300B0B;
	BACKGROUND-image: url(http://www.coolholidaygraphics.com/christmas/dividers/lines-037.gif);
    background-position: center top;
    background-repeat: repeat-x;
    height: 132px;
	padding-top: 10px;
    min-width: 980px;
	}

.nav-button {
  display: none;
}	
#nav {
	font-family: 'IM Fell DW Pica', serif;
	text-align: center;
	background-image: url(../santa_images/top-menu.png);
    background-position: center top;
    background-repeat: no-repeat;
    height: 50px;
    margin-bottom: 10px;
    position: relative;
    width: 100%;
    display:inline-block;
    position: relative;
    z-index: 2002;
	text-align: center;
	padding-left: 0px;
	margin-top: 5px;
}
#nav a{
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
	text-decoration: none;
	font-weight: normal;

}
#nav a:hover {
    color: #FFFFFF;
}
#nav li {
    display:inline-block;
    line-height: 25px;
    margin-right: 25px;
}

#nav .current {
    color: #FFFFFF;
}
#nav li ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #9b161d;
  	font-family: Arial, Helvetica, sans-serif;
    background-position: center bottom;
    background-repeat: no-repeat;
    border-color: -moz-use-text-color #BF49CB #BF49CB;
    border-image: none;
    border: 1px solid #ae434d;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    display: none;
    position: absolute;
    top: 24px;
    width: 180px;
    z-index: 99;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	padding: 0px;

}
#nav li:hover ul{
    display: block;
}
#nav li:hover ul li{
	
    background-position: center bottom;
    background-repeat: no-repeat;
    border: 0 none;
    line-height: 14px;
	font-size: 14px;
    margin-left: 0;
    text-align: left;
    width: 100%;
	margin-left:0px;
}
#nav li:hover ul li:last-child {
    background-image: none;
}
#nav li:hover ul li a {
    font-size: 12px;
    padding: 10px;
}


#nav li:hover ul li ul{
    display: none;
}
#nav li:hover ul li:hover ul {
    border-top: 1px solid #BF49CB;
    display: block;
    left: 100%;
    position: absolute;
	background-color: #ae434d;
}

.white {
}
.white .wrapper {
	background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 20px;
	-webkit-box-shadow:  0px 3px 7px 1px #000;
    box-shadow:  0px 3px 7px 1px #000;}

.left_col {
  float: left;
  width: 400px;
  font-weight: bold;
  color: #009900;
}

.santafaqcont {
 width: 940px;
 margin: 0 auto;
}
	
.googleads {
	clear:both;
	margin: auto;
	height: 90px;
	width: 728px;
	background-color: #eee;
	margin-bottom:20px;
	}
	
.treedivider {
	margin-top: -10px;
	padding: 0px 10px;}
	
.santabig {
	display:inline-block;
	width: 30%;}
	
.santamenu, santafull {
	display: inline-block;
	vertical-align:top;
	line-height: 38px;
	font-family: 'IM Fell DW Pica', serif;
}

.santamenu {
	width: 65%;}

.santamenu a {
	color: #000; text-decoration:none;}
	
.santamenu a:hover {
	color: #000; text-decoration:underline;}

.santafull {
	text-align: left;}


.santamenu h1 {
	font-family: 'Dancing Script', serif;
	font-size: 35px;}
	
.santafull h1 {font-family: 'IM Fell DW Pica', serif; font-size: 35px; font-weight: normal}

.santafull h2 {
	font-family: 'Dancing Script', serif;
	font-size: 28px;
	margin:auto;
	text-align:center;}
	
.santafull {
	font-family: 'IM Fell DW Pica', serif;	
	font-size: 18px;
}

.songcontainer {
	padding-left: 80px;
}

.songcontainer p {
	margin-top: 10px;
	margin-bottom: 20px;
}

.songcontainer .songtitle {
	font-size: 15pt;
	color: #009900;
	margin-top: 45px;
	margin-bottom: 0;
}

.composer {
	font-size: 10pt;
	font-style: italic;
}

.bigo {
	color: #ff0000;
	font-size:30px;
	font-style: italic;
}

.santamenu ul {
	list-style: none;
	font-family: 'IM Fell DW Pica', serif;
	font-size: 22px;}

.garlanddivider {
	margin: 0 auto;
	padding: 20px;
	text-align:center;
	clear:both;
	min-width: 940px;
	}

.garlanddivider img {
	margin: 0 auto;
		}

.santafull h1.nightb4 {
 color: #336600;
 font-family: Palatino;
 font-weight: normal;
 margin: 0 auto;
 text-align: center;
}

.santafull h1.poems {
 color: #800000;
}

.santafull h1.carols {
 color: #800000;
 font-family: Palatino;
 font-weight: normal;
}

h1.twelve {
 color: #006000;
 text-align: center;
}

.twelve_foot {
 color: #006000;
 text-align: center;
 font-size: 24pt;
 font-family: 'Dancing Script', serif;
} 

.twelve_wrapper {
  background-color: #FCE1E1;
  width: 65%;
  border: 1px solid black;
  margin: auto;
  padding: 20px;
  font-weight: bold;
}

.santafull .nightb4_subhead {
  color: #3333ff;
  font-family: Palatino;
  font-size: 14pt;
  text-align: center;
}

.nightb4_goodnight {
 color: #336600;
 font-family: Palatino;
 font-weight: bold;
 text-align: center;
 font-size: 22pt;
}

.top a {float: right; text-transform: uppercase; color: #000; font-size: 12px; text-decoration: none;}
	
footer {
	margin-top: 20px;
	background: url(http://www.coolholidaygraphics.com/christmas/dividers/lines-037.gif) repeat-x #300B0B bottom;
	height: 20px;
	padding: 10px 0 20px 0;
	color: #fff;
	font-family: 'IM Fell DW Pica', serif;
	text-align:Center;
	min-width: 980px;}
	
footer a {
	color: #fff;
}

.left-image {
	float: left;
	margin: 10px 10px 10px 0;}
	
/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

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

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

/*
 * A better looking default horizontal rule
 */

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

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

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

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

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

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

















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

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

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

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

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

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

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

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

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

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

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

   header {
        display: none;
   }

    #nav {
        display: none;
    }

    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;
        margin-top: 1.5cm;
    }
/*
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    } */
    div .page {
	page-break-after: always;
    }
    .noprint {
	display: none;
    }

   .lights {
	display: none;
    }

}
@media screen and (max-width: 750px) {
.white .wrapper {
  box-shadow: none;
  padding: 2px;
}

#service-line #northpole {
  width: 15%;
}

#service-line {
 width: 100%;
}

#service-line #connection_logo {
  width: 85%;
}

.wrapper {
  width: inherit;
}

footer {
 min-width: inherit;
}

.left_col {
  width: 99%;
  padding-left: 3px;
}

.facebook {
float: inherit;
padding-top: 0;
}

#header-top {
min-width: inherit;
height: inherit;
}

.nomobile {
 display: none;
}

/* Mobile Navigation Bar - */
#nav {
  width: inherit;
  float: none;
/*  background-color: #323231 transparent;
  background-image: -webkit-linear-gradient(top, rgba(150,150,150,.9), rgba(70,70,70,.9));
  background-image: -moz-linear-gradient(top, rgba(150,150,150, 1.0), rgba(70,70,70,.9));
  background-image: -ms-linear-gradient(top, rgba(150,150,150,.9), rgba(70,70,70,.9));
  background-image: -o-linear-gradient(top, rgba(150,150,150,.9), rgba(70,70,70,.9));
*/
  display: block;
  height: 25px;
  margin: 0;
  overflow: hidden;
  box-shadow: 0 1px 5px rgba(0,0,0,.6);
  position: inherit;
  top: 0px;
  left: 0px;
  z-index: 998;
  clear: both;
  text-align: left;
  }

#nav li {
    display: none;
    width: 100%;
  }

#nav li a {
  display: block;
  width: 90%;
  padding: 2px 5%;
  font-size: 15px;
  font-weight: bold;
  text-shadow: -1px -1px 0 rgba(0,0,0,.15);
  color: white;
  text-decoration: none;
  border-bottom: 1px solid rgba(0,0,0,.2);
  border-top: 1px solid rgba(255,255,255,.1);
  }

#nav li a:hover {
  background-color: rgba(0,0,0,.5);
  border-top-color: transparent;
  }

#nav > li:first-child {
    border-top: 1px solid rgba(0,0,0,.2);
  }

  /* Toggle the navigation bar open  */
#nav.open {
    height: auto;
  }

#nav.open li {
   display: block;
  }

/* Submenus – optional .parent class indicates dropdowns */
#nav > li:hover > a {
  background: rgba(0,0,0,.5);
  border-bottom-color: transparent;
  }

#nav li.parent > a:after {
  content: ">>";
  color: rgba(255,255,255,.5);
  float: right;
}

#nav li.parent > a:hover {
  background: rgba(0,0,0,.75);
  }

#nav li ul {
  display: none;
  background: rgba(0,0,0,.5);
  border-top: 0 none;
  padding: 0;
  top: 160px;
  left: 170px;
}

#nav li ul a {
  border: 0 none;
  font-size: 12px;
  padding: 5px 5%;
  font-weight: normal;
  }

#nav li:hover ul {
  display: block;
  border-top: 0 none;
  }

#mobile-nav-button {
  display: block;
  height: 24px;
}

/* Navigation Button - */
.nav-button {
  display: block;
  top: 0px;
  width: 68px;
  height: 24px;
  background: url('/images/menu-icon.png');
  background: url('/images/menu-icon-large.png');
  background: url('/images/menu-icon-large.png');
  background: url('/images/menu-icon-large.png');
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
  border: 0 none;
  box-shadow: 0 0 4px rgba(0,0,0,.6) inset;
  border-radius: 0px;
  z-index: 999;
  text-indent: -9999px;
  }

.nav-button:hover {
    background-color: rgba(0,0,0,.1);
  }

.nav-button.open {
  background: url('/images/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
  background: url('/images/close-icon-large.png'), -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
  background: url('/images/close-icon-large.png'), -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
  background: url('/images/close-icon-large.png'), -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 21px, 100%;
  }

.twelve_wrapper {
 padding: 3px;
 width: 90%;
}

.twelve_foot {
 font-size: 22pt;
}

.garlanddivider {
min-width: 90%;
}

.garlandgif {
 width: 80%;
}

.dancingsanta {
 width: 90%;
}

.santa5b {
 width: 90%;
}

.lights {
 width: 80%;
}

#santa34 {
 width: 90%;
}

#pout {
 width: 90%;
}

.santafaqcont {
 width: 99%;
}

.rgballban {
 width: 99%;
}

.sleigh-2000 {
 width: 90%;
}

.happy-holidays {
 width: 30%;
}

.gold-stars {
 width: 20%;
}

.songcontainer {
 padding-left: 5px;
}

.fancy-star {
 width: 30%;
}

.whitecatruns {
 width: 80%;
}

.james_after_xmas {
 width: 80%;
 padding-top: 15px;
}

.virginia {
 width: 70%;
}
.yes-virginia {
 width: 85%;
}

.santafull h1.carols {
 color: #800000;
 font-family: Palatino;
 font-weight: normal;
 font-size: 20pt;
}

}
@media screen and (min-width: 751px) {
}

