/* --- Global section --- */
body {
    font-family: Arial, Helvetica, sans-serif;
  /*  font-family: "Times New Roman", Garamond, serif; */
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
    background-color: #808080;
    text-align: center;
    margin: 0px;
}

p {
    text-align: left;
    color: #FFFFFF;
    font-family: "Times New Roman", Garamond, serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
}

h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
    line-height: 30px;
}
h3 {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
}
.page_silver {
    background-color: #000000;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    height: 100%;
    width: 90%;
    cellpadding: 0;
    cellspacing: 0;
}
.page_hidden {
    display: none;
}
.page_logo {
    padding-top: 30px;
    padding-bottom: 30px;
}
.page_title {
    padding-top: 20px;
    padding-bottom: 30px;
}
.page_row {
    padding-top: 20px;
    padding-bottom: 20px;
}
.page_thumbnail {
    padding-top: 10px;
    padding-bottom: 10px;
    border: none;
}
.page_thumbnail a:link {text-decoration: underline; color: #000000;}
.page_thumbnail a:visited {text-decoration: underline; color: #000000;}
.page_thumbnail a:active {text-decoration: underline; color: red;}
.page_thumbnail a:hover {text-decoration: underline overline; color: red;}
.page_link {
    text-align: left;
    text-decoration: none;
    font-family: "Times New Roman", Garamond, serif;
    font-weight: normal;
    font-size: 16pt;
    line-height: 16pt;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
}
.page_link a:link {text-decoration: underline; color: #FFFFFF;}
.page_link a:visited {text-decoration: underline; color: #AAAAAA;}
.page_link a:active {text-decoration: underline; color: red;}
.page_link a:hover {text-decoration: underline overline; color: red;}
.page_link_text {
    text-align: left;
    color: #FFFFFF;
    font-family: "Times New Roman", Garamond, serif;
    font-weight: normal;
    font-size: 12pt;
    line-height: 16pt;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px;
}
.page_navbar {
    padding-top: 50px;
    padding-bottom: 10px;
}
.page_buttons {
    padding-top: 20px;
    padding-bottom: 10px;
}
.page_buttons a:link {text-decoration: none; color: #000000;}
.page_buttons a:visited {text-decoration: none; color: #000000;}
.page_buttons a:active {color: red;}
.page_buttons a:hover {color: red;}
.page_copyright {
    text-align: center;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    font-style: normal;
    line-height: 10px;
    padding-top: 10px;
    padding-bottom: 30px;
    margin: 0px;
}
.page_last_update {
    text-align: center;
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    font-style: italic;
    line-height: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0px;
}
.page_email {
    text-align: center;
    color: #808080;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    font-style: italic;
    line-height: 12px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin: 0px;
}

/* --- Gallery section --- */
.gallery_thumbs {
    padding-left: 20px;
    padding-right: 20px;
}
.gallery_thumb img {
    border: 2px solid #A0A0A0;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}

/* --- Photo section --- */
.photo_row {
    border: none;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.photo_title {
    text-align: center;
    color: #FFFFFF;
    font-family: "Times New Roman", Garamond, serif;
    font-weight: normal;
    font-size: 24px;
    line-height: 24px;
    padding-top: 20px;
    padding-bottom: 10px;
    margin: 0px;
}
.photo_location {
    text-align: center;
    color: #FFFFFF;
    font-family: "Times New Roman", Garamond, serif;
    font-weight: normal;
    font-size: 18px;
    line-height: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 0px;
}

/* --- Hike section --- */
.hike_photo_caption {
    text-align: center;
    color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-style: italic;
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    padding-top: 0px;
    padding-bottom: 15px;
    width: 420px;
}
