<?php
$page_name = "Winter Hostel Pack List";
$menu_type = "outdoors";
$menu_name = "Winter Hostel Packing";
$blog_num = 72;
$page_rate = 8;
$page_tags = array();
$page_date = "February 6, 2012";
include_once("./files/head.php");

echo "<p>Since I'm just wrote the much more exaustive back country list, I thought I'd trim it down for hostelling.</p>\n";

echo "<h3>Personal Stufffff</h3>\n";
echo "<ul>\n";
  echo "<li>___30+L back pack&nbsp;&nbsp;&nbsp;<span class=\"green\"><strong>Ideally ~50L</strong></span></li>\n";
  echo "<li>___fall sleeping bag&nbsp;&nbsp;&nbsp;<span class=\"green\"><strong>Good for -10C</strong></span></li>\n";
  echo "<li>___flashlight/headlamp&nbsp;&nbsp;&nbsp;<span class=\"green\"><strong>including extra batteries</strong></span></li>\n";
  echo "<li>___toilet kit (toothbrush, toothpaste, deoderant)</li>\n";
  echo "<li>___eating kit (spoon, fork, knife, bowl, cup/mug)</li>\n";
  echo "<li>___pocket knife&nbsp;&nbsp;&nbsp;<span class=\"green\"><strong>Small folding or locking blade knife, blade about 3” long</strong></span></li>\n";
  echo "<li>___sun screen</li>\n";
  echo "<li>___lip balm with sun block</li>\n";
  echo "<li>___sun glasses or snow goggles</li>\n";
  echo "<li>___water bottle</li>\n";
echo "</ul>\n";

echo "<h3>Inner Clothesssss</h3>\n";
echo "<ul>\n";
  echo "<li>___1 pair of light socks per 2 days&nbsp;&nbsp;&nbsp;<span class=\"green\"><strong>ideally not cotton, +1 emergency pair if trip is less than 2 days</strong></span></li>\n";
  echo "<li>___1 pair of heavy socks per 4 days&nbsp;&nbsp;&nbsp;<span class=\"green\"><strong>ideally wool, +1 emergency pair if trip is less than 4 days</strong></span></li>\n";
  echo "<li>___underwear&nbsp;&nbsp;&nbsp;<span class=\"green\"><strong>you decide how much</strong></span></li>\n";
  echo "<li>___1 pair of long underwear per 4 days&nbsp;&nbsp;&nbsp;<span class=\"green\"><strong>just like pants</strong></span></li>\n";
  echo "<li>___1 pair of semi loose pants for every 4 days&nbsp;&nbsp;&nbsp;<span class=\"green\"><strong>NOT COTTON, +1 emergency pair if trip is less than 3 days</strong></span></li>\n";
  echo "<li>___1 short sleeve shirt per 4 days&nbsp;&nbsp;&nbsp;<span class=\"green\"><strong>not cotton, feel free to mix and match long and short sleeve shirts, I just like my options</strong></span></li>\n";
  echo "<li>___1 long sleeve shirt per 4 days&nbsp;&nbsp;&nbsp;<span class=\"green\"><strong>not cotton, nag nag nag.</strong></span></li>\n";
  echo "<li>___1 hoodie/fleece&nbsp;&nbsp;&nbsp;<span class=\"green\"><strong>something thicker and heavier, but not an outer layer</strong></span></li>\n";
echo "</ul>\n";

    echo "<h3>Outer Clothesssss</h3>\n";
echo "<ul>\n";
  echo "<li>___winter boots</li>\n";
  echo "<li>___snow pants</li>\n";
  echo "<li>___gators&nbsp;&nbsp;&nbsp;<span class=\"green\"><strong>optional really, but keeps your snow pants drier</strong></span></li>\n";
  echo "<li>___1 puffy and/or fall rain jacket&nbsp;&nbsp;&nbsp;<span class=\"green\"><strong>warm, wind proof and can be used as an outer layer</strong></span></li>\n";
  echo "<li>___1 winter jacket with hood&nbsp;&nbsp;&nbsp;<span class=\"green\"><strong>warm, wind proof and water resistant/proof</strong></span></li>\n";
  echo "<li>___1 pair of liner/magic gloves</li>\n";
  echo "<li>___1 pair of heavy gloves or mittens</li>\n";
  echo "<li>___1 touque</li>\n";
  echo "<li>___1 neck warmer/beleclava</li>\n";
echo "</ul>\n";

echo "<h3>Group Stufffff</h3>\n";
echo "<ul>\n";
  echo "<li>___diaper wipes&nbsp;&nbsp;&nbsp;<span class=\"green\"><strong>could be personal, but we can share right?</strong></span></li>\n";
  echo "<li>___pots?&nbsp;&nbsp;&nbsp;<span class=\"green\"><strong>depends on the hostel, check it out so you're not screwed when you show up</strong></span></li>\n";
  echo "<li>___melt bag?</li>\n";
  echo "<li>___water filter?</li>\n";
  echo "<li>___first aid kit</li>\n";
echo "</ul>\n";

echo "<h3>Notes</h3>\n";
echo "<ul>\n";
  echo "<li>Never, ever, EVER wear your day clothes to bed.</li>\n";
  echo "<li>Put on a new pair of light socks when you go to bed, then wear them all the next day and put on new ones when you go to bed again.</li>\n";
  echo "<li>Plan ahead, if you sit on the toilet seat for 5 min before going, the seat will be warm on your bare bottom</li>\n";
  echo "<li>Or, a chunck of blue mat cut into a toilet seat shape works good too.</li>\n";
  echo "<li>The sleeping quarters for all Hostels run by <strong>Hosteling International</strong> have bunks with foam mattresses.  Bankets and sheets will be supplied. Due to bug issues in the past Hosteling International no longer allows sleeping bags or pillows.  They supply the bedding for no additional charge.</li>\n";
  echo "<li>The sleeping quarters for all Hostels run by the <strong>Alpine Club of Canada</strong> have bunks with foam mattresses.  They do not supply bedding, so bring your own sleeping bags.</li>\n";  
echo "</ul>\n";

include_once("./files/close.php");

?>