 body html {
  margin: 0;
  padding: 0;
  }

ul {
  text-decoration: none;
  list-style-type: none;
  }

#container {
  width: 802px;
  margin: 5px auto;
  }

#title {
  border: dashed 1px #000;
  }


/***** NAV *****/
/***************/

#nav {
  margin: 0;
  padding-left: 0;
  list-style: none;
  float: left;
  border-top: dashed 1px #000;
  background-color: #d1d1d1;
  width: 100%;
  }

#nav li {
  float: left; 
  }

#nav li:hover {
  background-color: #ececec;
  }

#nav li a {
  width: 159px;
  font: 16px "Arial Black", sans-serif;
  display: block;
  border-left: dashed 1px #000;
  color: #000;
  text-align: center;
  text-decoration: none;
  padding: 1px 0;
  }

#nav li a:hover {
  color: #ff0000;
  }

#nav li.contact a {
  border-right: dashed 1px #000;
  width: 160px;
  }

#nav li a.here {
  color: #f00;
  }

/***** CALENDAR *****/
/********************/

#calendar td {
  font: 11px arial;
  text-align: center;
  padding: 3px;
  }

#calendar td .month {
  font: 12px "Century Gothic", sans-serif;
  letter-spacing: .1em;
  }

#calendar td .date {
  text-decoration: none;
  color: #f00;  
  line-height: 10px;
  }

#calendar td .date:hover {
  border-bottom: solid 1px #f00;
  }

#feb, #march, #april, #may {
  width: 174px;
  float: left;
  text-align: center;
  padding-bottom: 5px;
  background-color: #d1d1d1;
  border-left: dashed 1px #000;
  border-bottom: dashed 1px #000;
  border-top: dashed 1px #000;
  padding-left: 25px;
  }

#may {
  border-right: dashed 1px #000;
  width: 175px;
  }

#feb:hover, #march:hover, #april:hover, #may:hover {
  background: #ececec url(images/fern-icon.gif) no-repeat center center;
  }

/***** BLOG *****/
/****************/

#main {
  clear: both;
  padding-left: 150px;
  padding-top: 20px;
  background-color: #ececec;
  text-align: center;
  }

.blog {
  width: 600px;
  }

.text {
  text-align: justify;
  line-height: 1.2em;
  }

.blog span {
  color: #000;
  font: bold 22px "Century Gothic", sans-serif;
  padding: 0 10px;
  }

h3 {
  color: #fff;
  font: 18px "Century Gothic", sans-serif;
  background-color: #000;
  padding: 3px;
  margin-right: 0;
  margin-top: 5px; 
  }
 
p a {
  text-decoration: none;
  font-weight: bold;
  color: #f00;
  }

p a:hover {
  background-color: #d1d1d1;
  }

#footer {
  padding-bottom: 10px;
  border: 0;
  }

.photobox {
  width: 100%;
  border-bottom: dashed 1px;
  margin-bottom: 9px;
  text-align: center;
  }

.caption {
  width: 100%;
  font: 12px Georgia, sans-serif;
  padding-bottom: 2px;
  padding-top: 3px;
  text-align: left;
  }

.caption a {
  text-decoration: none;
  font-weight: bold;
  color: #f00;
  }

.caption a:hover {
  background-color: #d1d1d1;
  }

/***** PACKLIST *****/
/********************/

#nwt {
  float: left;
  width: 298px;
  border: dashed 1px;
  }

#crusoe {
  width: 298px;
  border: dashed 1px;
  border-left: none;
  }

#casual-list, #bike-list, #bikeequip-list, #campequip-list, #personal-list, #hygiene-list, #casual-list2, #bike-list2, #bikeequip-list2, #campequip-list2, #personal-list2, #hygiene-list2 {
  float: left;
  width: 96px;
  margin: 0;
  padding: 2px;
  }


#list li {
  font: 10px arial;
  border: none;
  padding-top: 3px;
  padding-bottom: 3px;
  }

#list h2 {
  font: small-caps 14px arial;
  margin: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  border: dashed 1px;
  }

#list h3 {
  font: 14px arial;
  margin-top: 0;
  margin-bottom: 0;
  }

#list li a {
  font: bold 10px arial;
  color: #f00;
  }

#list li a:hover {
  background-color: #d1d1d1;
  }

#list h1 {
  font: bold 30px arial;
  }

#carrie h1 {
  clear: left;
  font: bold 30px arial;
  padding-top: 15px;
  }

#details {
  text-align: justify;
  }

#details h5 {
  font: bold 20px arial;
  margin: 0;
  }

#details img {
  float: right;
  width: 300px;
  border: dashed 1px;
  margin-left: 10px;
  }

/***** CONTACT *****/
/*******************/

.card {
  padding-top: 20px;
  padding-bottom: 50px;
  }


/***** MAP *****/
/***************/

#maps {
  float: left;
  }

#maps li {
  color: #000;
  border: none;
  display: inline;
  }

#maps li a {
  font: 12px arial;
  color: #000;
  display: inline;
  padding: 5px;
  margin: 0;
  text-decoration: none;
  }

#maps li a:hover {
  color: #f00;
  }

img.map {
  padding-bottom: 30px;
  }

/***** REVIEWS *****/
/*******************/

.intro {
  text-align: justify;
  line-height: 1.2em;
  }

th {
  font: bold 14px arial;
  background-color: #000;
  color: #fff;
  padding: 3px;
  text-align: left;
  }

.blog ul {
  padding-left: 13px;
  margin-left: 0;
  }

.blog td {
  text-align: left;
  font: 10px arial;
  line-height: 1.3em;
  padding: 5px;
  }

.blog td li {
  list-style-type: circle;
  text-align: left;
  }

.odd {
  background-color: #d1d1d1;
  }

.blog td a {
  font-weight: bold;
  color: #f00;
  text-decoration: none;
  }

.blog td a:hover {
  border-bottom: dashed 1px;
  }