/* 
contents:
  COLOR_PALETTE 
  PLAIN
    fonts
  COMMON
    odd_and_even_tables
    block_image_and_text
    jquery_ui
    mediagallery
    page_messages
    formui_viewspace (generated forms)
    galleria_colorbox (lightbox-photo-album)
    icon
    event_calendar_table (eventmanager)
    event_listing (eventmanager)
  CUSTOM
    dor_report_icons
  LAYOUT
  VIEW_SECTION
    sidekick_promos
    tabbed_child_promos
    event_calendar_block
  PAGE_SECTION
    home_page
  HTML5BOILERPLATE_COMMON 
*/

/** COLOR_PALETTE **/
  /* #ffffff; /* white */
  /* #efeff0; /* lt_white_gray */
  /* #e6e7e8; /* white_gray */
  /* #dddedf; /* ltr_white_gray */
  /* #d0d2d2; /* lt_gray */
  /* #939598; /* alt_gray */
  /* #7d7e81; /* gray */
  /* #610020; /* drk_red */ 
  /* #780028; /* red */
  /* #990033; /* alt_red */


/** PLAIN **/
/** fonts **/
  /* Generated by Font Squirrel (http://www.fontsquirrel.com) on September 14, 2011 */
  @font-face {
      font-family: 'ChunkFiveRegular';
      src: url('fonts/chunk-webfont.eot');
      src: url('fonts/chunk-webfont.eot?#iefix') format('embedded-opentype'),
           url('fonts/chunk-webfont.woff') format('woff'),
           url('fonts/chunk-webfont.ttf') format('truetype'),
           url('fonts/chunk-webfont.svg#ChunkFiveRegular') format('svg');
      font-weight: normal;
      font-style: normal;
  }
body {
  background: #d0d2d2 url(img/bg.jpg) top left repeat-x; /* lt_gray */
  color: #7d7e81; /* gray */
  font-family: Arial, sans-serif;
  font-size: 62.5%; /* 1.0em equals 10px */ 
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'ChunkFiveRegular', Georgia, serif;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 0.5em;
}
h1 {
  font-size: 3.6em;
  line-height: 0.86em; /* 31/36 */
  margin: 0 0 5px;
}
h2 {
  font-size: 2.4em;
  line-height: 1.0em;
}
h3 {
  font-size: 2.0em;
  line-height: 1.0em;
}
h4 {
  font-size: 1.6em;
  line-height: 1.0em;
}
h5 {
  font-size: 1.4em;
  line-height: 1.0em;
}
h6 {
  font-size: 1.4em;
  line-height: 1.0em;
}

li,
dt, dd,
p {
  font-size: 1.3em;
  line-height: 1.61em;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table td {
  font-size: 13px;
  line-height: 21px;
}
table th {
  font: normal 14px 'ChunkFiveRegular';
}
p {
  margin: 0 0 18px;
}
p.h1-subtitle {
  font-size: 1.4em;
  line-height: 1.35em; /* 19/14 */
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
}
li dt,
li dd,
li p,
li li {
  font-size: 1.0em;
}

a:link,
a:visited,
a:hover,
a:active {
  color: #990033; /* alt_red */
  text-decoration: none;
}
a img {
  border: 0;
}

/** COMMON **/
table.full {
  width: 100%;
}
a.button {
  white-space: nowrap;
  background-color: #610020; /* drk_red */ 
  color: white;
  line-height: 20px;
  display: inline-block;
  padding: 2px 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.alignLeft {
  float: left;
}

.alignRight {
  float: right;
}

.centerText {
  text-align: center;
}

/** odd_and_even_tables **/
tr.odd th,
tr.odd td {
  background-color: #efeff0; /* lt_white_gray */
}
tr.even th,
tr.even td {
  background-color: #dddedf; /* ltr_white_gray */
}

/** block_image_and_text **/
.block {
  clear: both;
  padding-bottom: 5px;
  float: left;
  width: 100%;
}
  .block-image {
    float: left;
    width: 200px;
    text-align: center;
  }
  .block-text {
    margin-left: 210px;
  }



/** jquery_ui **/
/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden { display: none; }
.ui-helper-hidden-accessible { position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }
.ui-helper-reset { margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none; }
.ui-helper-clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.ui-helper-clearfix { display: inline-block; }
/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix { height:1%; }
.ui-helper-clearfix { display:block; }
/* end clearfix */
.ui-helper-zfix { width: 100%; height: 100%; top: 0; left: 0; position: absolute; opacity: 0; filter:Alpha(Opacity=0); }

/*
 * jQuery UI Tabs 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs { position: relative; padding: .2em; zoom: 1; } /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav { margin: 0; padding: .2em .2em 0; }
.ui-tabs .ui-tabs-nav li { list-style: none; float: left; position: relative; top: 1px; margin: 0 .2em 1px 0; border-bottom: 0 !important; padding: 0; white-space: nowrap; }
.ui-tabs .ui-tabs-nav li a { float: left; padding: .5em 1em; text-decoration: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { margin-bottom: 0; padding-bottom: 1px; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: text; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { display: block; border-width: 0; padding: 1em 1.4em; background: none; }
.ui-tabs .ui-tabs-hide { display: none !important; }


/** mediagallery **/
.mediagallery {
  clear: both;
  padding: 0;
  overflow: hidden;
  width: 600px; /* same as #body width */
}
  .mediagallery-items {
  }
    .mediagallery-items-row {
      overflow: hidden;
      /* allow space for overflow of .mediagallery-item margin-right */
        margin-right: -37px;
    }
      .mediagallery-item { /* default is to show in a grid type layout with 3 per row */
        float: left;
        margin: 0 37px 0 0;
        width: 175px;
        padding-bottom: 30px;
      }
        .tabbed_child_promos .mediagallery-item {
          width: auto;
        }
        
      .listing .mediagallery-item {
        float: none;
        padding: 0;
        width: auto;
      }
      .mediagallery-item h3 {
        font-size: 1.6em;
        margin: 3px 0px 0px;
      }
      .mediagallery-item .mediagallery-picture-info-title {
        font-size: 1.4em;
        line-height: 1.2em;
        text-align: center;
      }
      .mediagallery-item .mediagallery-item {
        padding: 0 20px 30px 0;
      }
/** page_messages **/
/* And the page messages (from the content provider) */
div#pagemessages {}
#pagemessages div.pagemessage {
  margin: 0px 0px 3px 0px;
  font-weight: bold;
  text-align: left;
}
#pagemessages .pagemessage .info {
  padding: 4px;
  color: #003300;
}
#pagemessages .pagemessage .warn {
  padding: 4px;
  color: #333300;
}
#pagemessages .pagemessage .error {
  padding: 4px;
  color: #330000;
}
#pagemessages .pagemessage a,
#pagemessages .pagemessage a:link,
#pagemessages .pagemessage a:visited {
  text-decoration: underline;
}
#pagemessages .pagemessage a:active,
#pagemessages .pagemessage a:hover {
  text-decoration: none;
}

.error {
  color: red;
}

.warn {
  color: yellow;
}

.info {
  color: green;
}
/** formui_viewspace (generated forms) **/
.formui-viewspace {
}
  .row {
    padding-bottom: 10px;
  }
    .row .label {
      width: 30%;
      float: left;
      text-align: right;
      padding: 1%;
    }

      .label label {
        font-size: 1.2em;
      }
      .row .widget .description {
        margin-bottom: 5px;
      }
    .row .widget {
      float:left;
      padding: 1%;
      width:50%;
    }
    .row .widget .option {
      float: left;
      margin-right: 10px;
      width: 30px;
    }
      .widget label.error {
        display: block;
      }
      
      div.buttons {
        text-align:center;
      }

/** galleria_colorbox (lightbox-photo-album) **/
#galleria_cboxOverlay {
  background-image: url(img/overlay.png);
}
#galleria_colorbox {

}
  #galleria_cboxTopLeft,
  #galleria_cboxTopRight,
  #galleria_cboxBottomLeft,
  #galleria_cboxBottomRight {
    width: 10px;
    height: 10px;
    background-color: #d0d2d2; /* lt_gray */
  }
  #galleria_cboxMiddleLeft,
  #galleria_cboxMiddleRight {
    width: 10px;
    background-color: #d0d2d2; /* lt_gray */
  }
  #galleria_cboxTopCenter,
  #galleria_cboxBottomCenter {
    height: 10px;
    background-color: #d0d2d2; /* lt_gray */
  }
  #galleria_cboxContent {
    background-color: #d0d2d2; /* lt_gray */
  }
    #galleria_cboxLoadedContent {
    }
      #galleria_cboxPhoto {
      }
        #galleria_cboxTitle {
          background-color: #d0d2d2; /* lt_gray */
          font-size: 1.0em; /* reset */
        }
          #galleria_cboxTitle-inner {
            background-color: #d0d2d2; /* lt_gray */
          }
            #galleria_cboxTitle-inner .mediagallery-picture-info-title {
              font-size: 1.4em;
              margin-bottom: 10px;
            }
            #galleria_cboxTitle-inner .mediagallery-picture-info-description {
              font-size: 1.1em;
              line-height: 1.45em;
            }
    #galleria_cboxPrevious {
      background-image: url(img/sprites.png);
      background-position: -1140px -100px;
      width: 30px;
      height: 400px;
    }
    #galleria_cboxNext {
      background-image: url(img/sprites.png);
      background-position: -1170px -100px;
      width: 30px;
      height: 400px;
    }
    #galleria_cboxClose {
      background-image: url(img/sprites.png);
      background-position: -601px -282px;
      width: 26px;
      height: 24px;
    }

/** icon **/
.icon {
/* icon is an empty element that has a parent which specifies how it will
render. */
  background-image: url(img/sprites.png);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  /* default to not show any part of the image */
    background-position: 20px 20px;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

/** event_calendar_table (eventmanager) **/
table.event_calendar {
}
table.event_calendar tbody td {
  height: 80px;
  width: 14%;
  vertical-align: top;
  border: 1px solid #7d7e81; /* gray */
  background-color: transparent;
}
table.event_calendar thead td {
  text-align: center;
}
table.event_calendar strong.day_label {
  display: block;
  font-size: 0.93em; /* 12.1/13 */
}
table.event_calendar span.event_list {
  display: block;
  font-size: 0.93em; /* 12.1/13 */
}
/** event_listing (eventmanager) **/
.event-listing-block {
  padding-top: 25px;
}
  p.event-date,
  p.event-location {
    margin-bottom: 0;
  }
  h3.event-title {
    color: #780028; /* red */
    margin-top: 0;
  }
  p.event-description {
  }
  p.event_link {
  }
    

/** CUSTOM **/

/** dor_report_icons **/
span.status-icon {
  background-image: url(img/dor-icons.png);
  background-repeat: no-repeat;
  background-position: 18px 18px;
  width: 18px;
  height: 18px;
}
td span.status-icon { /* .ir */
  margin: 0 auto;
}
span.status-open .icon,
span.status-open {
  background-position: 0 0;
}
span.status-closed .icon,
span.status-closed {
  background-position: -18px 0;
}
span.status-expected .icon,
span.status-expected {
  background-position: -36px 0;
}

span.category-icon {
  background-image: url(img/dor-icons.png);
  background-repeat: no-repeat;
  background-position: 30px 18px;
  width: 30px;
  height: 18px;
}
td span.category-icon { /* .ir */
  margin: 0 auto;
}
span.category-quad {
  background-position: -60px -51px;
}
span.category-double {
  background-position: 0 -51px;
}
span.category-triple {
  background-position: -30px -51px;
}
span.category-movingcarpet {
  background-position: -90px -51px;
}
span.category-park {
  background-position: -60px -33px;
}
span.category-superpipe {
  background-position: 0 -33px;
}
span.category-boardercross {
  background-position: -30px -33px;
}
span.category-bagjump {
  background-position: -90px -33px;
}
span.category-sledding {
  background-position: -120px -51px;
}
    td.status-key {
      font-size: 1.3em;
      text-transform: uppercase;
      padding-left: 116px;
    }
    td.status-key span.status-open,
    td.status-key span.status-closed,
    td.status-key span.status-expected {
      background-image: none;
      display: block;
      float: left;
      position: relative;
      width: 84px;
      white-space: nowrap;
      padding-left: 24px;
    }
      td.status-key span.icon {
        background-image: url(img/dor-icons.png); /* dor_icons_psd */
        background-repeat: no-repeat;
        width: 18px;
        height: 18px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
      }
      
/* /winter/sub */
#subscription-form .row .widget .option {
  float: left;
  margin-right: 10px;
  width: 35px;
}

#subscription-form .row .widget .option label input {
  float: right;
  position: relative;
}

#subscription-form .row .widget .option label .label {
  padding: 3px 0 0 0;
} 


/** LAYOUT **/
#page {
  margin: 0 auto;
  min-height: 800px;
  width: 960px;
  position: relative; /* anchor for #header-nav */
}
  #header {
    position: relative;
  }
    #header-info {
      background: url(img/sprites.png) -1px -110px no-repeat #7d7e81; /* gray */
      padding-top: 6px;
      height: 29px;
      position: relative;
      width: 697px;
      padding-left: 263px;
      z-index: 10;
      color: white;
    }
      #header-conditions {
        float: left;
        width: 400px;
      }
      #header-conditions div {
        float: left;
        width: 100px;
        text-align: center;
      }
      #header-conditions div#base_depth {
        float: left;
        width: 50px;
        text-align: center;
      }
      #header-conditions div#current_weather {
        float: left;
        width: 100px;
        text-align: center;
      }
      
      #header-conditions label {
        text-transform: uppercase;
        display: block;
      }
      
      #header-conditions a {
        color: #fff;
      }
        #snow_report_link {
          display: block;
          height: 25px;
          position: relative;
          width: 350px;
        }
        #snow_report_link_span {
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 100%;
          z-index: 1;
        }
        #current_weather {
        }
        #current_weather .weather-img {
          background-image: url(img/weather_icons.png);
          background-repeat: no-repeat;
          float: left;
          display: block;
          width: 30px;
          height: 30px;
          /* shift the image over the padding-top of #header-info */
            margin-top: -4px;
        }
        
        .weather-img.sunny {
          background-position: -120px 0;
        }
        
        .weather-img.rainy {
          background-position: 0 0;
        }
        
        .weather-img.snowy {
          background-position: -30px 0;
        }
        
        .weather-img.partly_cloudy {
          background-position: -60px 0;
        }
        
        .weather-img.cloudy {
          background-position: -90px 0;
        }
        
        .weather-img.windy {
          background-position: -150px 0;
        }
        
          
      #newsletter_signup {
        float: left;
        width: 113px;
        padding-left: 42px;
        height: 29px;
        text-transform: uppercase;
        position: relative; /* anchor for .icon */
      }
      #newsletter_signup .icon {
        width: 33px;
        height: 22px;
        background-position: -645px -282px;
        left: 9px;
        top: 0px;
      }

      #header-search {
        float: left;
        width: 136px;
      }
        input.header-search-input {
          width: 88px;
        }

    #header-nav-box {
      background: url(img/sprites.png) -1px -1px no-repeat;
      height: 106px;
      left: -31px;
      position: relative;
      margin-top: -11px;
      width:715px;
      z-index: 501;
      padding: 0 0 0 307px;
    }
      a#logo {
        height: 75px;
        left: 0;
        position:absolute;
        top: 15px;
        width: 300px;
      }
      #header-nav {
        width: 715px;
        display: table;
        position: absolute;
        z-index: 502;
        right: -31px;
        top: 35px; /* height of #header-info */
      }
      .ie6 #header-nav,
      .ie7 #header-nav {
        display: block;
      }
        #header-nav a,
        #header-nav a:link,
        #header-nav a:visited,
        #header-nav a:hover,
        #header-nav a:active {
          color: white;
        }
        ul#nav {
          display: table-row;
          width: 715px;        
        }
        .ie6 ul#nav,
        .ie7 ul#nav {
          display: block;
        }
        ul#nav li {
          list-style-type: none;
        }

        ul#nav li:hover {
          visibility: inherit; /* fixes IE7 'sticky bug' */
        }
          li.navmenu-item1 {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            font-size: 1.5em;
            line-height: 0.93em;
            margin: 0;
            position: relative;
            left: 0;
            height: 81px;
            /* to get the dropdowns to line up in ff we add this float */
              float: left;
              max-width: 110px; /* prevent long text from pushing the width too much */
          }
          .ie6 li.navmenu-item1,
          .ie7 li.navmenu-item1 {
            display: block;
            vertical-align: baseline; /* default */
            float: left;
            width: 100px;
            /*
            margin-top: 11px;
            */
          }
            li.navmenu-item1 a.top-item {
              text-transform: lowercase;
              display: block;
              padding: 20px 17px 0;
              height: 61px;
              text-align: left;
              font-family: 'ChunkFiveRegular', Georgia, serif;
            }
            li.sfHover a.top-item,
            li.current a.top-item {
              background-color: #780028; /* red */
            }
            ul#nav li a:hover {
              background-color: #610020; /* drk_red */ 
            }
            /** sub_menus **/
            ul#nav ul {
              position: absolute;
              display: block;
              top: -999em;
              left: 0;
              width: 8em;
              border-bottom: 1px solid #610020; /* drk_red */ 
              margin: 0;
              padding: 0;
            }
            ul#nav ul li {
              width: 100%;
              margin: 0;
              padding: 0;
              font-size: 0.86em; /* 13/15 */
              line-height: 0.93em;
              float: left;
              position: relative;
              background-color: #780028; /* red */
              text-align: left;
            }
            ul#nav ul li a {
              display: block;
              position: relative;
              padding: 5px 18px;
              border: 1px solid #610020; /* drk_red */ 
              border-bottom: none;
            }
            ul#nav li:hover ul,
            ul#nav li.sfHover ul {
              left: 0;
              top: 81px;
              z-index: 99;
            }
            ul#nav li:hover li ul,
            ul#nav li.sfHover li ul {
              top: -999em;
            }
            ul#nav li li:hover ul,
            ul#nav li li.sfHover ul {
              left: 8em;
              top: 0;
            }
            ul#nav li li:hover li ul,
            ul#nav li li.sfHover li ul {
              top: -999em;
            }
            ul#nav li li li:hover ul,
            ul#nav li li li.sfHover ul {
              left: 8em;
              top: 0;
            }
  #main {
    margin-top: -14px;
    position: relative;
    z-index: 100;
  }
  #main-inner {
    float: left;
    background-color: #e6e7e8; /* white_gray */
  }
    #header_image {
    }
      #header_image img {
        /* prevent gap from inline-block of img */
          display: block;
      }
    #content-wrapper {
      width: 960px;
      float: left;
      position: relative;
      padding-top: 41px; /* space for bread crumbs */
    }
      #content_bottom-shadow {
        position: absolute;
        width: 960px;
        height: 26px;
        left: 0;
        bottom: -26px;
        background-image: url(img/main-bottom.png);
        background-repeat: no-repeat;
        background-position: center bottom;
      }
      #content {
        margin-right: 303px;
        /* 960 - 303 = 657 content width */
      }
        #breadcrumbs {
          /* these are abs pos as they may or may not be on the page (error
          pages). #content-wrapper allows space for them. */
          position: absolute;
          top: 0;
          height: 41px;
          /* assume that there will only be a single line */
            overflow: hidden; 
            white-space: nowrap;
            line-height: 41px;
          width: 929px;
          padding-left: 31px;
          font-family: 'ChunkFiveRegular', Georgia, serif;
          text-transform: lowercase;
          font-size: 1.4em;
        }
        #breadcrumbs a {
          padding: 0 8px;
          color: #7d7e81; /* gray */
        }
        #breadcrumbs a:link,
        #breadcrumbs a:visited {
          color: #7d7e81; /* gray */
        }
        #breadcrumbs a:hover,
        #breadcrumbs a:active {
          color: #990033; /* alt_red */
        }
        #content-title {
          background: url(img/sprites.png) -1px -161px no-repeat;
          height: 75px;
          left: -25px;
          padding: 8px 0 0 56px;
          position: relative;
          width: 623px;
        }
        #body {
          width: 600px;
          margin: 12px 21px 26px 36px;
        }
    #sidebar {
      float: left;
      margin-left: -293px;
      width: 275px;
      margin-top: 41px; /* space for bread crumbs */
      position: relative;
    }
  div#bottom-columns {
    height: 375px;
    padding-left: 20px;
  }
    #left_promo, #middle_promo, #right_promo {
      float: left;
    }
    div#middle_promo { /* .sidekick_promo */
      padding: 0 10px;
      width: 349px;
    }
      #middle_promo .sidekick_content {
        background-position: -285px 0;
        background-color: white;
        color: #939598; /* alt_gray */
        height: 345px;
        max-height: 368px;
        padding: 0 10px;
        width: 329px;
      }
      #middle_promo .sidekick_content .tab-panel a,
      #middle_promo .sidekick_content .tab-panel a:link,
      #middle_promo .sidekick_content .tab-panel a:visited,
      #middle_promo .sidekick_content .tab-panel a:hover,
      #middle_promo .sidekick_content .tab-panel a:active {
        color: #939598; /* alt_gray */
      }

      #middle_promo .promo_shadow {
        background: url(img/middle_promo_bottom.png) 0 0 no-repeat;
        height: 20px;
        width: 349px;
      }
    #left_promo .sidekick_content,
    #right_promo .sidekick_content {
      height:294px;
    }
    #left_promo .sidekick_content {
      background-position: 0 0;
    }
    #right_promo .sidekick_content {
      background-position: -644px 0;
    }
    #right_promo {
      margin-right: 0;
    }
  #footer {
  }
  
  #footer-links {
    padding: 9px 0 0;
  }
  
  #footer a {
    padding: 0 13px;
  }
  #footer a,
  #footer a:link,
  #footer a:visited,
  #footer a:hover,
  #footer a:active {
    color: #7d7e81; /* gray */
  }
  
  #footer-boreal-logo a {
    background: transparent url(img/sprites.png) -550px -247px no-repeat;
    float: left;
    height: 32px;
    margin-right: 30px;
    width: 98px;
    text-align: left;
    text-indent: -9999px;
  }
  
  #social_widget {
    background: url(img/sprites.png) -680px -162px no-repeat;
    color: white;
    height: 192px;
    left: -172px;
    padding: 10px 0 0;
    position:absolute;
    text-align: left;
    top: 200px;
    width: 228px;
    z-index: 500;
  }
  #social_widget.fixed {
    position: fixed;
    top: 20px;
  }
  
  #social_widget a.text_link {
    clear: both;
    color: white; 
    /* in case there are no images we still need to read the text */
      background-color: #780028; /* red */
      border-top: 1px solid #610020; /* drk_red */ 
      border-bottom: 1px solid #610020; /* drk_red */ 
    display: block;
    float: left;
    height: 43px;
    font-family: Arial;
    font-size: 13px;
    line-height: 44px;
    padding-left: 15px;
    width: 157px;
  }
  
  #social_widget a.text_link:hover {
    background: #610020; /* drk_red */
  }
  
  #social_widget a.button_link {
    float: right;
    height: 44px;
    width: 56px;
  }

/** VIEW_SECTION **/
/** sidekick_promos **/
  .sidekick_promo {
    position: relative;
    width: 275px;
  }
    /* optional front/back element which enables showing of .back content on mouseover */
    .sidekick_promo .front {
      /* this element fades out on mouseover events. (no text selection or link clicking) */
      position: relative;
      z-index: 4;
    }
    .ie7 .sidekick_promo .front,
    .ie7 .sidekick_promo .back {
      /* so the positioning with z-index works in ie7. */
      zoom: 1;
    }
    .sidekick_promo .back {
      /* content will be behind the front.  Width and height are handled by the
      .front; there may be overlap if the .back content overflows. js will set
      the width and height of this element to match the dimensions of the
      front. */
        position: absolute;
        z-index: 3;
        left: 0;
        top: 0;
        overflow: hidden;
    }
      .sidekick_content { /* width 275 */
        background-image: url(img/promo_sprites.jpg);
        background-color: #990033; /* alt_red */
        background-repeat: no-repeat;
        color: #fff;
        font-size: 11px;
        padding: 20px 10px 10px;
        /* TODO: Until the bg for this allows for more content we
        specify a max height to avoid the white part to show. */
          max-height: 304px;
        overflow: hidden;
      }
      .sidekick_content a,
      .sidekick_content a:link,
      .sidekick_content a:visited,
      .sidekick_content a:hover,
      .sidekick_content a:active {
        color: white;
      }
        h3.sidekick {
          font-size: 2.4em;
          line-height: 1.0em;
          font-weight: 100;
          margin: 0 0 10px;
          padding-left: 20px;
        }
        .sidekick_content .block { /* width 255 */
          padding-bottom: 20px;
        }
          .sidekick_content .block-image {
            width: 80px;
          }
          .sidekick_content .block-text {
            margin-left: 90px;
          }
          .sidekick_content h4 {
            font-size: 1.4em;
            line-height: 1.1em;
          }
          .sidekick_content p {
            font-size: 1.1em;
            line-height: 1.45em;
            margin: 0;
          }
    .promo_shadow {
      background: url(img/side_promo_bottom.png) 0 0 no-repeat;
      height: 20px;
      width: 275px;
    }
  

/** tabbed_child_promos **/
  .tabbed_child_promos {
    margin: 0;
    padding: 0;
  }
  .tabbed_child_promos ul.tab-menu {
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
  }
    .tabbed_child_promos ul.tab-menu li {
      float: left;
      font-size: 1em;
      line-height: 1em;
      list-style: none outside none;
      padding: 0;
      margin: 0;
      width:107px;
    }
      ul.tab-menu h3 {
        margin: 0;
        padding: 0;
        font-size: 2.4em;
        line-height: 1.1em;
        text-align: center;
      }
        .tabbed_child_promos ul.tab-menu a {
          float: none;
          color: #939598; /* alt_gray */
          display: block;
          padding: 21px 0 4px;
          width: 115px;
        }
        ul.tab-menu a:link,
        ul.tab-menu a:visited,
        ul.tab-menu a:hover,
        ul.tab-menu a:active {
          color: #939598; /* alt_gray */
        }


        ul.tab-menu li.ui-state-active a {
          background-color: #990033; /* alt_red */
          color:#fff;
        }
        ul.tab-menu li.ui-state-active a:link,
        ul.tab-menu li.ui-state-active a:visited,
        ul.tab-menu li.ui-state-active a:hover,
        ul.tab-menu li.ui-state-active a:active {
          color: white;
        }
  .ui-tabs .ui-tabs-panel { /* .tab-panel */
    clear: both;
    width: 329px;
    padding: 0;
  }

    .tab-panel .mediagallery-item {
      padding: 12px 8px;
      text-align: center;
    }
      .tabbed_child_promos #photos .mediagallery-item {
        width: 108px;
      }
      .tab-panel .mediagallery-video-image {
        /*padding: 0 57px;*/
        text-align:center;
      }

  #webcam p {
    font-size: 1.4em;
    line-height: 1.0em;
    text-align: center;
    /*
    margin: 0 -33px;
    */
  }
  
  #photos {
    margin: 0px auto;
    width: 251px;
  }

  #photos:before, #photos:after {
    content: "\0020"; display: block; height: 0; overflow: hidden;
    clear: both;
  }
  
  #photos:before {
    zoom: 1;
  }
  
/** event_calendar_block **/
.event_calendar-block {
}
.event_calendar-block h2 {
  text-align: center;
}
/** event_listing_block **/
.event_listing-block {
  padding-top: 15px;
}
#calendar_pagination {
  clear: both;
  overflow: hidden;
}
  a.previous-button {
    float: left;
  }
  a.next-button {
    float: right;
  }

/** .forecast_box **/
.forecast-box {
  float: left;
  font-size: 1.3em;
  line-height: 1.3em;
  width: 120px;
}
.current-forecast {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 20px;
}
.forecast-box .block {
}

  .snow_report-weather .block-text,
  .forecast-box .block-text {
    float: left;
    margin-left: 0px;
    width: 400px;
  }

  .weather-date {
    display: block;
    height: 40px;
    text-align: center;
    width: 80px;
  }
  .current-forecast .weather-date {
    height: auto;
    text-align: left;
    width: auto;
  }


/** PAGE_SECTION **/
/** home_page **/
#home-page {
  margin-bottom: -33px; /* move bottom columns to be under content */
}
  #hero {
    width: 960px;
    height: 613px;
    margin: 0 0 0 -20px; /* True width is 980px */
    position: relative;
  }
    .slides {
      width: 980px;
      padding-left: 20px; /* room for .hero-text */
      height: 613px;
      overflow: hidden;
    }
      .slide {
        width: 980px;
        height: 600px;
        padding-left: 20px;
        position: absolute;
      }
      .ie7 .slide,
      .ie8 .slide {
        /* override inline style that is somehow being added for ie */
        background-color: transparent !important;
      }
        .hero-text {
          position: absolute;
          z-index: 99;
          bottom: 10px;
          left: 0;
          width: 647px;
          padding: 10px 29px;
          height: 110px;
          background-image: url(img/home-header-title.png);
          color: white;
          overflow: hidden;
        }
        .hero-text h2 {
          font-size: 3.6em;
          line-height: 0.86em; /* 31/36 */
          margin: 0 0 5px;
          white-space: nowrap;
        }
        .hero-text p {
          font-size: 1.4em;
          line-height: 1.2em; /* 16.8/14 */
          margin-top: 10px;
        }
          .hero-text p a {
            color: #fff;
            text-decoration: underline;
          }
        .six_photos {
        }
          .slide-img-wrapper {
            width: 385px;
            height: 386px;
            position: absolute;
            z-index: 1;
          }
          .slide-img-wrapper:hover {
          }
          .index-0 { /* .slide-img-wrapper */
            left: 0;
            top: -29px;
          }
          .index-1 { /* .slide-img-wrapper */
            left: 312px;
            top: -29px;
            z-index: 4;
          }
          .index-2 { /* .slide-img-wrapper */
            left: 620px;
            top: -29px;
          }
          .index-3 { /* .slide-img-wrapper */
            left: 0;
            top: 225px;
            z-index: 6;
          }
          .index-4 { /* .slide-img-wrapper */
            left: 308px;
            top: 225px;
            z-index: 5;
          }
          .index-5 { /* .slide-img-wrapper */
            left: 616px;
            top: 225px;
          }
            /* since we just have 6 positions to set we use left/right/top/bottom/center instead of -px */
            .slide-img {
              background-repeat: no-repeat;
              background-position: left top;
              /* assuming the img dimensions are: 935x528 */
              /* 318 + 319 + 298 = 935 */
              /* 264 * 2 = 528 */
              width: 319px; /* use largest */
              height: 264px;
              position: absolute;
              left: 10px;
              top: 10px;
            }
            .index-0 .slide-img {
              background-position: left top; 
              left: 26px;
              top: 35px;
            }
            .index-1 .slide-img {
              background-position: center top;
              left: 33px;
              top: 35px;
            }
            .index-2 .slide-img {
              background-position: right top;
              left: 33px;
              top: 34px;
            }
            .index-3 .slide-img {
              background-position: left bottom;
              left: 26px;
              top: 35px;
            }
            .index-4 .slide-img {
              background-position: center bottom;
              left: 33px;
              top: 34px;
            }
            .index-5 .slide-img {
              background-position: right bottom;
              left: 33px;
              top: 35px;
            }

            .slide-img-style_hook { /* polaroid overlay */
              background-image: url(img/six_photos.png);
              height: 386px;
              position: absolute;
              left: 0;
              top: 0;
            }
            .index-0 .slide-img-style_hook {
              width: 375px;
            }
            .index-1 .slide-img-style_hook {
              width: 377px;
              background-position: -760px 0;
            }
            .index-2 .slide-img-style_hook {
              width: 385px;
              background-position: -375px 0;
            }
            .index-3 .slide-img-style_hook {
              width: 375px;
            }
            .index-4 .slide-img-style_hook {
              width: 385px;
              background-position: -375px 0;
            }
            .index-5 .slide-img-style_hook {
              width: 377px;
              background-position: -760px 0;
            }
    .hero-slides-nav {
      position: absolute;
      z-index: 100;
      right: 10px;
      bottom: 53px;
      width: 240px;
      text-align: center;
      font-family: 'ChunkFiveRegular', Georgia, serif;
      font-size: 1.6em;
      line-height: 1.0em;
    }
      .slide-nav {
        display: inline-block;
        margin: 0 2px;
        padding: 0 0.4em 0.3em;
        color: white;
        cursor: pointer;
        background-color: #610020; /* drk_red */ 
        opacity: .45;
      }
      .ie7 .slide-nav {
        filter: alpha(opacity=45);
      }
      .ie8 .slide-nav {
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
      }
      .activeSlide { /* .slide-nav */
        opacity: 1;
      }
      .ie7 .activeSlide {
        filter: alpha(opacity=100);
      }
      .ie8 .activeSlide {
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
      }
     
.event_calendar tr td {
  vertical-align: top;
}
      
#calendar_pagination {
  padding: 10px 0;
}


/* Super Saver Gas Calculator */
#savings_container {
  height: 755px;
  margin: 10px auto;
  position:relative;
  width:572px;
  z-index: 10;
}

#gas_header {
  height:69px;
  margin:0px auto;
  position:relative;
  width:250px;
}

#gas_header_img {
  position:absolute;
  z-index:10;
}

#number_display {
  color: #000;
  font-size: 70px; 
  left: 57px;
  letter-spacing:20px;
  position: absolute; 
  top: 214px; 
  z-index: 10; 
}

#miles, #minutes, #dollars {
  position:absolute;
}

#minutes {left:152px;}
#dollars {left:302px;}

#saver_background {
  position:relative;
  z-index:3;
}

#saver_footer {
  background: url(img/saver-footer.png) left top no-repeat;
  color: #eee;
  left: 80px;
  height: 80px;
  position: relative;
  top: -44px;
  width: 360px;
  z-index:2;
}

#sign_up {
  background: #980035;
  color: #FFFFFF;
  font-size: 1.2em;
  height: 29px;
  line-height: 1.5em;
  padding: 11px 0 0;
  text-align: center;
  white-space: nowrap;
}

#sign_up a {
  color:#fff;
  text-decoration:underline;
}

#save_compare {
  color: #ddd;
  cursor: pointer;
  font-size:1.2em;
  height:33px;
  line-height: 24px;
  padding:8px 0 0;
  text-align: center;
  text-transform:uppercase;
  white-space: nowrap;
}

#save_compare img {
  margin: 0 5px;
  vertical-align: middle;
}

#resort_dropdown {
  background:url(img/drop-down-bg.png) no-repeat scroll center top transparent;
  color: #eee;
  height: 250px;
  left:95px;
  list-style-type:none;
  margin:0;
  padding-left:90px;
  padding-top: 4px;
  position:relative;
  top:-294px;
  width:235px;
  z-index:1;
}

#resort_dropdown li {
  cursor:pointer;
  font-size:11px;
  height:35px;
  line-height:33px;
  text-transform:uppercase;
}

#super_saver_link {
  background: url(img/calculator.png) left top no-repeat;
  display: block;
  padding-left: 27px;
}

#super_saver_link:hover {
  background-position: left -73px;
}

#weekly_video-block {
  background: #D0D2D2;
  margin-bottom: 20px;
  padding: 15px;
  width: 570px;
}

#weekly_video-block .block-text {
  margin-left: 226px;
}

#weekly_video-block .block-text center {
  font-size: 13px;
  font-weight: bold;
  text-align: left;
}

#weekly_video-block h2 {
  font-size: 14px;
}

        
        

/** HTML5BOILERPLATE_COMMON **/
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.row:before, .row:after, /* include formui_viewspace row */
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.row:after, /* include formui_viewspace row */
.clearfix:after { clear: both; }
.row, /* include formui_viewspace row */
.clearfix { zoom: 1; }

