/*
contents:
  MAIN
    plain
    layout
  CONTENT_SECTION
    common
    tables
    paragraph_font_sizes
    float_grid
    custom
    colorbox
  MENU_SECTION
    essential_styles
    top_menu_skin
  ALT_MEDIA_SECTION
    media_print
    sifr_print
  PAGE_SECTION
    home_page
    events_calendar-page
    lodging_listing-page
    lodging-page
    photo_gallery-page
    trail_report-page
    lift_report-page
    snow_report-page
    terrain_park_features-page
    parks_map-page
    weblog_listing-page
    weblog_article-page
    job_listing-page

*/

/** color_palette **/
/* #1ab7ea; /* blue */
/* #8dc63f; /* beastly_green */
/* #bbbbbb; /* lt_gray */
/* #aaaaaa; /* gray */
/* #444444; /* drk_gray */
/* #dddddd; /* d_gray */
/* #ae1500; /* error_red */
/* #91c835  /* green */

/** fonts **/
/* 
  font-family: "Impact", "Arial Narrow", sans-serif;
  font-family: "Arial", sans-serif;
  font-family: "Arial Narrow", "Helvitica", sans-serif;
*/

/** MAIN **/
/** plain **/
body {
  font-size: 62.5%; /* 1.0em equals 10px */ 
  font-family: "Arial", sans-serif;
  color: black;
  margin: 0;
  padding: 0;
}

p {
  font-size: 1.1em;
  line-height: 1.27em; /* 14 / 11 */
  margin: 0.2em 0 0.8em;
}

a img,
a:link img {
  border: none;
}

a {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Impact", "Arial Narrow", sans-serif;
  color: black;
}
a,
a:link,
a:visited {
  color: black;
}
a:hover,
a:active {
  color: black;
}

a strong {
  background: url('img/green_arrow.gif') 0 center no-repeat;
  font-weight: normal;
  padding-left: 9px;
  padding-right: 1em;
  letter-spacing: 1px;
}

h1 {
  font-size: 1.6em;
  line-height: 1.1em;
  text-transform: uppercase;
  font-family: "Impact", "Arial Narrow", sans-serif;
  font-weight: normal;
  color: black;
  margin-top: 1.2em;
}
h1 strong {
  color: #8dc63f; /* beastly_green */
  font-weight: normal;
}

h2 {
  font-size: 1.4em;
  line-height: 1.1em;
  color: #1ab7ea; /* blue */
  text-transform: uppercase;
  font-family: "Impact", "Arial Narrow", sans-serif;
  font-weight: normal;
  margin: 0.8em 0 0;
  padding: 0;
}
h2 strong {
  color: #8dc63f; /* beastly_green */
  font-weight: normal;
}
h3,h4,h5,h6 {
  text-transform: uppercase;
  font-size: 1.2em;
  font-family: "Arial", sans-serif;
  font-weight: bold;
  color: black;
  margin: 0.8em 0 0;
  padding: 0;
}
h3 strong, 
h4 strong, 
h5 strong, 
h6 strong {
  color: #1ab7ea; /* blue */
}

hr {
  border: 0;
  border-bottom: 1px solid #dddddd; /* d_gray */
  height: 2px;
  padding-top: 5px;
  margin: 5px auto
  width: 100%;
  clear: both;
}
  

table {
  border-collapse: collapse;
}
table td,
table th {
  vertical-align: top;
}


/** layout **/
body {
  background: white url('img/summer_bg.jpg') center -156px no-repeat;  
}
div#page {
}
div.full_block {
  width: 918px;
  margin: 0 auto;
  position: relative;
}

div#header { /* 918x100 */
  height: 74px;
  padding-bottom: 26px;
  position: relative;
  z-index: 200;
}
  div#logo {
    position: absolute;
    top: 25px;
    left: 35px;
  }
  div#visit {
    width: 120px;
    text-transform: uppercase;
    position: relative;
    float: right;
    margin: 14px 85px 0px 0px;
  }
  div#visit a,
  div#visit a:link,
  div#visit a:hover,
  div#visit a:active,
  div#visit a:visited {
	font-family: Arial, sans-serif;
	font-weight: bold;
  }
  div#search {
    clear: right;
    padding-top: 2px;
    float: right;
  }
  div#search form {
    padding: 0;
    margin: 0;
  }
  div#visit a,
  div#search a,
  div#search a:link,
  div#search a:visited,
  div#search a:hover,
  div#search a:active {
    color: #1ab7ea; /* blue */
  }
  div#search a strong {
    background-image: url('img/blue_arrow.gif');
  }
  div#header-links {
    width: 250px;
    float: right;
    text-align: right;
    padding: 4px 20px 0 0;
  }
  div#header-links strong {
    text-transform: uppercase;
  }
  div#header-links strong.label {
    color: #aaaaaa; /* gray */
  }
  div#top_menu {
    position: absolute;
    z-index: 200;
    bottom: 0px;
    left: 250px;
    width: 668px;
  }

div#page-content { /* .full_block */
}
  div#content-wrapper {
    width: 918px;
    float: left;
    background-color: white;
  }
    div#content { /* width 668 */
      margin: 0 0 0 250px;
      padding: 0 0 0;
      color: #444444; /* drk_gray */
    }
    div#content p {
      font-size: 1.2em;
    }
    div#content div.fake_p { /* in case of content within a div with or without p */
      font-size: 1.2em;
    }
    div#content div.fake_p li,
    div#content div.fake_p dt,
    div#content div.fake_p dd,
    div#content div.fake_p p {
      font-size: 1.0em;
    }
    div#content a {
      border-bottom: solid 1px black;
      text-transform: none;
      font-family: "Arial", sans-serif;
    }
    div#content h1 a,
    div#content h2 a,
    div#content h3 a,
    div#content h4 a,
    div#content h5 a,
    div#content h6 a {
      border-bottom: 0;
    }
    div#content a:link,
    div#content a:visited,
    div#content a:hover,
    div#content a:active {
      color: black;
    }
    div#content a:hover,
    div#content a:active {
    }
    div#content a strong {
      border-bottom: solid 1px white;
      text-decoration: none;
      text-transform: uppercase;
      font-family: "Impact", "Arial Narrow", sans-serif;
    }
    div#content li {
      font-size: 1.2em;
    }
    div#content li li,
    div#content li p {
      font-size: 1.0em;
    }
    div#content dl dt,
    div#content dl dd {
      font-size: 1.2em;
    }
    div#content table td,
    div#content table th {
      font-size: 1.2em;
    }
    div#content table td h2,
    div#content table th h2, 
    div#content table td h3,
    div#content table th h3 {
      font-size: 1.15em;
    }
    div#content table td th,
    div#content table td td,
    div#content table td p,
    div#content table th p {
      font-size: 1.0em;
    }

    div#content p.h2_tagline,
    div#content p.tagline {
      font-family: "Arial", sans-serif;
      font-size: 1.0em;
      margin: 0 0 1.0em;
      padding: 0;
      text-transform: uppercase;
      font-weight: bold;
    }
    div#content p.h2_tagline a,
    div#content p.tagline a {
      font-family: "Arial", sans-serif;
      text-transform: uppercase;
      font-weight: bold;
    }
      div#landing_gallery {
        position: relative;
        margin: 0 0 0 -250px;
        width: 918px;
        height: 311px;
        overflow: hidden;
        padding-right: 9px;
      }
        div#landing_gallery-nav {
          position: absolute;
          bottom: 8px;
          right: 0px;
          z-index: 100;
          padding: 3px 24px 3px 15px;
          background: white url('img/blue-pattern.gif') right 0 repeat-y;
          box-shadow: 0px 0px 8px #bbbbbb; /* lt_gray */
          -webkit-box-shadow: 0px 0px 8px #bbbbbb; /* lt_gray */
          -moz-box-shadow: 0px 0px 8px #bbbbbb; /* lt_gray */
          text-align: right;
          width: auto;
        }
        div#landing_gallery-nav strong.label {
          text-transform: uppercase;
          font-size: 1.1em;
          width: 4em;
          padding: 0 5px 0 0;
          height: 10px;
        }
        div#landing_gallery-nav strong {
          color: #1ab7ea; /* blue */
          display: block;
          float: left;
        }
        div#landing_gallery-nav a {
          display: block;
          float: left;
          width: 15px;
          height: 10px;
          background: url('img/grey-pattern.gif') center 0 repeat-y;
          margin: 0 0px;
          border-bottom: 0;
        }
        div#landing_gallery-nav a.activeSlide {
          background-image: url('img/blue-pattern.gif');
        }
        div#landing_gallery-nav a span {
          display: none;
        }

      div#header_gallery {
        position: relative;
        width: 635px;
        height: 200px;
        padding: 15px 9px 0 18px;
        overflow: hidden;
      }
        div#header_gallery-nav {
          position: absolute;
          bottom: 8px;
          right: 0px;
          z-index: 100;
          padding: 3px 24px 3px 15px;
          background: white url('img/blue-pattern.gif') right 0 repeat-y;
          box-shadow: 0px 0px 8px #bbbbbb; /* lt_gray */
          -webkit-box-shadow: 0px 0px 8px #bbbbbb; /* lt_gray */
          -moz-box-shadow: 0px 0px 8px #bbbbbb; /* lt_gray */
          margin-right: 0;
          text-align: right;
          width: auto;
        }
        div#header_gallery-nav strong.label {
          text-transform: uppercase;
          font-size: 1.1em;
          width: 4em;
          padding: 0 5px 0 0;
          height: 10px;
        }
        div#header_gallery-nav strong {
          color: #1ab7ea; /* blue */
          display: block;
          float: left;
        }
        div#header_gallery-nav a {
          display: block;
          float: left;
          width: 15px;
          height: 10px;
          background: url('img/grey-pattern.gif') center 0 repeat-y;
          margin: 0 0px;
          border-bottom: 0;
        }
        div#header_gallery-nav a.activeSlide {
          background-image: url('img/blue-pattern.gif');
        }
        div#header_gallery-nav a span {
          display: none;
        }

      div#local_top_menu {
        width: 668px;
        padding: 12px 0 0;
        float: left;
      }
      div#local_top_menu ul { /* width: 629px; */
        width: auto;
        float: right;
        padding: 4px 24px 4px 15px;
        margin: 0 -9px 0 0;
        box-shadow: 0px 0px 8px #bbbbbb; /* lt_gray */
        -webkit-box-shadow: 0px 0px 8px #bbbbbb; /* lt_gray */
        -moz-box-shadow: 0px 0px 8px #bbbbbb; /* lt_gray */
        background: white url('img/green-pattern.gif') right 0 repeat-y;
      }
      div#local_top_menu li { /* height set by js */
        /*
        width: 130px;
        float: left;
        padding: 3px 8px;
        */
        list-style-type: none;
        font-family: "Arial Narrow", "Helvitica", sans-serif;
        font-weight: bold;
        font-size: 1.4em;
        line-height: 1.1em;
        display: block;
        border: 0;
      display: inline;
      text-align: right;
      padding: 0 8px;
      }
      div#local_top_menu a,
      div#local_top_menu a:link,
      div#local_top_menu a:visited,
      div#local_top_menu a:hover,
      div#local_top_menu a:active {
        color: #bbbbbb; /* lt_gray */
        text-transform: uppercase;
        border: 1px solid white;
        padding: 2px;
      }
      div#local_top_menu a:hover,
      div#local_top_menu a:active {
        border: 1px dotted #bbbbbb; /* lt_gray */
      }
      div#local_top_menu a.current_page,
      div#local_top_menu a.current_page:link,
      div#local_top_menu a.current_page:visited,
      div#local_top_menu a.current_page:hover,
      div#local_top_menu a.current_page:active {
        color: #1ab7ea; /* blue */
      }

      div#body { /* width: 635px */
        padding: 0 15px 0 18px;
      }

      div#bottom_promos {
        width: 668px;
        float: left;
        background: url('img/promo-background.png') left bottom no-repeat;
        position: relative;
        margin: 0 -4px -11px -5px;
        padding: 0 4px 11px 5px;
      }
      div.bottom_promo { /* .column */
        width: 334px;
        /* height set by js */
        float: left;
        overflow: hidden;
      }
      div.bottom_promo-inner { /* max width: 299 */
        padding: 10px 17px 10px 18px;
      }
          
          
  div#sidebar {
    float: left;
    width: 250px;
    margin-left: -918px;
    padding: 0;
    position: relative;
    z-index: 100;
  }
  div#sidebar-inner { /* not shown for ie */
    background: url('img/sidebar_widget_bg.png') bottom right no-repeat;
    margin: 0 -5px -11px -9px;
    padding: 0 8px 12px 9px;
    position: relative;
  }
    
    div#local_nav {
      background: white url('img/green-pattern.gif') 0 0 repeat-y;
      box-shadow: 0px 0px 8px #bbbbbb; /* lt_gray */
      -webkit-box-shadow: 0px 0px 8px #bbbbbb; /* lt_gray */
      -moz-box-shadow: 0px 0px 8px #bbbbbb; /* lt_gray */
      position: relative;
      margin: 8px 0 8px -9px;
      padding: 24px 10px 24px 24px;
      width: 206px; /* 240 */
      min-height: 247px;
    }
    div#local_nav ul {
      margin: 0;
      padding: 0;
    }
    div#local_nav li {
      list-style-type: none;
      margin: 0;
      padding: 0;
    }
    div#local_nav li a span {
      padding-left: 9px;
      display: block;
    }
    div#local_nav li a {
      font-family: "Arial Narrow", "Helvitica", sans-serif;
      font-weight: bold;
      font-size: 1.4em;
      line-height: 1.3em;
      display: block;
      border: 1px solid white;
      padding: 3px 0;
    }
    div#local_nav li a:hover {
      border: 1px dotted #bbbbbb; /* lt_gray */
    }
    div#local_nav li a strong {
      font-weight: bold;
      display: block;
      background-position: 0 0.4em;
    }
    div#local_nav li.current_section a.local-top-link {
      background-color: black;
      color: white;
    }
    div#local_nav li.current_section a.local-top-link,
    div#local_nav li.current_section a.local-top-link:link,
    div#local_nav li.current_section a.local-top-link:visited,
    div#local_nav li.current_section a.local-top-link:hover,
    div#local_nav li.current_section a.local-top-link:active {
      color: white;
    }
    div#local_nav li.current_section a.local-top-link strong {
      background-image: url('img/blue_dash.gif');
    }
    div#local_nav a.current_page,
    div#local_nav a.current_page:link,
    div#local_nav a.current_page:visited,
    div#local_nav a.current_page:hover,
    div#local_nav a.current_page:active {
      color: #1ab7ea; /* blue */
    }
    div#local_nav li li a {
      padding-left: 10px;
      font-size: 1.1em;
      line-height: 1.0em;
    }
    div#local_nav li li a,
    div#local_nav li li a:link,
    div#local_nav li li a:visited,
    div#local_nav li li a:hover,
    div#local_nav li li a:active {
      color: #aaaaaa; /* gray */
    }
      

    div#weather_widget {
      background: white url('img/blue-pattern.gif') 0 0 repeat-y;
      position: relative;
      margin: 29px 0 0px -9px;
      padding: 5px 5px 5px 14px;
      width: 221px;
      box-shadow: 0px 0px 8px #bbbbbb; /* lt_gray */
      -webkit-box-shadow: 0px 0px 8px #bbbbbb; /* lt_gray */
      -moz-box-shadow: 0px 0px 8px #bbbbbb; /* lt_gray */
      overflow: auto;
    }
    div#weather_widget h3 {
      float: left;
      width: 120px;
      height: 40px;
      margin: 0;
      padding: 0;
      overflow: hidden;
      position: relative;
      color: white;
    }
    div#weather_widget h3 span {
      position: absolute;
      width: 100%;
      height: 100%;
      background: white url('img/conditions.gif') -5px center no-repeat;
    }
    div#weather_widget div.conditions-icon {
      float: left;
      width: 45px;
      height: 40px;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: center center;
    }
    div#weather_widget div#cloudy { background-image: url('img/weather/cloudy.png'); }
    div#weather_widget div#windy { background-image: url('img/weather/windy.png'); }
    div#weather_widget div#snow { background-image: url('img/weather/snow.png'); }
    div#weather_widget div#rain { background-image: url('img/weather/rain.png'); }
    div#weather_widget div#sunny { background-image: url('img/weather/sunny.png'); }
    div#weather_widget div#partly_cloudy { background-image: url('img/weather/partly_cloudy.png'); }
    div#weather_widget div#current_weather_temp {
      float: left;
      width: 56px;
      text-align: right;
      position: relative;
    }
    div#current_weather_temp strong#degrees,
    div#current_weather_temp strong#temp_digits {
      color: #1ab7ea; /* blue */
      line-height: 40px;
    }
    div#current_weather_temp strong#degrees {
      font-size: 31px;
    }
    div#current_weather_temp strong.farenheit { /* #temp_digits  */
      font-size: 31px;
    }
    div#current_weather_temp strong.celsius { /* #temp_digits  */
      font-size: 31px;
    }
    div#current_weather_temp div#temp_unit-control { /* thermostat? */
      position: absolute;
      bottom: -3px;
      right: 0px;
      text-align: right;
      cursor: pointer;
      font-size: 0.9em;
      color: #bbbbbb; /* lt_gray */
    }
    div#current_weather_temp span.temp_unit {
      color: #1ab7ea; /* blue */
    }
    div#current_weather_temp span.alt { /* .temp_unit */
      color: #bbbbbb; /* lt_gray */
    }

      div#conditions_widget,
      div#pic_of_the_day_widget {
        clear: left;
        overflow: auto;
        width: 211px;
        padding: 5px 5px 0 5px;
      }
      div#conditions_widget #pic_o_t_day,
      div#pic_of_the_day_widget #pic_o_t_day {
        width: 104px;
        height: 64px;
        float: left;
      }
      div#conditions_widget #curr_cam_pix,
      div#pic_of_the_day_widget #curr_cam_pic {
        width: 104px;
        height: 64px;
        float: right;
      }
      div#conditions_widget p#conditions_links,
      div#pic_of_the_day_widget p#conditions_links {
        margin: 0;
        padding: 0;
        overflow: hidden;
      }
      div#pic_of_the_day_widget p#conditions_links a {
          display: block;
          width: 50%;
          text-align: left;
          margin: 0px 0px 0px 0px;
      }
      div#pic_of_the_day_widget p#conditions_links a.conditions_left {
          float: left;
      }
      div#pic_of_the_day_widget p#conditions_links a.conditions_right {
          float: left;
          width: 52%;
          margin-right: -10px;
          overflow: hidden;
      }
      
      
      

div#footer {
  clear: both;
  padding-top: 37px;
  position: relative;
}
  div#plan_your_vacation {
    background-color: #91c835; /* green */
    color: white;
    padding: 14px 0;
  }
  div#plan_your_vacation-inner {
    width: 91.8em;
    min-width: 918px;
    /*overflow: auto;*/
  }
  div#plan_your_vacation a,
  div#plan_your_vacation a:link,
  div#plan_your_vacation a:visited,
  div#plan_your_vacation a:hover,
  div#plan_your_vacation a:active {
    color: white;
    background-color: #91c835; /* green */
  }
  div#plan_your_vacation h2 {
    font-size: 1.8em;
    color: white;
    background-color: #91c835; /* green */
    float: left;
    width: 12.7em; /* 22.9 / 1.8 */
    min-width: 229px;
    padding-left: 1.16em; /* 2.1 / 1.8 */
    margin: 2px 0px 0px 0px;
  }
  div#plan_your_vacation form,
  div#plan_your_vacation p {
    margin: 0;
    padding: 0;
    background-color: #91c835; /* green */
  }
  div#plan_your_vacation form {
    float: left;
    width: 66.8em;
    min-width: 668px;
  }
  div#plan_your_vacation a strong {
    background-image: url('img/arrow_transparent_bg.png');
    font-size: 1.36em; /* 15/11 */
    padding-right: 0;
  }
  div#plan_your_vacation label {
    padding-left: 1.9em;
  }
    a#plan_your_vacation_check_link {
      display: block;
      float: right;
      width: 15.0em;
      min-width: 150px;
      text-align: right;
      margin: 4px 0px 0px 0px;
    }
    div#ages-content {
    /*  display: none;*/
      position: absolute;
      z-index: 10;
      background-color: #91c835; /* green */
      color: white;
      padding: 1em;
      top: -7em;
      right: 0px;
      width: 63.5em;
      min-width: 635px;
      height: 5em;
      text-align: right;
    }
    div#ages-content div#ages-closer {
      position: absolute;
      width: 20px;
      height: 20px;
      line-height: 20px;
      font-size: 15px;
      text-align: center;
      top: 0.2em;
      right: 0.2em;
      background-color: #f0f0f0;
      color: black;
      cursor: pointer;
    }
    div#ages-head h3 {
      color: white;
      text-align: left;
      margin: 0 0 0.5em;
    }

  div#bottom_footer { /* max-height: 156px */
    background: url('img/summer_bg.jpg') center 0px no-repeat;
    margin-top: 11px;
    min-height: 15.6em;
    position: relative;
    z-index: 10;
    clear: both;
    width: 91.8em;
    min-width: 918px;
  }
    div#bottom_footer-inner {
      position: absolute;
      bottom: 5px;
      overflow: auto;
    }
      div#sn_logos {
        float: left;
        width: 480px;
        width: 48.0em;
        min-width: 480px;
        padding: 0 0px 20px 0;
        margin-top: -6px;
      }
      div#sn_logos ul {
        margin: 0;
        padding: 0;
      }
      div#sn_logos li {
        margin: 0;
        padding: 3px;
        list-style-type: none;
        width: 44px;
        height: 28px;
        float: left;
        text-align: center;
      }
      div#sn_logos li#blog {
        width: 76px;
        padding-top: 9px;
        height: 13px;
      }
      div#sn_logos li#newsletter {
        width: 182px;
        min-width: 182px;
        padding-top: 9px;
        height: 13px;
        text-align: left;
        letter-spacing: 1px;
      }
      div#sn_logos li#newsletter p {
        margin: 0;
      }
      div#bottom_menu,
      div#company_info {
        width: 438px;
        width: 43.8em;
        min-width: 438px;
        float: right;
        clear: right;
      }
      div#bottom_menu p {
        text-align: right;
        letter-spacing: 1px;
      }
      div#bottom_menu p a {
        white-space: nowrap;
      }
      div#company_info p {
        text-transform: uppercase;
        color: #aaaaaa; /* gray */
        text-align: right;
        font-size: 0.9em;
      }


/** CONTENT_SECTION **/
/** common **/
div.allclear {
  clear: both;
}
img.right {
  float: right;
  padding: 0 0 6px 6px;
}
img.left {
  float: left;
  padding: 0 6px 6px 0;
}
div.right,
a.right {
  float: right;
}

strong.label {
  text-transform: uppercase;
}
span.value {
  font-weight: bold;
  text-transform: uppercase;
  color: #1ab7ea; /* blue */
}

span.required {
  color: #ae1500; /* error_red */
}
div.error,
div.form-status,
div.page_errors,
div.error-status {
  font-size: 1.1em;
  line-height: 1.45em; /* 16 / 11 */
  color: #ae1500; /* error_red */
}
div.page_errors {
  margin-bottom: 12px;
}
div.page_errors ul {
  margin-bottom: 0px;
}
div.page_errors li {
  font-size: 1.0em;
}

h2.alternate {
  color: black;
}
h2.alternate strong {
  color: #8dc63f; /* beastly_green */
}

/** tables **/

table.full {
  width: 635px;
}

table.listing {
}
table.listing td {
  padding: 2px 0;
}

table.report {
}
table.report td {
  padding: 2px;
}

table tr.odd th,
table tr.odd td {
  background-color: #eee;
}

/** paragraph_font_sizes **/
p.print-huge {
  font-size: 150%;
}
p.print-large {
  font-size: 130%;
}
p.print-small {
  font-size: 80%;
}
p.print-tiny {
  font-size: 70%;
}

/** float_grid **/
ul.float-grid {
  margin: 0;
  padding: 0;
}
ul.float-grid li {
  margin: 0;
  list-style-type: none;
  float: left;
  display: inline;
  min-height: 100px;
  padding: 6px;
  text-align: center;
}
ul.float-grid li.float-grid-clear {
  clear: both;
}
ul.float-grid li a {
  display: block; /* fix for ie */
}
ul.float-grid-large { /* .float-grid */
}
ul.float-grid-large li {
  width: 250px;
  min-height: 250px;
}
ul.float-grid-small { /* .float-grid */
}
ul.float-grid-small li {
  width: 50px;
  min-height: 50px;
}

/** block, block-image, block-text **/
div.block {
  clear: both;
}
div.block div.block-image {
  float: left;
  width: 190px;
  overflow: hidden;
  text-align: center;
}
div.block div.block-text {
  margin: 0 0 0 200px;
}
div.indent-block {
  margin: 0 2em;
}

/** custom **/

div.formui-viewspace div.row {
  padding: 0 0 10px;
  clear: left;
  font-size: 1.1em;
}
div.formui-viewspace div.label {
  width: 160px;
  float: left;
  text-align: right;
}
div.formui-viewspace div.label label {
  padding-right: 6px;
}
div.formui-viewspace div.widget-error {
  padding-left: 139px;
}

div#article-addcomment-widgets-body-row div.label {
}
div#article-addcomment-widgets-body-row div.widget textarea {
  width: 450px;
}

div#article-comment-form-box form {
  padding: 10px 0;
}

  

/** colorbox **/
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url('img/colorbox/overlay.png') 0 0 repeat;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url('img/colorbox/controls.png') -100px 0 no-repeat;}
    #cboxTopRight{width:21px; height:21px; background:url('img/colorbox/controls.png') -129px 0 no-repeat;}
    #cboxBottomLeft{width:21px; height:21px; background:url('img/colorbox/controls.png') -100px -29px no-repeat;}
    #cboxBottomRight{width:21px; height:21px; background:url('img/colorbox/controls.png') -129px -29px no-repeat;}
    #cboxMiddleLeft{width:21px; background:url('img/colorbox/controls.png') left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url('img/colorbox/controls.png') right top repeat-y;}
    #cboxTopCenter{height:21px; background:url('img/colorbox/border.png') 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url('img/colorbox/border.png') 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
                #cboxTitle{
                  font-size: 1.1em;
                  line-height: 1.45em; /* 16 / 11 */
                  position: relative;
                  top: -25px; /* -28 + 3 */
                  text-align:center;
                  margin: 0 37px 0 11.6em;
                  padding: 3px;
                  color:#949494;
                  background-color: white;
                  -moz-border-radius: 5px;
                  -webkit-border-radius: 5px;
                  border-radius: 5px;
                }
                #cboxCurrent{
                  font-size: 1.1em;
                  line-height: 1.45em; /* 16 / 11 */
                  position:absolute; bottom:3px; left:58px; */
                  color:#949494;
                  }

        /*
        #cboxTitle{
        position:absolute; bottom:3px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{
        position:absolute; bottom:3px; left:58px; color:#949494;}
        */

        #cboxSlideshow{position:absolute; bottom:3px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url('img/colorbox/controls.png') -75px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url('img/colorbox/controls.png') -50px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url('img/colorbox/loading_background.png') center center no-repeat;}
        #cboxLoadingGraphic{background:url('img/colorbox/loading.gif') center center no-repeat;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url('img/colorbox/controls.png') -25px 0px no-repeat; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}

/** MENU_SECTION **/
/** essential_styles **/
  /* don't edit */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0em;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/** top_menu_skin **/
.sf-menu {
	float: left;
}
.sf-menu a {
  font-family: "Arial", sans-serif;
  text-decoration: none;
  font-size: 1.0em;
  font-weight: bold;
}
.sf-menu a:link,
.sf-menu a:visited {
  color: black;
}
.sf-menu a:hover,
.sf-menu a:active {
  color: black;
}
  
.sf-menu li.top-menuitem {
  display: block;
  width: auto;
  height: 26px;
  padding: 0;
  margin: 0;
}
.sf-menu a.top-item {
  display: block;
  line-height: 26px;
  padding: 0 10px;
  z-index: 1200;
}
.sf-menu a.dad {
  background: url('img/green_arrow.gif') 100% 45% no-repeat;
}
.sf-menu li.top-menuitem {
}
.sf-menu li.top-menuitem a.current_top-item,
.sf-menu li.top-menuitem:hover a.top-item,
.sf-menu li.top-menuitem.sfHover a.top-item,
.sf-menu li.top-menuitem a.top-item:hover { /* ie6 fix (when no submenus)*/
  color: white;
  background-color: #8dc63f; /* beastly_green */
}
.sf-menu li.top-menuitem:hover ul,
.sf-menu li.top-menuitem.sfHover ul {
  top: 26px;
}
.sf-menu li#nav-winter a {
    color: #1AB7EA;
}
.sf-menu li#nav-winter a:hover {
    color: #FFFFFF;
}

.sf-menu ul {
  width: 160px;
  float: left;
  background-color: white;
  padding: 10px;
  box-shadow: 0px 0px 8px #bbbbbb; /* lt_gray */
  -webkit-box-shadow: 0px 0px 8px #bbbbbb; /* lt_gray */
  -moz-box-shadow: 0px 0px 8px #bbbbbb; /* lt_gray */
}
  
  ul.sf-menu li li:hover ul,
  ul.sf-menu li li.sfHover ul {
    left: 170px; /* match ul width */
    top: 0px !important;
  }
  ul.sf-menu li li li:hover ul,
  ul.sf-menu li li li.sfHover ul {
    left: 170px; /* match ul width */
    top: 0px !important;
  }

.sf-menu ul a {
  padding: 5px 0px;
}
.sf-menu ul a, .sf-menu ul a:visited  { /* visited pseudo selector so IE6 applies text colour*/
  color: black;
}
.sf-menu ul li.navmenu-item {
  padding: 0 0 0px 0;
  border-bottom: 1px dotted #bbbbbb; /* lt_gray */
}
.sf-menu ul a:focus, .sf-menu ul a:hover, .sf-menu ul a:active {
  outline: 0;
  color: #1ab7ea; /* blue */
}

/** ALT_MEDIA_SECTION **/
/** media_print **/
@media print {
  body {
    color: #000000; /* black */
    background-color: #ffffff; /* white */
    margin: 0;
    padding: 0;
  /*  background-image: url('img/skiutah1.jpg'); */
  }
  a,
  a:link,
  a:visited,
  a:hover,
  a:active {
    color: #000000; /* black */
    text-decoration: underline;
  }
  div#page {
    background-color: #ffffff; /* white */
    width: 100%;
    padding-bottom: 0px;
  }
  div#header {
    height: auto;
  }
  div#logo {
    margin: 0;
  }
  div#logo img {
    width: 100px;
    height: 24px;
  }
  /* hide */
  div#top_menu {
    display: none;
  }
  /* defloat */
  div#interior-page,
  div#interior-content-wrapper,
  div#interior-content,
  div#interior-content div.main-block {
    float: none;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
  }

} /* end print */

/** PAGE_SECTION **/
/** home-page (home_page) **/

div.home-page {
}
  div.home-page div#large_promo {
    width: 897px;
    padding: 0 0 0 21px;
    margin-bottom: 20px;
    height: 400px;
    overflow: hidden;
    position: relative;
  }
    div.home-page div#large_promo-slides {
      background: url('img/home_page_flash_dropshadow.png') right bottom no-repeat;
      width: 897px;
      height: 380px;
      margin: 0 -18px -20px 0;
      padding: 0 18px 20px 0;
      position: relative;
      float: left;
    }
      div.home-page div.large_promo-slide {
        width: 897px;
        height: 380px;
        margin-bottom: 100px;
        overflow: hidden;
      }
    div.home-page div#large_promo-nav {
      position: relative;
      z-index: 200;
      zoom:1;
      width: 918px;
    }
    div.home-page div#large_promo-nav ul {
      margin: 0;
      padding: 0;
      float: left;
      width: 918px;
    }
    div.home-page div#large_promo-nav li {
      margin: 0;
      list-style-type: none;
      float: left;
      padding: 3px;
      width: 15px;
      height: 10px;
    }
    div.home-page div#large_promo-nav li.label {
      width: 6em;
      height: 10px;
    }
    div.home-page div#large_promo-nav li strong {
      color: #1ab7ea; /* blue */
      padding: 0 5px 0 0;
      text-transform: uppercase;
      font-size: 1.1em;
    }
    div.home-page div#large_promo-nav li a {
      display: block;
      background: url('img/grey-pattern.gif') center 0 repeat-y;
      margin: 0 0px;
      width: 15px;
      height: 10px;
    }
    div.home-page div#large_promo-nav li a.activeSlide {
      background-image: url('img/alt-grey-pattern.gif');
    }
    div.home-page div#large_promo-nav li a span {
      display: none;
    }

  div.home-page div#bottom_promos { /* #bottom_promos */
    width: 918px;
    background-image: url('img/home_page_bottom_bg.png');
    margin: 0 -7px -11px -9px;
    padding: 0 7px 11px 9px;
    z-index: 100;
  }
    div.home-page div#side_widget { /* .column */
      width: 250px;
      float: left;
    }
    div.home-page div#side_widget div#weather_widget {
      margin-top: 18px;
      margin-bottom: 18px;
    }

/** events_calendar-page **/
div#events_calendar-page {
}
  form#calendar_controls {
  }
div#events_calendar-page div#category-tabs {
}
div#events_calendar-page table.listing th {
  padding: 11px 30px;
}
div#events_calendar-page table.listing td {
  padding: 11px;
}
div#events_calendar-page table.listing td h3 {
  margin-top: 0;
}
div#events_calendar-page table.listing span.weekday_name,
div#events_calendar-page table.listing span.month,
div#events_calendar-page table.listing span.day {
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.0em;
}
div#events_calendar-page table.listing span.weekday_name,
div#events_calendar-page table.listing span.month {
  font-size: 0.9em;
  color: #aaaaaa; /* gray */
}
div#events_calendar-page table.listing span.day {
  font-size: 4.6em;
  color: #1ab7ea; /* blue */
}

/** lodging_listing-page **/

/** lodging-page **/
div#lodging-page div.lodging_room-block {
  padding: 10px;
}
div#lodging-page p.lodging_room-links {
  float: right;
  width: 15em;
  text-align: right;
  margin-top: 0.8em;
}

/** photo_gallery-page **/
div#photo_gallery-page ul.float-grid {
  margin: 0;
  padding: 0;
}
div#photo_gallery-page ul.float-grid li {
  margin: 0;
  list-style-type: none;
  float: left;
  width: 154px;
  min-height: 115px;
  padding: 0 4px 15px 0;
  text-align: center;
}
div#photo_gallery-page ul.float-grid li a {
  display: block; /* fix for ie */
  border-bottom: 0;
}
div#photo_gallery-page p#next-link {
  text-align: right;
}

/** trail_report-page **/
div#trail_report-page {
}
div#trail_report-page table.report {
}
div#trail_report-page table.report th {
  text-align: center;
}
div#trail_report-page table.report td img {
  vertical-align: baseline;
}
div#trail_report-page table.report td {
  white-space: nowrap;
}
div#trail_report-page table.report td.max {
  width: 140px;
}
  
/** lift_report-page **/
div#lift_report-page table.report th {
  padding-top: 10px;
  text-align: center;
}
div#lift_report-page table.report td.lift {
  padding-left: 20px;
}
div#lift_report-page table.report td.status {
  text-align: center;
}
div#lift_report-page table.report td.notes {
  width: 300px;
}

/** snow_report-page **/
div#snow_report-page table.listing th {
  text-align: right;
  padding-left: 1em;
  white-space: nowrap;
}
div#snow_report-page table.listing td {
  padding-left: 0.5em;
  white-space: nowrap;
}
div#snow_report-page ul#rss_feeds li {
  height: auto;
  min-height: 0;
}
div#snow_report-page ul#rss_feeds li a { /* .float-grid */
  border: 0;
}

/** terrain_park_features-page **/
/* other styles for #park-terrain-map found in parksmanager/browser/templates/cssjs/style.css */
div#terrain_park_features-page {
}
  div#park-terrain-map a {
    border-bottom: 0;
  }
  div#park-content {
    margin-left: 366px;
  }
/** parks_map-page **/
div#parks_map-page {
}

div#parks_map-page div#parks_map-overview {
  background: url('img/parks/landing_map.jpg') no-repeat;
  height: 402px;
  width: 589px;
  position: relative;
  font-size: 15px;
  margin: 0 auto;
}
div#parks_map-page div#parks_map-overview a.positioned_number {
  position: absolute;
  width: 1.8em;
  line-height: 1.8em;
  text-align: center;
  background-color: #8dc63f; /* beastly_green */
  border: 2px solid black;
  box-shadow: 0px 0px 4px black;
  -webkit-box-shadow: 0px 0px 4px black;
  -moz-box-shadow: 0px 0px 4px black;
  color: white;
  display: block;
}
div#parks_map-page div#parks_map-overview a#stash {
  top: 177px;
  left: 160px;
}
div#parks_map-page div#parks_map-overview a#outer_limits {
  top: 259px;
  left: 55px;
}
div#parks_map-page div#parks_map-overview a#bear_claw {
  top: 198px;
  left: 117px;
}
div#parks_map-page div#parks_map-overview a#super_pipe {
  top: 274px;
  left: 94px;
}
div#parks_map-page div#parks_map-overview a#dream_maker {
  top: 247px;
  left: 145px;
}
div#parks_map-page div#parks_map-overview a#mouse_run {
  top: 81px;
  left: 342px;
}
div#parks_map-page div#parks_map-overview a#timberline {
  top: 250px;
  left: 486px;
}
div#parks_map-page div#park_items {
}
div#parks_map-page div.park_item {
  float: left;
  width: 310px;
  min-height: 60px;
  padding: 6px 6px 0 0;
  text-align: left;
}

/** weblog_listing-page **/
div#weblog_listing-page {
}
div#weblog_listing-page div.block {
}
div#weblog_listing-page div.block div.block-image {
  width: 70px;
}
div#weblog_listing-page div.block div.block-image img {
  margin-top: 10px;
  box-shadow: 0px 0px 8px #bbbbbb; /* lt_gray */
  -webkit-box-shadow: 0px 0px 8px #bbbbbb; /* lt_gray */
  -moz-box-shadow: 0px 0px 8px #bbbbbb; /* lt_gray */
}
div#weblog_listing-page div.block div.block-text {
  margin: 0 0 0 80px;
}

/** weblog_article-page **/
div#weblog_article-page div.comment {
  border-bottom: 1px solid #bbbbbb; /* lt_gray */
}

  div#weblog_article-page p.comment_info {
    margin: 0.2em 0 0.4em;
  }
    div#weblog_article-page span.comment_by {
      font-weight: bold;
    }
    div#weblog_article-page span.comment_date {
      font-style: italic;
    }
  div#weblog_article-page div.comment_copy {
    margin: 0 0 0 22px;
  }
div#weblog_article-page div.comment div.comment_copy p {
}
/** job_listing-page **/
/** job_fairs_listing-page **/
/** press_releases_listing-page **/
