<!DOCTYPE html>
<html dir="ltr" lang="en">
<head>
<title>Arthur's Pass - Mountaineering</title>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<meta content="Mountaineering and climbing conditions in Arthur's Pass National Park, New Zealand" name="description"/>
<meta content="Arthur's Pass, Arthurs Pass, New Zealand, mountaineering, webcam, climbing, rockclimbing, mountain conditions, weather, fire, avalanche, gallery, snow, earthquake, forecast, sar, ice, guide, mountain guide, snow conditions, search and rescue" name="keywords"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<style>
  *, *::before, *::after {
    box-sizing: border-box;
  }

  body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #000000;
    background-color: #e8e0cc;
  }

  a {
    color: #CE5A13;
    text-decoration: none;
  }

  a:visited {
    color: #CE5A13;
  }

  a:hover {
    text-decoration: underline;
    color: #a04010;
  }

  /* ============ HEADER ============ */
  #site-header {
    background: linear-gradient(135deg, #2a1a08 0%, #5a3010 40%, #3a2008 100%);
    border-bottom: 4px solid #CE5A13;
    padding: 0;
  }

  #header-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 20px;
    flex-wrap: wrap;
    gap: 10px;
  }

  #site-title-block {
    display: flex;
    flex-direction: column;
  }

  #site-title {
    font-size: 26px;
    font-weight: bold;
    color: #fef9e5;
    letter-spacing: 1px;
    text-shadow: 1px 2px 4px rgba(0,0,0,0.7);
    line-height: 1.1;
  }

  #site-subtitle {
    font-size: 12px;
    color: #e0c898;
    font-style: italic;
    margin-top: 3px;
  }

  /* Title graphic fallback using recovered image */
  #hero-banner {
    width: 100%;
    height: 160px;
    background-image: url('/assets/image2.jpg');
    background-size: cover;
    background-position: center 30%;
    position: relative;
    overflow: hidden;
  }

  #hero-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom, rgba(30,15,5,0.45) 0%, rgba(0,0,0,0.15) 60%, rgba(206,90,19,0.3) 100%);
  }

  #hero-text {
    position: absolute;
    bottom: 14px;
    left: 24px;
    z-index: 2;
    color: #fef9e5;
    text-shadow: 0 2px 6px rgba(0,0,0,0.9);
  }

  #hero-text h1 {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
  }

  #hero-text p {
    margin: 2px 0 0;
    font-size: 12px;
    color: #f0ddb0;
  }

  /* ============ NAV ============ */
  #main-nav {
    background-color: #CE5A13;
    border-bottom: 2px solid #8B3A08;
  }

  #main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 0 auto;
  }

  #main-nav ul li a {
    display: block;
    color: #fef9e5;
    font-size: 13px;
    font-weight: bold;
    padding: 8px 14px;
    text-decoration: none;
    border-right: 1px solid rgba(255,255,255,0.2);
    transition: background 0.2s;
  }

  #main-nav ul li a:hover,
  #main-nav ul li a.active {
    background-color: rgba(0,0,0,0.25);
    color: #ffffff;
  }

  /* ============ LAYOUT ============ */
  #page-wrapper {
    max-width: 900px;
    margin: 0 auto;
    background-color: #FFF9EB;
    padding: 0;
  }

  #content-area {
    padding: 18px 20px;
  }

  #logbook-bar {
    background-color: #CE5A13;
    color: #fef9e5;
    padding: 6px 14px;
    font-weight: bold;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 6px;
    border-bottom: 2px solid #8B3A08;
  }

  #logbook-bar a {
    color: #fef9e5;
    text-decoration: underline;
  }

  #home-label {
    color: #E9671A;
    font-weight: bold;
    font-size: 15px;
    text-decoration: underline;
    padding: 8px 0 2px;
    display: block;
  }

  /* ============ TWO-COLUMN ============ */
  #two-col {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    margin-top: 10px;
  }

  /* ============ SIDEBAR ============ */
  #sidebar {
    width: 230px;
    flex-shrink: 0;
  }

  .panel {
    border: 1px solid #aaa;
    border-radius: 6px;
    margin-bottom: 14px;
    background: #ffffff;
    overflow: hidden;
  }

  .panel-header {
    background: linear-gradient(to bottom, #f0d88a, #d4aa50);
    border-bottom: 1px solid #aaa;
    padding: 5px 8px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: #000;
  }

  .panel-body {
    padding: 8px;
  }

  /* Weather Warning */
  .warning-panel {
    border: 2px solid #cc0000;
    border-radius: 6px;
    margin-bottom: 14px;
    overflow: hidden;
  }

  .warning-panel .panel-header {
    background: #cc0000;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: 1px;
  }

  .warning-alert {
    background: #FF8040;
    padding: 8px;
    color: yellow;
    font-weight: bold;
    font-size: 13px;
  }

  .warning-note {
    background: #FF8040;
    padding: 4px 8px;
    font-size: 11px;
  }

  .warning-link {
    padding: 4px 8px;
    font-size: 11px;
  }

  /* Webcam panel */
  .webcam-img-container {
    text-align: center;
    padding: 6px 0;
  }

  .webcam-img-container img {
    max-width: 210px;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    display: block;
    margin: 6px auto;
  }

  .webcam-label {
    font-weight: bold;
    font-size: 12px;
    margin: 4px 0 2px;
    display: block;
    text-align: center;
  }

  .webcam-link-block {
    text-align: center;
    font-size: 12px;
    padding: 4px 0;
  }

  /* Weather Outlook */
  .forecast-scroll {
    width: 100%;
    background: #ffffff;
    overflow-x: auto;
    border: 1px solid #000;
    cursor: pointer;
  }

  .forecast-table {
    border-collapse: collapse;
    white-space: nowrap;
  }

  .forecast-table td {
    padding: 5px 8px;
    text-align: center;
    font-size: 12px;
    border-right: 1px solid #eee;
    vertical-align: top;
  }

  .forecast-table td.today-cell {
    background-color: #FCB136;
    font-weight: bold;
  }

  .forecast-table td img {
    display: block;
    margin: 4px auto;
  }

  .forecast-note {
    font-size: 11px;
    color: red;
    padding: 2px 4px;
  }

  .forecast-links {
    font-size: 12px;
    padding: 6px 2px;
    line-height: 1.8;
  }

  .forecast-links b {
    display: block;
  }

  .sun-moon-row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    font-size: 12px;
    padding: 4px 0;
  }

  .sun-moon-row img {
    width: 83px;
    height: 89px;
    flex-shrink: 0;
  }

  .sun-moon-times {
    line-height: 1.7;
  }

  /* ============ MAIN CONTENT ============ */
  #main-col {
    flex: 1;
    min-width: 0;
  }

  .section-header {
    background: linear-gradient(to bottom, #f0d88a, #d4aa50);
    border: 1px solid #aaa;
    border-radius: 4px 4px 0 0;
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    color: #000;
    margin-top: 10px;
  }

  .section-body {
    border: 1px solid #aaa;
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 10px;
    background: #ffffff;
    margin-bottom: 10px;
  }

  /* Conditions box */
  .conditions-date {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 6px;
  }

  .conditions-summary {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #333;
  }

  .climbing-box {
    background-color: yellow;
    border: 1px solid #ccc;
    padding: 10px;
    font-size: 13px;
    color: blue;
    line-height: 1.6;
    border-radius: 4px;
    margin-bottom: 12px;
  }

  /* Ascents logbook scroller */
  .ascents-scroller {
    border: 1px solid #ccc;
    background: #fafafa;
    border-radius: 4px;
    padding: 6px;
    margin-bottom: 10px;
    font-size: 12px;
    max-height: 120px;
    overflow-y: auto;
  }

  .ascent-item {
    padding: 3px 6px;
    border-bottom: 1px solid #eee;
    color: #333;
  }

  .ascent-item:last-child {
    border-bottom: none;
  }

  .ascent-date {
    font-weight: bold;
    color: #CE5A13;
    margin-right: 6px;
  }

  .view-all-link {
    text-align: center;
    font-size: 12px;
    margin: 6px 0 10px;
  }

  /* Avalanche */
  .avalan-list {
    font-size: 13px;
    line-height: 1.7;
    padding-left: 20px;
    margin: 8px 0;
  }

  .avalan-more {
    font-weight: bold;
    font-size: 13px;
    margin: 6px 0;
  }

  /* Park shot / Getting High images */
  .photo-section {
    text-align: center;
    padding: 8px 0;
  }

  .photo-section .photo-img {
    max-width: 100%;
    width: 480px;
    border-radius: 6px;
    box-shadow: 0 3px 12px rgba(0,0,0,0.35);
    display: block;
    margin: 10px auto;
  }

  .photo-caption {
    font-weight: bold;
    font-size: 13px;
    margin: 6px 0 2px;
  }

  .photo-credit {
    font-size: 12px;
    color: #444;
  }

  .photo-hint {
    font-size: 12px;
    color: blue;
    margin: 4px 0;
  }

  .photo-submit {
    font-size: 12px;
    color: #333;
    margin: 8px 0 4px;
    line-height: 1.6;
  }

  /* Park News */
  .news-list {
    font-size: 13px;
    line-height: 1.7;
    padding-left: 20px;
    margin: 8px 0;
    color: #333;
  }

  /* ============ WEATHER STATION ============ */
  #weather-station {
    border: 1px solid #aaa;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 14px;
    background: #fff;
  }

  .wx-header {
    background: linear-gradient(to bottom, #f0d88a, #d4aa50);
    border-bottom: 1px solid #aaa;
    padding: 5px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
  }

  .wx-grid {
    display: flex;
    gap: 0;
  }

  .wx-col {
    flex: 1;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 1.8;
    border-right: 1px solid #eee;
    min-width: 0;
  }

  .wx-col:last-child {
    border-right: none;
  }

  .wx-col b u {
    font-size: 13px;
    color: #333;
  }

  .rivers-high {
    color: red;
    font-weight: bold;
    font-size: 16px;
    margin-top: 8px;
  }

  /* Fire board fallback */
  .fireboard-fallback {
    background: linear-gradient(135deg, #8B3A08, #CE5A13);
    border: 2px solid #8B3A08;
    border-radius: 4px;
    padding: 10px;
    text-align: center;
    color: #fef9e5;
    font-size: 12px;
    font-weight: bold;
    margin-top: 8px;
  }

  .fireboard-fallback .fire-icon {
    font-size: 28px;
    display: block;
    margin-bottom: 4px;
  }

  .fireboard-img {
    max-width: 100%;
    display: block;
    margin: 6px auto;
  }

  /* Actual fireboard recovered image */
  .fireboard-actual {
    max-width: 200px;
    width: 100%;
    display: block;
    margin: 6px auto;
    border: 1px solid #aaa;
  }

  .wx-footer {
    text-align: center;
    padding: 6px;
    font-size: 12px;
    border-top: 1px solid #eee;
  }

  /* ============ GENERAL INFO ============ */
  .gen-info-list {
    font-size: 13px;
    line-height: 1.7;
    padding-left: 20px;
    margin: 8px 0;
    color: #333;
  }

  /* ============ FOOTER ============ */
  #footer-notice {
    background-color: #333;
    color: #ffffff;
    padding: 14px 20px;
    font-size: 12px;
    line-height: 1.7;
  }

  #footer-notice a {
    color: #f0d898;
  }

  #footer-notice center {
    margin-top: 8px;
  }

  #footer-main {
    background-color: #2a1a08;
    color: #EDE0B1;
    padding: 12px 20px;
    text-align: center;
    font-size: 12px;
    border-top: 3px solid #CE5A13;
  }

  #footer-main p {
    margin: 4px 0;
  }

  .xhtml-badge {
    display: inline-block;
    background: #4a90d9;
    color: #fff;
    border: 1px solid #2a60a0;
    border-radius: 3px;
    padding: 4px 10px;
    font-size: 11px;
    font-weight: bold;
    margin-top: 6px;
  }

  .msf-note {
    font-style: italic;
    color: #f0d898;
    font-size: 12px;
    margin-top: 6px;
  }

  hr.footer-rule {
    border: none;
    border-top: 2px solid #CE5A13;
    width: 75%;
    margin: 10px auto;
  }

  /* ============ RESPONSIVE ============ */
  @media (max-width: 768px) {
    #two-col {
      flex-direction: column;
    }

    #sidebar {
      width: 100%;
    }

    #hero-banner {
      height: 120px;
    }

    #hero-text h1 {
      font-size: 16px;
    }

    #main-nav ul li a {
      padding: 7px 10px;
      font-size: 12px;
    }

    .wx-grid {
      flex-direction: column;
    }

    .wx-col {
      border-right: none;
      border-bottom: 1px solid #eee;
    }
  }

  @media (min-width: 1024px) {
    #page-wrapper {
      max-width: 900px;
    }
  }
</style>
</head>
<body>

<!-- HEADER -->
<header id="site-header">
  <div id="header-inner">
    <div id="site-title-block">
      <div id="site-title">Arthur's Pass Mountaineering</div>
      <div id="site-subtitle">Mountaineering &amp; Climbing Conditions &bull; Arthur's Pass National Park, New Zealand</div>
    </div>
    <img src="/assets/wundergroundLogo_sm.jpg" alt="Weather Underground" style="height:40px;opacity:0.85;"/>
  </div>
</header>

<!-- HERO BANNER -->
<div id="hero-banner">
  <div id="hero-text">
    <h1>Arthur's Pass National Park</h1>
    <p>New Zealand's Southern Alps &bull; Mountaineering Conditions &amp; Information</p>
  </div>
</div>

<!-- NAVIGATION -->
<nav id="main-nav" aria-label="Main Navigation">
  <ul>
    <li><a href="/index.html" class="active">Home</a></li>
    <li><a href="/mg/index.html">Mountaineering</a></li>
    <li><a href="/mg/climb/index.html">Mountain Conditions</a></li>
    <li><a href="/mg/gallery/index.html">Gallery</a></li>
    <li><a href="/apis/index.html">WebScape</a></li>
    <li><a href="/apis/pics/index.html">Photos</a></li>
  </ul>
</nav>

<!-- PAGE WRAPPER -->
<div id="page-wrapper">

  <!-- Logbook Bar -->
  <div id="logbook-bar">
    <span>&#9968; Arthur's Pass Mountaineering</span>
    <span><a href="/mg/climb/index.html">&#9650; ASCENTS LOGBOOK (Click Here)</a></span>
  </div>

  <div id="content-area">
    <span class="home-label" style="display:block;color:#E9671A;font-weight:bold;text-decoration:underline;font-size:15px;padding:4px 0 8px;">Home</span>

    <!-- TWO COLUMN LAYOUT -->
    <div id="two-col">

      <!-- SIDEBAR -->
      <aside id="sidebar">

        <!-- Weather Warnings -->
        <div class="warning-panel">
          <div class="panel-header" style="background:#cc0000;color:#fff;font-size:14px;">
            &#9888; WEATHER<br/>WARNINGS
          </div>
          <div class="warning-alert">
            <svg width="22" height="22" viewBox="0 0 22 22" style="vertical-align:middle;margin-right:6px;" aria-hidden="true"><polygon points="11,2 21,20 1,20" fill="red" stroke="white" stroke-width="1.5"/><text x="11" y="17" text-anchor="middle" fill="white" font-size="12" font-weight="bold">!</text></svg>
            RIVERS ARE HIGH!
          </div>
          <div class="warning-note">
            <b>Notes:</b> A <u>River High/Flood Alert</u> is displayed if rivers have adversely reacted to heavy rainfalls in past 24 hours.
          </div>
          <div class="warning-link">
            <a href="/mg/climb/index.html">Click Here for more detail storm analysis.</a>
          </div>
        </div>

        <!-- Webcams -->
        <div class="panel">
          <div class="panel-header">Webcams</div>
          <div class="panel-body webcam-img-container">
            <span class="webcam-label">North Webcam</span>
            <img src="/assets/apcam1.jpg" alt="Arthur's Pass North Webcam"/>
            <span class="webcam-label" style="margin-top:8px;">West Webcam</span>
            <img src="/assets/image2.jpg" alt="Arthur's Pass West Webcam"/>
            <div class="webcam-link-block">
              <a href="/mg/gallery/index.html">ALL Webcams &mdash; Click Here</a><br/>
              <a href="/apis/pics/index.html">A.P. Webcam Archive &mdash; Click Here</a>
            </div>
          </div>
        </div>

        <!-- Weather Outlook -->
        <div class="panel">
          <div class="panel-header">Weather Outlook (730m)</div>
          <div class="panel-body">
            <div class="forecast-scroll">
              <table class="forecast-table">
                <tbody>
                  <tr>
                    <td class="today-cell">
                      <b>Tuesday</b><br/>18 Feb<br/><br/>9 / 18&deg;C
                    </td>
                    <td>
                      <b>Wednesday</b><br/>19 Feb<br/>
                      <img alt="Rain" height="30" src="/assets/rain.gif" title="Rain" width="30"/>
                      9 / 17&deg;C
                    </td>
                    <td>
                      <b>Thursday</b><br/>20 Feb<br/>
                      <img alt="Clear" height="30" src="/assets/clear.gif" title="Clear" width="30"/>
                      9 / 20&deg;C
                    </td>
                    <td>
                      <b>Friday</b><br/>21 Feb<br/>
                      <img alt="Mostly cloudy" height="30" src="/assets/mostlycloudy.gif" title="Mostly cloudy" width="30"/>
                      9 / 18&deg;C
                    </td>
                    <td>
                      <b>Saturday</b><br/>22 Feb<br/>
                      <img alt="Chance of rain" height="30" src="/assets/chancerain.gif" title="Chance of rain" width="30"/>
                      4 / 14&deg;C
                    </td>
                    <td>
                      <b>Sunday</b><br/>23 Feb<br/>
                      <img alt="Partly cloudy" height="30" src="/assets/partlycloudy.gif" title="Partly cloudy" width="30"/>
                      4 / 11&deg;C
                    </td>
                    <td>
                      <b>Monday</b><br/>24 Feb<br/>
                      <img alt="Mostly cloudy" height="30" src="/assets/mostlycloudy.gif" title="Mostly cloudy" width="30"/>
                      6 / 10&deg;C
                    </td>
                    <td>
                      <b>Tuesday</b><br/>25 Feb<br/>
                      <img alt="Partly cloudy" height="30" src="/assets/partlycloudy.gif" title="Partly cloudy" width="30"/>
                      4 / 13&deg;C
                    </td>
                    <td>
                      <b>Wednesday</b><br/>26 Feb<br/>
                      <img alt="Partly cloudy" height="30" src="/assets/partlycloudy.gif" title="Partly cloudy" width="30"/>
                      4 / 12&deg;C
                    </td>
                    <td>
                      <b>Thursday</b><br/>27 Feb<br/>
                      <img alt="Partly cloudy" height="30" src="/assets/partlycloudy.gif" title="Partly cloudy" width="30"/>
                      5 / 14&deg;C
                    </td>
                  </tr>
                  <tr>
                    <td colspan="10" class="forecast-note">Click for further information</td>
                  </tr>
                </tbody>
              </table>
            </div>

            <div class="forecast-links">
              <center><b><u>Forecast Links</u></b></center>
              <b><a href="#">Arthur's Pass Forecast</a></b> (5 day)<br/>
              <b><a href="#">Arthur's Pass Forecast</a></b> (10 day)<br/>
              <b><a href="#">Canterbury High Country</a></b> (5 day)<br/>
              <b><a href="#">SEVERE WEATHER ALERTS</a></b><br/>
              <b><a href="#">Severe Weather Outlook</a></b><br/>
              <b><a href="#">Weather Underground</a></b> (APNP)<br/>
              <b><a href="#">NZ METVUW SI CHARTS</a></b>
            </div>

            <div class="sun-moon-row">
              <img src="/assets/vws1157.jpg" alt="Weather station icon" width="83" height="89"/>
              <div class="sun-moon-times">
                Moonrise 21:18hrs<br/>
                Moonset 9:55hrs<br/>
                Sunrise 5:57hrs<br/>
                Sunset 19:33hrs<br/>
                (All times NZST)
              </div>
            </div>
          </div>
        </div>

      </aside>
      <!-- END SIDEBAR -->

      <!-- MAIN COLUMN -->
      <main id="main-col">

        <!-- General Conditions -->
        <div class="section-header">General Conditions &amp; Avalanche Risk</div>
        <div class="section-body">
          <p class="conditions-date">Tuesday 18/02: <small>(Updated 0800hrs)</small></p>
          <p class="conditions-summary">
            Heavy rain has fallen overnight, some further heavy showers are possible until afternoon today. NW gales over the tops will ease from afternoon.<br/><br/>
            Drizzle on western slopes clearing for tomorrow. Fine weather on Thursday though winds will strengthen over the tops. Rain developing on Friday with gales across tops. Showers on Saturday.
          </p>

          <div class="climbing-box">
            Climbing conditions are <b><u>Poor</u></b> today about the Main Divide with some heavy showers expected accompanied by strong NW winds over the tops.<br/><br/>
            Most ridge routes are now their "standard" summer choss! With the return of summer, non-permanent snow areas are now shrinking very rapidly.<br/><br/>
            Glacial routes in the Park have been reported back as accessible &mdash; however rope-up for glacial travel as things are starting to open, and "bell-shaped features" or thin bridging can be common! Remnant gully ice is undermined by water.<br/><br/>
            <b>Safe climbing!</b>
          </div>

          <!-- Ascents Logbook -->
          <div class="ascents-scroller">
            <div class="ascent-item"><span class="ascent-date">09/02</span>Mt Scott (2009m)</div>
            <div class="ascent-item"><span class="ascent-date">09/02</span>Mt Wilson (2035m)</div>
            <div class="ascent-item"><span class="ascent-date">08/02</span>Falling Mountain (1901m)</div>
            <div class="ascent-item"><span class="ascent-date">02/02</span>Mt Oates (2041m)</div>
            <div class="ascent-item"><span class="ascent-date">02/02</span>Mt Philistine (1967m)</div>
            <div class="ascent-item"><span class="ascent-date">02/02</span>Mt Rolleston (2275m) &mdash; Bealey Face</div>
            <div class="ascent-item"><span class="ascent-date">02/02</span>Mt Rolleston (2275m) &mdash; Rome Ridge</div>
            <div class="ascent-item"><span class="ascent-date">02/02</span>Mt Temple (1913m)</div>
            <div class="ascent-item"><span class="ascent-date">28/01</span>Mt Rolleston (2275m) &mdash; Crow Face</div>
            <div class="ascent-item"><span class="ascent-date">25/01</span>Mt Armstrong (2110m)</div>
            <div class="ascent-item"><span class="ascent-date">25/01</span>Mt Franklin (2145m)</div>
            <div class="ascent-item"><span class="ascent-date">25/01</span>Mt Rolleston (2275m) &mdash; Otira Face</div>
            <div class="ascent-item"><span class="ascent-date">25/01</span>Mt Rolleston (2275m) &mdash; Otira Slide</div>
            <div class="ascent-item"><span class="ascent-date">17/01</span>Mt Davie (2280m)</div>
            <div class="ascent-item"><span class="ascent-date">17/01</span>Mt Harper (2222m)</div>
            <div class="ascent-item"><span class="ascent-date">17/01</span>Mt Stewart (1934m)</div>
            <div class="ascent-item"><span class="ascent-date">11/01</span>Blimit (1921m)</div>
            <div class="ascent-item"><span class="ascent-date">11/01</span>Mt Rolleston (2275m) &mdash; High Peak Access</div>
            <div class="ascent-item"><span class="ascent-date">11/01</span>Phipps Peak (1965m) &mdash; South Face</div>
            <div class="ascent-item"><span class="ascent-date">13/12</span>Lyell Peak (1828m)</div>
            <div class="ascent-item"><span class="ascent-date">13/12</span>Mt Aicken (1858m)</div>
            <div class="ascent-item"><span class="ascent-date">13/12</span>Mt Cassidy (1850m)</div>
            <div class="ascent-item"><span class="ascent-date">13/12</span>Mt Guinevere (2042m)</div>
            <div class="ascent-item"><span class="ascent-date">13/12</span>Mt Lancelot (2112m)</div>
          </div>

          <div class="view-all-link">
            <a href="/mg/climb/index.html">Click Here to view most recent 42 condition images.</a>
          </div>

          <ul class="avalan-list">
            <li><b>Travel Advice:</b> Generally safe avalanche conditions. Watch for unstable snow on isolated terrain features.</li>
            <li><b>Avalanche Activity:</b> Small avalanches in isolated areas or extreme terrain.</li>
          </ul>
          <p class="avalan-more">
            <a href="http://www.avalanche.net.nz">More avalanche assessment detail &mdash; Click Here or visit www.avalanche.net.nz</a>
          </p>
        </div>

        <!-- Park Shot -->
        <div class="section-header">Park Shot</div>
        <div class="section-body">
          <div class="photo-section">
            <img src="/assets/image2.jpg" alt="Arthur's Pass Park Shot" class="photo-img"/>
            <p class="photo-caption">16/02: Arthur's Pass firefighters, Tom &amp; Gerald, race out hose at Bealey Spur wildfire &mdash; Bealey Spur</p>
            <p class="photo-credit">(photo provided by Hamish Reid with thanks)</p>
            <p class="photo-hint">Click Image to open larger original in a Javascript window.</p>
            <p class="photo-submit">
              If you'd like to submit a (non-commercial) <u>recent</u> scenic or interesting image for the "Park Shot" (Arthur's Pass, Craigieburn, Torlesse or Lewis Pass accepted &mdash; 800 pixels wide minimum) please <a href="/mg/index.html">email us</a>.<br/>
              <a href="/mg/index.html">Click Here for a summary of Copyright Issues.</a>
            </p>
          </div>
        </div>

        <!-- Getting High -->
        <div class="section-header">Getting High</div>
        <div class="section-body">
          <div class="photo-section">
            <img src="/assets/apcam1.jpg" alt="Campsite at Lake Mavis" class="photo-img"/>
            <p class="photo-caption">7/02: Campsite at Lake Mavis (1590m) enroute to a traverse of the Polar Range &mdash; APNP</p>
            <p class="photo-credit">(photo provided by Markus Milne with thanks)</p>
            <p class="photo-hint">Click Image to open larger original in a Javascript window.</p>
            <p class="photo-submit">
              If you'd like to submit a (non-commercial) <u>recent</u> mountaineering image for the "Getting High" photograph (images <u>must contain</u> climbers/trampers, and can be mountaineering/climbing from anywhere in the world &mdash; 800 pixels wide minimum) please <a href="/mg/index.html">email us</a>.<br/>
              <a href="/mg/index.html">Click Here for a summary of Copyright Issues.</a>
            </p>
          </div>
        </div>

        <!-- Park News -->
        <div class="section-header">Park News</div>
        <div class="section-body">
          <ul class="news-list">
            <li>Cass-Lagoon track has windfall trees between Hamilton &amp; West Harper Huts.</li>
            <li>Taramakau River route has major landslips in headwater, Locke Stream hut no longer has an emergency radio, fallen trees &amp; slips on Otira flood-track, and emergency shelter at Taramakau/Otira junction has washed away.</li>
            <li>POO POTS are great (sold at Arthur's Pass VC) but they cannot be disposed of in the Arthur's Pass sewerage systems; also DO NOT put them in our waste bins; YOU CAN put them in long drop toilets at one of the huts or campsites.</li>
            <li>The Poulter Valley track between the Mt White Road and the Browns Creek (Park Boundary) has large washouts, very difficult access by 4WD to Park boundary. Foot &amp; mountain bike OK access.</li>
            <li><b>Lower Otehake swing-bridge has been removed permanently by DOC!</b></li>
            <li>The lower Styx River route has severe damage &mdash; only accessible safely at low water (must cross).</li>
            <li><font color="red"><b>The "bad boys" are back &mdash; Both in Arthur's &amp; Lewis Pass areas. Vehicle breakins are common at car parks / Park entry points; leave no valuables in vehicle or park securely elsewhere; notify Police of any suspicious activity (take registrations)!</b></font></li>
            <li>The Otehake Valley has severe damage (very slow going).</li>
          </ul>
        </div>

        <!-- Local Weather Station -->
        <div id="weather-station">
          <div class="wx-header">Local Weather Station Data</div>
          <div class="wx-grid">
            <div class="wx-col">
              <b><u>LATEST DAILY READINGS</u></b><br/>
              Update: 18/2/14 19:00hrs NZST<br/>
              Sunrise: 5:57hrs<br/>
              Sunset: 19:33hrs<br/>
              Temperature: 15.0&deg;C<br/>
              Wind Chill: 15.0&deg;C<br/>
              Humidity: 100%<br/>
              Barometer: 1012.7mb (Rising)<br/>
              Wind Speed: 4.8km/h<br/>
              Wind Direction: W<br/>
              Wind Gust: 120.7km/h (1:30hrs)<br/>
              Cloud Base: 730m ASL<br/>
              Freezing Level: 3338m<br/>
              Daily Rainfall: 31.75mm<br/>
              Hourly Rain: 0mm/hr<br/>
              <p class="rivers-high">RIVERS ARE HIGH!</p>
            </div>
            <div class="wx-col">
              <b><u>THIS STORM CYCLE</u></b> (14hrs)<br/>
              Storm is currently in a lull period of 6hrs.<br/>
              Rainfall: 35.30mm<br/>
              High Rain Rate: 6.4mm/hr @ 3:07hrs 18/02<br/>
              Temp Low: 12.3&deg;C<br/>
              Temp High: 17.3&deg;C<br/>
              Wind Gust: 120.7kmph @ 1:30hrs 18/02<br/>
              Dom. Wind Dir: West<br/>
              Barometer Low: 1005.6mb<br/>
              <br/>
              <b><u>SNOW MODEL</u></b><br/>
              Mt Rolleston (Goldney Ridge) 1800m<br/>
              Alt. Temp: 8.6&deg;C<br/>
              Alt. Windspeed: 9.7kmph<br/>
              Alt. Wind Chill: 7.1&deg;C<br/>
              Alt. 3 Day Rainfall: 35.3mm (Today: 31.7mm)<br/>
              Last Snowfall: 22 days ago<br/>
              Snowpack Depth: 0.0cm<br/>
              7 Day Snowfall: 0.0cm<br/>
              <a href="/mg/climb/index.html">Click Here for further snowfall data.</a><br/>
              <br/>
              <!-- Fire Danger Board - using recovered asset -->
              <img src="/assets/fireboard.gif" alt="Fire Danger Board" class="fireboard-actual"/>
            </div>
          </div>
          <div class="wx-footer">
            <a href="/mg/index.html">Click Here to view full weather station details.</a>
          </div>
        </div>

        <!-- General Information -->
        <div class="section-header">General Information</div>
        <div class="section-body">
          <ul class="gen-info-list">
            <li><b>Waimak Flood Route:</b> DoC has reinstated (and rerouted) the Waimakariri flood route from Anti-Crow River to Greenlaw Creek which was severely damaged in the 1994 earthquake. It still has some issues that may cause the waimak to cut it off!</li>
            <li><b>Huts:</b> The New Hawdon Hut is located upstream of Discovery Creek confluence below Walker Pass incline. Sudden Valley, Pfeifer, Poulter and East Hawdon Bivouacs have also been replaced. Hallejulah, Thompson, Waterfall and Top Cox Bivouacs have been permanently removed. Upper Cox Hut has been removed. Mingha Biv is to remain, it will be maintained by the Coast to Coast Race.</li>
            <li><b>AP Club Huts:</b> Please note that <b>NO ONE</b> in Arthur's Pass Village has the door codes or keys to the NZAC, CMC or WCAC club huts &mdash; please get them before your arrival!</li>
          </ul>
        </div>

      </main>
      <!-- END MAIN COLUMN -->

    </div>
    <!-- END TWO-COL -->

  </div>
  <!-- END CONTENT AREA -->

  <!-- Footer Notice -->
  <div id="footer-notice">
    <p><u>Note</u>: this website makes extensive use of Javascript for SPAM protection purposes (email) and more importantly to display "popup windows" for images, notes and feedback forms. Some modern browsers (especially Mozilla Firefox) allow the user to set whether a site has permission to create these windows. If you experience trouble viewing images this is probably the reason, go into your "tools/popup manager" menu and give permission to "softrock.co.nz".</p>
    <center>
      <p class="msf-note">SoftRock supports M&eacute;decins Sans Fronti&egrave;res. Please consider doing likewise&hellip;</p>
      <span class="xhtml-badge">Valid XHTML 1.0 Transitional</span>
    </center>
  </div>

  <!-- Footer Main -->
  <footer id="footer-main">
    <p>This site is designed for 800+ pixel width screen sizes.</p>
    <hr class="footer-rule"/>
    <p>
      <a href="/index.html">Home</a> &bull;
      <a href="/mg/index.html">Mountaineering</a> &bull;
      <a href="/mg/climb/index.html">Mountain Conditions</a> &bull;
      <a href="/mg/gallery/index.html">Gallery</a> &bull;
      <a href="/apis/index.html">WebScape</a>
    </p>
    <p>&copy; SoftRock &mdash; Arthur's Pass Mountaineering &bull; New Zealand &bull; <a href="/index.html">softrock.co.nz</a></p>
    <p style="font-size:11px;color:#b09060;">All information provided for general guidance only. Always check current conditions before venturing into the alpine environment.</p>
  </footer>

</div>
<!-- END PAGE WRAPPER -->

</body>
</html>