html {
}
body {
  width: 100%;
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 20px;
  color: #555;
}

a.chirplink { display: none; }

@font-face {
  font-family: "MellnikExtraLightRegular";
  src: url("mll35-webfont.eot");
  src: local("☺"), url("mll35-webfont.woff") format("woff"), url("mll35-webfont.ttf") format("truetype"), url("mll35-webfont.svg#webfontHtmoLiXC") format("svg");
  font-weight: normal;
  font-style: normal;
}

.bg-home {
  background: #fff url(/images/bg-2011-home2.jpg) center top no-repeat;
}
.bg-daytrip {
  background: #fff url(/images/bg-2011-daytrip.jpg) center top no-repeat;
}
.bg-packages {
  background: #fff url(/images/bg-2011-deals.jpg) center top no-repeat;
}
.bg-chalet {
  background: #fff url(/images/bg-2011-chalet.jpg) center top no-repeat;
}
.bg-summer {
  background: #fff url(/images/bg-2011-summer.jpg) center top no-repeat;
}
.bg-prices {
  background: #fff url(/images/bg-2011-mountain.jpg) center top no-repeat;
}
.bg-reportsandcams {
  background: #fff url(/images/bg-2011-reportsandcams.jpg) center top no-repeat;
}

#logo-home, #logo-summer, #logo-reportsandcams {
  background-image: url(/images/logo-2011.png);
  background-position: left top;
  background-repeat: no-repeat;
  width: 361px;
  float: left;
  margin: -30px 0 0 -30px;
}
#logo-daytrip, #logo-chalet, #logo-packages, #logo-prices {
  background-image: url(/images/logo-2011-wo.png);
  background-position: left top;
  background-repeat: no-repeat;
  width: 361px;
  float: left;
  margin: -30px 0 0 -30px;
}

#header-info p {
  color: #004369;
  margin: 10px 0 7px 0;
}
#header-info em {
  font-family: "MellnikExtraLightRegular", Verdana, sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  padding-right: 7px;
  letter-spacing: 0.05em;
}
#header-info span {
  text-align: right;
}
#header-info a:link, #header-info a:visited {
  text-decoration: none;
  color: #004369;
  padding: 3px;
}
#header-info a:hover {
  color: #fff;
  padding: 3px;
  text-decoration: none !important;
}

#searchbox {
  width: 268px;
  padding: 5px;
  margin-left: 5px;
  background-image: url(/images/bg-white75.png);
}
#searchbox td {
  padding: 0 2px;
}
#searchbox a:link, #searchbox a:visited {
  text-decoration: none;
  font-weight: normal;
  color: #666;
}
#searchbox .input {
  width: 120px;
  font-size: 10px;
}
#searchbox .submit {
  margin: 0;
  padding: 0 6px;
  border: none;
  background: transparent;
  font-size: 12px;
  color: #666;
}

/* site navigation */

#nav-box {
  background-image: url(/images/bg-white75.png);
  width: 585px;
  float: right;
  padding: 10px;
  margin: 0;
  -webkit-border-radius: .4em;
  -moz-border-radius: .4em;
  border-radius: .4em;
}
#header-weather {
  display: block;
  float: left;
  margin: 2px 0 7px 0;
  width: 450px;
  height: 24px;
  text-align: left;
}
#header-weather a {
  text-decoration: none;
  color: #555;
}

#nav {
  clear: both;
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "MellnikExtraLightRegular", Verdana, sans-serif;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.05em;
}
#nav td {
  text-align: center;
}
#nav a:link, #nav a:visited {
  display: block;
  text-decoration: none !important;
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  border-radius: .3em;
  -webkit-box-shadow: 0 0 2px #555;
  -moz-box-shadow: 0 0 2px #555;
  box-shadow: 0 0 2px #555;
  padding: .5em .7em;
  color: #fff;
  font-weight: normal;
}
#nav .nav-mountain a {
  background-color: #1786D1;
}
#nav .nav-daytripper a {
  background-color: #124680;
}
#nav .nav-accom a {
  background-color: #9e0000;
}
#nav .nav-packages a {
  background-color: #f6a92f;
}
#nav .nav-reports a {
  background-color: #fff;
  color: #124680;
}
#nav a:hover {
  background-color: #555;
  color: #fff;
  text-decoration: none !important;
  padding: .5em .7em;
}

#intro {
  padding-left: 16px;
  line-height: 1.3;
  font-size: 14px;
  color: #555;
}
#intro p { margin-top: 0; }

h1, h2, h3 {
  font-family: Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  font-weight: bold;
  text-shadow: 0 1px 0 #fff;
  color: #666;
}
h1 {
  margin: 0;
  font-size: 29px;
  line-height: 29px;
}
h2 {
  margin: 45px 0 0;
  font-size: 29px;
  line-height: 29px;
}
h3 {
  margin: 1.5em 0 0 0;
  font-size: 21px;
  color: #00466C;
}
h4 {
  font-family: "MellnikExtraLightRegular", Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  font-weight: normal;
  font-size: 18px;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
h5 {
  margin: 1em 0 0 0;
  color: #00466C;
  font-size: 16px;
}

#footer {
  color: #666; 
  padding: 0;
}
#footer p {
  margin: 8px 0 8px 1.5em;
  font-size: 13px;
}
#footer a:link, #footer a:visited, #footer span {
  padding: 0 4px;
  text-decoration: none;
  font-weight: normal;
  color: #666;
}
#footer a:hover {
  color: #000;
}

a:link, a:visited {
  color: #0bf;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
  color: #f90;
}

.tablecontent thead th {
  padding: .3em 1em;
  background-color: #00ADEF;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.tablecontent tr.even {
  background-color: #1b416f;
  color: #fff;
}
.tablecontent td.cellhilite {
  background-color: #ddff88;
}
.tablecontent td {
  border-right: 2px solid #1b416f;
  padding: .3em 1em;
  text-align: center;
}
.tablecontent table {
  border: 0;
  margin: 1em;
  border-collapse: collapse;
}

.divider {
  clear: both;
  margin: 20px 0;
  height: 1px;
  background-position: top left;
  background-repeat: repeat-x;
  border-bottom: 1px dotted #AAA;
}
.clear {
  clear: both;
}

#content {  
  line-height: 1.4em;
  margin: -40px 0 40px 0;
  clear: both;
  background-color: #f2f2f2;
  padding: 17px 2.5em 2.5em;
  -webkit-border-radius: .4em;
  -moz-border-radius: .4em;
  border-radius: .4em;
  -webkit-box-shadow: 0 0 3px #555;
  -moz-box-shadow: 0 0 3px #555;
  box-shadow: 0 0 3px #555;
}
.block {  
  line-height: 1.4em;
  margin: 5px 0;
  clear: both;
  background-color: #fff;
  padding: 1em;
  -webkit-border-radius: .3em;
  -moz-border-radius: .3em;
  border-radius: .3em;
  -webkit-box-shadow: 0 0 2px #555;
  -moz-box-shadow: 0 0 2px #555;
  box-shadow: 0 0 2px #555;
}
#whatsnew.block a:link, #whatsnew.block a:visited {
  color: #fff;
  font-weight: bold;
}
#lodges .block {
  float: left;
  clear: none;
  margin: 0 15px 15px 0;
  width: 245px;
  min-height: 460px;
}
#lodges h3 {
  margin-top: 0;
}
#trails .block {
  float: left;
  clear: none;
  margin: 0 15px 15px 0;
  width: 396px;
  min-height: 80px;
}
#trails h3 {
  margin-top: 0;
}
#trails .difficulty {
  text-align: center;
}
#trails .easy {
  font-size: 30px;
  color: #0C3;
  line-height: 16px;
}
#trails .intermediate {
  font-size: 25px;
  color: #05D;
  line-height: 16px;
}
#trails .blackdiamond {
  font-size: 28px;
  color: #000;
  line-height: 16px;
}

#content .block .nest {
  margin: 0.5em 0;
}

#content li, #col2 li {
  margin-bottom: 4px;
}
#content em {
  background-color: #fc3;
  font-style: inherit;
}
#content a:link, #content a:visited {
  color: #0095BB;
  font-weight: bold;
  text-decoration: underline;
} 
#content a:hover {
  color: #67f6ff;
  text-decoration: none !important;
}

#col2 {
  padding: 0.5em 16px 1em 1em;
}

#content-rows h3 {
  margin-top: 0;
}
.imgborder img {
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 3px #555;
  -moz-box-shadow: 0 0 3px #555;
  box-shadow: 0 0 3px #555;
}

.feature {
  padding: 0.5em 0;
  color: #666;
}
.feature h3 {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0.5em 0 0;
  text-transform: none;
}
.feature a:link, .feature a:visited {
  color: #666 !important;
  font-weight: normal;
  text-decoration: none !important;
}
.feature a:hover {
  font-weight: normal;
  text-decoration: underline !important;
  color: #79a !important;
}
.feature .divider {
  clear: both;
  margin: 5px 0;
  height: 2px;
  background: none;
}


.homebox .feature {
  margin: 0;
  padding: 0;
  width: auto;
  border: none;
}

.homebox {
  border: 1px solid #ccc;
}
.homebox th {
  padding: 3px 6px;
  background-color: #0061b8;
  font-weight: normal;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0.02em;
}
.homebox .divider {
  margin: 10px 0;
}

#home_weather p {
  margin: 0;
  white-space: nowrap;
  font-weight: bold;
  font-size: 12px;
  color: #aaa;
}
#home_weather big {
  padding-right: 10px;
  font-size: 18px;
  color: #777;
}

#home-weather-links {
  padding: 9px 9px 6px 5px;
  text-align: right;
}
#home-weather-links p {
  font-size: 11px;
  margin: 0 0 3px;
  line-height: 11px;
}
#home-weather-links a:link, #home-weather-links a:visited {
  color: #000;
  font-weight: normal;
}

/* homepage cams */

#cam-container {
  margin: 0;
  overflow: hidden;
}
#cam-container img {
}
#cam-container ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #FFF;
}
#cam-container li {
  display: block;
  margin: 0 4px 0 0;
  float: left;
}
#cam-container li a:link, #cam-container li a:visited {
  padding: 5px 5px;
  border-bottom: 0;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
}
#cam-container li a.active {
  padding: 5px 5px;
  background-color: #1786D1;
  color: #fff;
}
#cam-container .roving {
  max-height:307px;
}
#cam-container .cam-image {
  width: 410px; 
  text-align: center;
  background-color: #808080;
}
#cam-container .tab {
}

/* end cam container */

#audio-report {
  margin: 10px 0;
}


#section-nav {
  display: block;
  position: relative;
  margin: 0 0 34px 0;
  padding-bottom: 10px;
  vertical-align: bottom;
}
#section-nav ul {
  height: 2em;
  list-style: none;
  margin: 0;
  padding: 0;
}
#section-nav li {
  display: block;
  float: left;
  margin: 0 10px 0 0; 
  background: #ccc url(/images/sectionnav-shadow.png) bottom left repeat-x;
  float: left;
  -webkit-border-top-right-radius: .3em;
  -webkit-border-top-left-radius: .3em;
  -moz-border-radius-topright: .3em;
  -moz-border-radius-topleft: .3em;
  border-top-right-radius: .3em;
  border-top-left-radius: .3em;
  -webkit-box-shadow: 0 0 3px #555;
  -moz-box-shadow: 0 0 3px #555;
  box-shadow: 0 0 3px #555;
}

#section-nav li a:link, #section-nav li a:visited {
  padding: 0px 5px 7px;
  font-size: 17px;
  line-height: 2em;
  font-family: Helvetica, Arial, sans-serif;
  font-weight: bold;
  text-decoration: none;
  color: #666;
  text-shadow: 0 1px 0 #fff;
  border-bottom: 5px solid #f2f2f2;
}
#section-nav li.selected {
  background-color: #f2f2f2;
  background-image: none;
  font-size: 17px;
  line-height: 2em;
  text-decoration: none;
  color: #666;
}
#section-nav li.selected a {
  border-bottom: 15px solid #f2f2f2;
}
#section-nav li a:hover {
  background: none;
  font-size: 17px;
  line-height: 2em;
  text-decoration: none;
  color: #000;
}

#htdig em {
  background: transparent;
  font-style: normal;
}

.box {       
  margin: 0 0 0.5em 0;
  border: 1px solid #0061b8;
  padding: 0;  
  background-color: #fff;
}
.box h4 {   
  padding: 4px;
  border-bottom: 1px solid #fff;
  background-color: #0061b8;
  text-transform: uppercase;
  font-weight: normal;
  color: #fff;
}
.box ol {
  margin-left: 0;
  padding-left: 50px;
}

legend, label { font-weight: bold; }

.addthis_toolbox {
  margin-top: 40px;
}

#daytrippanel {
  display: block;
  clear: both;
  width: 293px;
  height: 196px;
}
a.daytrip1:link, a.daytrip1:visited, a.daytrip2:link, a.daytrip2:visited, a.daytrip3:link, a.daytrip3:visited {
  display: block;
  width: 293px;
  height: 196px;
  background-color: #f2f2f2;
}
a.daytrip1:link, a.daytrip1:visited {
  background: #f2f2f2 url(/images/daytrip-1.gif) 19px top no-repeat;
}
a.daytrip2:link, a.daytrip3:visited {
  background: #f2f2f2 url(/images/daytrip-2.gif) 19px top no-repeat;
}
a.daytrip3:link, a.daytrip3:visited {
  background: #f2f2f2 url(/images/daytrip-3.gif) 19px top no-repeat;
}
a.daytrip1:hover {
  background: #f2f2f2 url(/images/daytrip-1.gif) -289px top no-repeat;
}
a.daytrip2:hover {
  background: #f2f2f2 url(/images/daytrip-2.gif) -289px top no-repeat;
}
a.daytrip3:hover {
  background: #f2f2f2 url(/images/daytrip-3.gif) -289px top no-repeat;
}

