#hike-page-left-column {
    float:left;
    width:348px;
    margin-left:0px;
    /*  box-shadow: 5px 0px 5px -5px #c3895c; for beautiful shade to the right */
    box-shadow: none;
    padding:0px 8px 0px 8px;
}
#hike-page-right-column {
    float:right;
    width:348px;
    margin-right:0px;
    padding:0px 8px 0px 8px;
}

.photos_citation {
    width: 300px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 10px;
    text-align: left;
}

.hike-box, .hike-box-wide {
    clear:both;
    margin:0 auto;
    text-align:left;
    box-shadow: 0px 5px 15px -5px #c3895c;
    box-shadow: 0px 5px 15px -5px #f2f5f2;
    border-top-left-radius: 160px 30px;
    border-top-right-radius: 160px 30px;
    padding: 0;
    border:0px solid #ce8b88;
    z-index: 1;
}
.hike-box {
    resize: none;
    min-width: 345px;
    min-height: 50px;
    max-width: 720px;
    margin-bottom: 20px;
}
.hike-box-wide {
    width: 100%;
    margin-top: 20px;
}
.hike-box-title, .hike-box-wide-title {
    clear:both;
    font-size:140%;
    font-family: "Architects Daughter", "Lucida Grande", "Trebuchet MS", Arial, Helvetica, sans-serif, Georgia, "Times New Roman", Times, serif;
    font-weight: bold;
    background-color: #f1eee0;
    background-color: #f6ece5;
    background-color: #f2f5f2;
    margin:0 auto;
    margin-bottom:5px;
    text-align:center;
    border-top-left-radius: 160px 30px;
    border-top-right-radius: 160px 30px;
    padding: 5px 0px 5px 0px;
    z-index: 2;
}
.hike-box-content {
    padding: 5px;
}

.picasaweb_thumbnail_144x108 {
    float: left;
    padding: 0px;
    margin: 0px;
    border: 1px solid white;
    width: 144px;
    height: 108px;
    overflow: hidden;
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}
.picasaweb_thumbnail_144x108:hover {
    border: 1px solid black;
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

.picasaweb_thumbnail_64x64 {
    float: left;
    padding: 0px;
    margin: 0px;
    border: 1px solid white;
    width: 64px;
    height: 64px;
    overflow: hidden;
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}
.picasaweb_thumbnail_64x64:hover {
    border: 1px solid black;
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

.picasaweb_thumbnail_48x48 {
    float: left;
    padding: 0px;
    margin: 0px;
    border: 1px solid white;
    width: 48px;
    height: 48px;
    overflow: hidden;
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}
.picasaweb_thumbnail_48x48:hover {
    border: 1px solid black;
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}


.park_info {
    margin: 0 auto;
    text-align: center;
    text-transform: uppercase;
    margin-left: 10px;
    margin-bottom: 10px;
}
.full_album_link, .google_map_link {
    width: 330px;
    margin: 0 auto;
    text-align: center;
    margin-top: 5px;
}
.photo_group {
    width:300px;
    margin:0 auto;
    margin-bottom: 10px;
    text-align: center;
}

/* BEGIN Specific to Bundle Pages */
.hike-bundle-left-column {
    float: left;
    width: 350px;
    margin-left: 5px;
}
.hike-bundle-right-column {
    float: right;
    width: 350px;
    margin-left: 5px;
}
/* END Specific to Bundle Pages */

/* BEGIN Specific to Park Pages */
.hike_on_park_page {
    float:left;
    width: 335px;
    border: 2px solid #efdad4;
    border: 2px solid #e8e8e8;
    border-radius: 10px;
    padding:5px;
    margin-bottom: 10px;
    background-color: #f6ece5;
    background-color: #f2f5f2;
}
.hike_on_park_page:hover {
    border: 2px solid #ca827f; /* Visit  http://meyerweb.com/eric/tools/color-blend/ and blend 10 steps between brown and #f6ece5 */
    border: 2px solid #d1d1d1;
}
.hike_stats_mini_box {
    text-align: center;
    float: left;
    padding: 5px;
    border-radius: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
    border: 2px solid #efdad4;
    border: 2px solid #e8e8e8;
    background-color: white;
}
.mini_header {
    font-weight: bold;
    width: 330px;
    margin: 0 auto;
    text-align:center;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 2px;
    background-color: #f6ece5;
    background-color: #f2f5f2;
}
.everytrail_embed {
    margin: 0 auto;
    width: 420px;
    text-align:center;
}
/* END Specific to Park Pages */


/* BEGIN Specific to Hike Pages */
.trailhead_google_maps_icon {
    float: left;
    padding: 0 10px 0 5px;
    opacity:0.85;
    filter:alpha(opacity=85); /* For IE8 and earlier */
}
.trailhead_google_maps_icon:hover {
    opacity:1.0;
    filter:alpha(opacity=100); /* For IE8 and earlier */    
}
.hike_google_map_static_image {
    text-align: center;
}
/* END Specific to Hike Pages */
