/*
contents:
  MAIN
    plain
    layout
  CONTENT_SECTION
    common
    mediagallery
    galleria_colorbox (lightbox)
    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
    error-page

*/

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

/** 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-image: url(img/green_arrow.gif);
  background-repeat: no-repeat;
  background-position: 0 center;
  font-weight: normal;
  padding-left: 9px;
  padding-right: 1em;
  letter-spacing: 1px;
}

#content a.button, #content a.button:link {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-color: #31B7E7;
  border-bottom: none;
  color: #fff;
  padding: 6px 4px 4px 16px;
  text-decoration: none;
}

#content a.button strong, #content a.button:link strong {
  border-bottom: none;
  background-image: url(img/blue_white_arrow.gif);
}

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;
}

.read_more a strong {
  letter-spacing: .01em;
}

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

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

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

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

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

      #local_top_menu {
        width: 668px;
        padding: 12px 0 0;
        float: left;
      }
      #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-color: white;
        background-image: url(img/green-pattern.gif);
        background-repeat: repeat-y;
        background-position: right 0;
      }
      #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;
      }
      #local_top_menu a,
      #local_top_menu a:link,
      #local_top_menu a:visited,
      #local_top_menu a:hover,
      #local_top_menu a:active {
        color: #bbbbbb; /* lt_gray */
        text-transform: uppercase;
        border: 1px solid white;
        padding: 2px;
      }
      #local_top_menu a:hover,
      #local_top_menu a:active {
        border: 1px dotted #bbbbbb; /* lt_gray */
      }
      #local_top_menu a.current_page,
      #local_top_menu a.current_page:link,
      #local_top_menu a.current_page:visited,
      #local_top_menu a.current_page:hover,
      #local_top_menu a.current_page:active {
        color: #1ab7ea; /* blue */
      }

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

      #bottom_promos {
        width: 668px;
        float: left;
        /* background-image: url(img/promo-background.png); */
        position: relative;
        margin: 0 -4px -11px -5px;
        padding: 0 4px 11px 5px;
      }
      .bottom_promo { /* .column */
        width: 334px;
        /* height set by js */
        float: left;
        overflow: hidden;
      }
      .bottom_promo-inner { /* max width: 299 */
        padding: 0;
      }
      #content #bottom_promos {
        margin: 0;
        padding: 5px 15px;
      }
          
      .header-search_field {
        width: 150px;
      }
          
  #sidebar {
    float: left;
    width: 250px;
    margin-left: -918px;
    padding: 0;
    position: relative;
    z-index: 100;
  }
  #sidebar-inner { /* not shown for ie */
    background-image: url(img/sidebar_widget_bg.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    margin: 0 -5px 10px -9px;
    padding: 0 8px 12px 9px;
    position: relative;
  }
    
    #local_nav {
      background-color: white;
      background-image: url(img/green-pattern.gif);
      background-repeat: repeat-y;
      background-position: 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 */
      position: relative;
      margin: 8px 0 8px -9px;
      padding: 24px 10px 24px 24px;
      width: 206px; /* 240 */
      min-height: 247px;
    }
    #local_nav ul {
      margin: 0;
      padding: 0;
    }
    #local_nav li {
      list-style-type: none;
      margin: 0;
      padding: 0;
    }
    #local_nav li a span {
      padding-left: 9px;
      display: block;
    }
    #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;
    }
    #local_nav li a:hover {
      border: 1px dotted #bbbbbb; /* lt_gray */
    }
    #local_nav li a strong {
      font-weight: bold;
      display: block;
      background-position: 0 0.4em;
    }
    #local_nav li.current_section a.local-top-link {
      background-color: black;
      color: white;
    }
    #local_nav li.current_section a.local-top-link,
    #local_nav li.current_section a.local-top-link:link,
    #local_nav li.current_section a.local-top-link:visited,
    #local_nav li.current_section a.local-top-link:hover,
    #local_nav li.current_section a.local-top-link:active {
      color: white;
    }
    #local_nav li.current_section a.local-top-link strong {
      background-image: url(img/blue_dash.gif);
    }
    #local_nav a.current_page,
    #local_nav a.current_page:link,
    #local_nav a.current_page:visited,
    #local_nav a.current_page:hover,
    #local_nav a.current_page:active {
      color: #1ab7ea; /* blue */
    }
    #local_nav li li a {
      padding-left: 10px;
      font-size: 1.1em;
      line-height: 1.0em;
    }
    #local_nav li li a,
    #local_nav li li a:link,
    #local_nav li li a:visited,
    #local_nav li li a:hover,
    #local_nav li li a:active {
      color: #aaaaaa; /* gray */
    }
      
    
    #weather_container {
      margin: -10px auto 15px;
      width: 918px;
    }

    #weather_widget {
      background-color: white;
      background-image: url(img/blue-pattern.gif);
      background-repeat: repeat-y;
      background-position: 0 0;
      position: relative;
      margin: 29px 0 0px -9px;
      overflow: hidden;
      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 */
    }
      #weblog_listing #weather_widget {
        margin: 11px 0 0 -9px;
      }
    #weather_container #weather_widget {
      margin: 0px 0 0 11px;
      width:888px;
    }
    #weather_widget h3 {
      float: left;
      width: 120px;
      height: 40px;
      margin: 0;
      padding: 0;
      overflow: hidden;
      position: relative;
      color: white;
    }
    #weather_widget h3 span {
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: url(img/conditions.gif);
      background-position: -5px center;
      background-color: white;
      background-repeat: no-repeat;
    }
    #weather_widget .conditions-icon {
      float: left;
      width: 45px;
      height: 40px;
      overflow: hidden;
      background-repeat: no-repeat;
      background-position: center center;
    }
    #weather_widget #cloudy { background-image: url(img/weather/cloudy.png); }
    #weather_widget #windy { background-image: url(img/weather/windy.png); }
    #weather_widget #snow { background-image: url(img/weather/snow.png); }
    #weather_widget #rain { background-image: url(img/weather/rain.png); }
    #weather_widget #sunny { background-image: url(img/weather/sunny.png); }
    #weather_widget #partly_cloudy { background-image: url(img/weather/partly_cloudy.png); }
    #weather_widget #current_weather_temp {
      float: left;
      width: 56px;
      text-align: right;
      position: relative;
    }
    
    #sidebar .bottom_promo {
      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-color: white;
      background-image: url(img/green-pattern.gif);
      background-position: 0 0;
      background-repeat: repeat-y;
      margin: 29px 0 0 -9px;
      overflow: hidden;
      padding: 0 5px 0 10px;
      position: relative;
      width: 221px;
    }
    #current_weather_temp strong#degrees,
    #current_weather_temp strong#temp_digits {
      color: #1ab7ea; /* blue */
      line-height: 40px;
    }
    #current_weather_temp strong#degrees {
      font-size: 31px;
    }
    #current_weather_temp strong.farenheit { /* #temp_digits  */
      font-size: 31px;
    }
    #current_weather_temp strong.celsius { /* #temp_digits  */
      font-size: 31px;
    }
    #current_weather_temp #temp_unit-control { /* thermostat? */
      position: absolute;
      bottom: -3px;
      right: 0px;
      text-align: right;
      cursor: pointer;
      font-size: 0.9em;
      color: #bbbbbb; /* lt_gray */
    }
    #current_weather_temp span.temp_unit {
      color: #1ab7ea; /* blue */
    }
    #current_weather_temp span.alt { /* .temp_unit */
      color: #bbbbbb; /* lt_gray */
    }

      #weather_container #conditions_widget {
        /* overflow: auto; */
        float: right;
        min-height: 49px;
        width: 600px;
        padding: 5px 5px 0 30px;
      }
      
      #conditions_widget {
        padding: 5px 5px 0 5px;
        width: 211px;
      }
      #conditions_widget #conditions_links {
        margin: 0;
      }
      
      
      

#footer {
  clear: both;
  padding-top: 0px;
  position: relative;
}
  #plan_your_vacation {
    background-color: #1ab7ea; /* blue */
    color: white;
    padding: 14px 0;
  }
  #plan_your_vacation-inner {
    width: 91.8em;
    min-width: 918px;
    /*overflow: auto;*/
  }
  #plan_your_vacation a,
  #plan_your_vacation a:link,
  #plan_your_vacation a:visited,
  #plan_your_vacation a:hover,
  #plan_your_vacation a:active {
    color: white;
    background-color: #1ab7ea; /* blue */
  }
  #plan_your_vacation h2 {
    font-size: 1.8em;
    color: white;
    background-color: #1ab7ea; /* blue */
    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;
  }
  #plan_your_vacation form,
  #plan_your_vacation p {
    margin: 0;
    padding: 0;
    background-color: #1ab7ea; /* blue */
  }
  #plan_your_vacation form {
    float: left;
    width: 66.8em;
    min-width: 668px;
  }
  #plan_your_vacation a strong {
    background-image: url(img/white_arrow.gif);
    font-size: 1.36em; /* 15/11 */
    padding-right: 0;
  }
  #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;
    }
    #ages-content {
    /*  display: none;*/
      position: absolute;
      z-index: 999;
      background-color: #1ab7ea; /* blue */
      color: white;
      padding: 1em;
      top: -7em;
      right: 0px;
      width: 63.5em;
      min-width: 635px;
      height: 5em;
      text-align: right;
    }
    #ages-content #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;
    }
    #ages-head h3 {
      color: white;
      text-align: left;
      margin: 0 0 0.5em;
    }

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


/** CONTENT_SECTION **/
/** common **/
.allclear {
  clear: both;
}
.allclear:after { /* For modern browsers */
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

/*.allclear {display: inline-block;} /* For IE6/7 */
/*.allclear {display: block;} /* For IE6/7 */

img.right {
  float: right;
  padding: 0 0 6px 6px;
}
img.left {
  float: left;
  padding: 0 6px 6px 0;
}
.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 */
}
.error,
.form-status,
.page_errors,
.error-status {
  font-size: 1.1em;
  line-height: 1.45em; /* 16 / 11 */
  color: #ae1500; /* error_red */
}
.page_errors {
  margin-bottom: 12px;
}
.page_errors ul {
  margin-bottom: 0px;
}
.page_errors li {
  font-size: 1.0em;
}

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

/** mediagallery **/
.mediagallery {
  clear: both;
  padding: 0;
  overflow: hidden;
  width: 100%;
}
  .mediagallery-items {
  }
    .mediagallery-items-row {
      overflow: hidden;
    }
      .mediagallery-item {
        width: auto;
        float: left;
        padding: 12px 2px 0;
      }
      .mediagallery-item .mediagallery-picture-link {
        display: block;
        text-align: center;
      }
      .mediagallery-item .mediagallery-picture-info {
        width: 154px;
      }
        .mediagallery-item .mediagallery-picture-info-title {
          font-weight: normal;
          font-size: 1.2em;
        }
        /* This is a shared style from: galleria_colorbox and so is not limited
        to being in .mediagallery-item . */
        .mediagallery-picture-info-title {
          font-weight: bold;
          text-align: center;
          font-size: 1.3em;
        }
        /* description and author are hidden on mediagallery page but not in lightbox */
        .mediagallery-picture-info-description {
          text-align: left;
          font-size: 1.2em;
        }
        .mediagallery-picture-info-author {
          text-align: right;
          font-size: 1.2em;
        }
      .mediagallery-item .mediagallery-item { 
        padding: 12px 2px 0;
      }
  .mediagallery-more_link {
    clear: left;
    text-align: right;
    padding: 0 20px;
    font-size: 1.2em;
    margin: 10px 0;
  }
  .mediagallery-more_link a.button {
    padding: 4px 10px;
  }

  .mediagallery-batchlinks {
    clear: left;
    text-align: right;
    padding: 0 20px;
    font-size: 1.2em;
    margin: 10px 0;
  }
  #content .mediagallery-batchlinks a {
    background: url('img/green_arrow.gif') 0 center no-repeat;
    font-weight: normal;
    padding-left: 9px;
    padding-right: 1em;
    letter-spacing: 1px;
    border-bottom: solid 1px white;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "Impact", "Arial Narrow", sans-serif;
  }

/** galleria_colorbox (lightbox) **/
  /* Just using the default css from galleria_colorbox.css */


/** 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;
  width: 100px;
  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 **/
.block {
  clear: both;
}
.block .block-image {
  float: left;
  width: 190px;
  overflow: hidden;
  text-align: center;
}
.block .block-text {
  margin: 0 0 0 200px;
}
.indent-block {
  margin: 0 2em;
}

/** custom **/

.formui-viewspace .row {
  padding: 0 0 10px;
  clear: left;
  font-size: 1.1em;
}
.formui-viewspace .label {
  width: 160px;
  float: left;
  text-align: right;
}
.formui-viewspace .label label {
  padding-right: 6px;
}
.formui-viewspace .widget-error {
  padding-left: 139px;
}
.formui-viewspace .widget {
  margin-left: 166px;
}
div#form_id-widgets-agreement-row .widget {
  margin: 0;
  width: 100%;
}
div#form_id-widgets-agreement-row .widget textarea {
  width: 100%;
  font-size: 1.2em;
}

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

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

#article-comment-form-box h2 {
  margin-bottom: 20px;
}

  

/** 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 a.dad {
    background:url("img/green_arrow.gif") no-repeat scroll 100% 45% transparent;
  }

.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;
    margin-left: -25px;
}
.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 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-summer a {
    color: #91C835;
}
.sf-menu li#nav-summer a:hover {
    color: #FFFFFF;
}

.sf-menu ul {
  width: 20.0em;
  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:210px;
    top:0 !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 */
}

.navmenu-item2.sfHover a.dad {color: #1ab7ea;}



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

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

  .home-page #bottom_promos { /* #bottom_promos */
    height:auto;
    margin:0 0 0 -10px;
    padding:0 0 11px;
    width:952px;
    z-index:100;
  }
  
  #bottom_promos_top {
    background: url("img/home_page_bottom_bg_top.png") left top no-repeat;
    height: 30px;
    overflow:hidden;
    width: 952px;
    zoom:1;
  }
  #bottom_promos_inner {
    background: transparent url("img/home_page_bottom_bg.png") left top repeat-y;
    padding:0 35px;
  }
  
  #bottom_promos_bottom {
    background: url("img/home_page_bottom_bg_bottom.png") left top no-repeat;
    height: 33px;
    width: 952px;
  }
    .home-page #side_widget { 
      float:left;
      height:225px;
      width:525px;
    }
    .home-page #side_widget #weather_widget {
      margin-top: 18px;
      margin-bottom: 18px;
    }    
    
    #graphic_promo_slides {
      height:200px;
      overflow:hidden;
      margin-bottom:5px;
      width:525px;
    }
      .graphic_promo_image {position:relative;}
    #graphic_promo_nav ul,
    #graphic_promo_nav {
      width: 525px;
    }


    div.home-page .bottom_promo {
      clear: right;
      float: right;
    }
    
    #by_phone {
      left: 20px;
      position: absolute;
      text-transform: uppercase;
      top: 19px;
    }

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

/** lodging_listing-page **/

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

#lodging_listing-page .premium .listing {
  background-color: #f3fbfe;
  background-image: url(img/blue-pattern.gif);
  background-repeat: repeat-y;
  background-position: 0 0;
  position: relative;
  padding: 5px 5px 5px 14px;
  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 */
}

/** photo_gallery-page **/
#photo_gallery-page ul.float-grid {
  margin: 0;
  padding: 0;
}
#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;
}
#photo_gallery-page ul.float-grid li a {
  display: block; /* fix for ie */
  border-bottom: 0;
}
#photo_gallery-page p#next-link {
  text-align: right;
}

/** trail_report-page **/
#trail_report-page {
}
#trail_report-page table.report {
}
#trail_report-page table.report th {
  text-align: center;
}
#trail_report-page table.report td img {
  vertical-align: middle;
}
#trail_report-page table.report td {
  white-space: nowrap;
}
#trail_report-page table.report td.max {
  width: 140px;
}

#trail_report-page table.report .trail_key td img {
  float: left;
  margin: -7px 4px 3px 0;
  position: relative;
  vertical-align: middle;
}

#trail_report-page table.report .trail_key td.flake img {
  margin: 0px 6px 3px 0;
}

#trail_report-page .trail_key td {
  font-size: 9px;
  font-weight: normal;
  line-height: 8px;
  padding: 9px 20px 0 0;
  text-align: left;
  text-transform: uppercase;
}

#trail_report-page .trail_key td.flake {
  padding: 6px 5px 0 0;
}
  
/** lift_report-page **/
#lift_report-page table.report th {
  padding-top: 10px;
  text-align: center;
}
#lift_report-page table.report td.lift {
  padding-left: 20px;
}
#lift_report-page table.report td.status {
  text-align: center;
}
#lift_report-page table.report td.notes {
  width: 300px;
  text-align: center;
}

#lift_report-page table.report .lift_key {
  margin: 0px auto;
  position: relative;
  width: 350px;
}

#lift_report-page table.report .lift_key td img {
  float: left;
  margin: -7px 4px 3px 0;
  position: relative;
  vertical-align: middle;
}

#lift_report-page .lift_key td {
  font-size: 9px;
  font-weight: normal;
  line-height: 8px;
  padding: 9px 20px 0 0;
  text-align: left;
  text-transform: uppercase;
}

/** snow_report-page **/
#snow_report-page table.layout td {
  /* using a table.layout to aid layout for printing */
}
  table#snow_report_stats { /* .listing */
    /* This has two columns and is best viewed at a set width. */
    width: 304px;
  }
    #snow_report-page table.listing th {
      text-align: right;
      padding-left: 1em;
      white-space: nowrap;
    }
    #snow_report-page table.listing td {
      padding-left: 0.5em;
    }
#snow_report-page ul#rss_feeds li {
  height: auto;
  min-height: 0;
}
#snow_report-page ul#rss_feeds li a { /* .float-grid */
  border: 0;
}

#snow_report-page table td table.listing {
  margin-left: 10px;
}

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

#parks_map-page #parks_map-overview {
  background-image: url(img/parks/landing_map.jpg);
  background-repeat: no-repeat;
  height: 402px;
  width: 589px;
  position: relative;
  font-size: 15px;
  margin: 0 auto;
}
#parks_map-page #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;
}
#parks_map-page #parks_map-overview a#stash {
  top: 177px;
  left: 160px;
}
#parks_map-page #parks_map-overview a#outer_limits {
  top: 259px;
  left: 55px;
}
#parks_map-page #parks_map-overview a#bear_claw {
  top: 198px;
  left: 117px;
}
#parks_map-page #parks_map-overview a#super_pipe {
  top: 274px;
  left: 94px;
}
#parks_map-page #parks_map-overview a#dream_maker {
  top: 247px;
  left: 145px;
}
#parks_map-page #parks_map-overview a#mouse_run {
  top: 81px;
  left: 342px;
}
#parks_map-page #parks_map-overview a#timberline {
  top: 250px;
  left: 486px;
}
#parks_map-page #park_items {
}
#parks_map-page .park_item {
  float: left;
  width: 310px;
  min-height: 60px;
  padding: 6px 6px 0 0;
  text-align: left;
}

/** weblog_listing-page **/
.featured_blog_article {
  padding: 10px 15px;
}
.blog_listing_page #content {
  margin: 0;
  width: 918px;
}

.blog_listing_page #sidebar {
  margin: 0;
}

#featured_blog_title {
  font-size: 2.8em;
  margin:18px 0 0 0;
}

#weblog_listing-page .buttons {
  margin-left: 166px;
}

#blog_links_block {
  background: #31B7E7;
  height: 39px;
  margin: 20px 0;
  width: 918px;
}
  #blog_links_block ul, #blog_links_block ul li {
    list-style-type: none;
  }
  
  #blog_links_block ul {
    margin: 0 0 0 250px;
    padding: 0;
  }
  
  #blog_links_block ul li {
    float: left;
    margin-right: 20px;
    margin-top: 14px;
  }
  
  #content #blog_links_block ul li a {
    border:none;
    color: #A4D5E7;
    font-size: 16px;
    text-decoration: none;
  }
  
  #content #blog_links_block ul li a.active {
    color: #fff;
  }
  
  .articlelisting_inner {
    float: right;
    margin-right: 15px;
    width: 652px;
  }
  
.blog_listing_page hr {
  border-color: #31B7E7;
  padding-top: 20px;
}

#weblog_listing-page {
}
#weblog_listing-page .block {
}
#weblog_listing-page .block .block-image {
  margin-right: 20px;
  width: 257px;
}
#weblog_listing-page .block .block-image img {
  height: 134px;
  width: 257px;
}
#weblog_listing-page .block .block-text {
  margin: 0;
}

/** weblog_article-page **/
#weblog_article-page {
  float: right;
  margin-right: 15px;
  width: 652px;
}
.comment {
  margin-left: 35px;
}

  p.comment_info {
    color: #58595B;
    margin: 0.2em 0 1em;
  }

  #weblog_article-page .comment_copy {
    margin: 0 0 35px 0;
  }
  
  #vm-related_content {
    float: right;
    margin-right: 15px;
    width: 652px;
  }
  
  #article-comment-form-box .widget input {
    border: 1px solid #AAAAAA;
    height: 19px;
    padding: 1px;
    width: 250px;
  }
  
  #article-comment-form-box .widget textarea {
    border: 1px solid #AAAAAA;
    font-family: Arial;
    font-size: 12px;
    height: 100px;
    padding: 5px;
    width: 350px;
  }
  
  #weblog_article-page h2 {
    color: #000;
  }
  
  #content #bottom_promos.blog_promos {
    float: right;
  }

/** job_listing-page **/
/** job_fairs_listing-page **/
/** press_releases_listing-page **/
/** two_for_one-page **/
h1#two_for_one {
  display: none;
}
/** error-page **/
#error-page {
  margin-right: 250px;
}

/* Galleria */
div.galleria-title {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

span.galleria-description {
  display: block;
  font-size: 12px;
  text-align: center;
}

span.galleria-author {
  color: #58595B;
  display: block;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.galleria-carousel-block {
  background: #E6E7E8;
}
.galleria-slides-flipper-left {
  background: url(img/left-flipper.png) no-repeat scroll left center transparent;
}

.galleria-slides-flipper-right {
  background: url(img/right-flipper.png) no-repeat scroll right center transparent;
}

.galleria-carousel-flipper-left {
  background: url(img/carousel-left-flipper.png) no-repeat scroll left center transparent;
}

.galleria-carousel-flipper-right {
  background: url(img/carousel-right-flipper.png) no-repeat scroll right center transparent;
}

/** 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; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

