HTML
{
 width:100%;
}


#searchbox { display:none; }

#searchfloatbox { display: block; 
  z-index: 80;
  padding-right: .5em;
  text-align: left;
  width:10em;
  background-color: #999966;
  COLOR: #ffffff;
  position: absolute;
  top: .4em;
  left: 1em;
  -webkit-transform: translate(-12em, 0);
  transform: translate(-12em, 0);
  -moz-transform: translate(-12em, 0);
  -o-transform: translate(-12em, 0);
  -ms-transform: translate(-12em, 0);
  transition: transform 0.3s ease;

}


.bimg { 
border: 5px solid #999966;
float:right;
 }

.limg { 
border: 0px;
float:left;
margin: .3em;
vertical-align: top;
 }

.rimg { 
border: 0px;
float:right;
margin: .3em;
vertical-align: top;
 }

.rimg300 { 
width: 300px;
border: 0px;
float:right;
margin: .3em;
vertical-align: top;
 }


table, td, p {  FONT-SIZE: 1em; }


BODY
{
 width:100%;
 FONT-FAMILY: Verdana, Arial, sans-serif;
 FONT-SIZE: 1em;
 margin-top:0em; margin-left:0em; margin-right:0em; margin-bottom:0em;
 background-color: #999966;
 COLOR: #444411;
 text-align: left;
}

TD
{
 vertical-align: top;
 text-align: left;
}


H1
{
 display: inline;
 FONT-SIZE: 1.2em;
 COLOR: #000000;
	margin-top: 0;
	margin-bottom: 0;
}
H2
{
 display: inline;
 FONT-SIZE: 1.1em;
 COLOR: #000000;
}
H3
{
 display: inline;
 FONT-SIZE: 1.0em;
 COLOR: #000000;
}
H4
{
 display: inline;
 FONT-SIZE: 1.0em;
 COLOR: #000000;
}
H5
{
 display: inline;
 FONT-SIZE: 1.0em;
 COLOR: #000000;
}


#maindoc
{
 background-color: #F8EFC9;
 width:100%;
 margin-left: auto;
 margin-right: auto;
 padding-left: 0em;
 padding-right: 0em;
}


#titleban {
  background-color: #999966;
  width:100%;
  text-align: center;
background-image: url("/i/ban.gif");
background-repeat: repeat-x;
}


#navandtext
{
  text-align: left;
  width: 100%;
}


#drawer
{
  z-index: 80;
  padding-right: .5em;
  text-align: left;
  width:8em;
  background-color: #999966;
  COLOR: #ffffff;
  position: absolute;
  top: -3em;
  -webkit-transform: translate(-12em, 0);
  transform: translate(-12em, 0);
  -moz-transform: translate(-12em, 0);
  -o-transform: translate(-12em, 0);
  -ms-transform: translate(-12em, 0);
  transition: transform 0.3s ease;
}


#main_cont
{
  text-align: left;
  width: 100%;
  background-color: #F8EFC9;
}


#topad { 
width:100%; }


#justtext
{
  text-align: left;
  width: 100%;
  background-color: #F8EFC9;
}


#botad { width:100%; }


#social { width:100%; 
}


#drawer.open
{
  -webkit-transform: translate(+.1em, +0em);
  transform: translate(+.1em, +0em);
  -moz-transform: translate(+.1em, +0em);
  -o-transform: translate(+.1em, +0em);
  -ms-transform: translate(+.1em, +0em);
}

#searchfloatbox.open
{
  -webkit-transform: translate(+.1em, +0em);
  transform: translate(+.1em, +0em);
  -moz-transform: translate(+.1em, +0em);
  -o-transform: translate(+.1em, +0em);
  -ms-transform: translate(+.1em, +0em);
}


#com
{
 background-color: #F8EFC9;
 width:100%;
 text-align: left;
 margin-left: auto;
 margin-right: auto;
 padding-left: 0em;
 padding-right: 0em;
 font-size: .8em;
}

.comrec
{
  width:100%;
}


#menu_icon {
  position: absolute;
  top: .4em;
  right: .5em;
  display: block;
}

#search_icon {
  position: absolute;
  top: .4em;
  right: 3em;
  display: block;
}

.txtinput { width: 90%; }

.nop { width:100%; }

img, embed, object, video { max-width: 99%; }
table { max-width: 100%; }

#titletxt
{
 width:100%;
 position: relative;
 top:+0.1em;
}


OL, UL {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -11px;
}


OL LI {
	margin: 0em 0em 1em 0em ;
}




/* really 715px wide in chrome viewer */
@media screen and (min-width: 650px)
{
#searchbox { display:block; }

OL, UL { margin-left: 0px; }

 #menu_icon { display: none; }
 #search_icon { display: none; }

 #maindoc {  max-width: 900px; }

 #drawer
 {
  position: relative;
  top:+0.1em;
  width: 7em;
  float: left;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
 }

 #main_cont
 {
  overflow: hidden;
  padding-left:.2em;
  padding-right:.2em;
  width: 80%;
  float: right;
display: inline-block;
 }

 #titleban {   margin-left:-5%;   width:106%;  }

}




/* really 825px wide in chrome viewer */
@media screen and (min-width: 750px)
{

 #topad { display: inline-block; float: right; width: 24%; min-width: 120px; max-width: 165px;  }

 #justtext
 {
  display: inline-block;
  float: left;
  width: 76%;
 }

 #social {  display: inline-block; width: 24%; max-width: 165px;  float: right; }

BODY { FONT-SIZE: .9em; }
H1 { FONT-SIZE: 1.1em; }
H2 { FONT-SIZE: 1.0em; }
H3 { FONT-SIZE: .9em; }
H4 { FONT-SIZE: .9em; }
H5 { FONT-SIZE: .9em; }

#com { FONT-SIZE: .7em; }

}
















.h
{
FONT-WEIGHT: bold;
TEXT-ALIGN: right;
vertical-align: top;
padding: 5px 5px 5px 5px;
}

.i
{
FONT-WEIGHT: normal;
TEXT-ALIGN: center;
vertical-align: top;
padding: 5px 5px 5px 5px;
}


Div.pfoot {display: none;}

#hiking-navigation
{
	z-index: 5;
	COLOR: #ffffff;
	float:right;
}

#hiking-ad
{
	width:162px;
}


#com {
  font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

.content {
	float:left;
	position:relative;
max-width: 730px;
width: auto;
height: auto; 
overflow: visible;
margin: 15px 5px 5px 15px;
}

.googad {
	float:left;
	position:relative;
	overflow:hidden;
	width:162px;
}




/* Header styles */
#header {
	clear:both;
	float:left;
	width:80%;
height:65px;
padding: 0 0 0 20%;
	background-image:url('/i/ban.jpg');
	background-repeat: repeat-x;
color: #ffffff;
}


/* column container */
.colmask {
	position:relative;	/* This fixes the IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;		/* This chops off any overhanging divs */
	padding:0 0 0 0;
margin:0px;
border:0px solid #ffffff;

	right:0%;			/* width of the right column */
}

.colleft {
	float:left;
	width:100%;			/* width of page */
	position:relative;
	right:85%;			/* width of the middle column */
	background:#999966;	/* left column background colour */
}

.main {
	float:left;
	position:relative;
	overflow:hidden;
	width:85%;			/* width of center column content (column width minus padding on either side) */
	left:100%;			/* 100% plus left padding of center column */
}
.left {
	float:left;
	position:relative;
	overflow:hidden;
	width:14%;			/* Width of left column content (column width minus padding on either side) */
	left:0%;			/* width of (right column) plus (center column left and right padding) plus (left column left padding) */
	text-align: right;
}


/* Footer styles */
#footer {
	clear:both;
	float:left;
	width:99%;
	border-top:1px solid #999966;
padding: 15px 0px 15px 15px;
}
/* top right bottom left */


A
{
 FONT-WEIGHT: bold;
 COLOR: #444411;
}
A:link
{
 FONT-WEIGHT: bold;
 COLOR: #444411;
}
A:hover
{
 COLOR: red;
 TEXT-DECORATION: none;
}



A.wa:link, A.wa:visited  {  text-decoration: none;
  color: #ffffff;
  font: 10px Verdana, Arial, Helvetica, sans-serif;
  font-weight:bold;
}

A.wa:hover {  text-decoration: none;  color: #red;
}





.BlogDate
{
	FONT-SIZE: 14px;
	FONT-WEIGHT: normal;
	TEXT-ALIGN: left;
margin-top:20px; margin-bottom:10px;
}

.BlogTitle
{
	FONT-SIZE: 18px;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: left;
margin-bottom:5px;
}

.BlogBody
{
	FONT-SIZE: 14px;
	FONT-WEIGHT: normal;
	TEXT-ALIGN: left;
margin-top:0px; margin-bottom:0px;
}
.BlogBody img {
margin: 10px 25px 20px 25px;
}

.BlogTime
{
	FONT-SIZE: 10px;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: right;
	COLOR: #888888;
margin-top:0px; margin-bottom:10px;
}

.BlogSpan {
margin: 10px 25px 20px 25px;
float:right;
}

.BlogSpan img {
margin: 1px 0px 1px 0px;
}

.BlogSpanLeft {
margin: 10px 25px 20px 25px;
float:left;
}

.BlogSpanLeft img {
margin: 1px 0px 1px 0px;
}



.pbb { FONT-SIZE: 6px; }
.pbc { FONT-SIZE: 8px; }


#hiking-main
{
	position:relative;
	margin: 0 auto;
	width=800px;
	z-index:1;
	text-align: left;
}


#hiking-info
{
	position:absolute;
	top: 65px;
	left:120px;
	width=600px;
	z-index:1;
}

#hiking-banner
{
	position:absolute;
	top: 0px;
	left:0px;
	width:790px;
	height:65px;
}

#hiking-space
{
	position:absolute;
	top:65px;
	left:152px;
	width:10px;
	z-index: 5;
	border: 0px;
	background-image:url('/i/hiking-bend.gif');
	background-repeat: no-repeat;
}

#hiking-trail
{
	FONT-SIZE: 16px;
	COLOR: #ffffff;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	position:absolute;
	top:25px;
	left:137px;
	width:475px;
	z-index:1;
	text-align: center;
}

#hiking
{
	FONT-SIZE: 14px;
	COLOR: #444411;
	FONT-FAMILY: Verdana, Arial, sans-serif;
	position:absolute;
	top:80px;
	left:159px;
	width:600px;
}

.hikenav
{
	line-height:11px;
}



.hiking
{
 FONT: bold 11px Verdana, Arial, sans-serif;
 COLOR: #660000;
 TEXT-DECORATION: none
}

.hiking-table
{
	width:100%;
	border: 2px solid #444411;
border-collapse:collapse;
}

.hiking-table td
{
	text-align: center;
	border: 1px dashed #666633;
}

.hiking-tutorial
{
	text-align: center;
	margin-left: auto; 
	margin-right: auto;
	margin-top:20px;
	margin-bottom:20px;
}

.hiking-card
{
	width:340px;
 	FONT-FAMILY: Verdana, Arial, sans-serif;
 	FONT-SIZE: 10px;
 	margin-top:0px; margin-left:0px;
 	COLOR: #444411;
 	vertical-align: top;
}


.hiking-ask
{
 margin-bottom:0px;
 FONT: bold 11px Verdana, Arial, Geneva, Helvetica, sans-serif;
 COLOR: #423020;
 TEXT-DECORATION: none;
}


.hiking-answer
{
 margin-top:0px;
 FONT: 11px Verdana, Arial, Geneva, Helvetica, sans-serif;
 COLOR: #635040;
 TEXT-DECORATION: none;
}



A.hiking
{
 FONT-WEIGHT: bold;
 FONT-SIZE: 10px;
 COLOR: #503010;
}
A.hiking:hover
{
 COLOR: #866e00;
 TEXT-DECORATION: none;
}

A.nav
{
 FONT-WEIGHT: bold;
 FONT-SIZE: 10px;
 COLOR: #ffffff;
 TEXT-DECORATION: none;
}
A.nav:hover
{
 COLOR: #866e00;
}
A.navmain
{
 FONT-WEIGHT: bold;
 FONT-SIZE: 11px;
 COLOR: #ffffff;
 TEXT-DECORATION: none;
}
A.navmain:hover
{
 COLOR: #866e00;
}





UL {
	list-style-image: url(/i/mini/bullet.gif);
}
UL.hiker {
	list-style-image: url(/i/mini/bullet2.gif);
}
UL.hike {
	list-style-image: url(/i/mini/bullet3.gif);
}
UL.trail {
	list-style-image: url(/i/mini/bullet4.gif);
}
UL.hiking-sock {
	list-style-image: url(/i/mini/bullet-sock.gif);
}
UL.fanny-pack {
	list-style-image: url(/i/mini/bullet-fanny-pack.gif);
}
UL.hiking-stick {
	list-style-image: url(/i/mini/bullet-hiking-stick.gif);
}
UL.hiking-mountain {
	list-style-image: url(/i/mini/bullet-mountain.gif);
}
UL.hiking-rock {
	list-style-image: url(/i/mini/bullet-rock.gif);
}
UL.hiking-firstaid {
	list-style-image: url(/i/mini/bullet-firstaid.gif);
}
UL.hiking-firstaidkit {
	list-style-image: url(/i/mini/bullet-firstaidkit.gif);
}
UL.bear {
	list-style-image: url(/i/mini/bullet-bear.gif);
}
UL.bug {
	list-style-image: url(/i/mini/bullet-bug.gif);
}
UL.giardia {
	list-style-image: url(/i/mini/bullet-stop.gif);
}
UL.lightning {
	list-style-image: url(/i/mini/bullet-lightning.gif);
}
UL.snake {
	list-style-image: url(/i/mini/bullet-snake.gif);
}
UL.bird {
	list-style-image: url(/i/mini/bullet-bird.gif);
}
UL.sun {
	list-style-image: url(/i/mini/bullet-sun.gif);
}
UL.plus {
	list-style-image: url(/i/mini/bullet-plus.gif);
}
UL.minus {
	list-style-image: url(/i/mini/bullet-minus.gif);
}
UL.none {
	list-style-type: none;
}
LI.hiking-lost {
	list-style-image: url(/i/mini/bullet-stop.gif);
	margin-top: 5;
}










