#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_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 */


/* BEGIN Specific to hike_search.html */
.hikingtable_box {
    background-color: #fbf6f2;
    background-color: #f2f2f2;
    background-color: white;
    padding-top:8px;
    padding-bottom:8px;
    padding-left:5px;
    padding-right:5px;
    border-top:2px solid #fbf6f2;
    border-bottom:2px solid #fbf6f2;
    border-right:2px solid #fbf6f2;
    border-left:2px solid #fbf6f2;
    border-bottom-left-radius: 10px; /* optional rounded corners for browsers that support it */
    border-bottom-right-radius: 10px; /* optional rounded corners for browsers that support it */
    border-top-right-radius: 10px; /* optional rounded corners for browsers that support it */
    border-top-left-radius: 0px; /* optional rounded corners for browsers that support it */
}
.hike_table_location {
    width: 50px;
    text-align: center;
}
.hike_table_hike {
    width: 150px;
    border: 1px solid white;
    cursor: pointer;
}
.hike_table_hike:hover {
    border: 1px solid brown;
}
.hike_table_length {
    width: 20px;
    text-align: center;
}
.hike_table_elevation {
    width: 50px;
    text-align: center;
}
.hike_table_rating {
    width: 60px;
    font-size: 12px;
    text-align: center;
    color: brown;
}
.hike_table_difficulty {
    width: 60px;
    text-align: center;
}
.hike_table_crowd {
    width: 60px;
    text-align: center;
}
.hike_table_beauty {
    width: 65px;
    text-align: left;
    font-size: 12px;
}

.hike_selector_box {
    width:130px;
    height:50px;
    float:left;
    text-align:center;
    padding:3px;
    margin:3px;
    border-radius: 5px;
    box-shadow: 3px 3px 3px #c3895c;
    box-shadow: 3px 3px 3px #e8e8e8;
}
/* END Specific to hike_search.html */


/* BEGIN Specific to google_map.html */
.infowindow_one_hike {
  margin-bottom:5px;
}
.infowindow_title {
  width:100%;
  text-align:center;
  font-weight: bold;
  margin-bottom:5px;
}
/* END Specific to google_map.html */


/* BEGIN Specific to todo.html */
.todo {
  border:1px solid brown;
  box-shadow: 5px 5px 5px #c3895c;
  border-radius: 10px;
  margin-bottom:10px;
  padding:10px;
}
/* END Specific to todo.html */
