/* SKINET HOME PAGE */
/* general styles */
*, html {
  margin: 0;
  padding: 0;
}

body {
  background: #fff url(images/bg-body.jpg) center top no-repeat;
  color: #000;
  font-family: "Trebuchet MS", Helvetica, Jamrul, sans-serif;
}

a {
  color: #3d5684;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

img {
  border: none;
  outline: none;
}


  
/* layout */
#content {
	margin: 0 auto;
	position: relative;
	width: 1130px;
	*width: 1130px;
}
#header {
  height: 108px; /* content hidden because of graphic nature of headline */
  }
#page-content {
	overflow: hidden;
  position: relative;
	width: 1130px;
	*width: 1130px;
  }
  #page-content .ad {
    float: left;
    margin-top: 190px;
    width: 160px;
    }
    #page-content .ad.ad-left {
      margin-right: 50px;
      }
    #page-content .ad.ad-right {
      margin-left: 50px;
      }
  #page-content #main-content {
    float: left;
    position: relative;
    width: 710px;
    }
    #main-content #top-row,
    #main-content #bottom-row {
      clear: both;
      overflow: hidden;
      position: relative;
      }
      #main-content #bottom-row {
        margin-top: 28px;
        }
    #main-content .site-block {
      float: left;
      height: 485px;
      padding: 0 10px;
      width: 335px;
      }
  #ad-247ad-bottom {
    margin-top: 25px;
    text-align: center;
    }
  #footer {
    margin: 15px auto 30px;
    width: 1005px;
    }
/* content */
/* header */
h1 {
  display: none;
  /* font-size: 30px;
  font-weight: normal;
  line-height: 145px;
  margin: 0;
  text-align: center; */
}
/* site-block */
#main-content .site-block {
  }
.site-block .site-logo a.image {
  display: block;
  height: 74px;
  overflow: hidden;
  text-indent: -9999px;
  width: 335px;
  }
  .site-block #skiing-logo.site-logo a.image {
    background: transparent url(images/logo-skiing-trans.png) center center no-repeat;
    }
  .site-block #ski-logo.site-logo a.image {
    background: transparent url(images/logo-ski-trans.png) center center no-repeat;
    }
  .site-block #snow-reports-logo.site-logo a.image {
    background: transparent url(images/logo-snow-reports-trans.png) center center no-repeat;
    }
  .site-block #snow-logo.site-logo a.image {
    background: transparent url(images/logo-snow-mag.png) center center no-repeat;
    }
  .site-block #wm-logo.site-logo a.image {
    background: transparent url(images/logo-warren-miller-trans.png) center center no-repeat;
    }
  .site-block #nastar-logo.site-logo a.image {
    background: transparent url(images/logo-nastar-trans.png) center center no-repeat;
    }
.site-block .site-content {
  background: transparent url(images/site-block-bg-snow.png) 0 -5px no-repeat; 
  height: 374px;
  padding: 35px 27px 0;
  position: relative;
  width: 284px;
  }
  .site-content .site-dek {
    font-size: 16px;
    line-height: 24px;
    }
  .site-content .site-whats-new {
    }
    .site-content .site-whats-new p#whats-new-title, /* should be changed to class */
    .site-content .site-whats-new p.whats-new-title {
      font-size: 16px;
      font-weight: bold;
      line-height: 24px;
      margin-top: 5px;
      }
    .site-content .site-whats-new ul.whats-new-content {
      list-style: none inside none;
      margin: 5px 0 0;
      padding: 0;
      }
      .site-content .site-whats-new ul.whats-new-content li {
        background: transparent url(images/bullet-black.gif) 0 11px no-repeat;
        border-bottom: 1px dotted #b9b9b9;
        clear: both;
        font-size: 14px;
        line-height: 21px;
        list-style: none inside none;
        overflow: hidden;
        padding: 4px 0 4px 12px;
        }
        .site-content .site-whats-new ul.whats-new-content li:last-child,
        .site-content .site-whats-new ul.whats-new-content li.last {
          border-bottom: 0;
          }
    .site-content .site-whats-new ul.whats-new-content ul { /* snow reports */
      }
      .site-content .site-whats-new ul.whats-new-content li ul li {
        background: transparent none 0 0 no-repeat;
        border-bottom: 0;
        border-right: 1px solid #000;
        clear: none;
        font-style: italic;
        float: left;
        padding: 0 5px 0 0;
        margin-right: 5px;
        }
        .site-content .site-whats-new ul.whats-new-content li ul li b {
          font-style: normal;
          font-weight: bold;
          }
        .site-content .site-whats-new ul.whats-new-content li ul li:last-child,
        .site-content .site-whats-new ul.whats-new-content li ul li.last {
          border-right: 0;
          }
      
  .site-block .site-content-bottom {
    position: absolute;
    bottom: 20px;
    }
    .site-content-bottom a.link {
      background: transparent url(images/site-link-bottom.png) 0 0 no-repeat;
      display: block;
      height: 20px;
      text-indent: -9999px;
      width: 284px;
      }
      #skiing-bottom a.link {
        background-position: 0 0;
        }
      #ski-bottom a.link {
        background-position: 0 -20px;
        }
      #snow-reports-bottom a.link {
        background-position: 0 -40px;
        }
      #snow-bottom a.link {
        background-position: 0 -60px;
        }
      #wm-bottom a.link {
        background-position: 0 -80px;
        }
      #nastar-bottom a.link {
        background-position: 0 -100px;
        }
	

/* skiier */
#skiier {
  background: transparent url(images/skiier.png) 0 0 no-repeat;
  height: 51px;
  left: 841px;
  position: absolute;
  top: 526px;
  width: 82px;
  }
/* footer */
#footer {
  font-size: 12px;
  line-height: 1;
  text-align: center;
  }
  #legal-links {
    margin-bottom: 10px;
    }
    #legal-links ul {
      list-style: none outside none;
      margin: 0;
      padding: 0;
      }
      #legal-links ul li {
        display: inline;
        list-style: none outside none;
        padding: 0 10px;
        }
  p.copyright {
    margin: 0 0 15px 0;
    }      
  #footer a img {
    vertical-align: top;
  }
  #footer select {
    margin: 0 0 0 25px;
  }


