BODY {
	font-family: verdana, arial, sans-serif;
	font-weight : normal;
	vlink: #50642a;
	background-color: #ebe1bb; /* f6f5e4original #ebe1bb;*/
	margin-top: 10px;
	margin-bottom: 10px;
	font-size : 12px;
}

.Bold {
	font-family: verdana, arial, sans-serif;
	font-weight : bold;
	color: #50642a;
	font-size: 11pt;
}

.HeadingNonBold {
	font-family: verdana, arial, sans-serif;
	color: #50642a;
	font-size: 10pt;
}

.SmallNonBold {
	font-family: verdana, arial, sans-serif;
	color: #50642a;
	font-size: 8pt;
}

.BoldRegular {
	font-family: verdana, arial, sans-serif;
	font-weight : bold;
	color: #50642a;
}

.BoldRegularLarge {
	font-family: verdana, arial, sans-serif;
	font-weight : bold;
	color: #50642a;
	font-size:16px
}

.SmallFont {
	font-size: 7.5pt;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
}

.RedBold {
	font-weight : bold;
	color: #ff0000;
}

.style1 {
    border-style: solid;
    border-width: 2px;
	color: #FFFFFF;
}

table.hike_frontpage {
	border-width: 2px;
	border-spacing: 0px;
	border-style: dashed;
	border-color: #d4dac9;
	border-collapse: collapse;
	background-color: white;
}
table.hike_frontpage th {
	border-width: 0px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
	background-color: white;

}
table.hike_frontpage td {
	border-width: 0px;
	padding: 4px;
	border-style: inset;
	border-color: gray;
}

table.hike_pages {
	border-width: 2px;
	border-spacing: 0px;
	border-style: dashed;
	border-color: #d4dac9;
	border-collapse: collapse;
	background-color: white;
	font-size: 10px;
}
table.hike_pages th {
	border-width: 2px;
	padding: 4px;
	border-style: dashed;
	border-color: #d4dac9;
	background-color: white;

}
table.hike_pages td {
	border-width: 2px;
	padding: 5px;
	border-style: dashed;
	border-color: #d4dac9;
	font-size: 10px;
}

TD  {font-style : normal;  font-weight : normal;  font-size : 12px;  font-family: verdana, arial, sans-serif;  }




INPUT.small { font-style : normal; font-weight : normal; font-size : 10px; font-family : verdana, arial, sans-serif; }



H1 {font-family: verdana, arial, sans-serif; font-weight : bold;  font-size : 20px; color: #036; }
H2 {font-family: verdana, arial, sans-serif; font-weight : bold;  font-size : 16px; color: #036; }
H3 {font-family: verdana, arial, sans-serif; font-weight : bold;  font-size : 11px; color: #036; }

A.navmenu {font-size : 10px;  color : #036;  text-decoration : none;}
A.LeftNav {font-weight : normal;  font-size : 10px;  font-family : verdana, arial, sans-serif;  color : #369; text-decoration : none; }
A.LeftNav:hover { color: #00F; text-decoration: underline; }
A.LeftNavTitle {font-size : 10px;  font-family : verdana, arial, sans-serif;  color : black;  text-decoration : none; }
A.LeftNavChild {font-weight : normal;  font-size : 10px;  font-family : verdana, arial, sans-serif;  color : #369; }
A.LeftNavChild:hover { color: #00F; text-decoration: underline; }
A.LeftNavSelected {font-weight : bold;  font-size : 10px;  font-family : verdana, arial, sans-serif;  color : #036; text-decoration : none; }
A.mainnav {  font-family: verdana, arial, sans-serif; font-weight: bold; color: #FFF; background-color: #000; font-size: 10px; text-decoration: none; }

a:link {color: #50642a; text-decoration: underline; }
a:link IMG {border-color: #50642a; }
a:visited {color: #50642a; text-decoration: underline; }
a:visited IMG {border-color: #50642a; }
a:hover {
	color: #7ea334;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
}
a:hover IMG {border-color: #7ea334; }

.bullet {list-style-image: url(/images/red_dot.gif);}

.bullet_green {list-style-image: url(/images/green_dot.gif);}

.bullet_reverse {list-style-image: url(/images/red_dot_reverse.gif);}

.twitterTime {
	font-size: 7.5pt; 
}

/*buttons*/
.btn {
    display: inline-block;
    margin-bottom: 2px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 12px;
    padding-left: 12px;
    /*padding: 6px 12px;*/
    font-size: 14px;
    line-height: 1.4;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
    color: #333333;
    text-decoration: none;
}
.btn:active,
.btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none;
}

/*btn success*/
.btn-success {
    color: #ffffff;
/*    background-color: #5cb85c;*/
    background-color: #587127;
    border-color: #4cae4c;
}
.btn-success:focus,
.btn-success.focus {
    color: #ffffff;
    background-color: #449d44;
    border-color: #255625;
}
.btn-success:hover {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    color: #ffffff;
    background-color: #398439;
    border-color: #255625;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #ffffff;
}

.btn-sm,
.btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs,
.btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-directions {
    display: inline-block;
    margin-bottom: 3px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 2px 12px;
    font-size: 10px;
    line-height: 1.4;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* main button */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.search {
    height:20px;
}

.search-mobile {
    height:60px;
}

.directions {
    height: 15px;


}

#form1 {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}



::-webkit-input-placeholder {
    font-style: italic;
    padding-left: 5px;
}

::-moz-placeholder {
    font-style: italic;
    padding-left: 5px;
}

:-ms-input-placeholder{
    font-style: italic;
    padding-left: 5px;
    color:lightgrey;
}

:-moz-placeholder {
    font-style: italic;
    padding-left: 5px;
}

input {
    border: 1px solid lightgrey;
    padding-left: 5px;
}

/* Mobile Layout */

@media only screen and (min-width:500px) {
        .hidden-desktop {
            display: none;
        }

    }

@media only screen and (max-width: 812px) {
    .btn-directions {
        font-size: 28px;
    }
    input {
        display: none;
    }

}

@media only screen and (max-width: 500px) {
    .mobilefont-28 {
        font-size: 28px;
    }

}

@media only screen and (max-width: 812px) {
    .hidden-mobile {
        display:none;
    }

    td.collapsable {
        display:table-cell;


    }
    /*table.hike_pages, table.hike_pages td, td, .SmallFont, .btn-directions  {*/
    /*font-size: 24px !important;*/
    /*}*/
    .CollapsiblePanelTab {
        font-size: 24px !important;
    }
	
	.btn-directions {
        font-size: 28px;
    }
    
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
  td {
    font-size: 12px;
  }
  
  div.navigation {
    font-size: 10px;
  }
}

/* If the screen size is 600px wide or less, set the font-size */
@media screen and (max-width: 600px) {
  td {
    font-size: 35px;
  }
  
  .Bold {
    font-size: 35px;
  }
  
  .HeadingNonBold {
    font-size: 25px;
  }
  
  
  table.hike_pages td {
    font-size: 17px;
  }
  
  table.map_pages td {
    font-size: 10px;
  }
  
  .SmallFont {
	font-size: 35px;
  }
  
  .MobileSmallFont {
	font-size: 13px;
  }

}

