/* WNCOutdoors.info Common CSS
 * If CSS is even copyrightable:
 * Copyright 2005-2015 WNCOutdoors.info
 *
 * Usage:
 * This script is free and unencumbered software released into the
 * public domain. It comes without any restrictions on what you may
 * do with it, and with no warranty whatsoever. Assume nothing works,
 * and you may be pleasantly surprised; and when it breaks, you get
 * to keep both pieces.
 *
 * Colors:
 * C0B17E - page margin bg (orangish)
 * C8C898 - box dark BG
 * D8D8B8 - box medium BG
 * DEDEBD - box light BG
 * ABAA8B - dark border
 *
 * Picasa web sizes:
 * 72, 144, 200, 320, 400, 512, 576, 640, 720, 800, 912, 1024, 1152, 1280, 1440, 1600
*/

/* Styles */
body {font: 1.0em 'source sans pro', arial, tahoma, sans-serif; line-height: 150%; color: #3e433e;}
* html body {font: 1.0em 'source sans pro', arial, tahoma, sans-serif; line-height: 150%; color: #3e433e;}

p, span, div:not(#swipebox-title, .caption), ul, li {
  font: 1.0em 'source sans pro', arial, tahoma, sans-serif;
  line-height: 150%;
  color: #3e433e;
}

/* Some reasonably obvious classes */
.center {text-align:center}
.bold {font-weight:bold}
.italic {font-style:italic}
.inline {display:inline}

span.bold{font-weight:bold}
span.center{text-align:center}
span.italic{font-style:italic}

.largeHeading, .largeHeading a {font: bold 1.35em Arial, Helvetica, sans-serif}
.mediumHeading, .mediumHeading a {font: bold 1.10em Arial, Helvetica, sans-serif; }
.smallHeading, .smallHeading a {font: bold 1em Arial, Helvetica, sans-serif; }
.compact{ margin-bottom: 0px; padding-bottom: 0px; }
*.compact + p,ul,li { margin-top: 0px; }

a:not(div.share) {font: 1.0em 'source sans pro', arial, tahoma, sans-serif}

a:not(div.share):link{color:blue; text-decoration:none}
a:not(div.share):visited{color:#006600; text-decoration:none}
a:not(div.share):hover{color:#006600; text-decoration:underline}
a:not(div.share):active{color:#006600; text-decoration:underline}

/* Layout */
body, html{
  margin: 0;
  padding: 0;
}

#header{
  position: relative;
}

#logo{
  height: 200px;
  background-size: cover;
  background-position: center;
}

#logo-txt{
  position: absolute;
  bottom: 5px;
  left: 5%;
  border: 0;
}

#sticky-nav{
 z-index: 999;
}

#topLinkUnit{
  max-width: calc(100% - 275px);
}

#breadcrumb{
  margin-top: 5px;
  padding: 5px 0;
}

nav#main{
 z-index: 999;
}

#container {
  background: #FFF;
}

figure{
  margin: 0px;
}

figure img{
  max-width: 100%;
  max-height: 95vh; 
  display: block;
  margin: 0 auto;
}

figcaption, figcaption a, .caption{
  font-size: smaller;
  font-style: italic;
  text-align: center;
}

div.thumbPanel figure{
  width: 175px;
  height: 195px;
  float: left;
  margin: 0px 10px 10px 0px;
  text-align: center;
  overflow: hidden;
}

.fig-panel{
  width: 300px;
  padding: 2px;
  margin-top: 2px;
}

.fig-panel .img-overlay{
  position: absolute;
  width: 275px;
  left: 15px;
}

.fig-panel .img-overlay-top{
  top: 0px;
}

.fig-panel .img-overlay-bot{
  bottom: 0px;
}

.fig-panel .img-overlay h2{
  color: white;
  text-shadow:
   -1.3px -1.3px 0 #555,
    1.3px -1.3px 0 #555,
   -1.3px  1.3px 0 #555,
    1.3px  1.3px 0 #555;
}

.fig-panel .img-overlay-bot ul, .fig-panel .img-overlay-bot p{
  border: 1px solid #ABAA8B;
  background-color: #FFF;
  padding: 5px;
  border-radius: 10px;
}

.fig-panel .img-overlay ul{
  list-style-type: none;
}

.fig-panel .img-overlay ul li{
  margin-left: 0px;
  padding-left: 0px;
}

.masonry-photo-grid{
}

.masonry-photo{
  float: left;
  padding: 5px;
}

.masonry-list-grid{
}

.masonry-item{
  float: left;
  text-decoration: none;
}

.hover-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hover-grow:hover, .hover-grow:focus, .hover-grow:active {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}

ul.hover-show{
  background-image: url('/images/icons/famfamfam-silk/bullet_arrow_up.png');
  background-position: center top;
  background-repeat: no-repeat;
}

ul.hover-show:hover{
  background-image: url('/images/icons/famfamfam-silk/bullet_arrow_down.png');
  background-position: center top;
  background-repeat: no-repeat;
}

ul.hover-show  li:first-child{
  display: none;
}

ul.hover-show  li:nth-child(2){
  margin-top:10px;
}

ul.hover-show:hover li:first-child{
  display: block;
  max-height: 300px;
  overflow: hidden;
  margin-top:10px;
}

.inline-icon{
  vertical-align: middle;
  margin-top: -3px;
}

.sticker {
  margin-right: 5px;
  float: left;
}

.round{
  border-radius: 10px;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

.clear {
  clear: both;
}

#controls{
  float: right;
}

form#site-search{
  position: absolute;
  width: 240px;
  height: 30px;
  right: 5%;
  bottom: 10px;
}

form#site-search input[type="text"]{
  display: inline-block;
  float: left;
  width: 77%;
  height: 100%;
  border: 0;
  margin: 0;
  padding: 0px 0px 0px 5px;
}

form#site-search input[type="submit"]{
  display: inline-block;
  float: left;
  width: 20%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  color: #fff;
  font-size: 0; line-height: 0; text-indent: -9999px;
  background: url('/images/icons/search-24x24.png') center no-repeat;
}

input.large-search-box{
  width: 400px;
  font-size: 20pt;
  border: 2px solid #659500;
}

.search-loading{
  background: url('/images/gphx/ajax-loader.gif') center right no-repeat;
}

.search-waiting{
  background: url('/images/icons/fatcow-hosting-icons/32x32/magnifier.png') center right no-repeat;
}

#adColumn{
  max-width: 300px;
  margin: 0 auto;
}

.adMedRectangle{
  width: 300px;
  height: 250px;
}

.ad31Rectangle{
    margin-top: 5px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

div.landmarks-table table {
    width: 100%;
}
div.landmarks-table table tr > td, div.landmarks-table table tr > th{
    text-align: left;
}
div.landmarks-table table tr > td:first-child {
    font-weight: bold;
}
/* Comment forms */
form#comment-form{
  border: 0px;
  margin:0px;
  padding:0px;
}

#comment-form textarea,
#comment-form input[type="text"]{
  width: 100%;
  max-width: 767px;
  box-sizing: border-box;
  height: 2em;
}

#comment-form textarea{
  height: 15em;
}

#comment-form button{
  color: #ffffff;
  font-size: 15px;
  background: #949494;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

#comment-form button:hover{
  background: #828282;
}

/* Comments */
div.comment{
  margin-top: 10px;
  padding: 0px 10px 10px 50px;
  border: 1px solid #bbb;
  border-radius: 20px;
  background-image: url('/images/gphx/quotes.png');
  background-repeat: no-repeat;
  background-position: top 10px left 10px;
  background-size: 30px 30px;
  min-height: 50px;
}

strong.comment-admin{
  background-color: #c9e8c1;
}

div.comment-date{
  font-size: x-small !important;
  font-style:italic !important;
  margin-left: -40px;
  margin-bottom: 10px;
}

/* Star ratings */
.rating{
  width:80px;
  height:16px;
  margin:0 0 20px 0;
  padding:0;
  list-style:none;
  clear:left;
  position:relative;
  background: url("/images/siteGraphics/starMatrix.gif") no-repeat 0 0;
}
/* add these classes to the ul to effect the change to the correct number of stars */
.nostar {background-position:0 0}
.onestar {background-position:0 -16px}
.twostar {background-position:0 -32px}
.threestar {background-position:0 -48px}
.fourstar {background-position:0 -64px}
.fivestar {background-position:0 -80px}
ul.rating li {
  cursor: pointer;
 /*ie5 mac doesn't like it if the list is floated\*/
  float:left;
  /* end hide*/
  text-indent:-999em;
}
ul.rating li a {
  position:absolute;
  left:0;
  top:0;
  width:16px;
  height:16px;
  text-decoration:none;
  z-index: 200;
}
ul.rating li.one a {left:0}
ul.rating li.two a {left:16px;}
ul.rating li.three a {left:32px;}
ul.rating li.four a {left:48px;}
ul.rating li.five a {left:64px;}
ul.rating li a:hover {
  z-index:2;
  width:80px;
  height:16px;
  overflow:hidden;
  left:0;
  background: url("/images/siteGraphics/starMatrix.gif") no-repeat 0 0
}
ul.rating li.one a:hover {background-position:0 -96px;}
ul.rating li.two a:hover {background-position:0 -112px;}
ul.rating li.three a:hover {background-position:0 -128px}
ul.rating li.four a:hover {background-position:0 -144px}
ul.rating li.five a:hover {background-position:0 -160px}
/* end rating code */

/* Google Map container */
div.gmap-min{
  position: relative;
  width: 100%; height:450px;
  margin-top: 10px;
}

div.gmap-max{
  position: fixed !important;
  top: 0;
  left:  0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.fullscreen-map-control{
  width: 36px;
  height: 36px;
  margin: 2px;
  background-color: white;
  background-position: center; 
  background-repeat: no-repeat;
}

.fullscreen-map-control-min{
  background-image: url('/images/icons/fatcow-hosting-icons/32x32/arrow_out.png');
}

.fullscreen-map-control-max{
  background-image: url('/images/icons/fatcow-hosting-icons/32x32/arrow_in.png');
}

.ui-tooltip{
  padding: 4px;
  z-index: 100001!important; /* Gotta one-up Leaflet */
}
.ui-tooltip-content{
  font-size: small;
}

#footercontainer {
  clear: both;
  width: 100%;
  padding-top: 10px;
}

h2 a, h3 a{
  text-decoration: none;
}

h2 a:hover, h3 a:hover{
  text-decoration: none;
}

table.difficulty-key td{
  padding: 10px;
}

.vert-glance-label{
  transform: rotate(-90deg);
  transform-origin: left bottom 0;
  margin-left: 1.0em;
  margin-top: 4.4em;
  position: absolute;font-size: 1.5em;
}

table.difficulty-key td:first-child{
  width:10%;
  font-size: 1.2em;
  font-weight: bold;
}

.glance-panel{
  background-color: #DEDEBD;
  border: 1px solid #ABAA8B;
  margin: 0; padding: 0;
  overflow: hidden;
}

/* Panoramas */
div.pnlm-load-button > p {
  color: white;
}

div.pan-wrapper {
  max-width: 1024px;
  height: 400px;
}

@media only screen and (min-width: 980px) {
  /* tablets and desktop */
  body{
    background: #DEDEBD;
    color: #ffffff;
  }

  nav#main{
    height: 40px;
    width: 100%;
    background: #D8D8B8;
    font-size: 12pt;
    font-weight: bold;
    position: relative;
    border-top: 2px solid #ABAA8B;
    border-bottom: 2px solid #ABAA8B;
  }

  nav#main ul{
    padding: 0;
    width: 100%;
    height: 40px;
  }

  nav#main ul li{
    display: inline;
    float: left;
    width: 16.666%;
  }

  nav#main ul li a{
    color: #000;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px;
    border-right: 1px solid #ABAA8B;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }

  nav#main ul li:last-child a {
      border-right: 0;
  }

  nav#main ul li a#active{
    background-color: #C8C898;
  }

  nav#main ul li a:hover, nav a:active {
      background-color: #C8C898;
  }

  #container {
    margin: 0px auto;
    max-width: 960px;
    border-width: 0px 1px 0px 1px;
    border-style: solid;
    padding: 0px;
  }

  #wrapper{
    padding: 10px;
  }

  #adLeaderboard{
    max-width: 728px;
    margin: 0 auto;
  }

  #adColumn{
    float: right;
    margin-left: 10px;
  }

  img.cover{
    max-width: 300px;
    float: left;
    margin-right: 10px;
  }

  .right{
    float: right;
    clear: right;
    margin-left: 10px;
  }

  .left{
    float: left;
    clear: left;
    margin-right: 10px;
  }

  .center{
    margin: 0 auto;
  }

  .flex{
    max-width: 66%;
  }

  .flex-left{
    max-width: 66%;
    float: left;
  }

  .flex-left + p {
    clear: left;
  }

  .glance-panel{
    width: 66%;
    float: left;
    min-height: 150px;
  }

  .glance-panel img.glance-cover{
    float: right;
    margin: 0px 0px 0px 10px;
  }

  .glance-content{
    margin-left: 2.5em;
    margin-top: 10px;
    width: 370px;
  }

  .glance-panel + p{
    padding-top: 20px;
    clear: left;
  }

  #footerleft{
    float: left;
    width: 230px;
  }

  #footerad{
    margin-top: 20px;
    margin-left: 300px;
  }

  #footer {
    float: right;
    width: 300px;
    text-align: right;
  }

  .infoWindowContainer{
    width: 510px;
    height: 280px;
  }

  .infoWindowTabContainer{
    width: 350px;
    float: left;
  }

  .infoWindowTab{
    height: 150px;
    overflow: scroll;
  }

  .infoWindowPhoto{
    float: right; 
    margin-left: 5px; 
    border: 1px solid black
  }
}

@media only screen and (min-width: 767px) and (max-width: 980px) {
  /* tablets, small desktop windows */
  #container {
    max-width: 960px;
  }

  #wrapper{
    padding: 10px;
  }

  #adLeaderboard{
    max-width: 728px;
    margin: 0 auto;
  }

  #adColumn{
    float: right;
    margin-left: 10px;
  }

  nav#main{
    height: 40px;
    width: 100%;
    background: #D8D8B8;
    font-size: 12pt;
    font-weight: bold;
    position: relative;
    border-top: 2px solid #ABAA8B;
    border-bottom: 2px solid #ABAA8B;
  }

  nav#main ul{
    padding: 0;
    width: 100%;
    height: 40px;
  }

  nav#main ul li{
    display: inline;
    float: left;
    width: 16.666%;
  }

  nav#main ul li a{
    color: #000;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px;
    border-right: 1px solid #ABAA8B;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }

  nav#main ul li a#active{
    background-color: #C8C898;
  }

  nav#main ul li a:hover, nav a:active {
      background-color: #C8C898;
  }

  img.cover{
    max-width: 300px;
    float: left;
    margin-right: 10px;
  }

  .right{
    float: right;
    clear: right;
    margin-left: 10px;
  }

  .left{
    float: left;
    clear: left;
    margin-right: 10px;
  }

  .center{
    margin: 0 auto;
  }
  
  .flex {
    max-width: 300px;
    clear: left;
  }

  .flex-left {
    max-width: 300px;
    float: left;
    clear: left;
    margin-right: 10px;
  }

  .flex-left + p {
    clear: left;
  }

  .glance-panel{
    width: 300px;
    float: left;
    clear: left;
    margin: 0 auto;
    background-color: #DEDEBD;
    border: 1px solid #ABAA8B;
    padding-top: 10px;
    min-height: 150px;
  }

  .glance-panel img.glance-cover{
    display: none;
  }

  .glance-content{
    margin-left: 2.5em;
  }

  .glance-panel + p{
    padding-top: 20px;
    clear: left;
  }

  #footerleft{
    float: left;
    width: 230px;
  }

  #footerad{
    margin-top: 20px;
    margin-left: 300px;
  }

  #footer {
    float: right;
    width: 300px;
    text-align: right;
  }

  .infoWindowContainer{
    width: 510px;
  }

  #infoWindowTabContainer{
    width: 350px;
    float: left;
  }

  .infoWindowTab{
    height: 150px;
    overflow: scroll;
  }

  .infoWindowPhoto{
    float: right; 
    margin-left: 5px; 
    border: 1px solid black
  }
}

@media only screen and (min-width: 580px) and (max-width: 767px) {
  /* tabletish */
  #container {
    max-width: 767px;
  }

  #logo {
    height: 100px;
  }

  #controls {
    float: left;
    margin-top: 10px;
  }

  #topLinkUnit{
    margin-top: 10px;
  }

  #wrapper{
    padding: 5px;
  }

  #adColumn{
    margin: 0 auto;
  }

  nav#main{
    height: 80px;
    width: 100%;
    background: #D8D8B8;
    font-size: 12pt;
    font-weight: bold;
    position: relative;
    border-top: 2px solid #ABAA8B;
    border-bottom: 2px solid #ABAA8B;
  }

  nav#main ul{
    padding: 0;
    width: 100%;
  }

  nav#main ul li{
    display: inline;
    float: left;
    width: 33.333%;
  }

  nav#main ul li a{
    color: #000;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px;
    border-right: 1px solid #ABAA8B;
    border-bottom: 1px solid #ABAA8B;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }

  nav#main ul li a#active{
    background-color: #C8C898;
  }

  nav#main ul li a:hover, nav a:active {
      background-color: #C8C898;
  }

  h1#pagetitle{
    text-align: center;
    clear: both;
  }

  img.cover{
    max-width: 300px;
    float: left;
    margin-right: 10px;
  }

  .right, .left, .center{
    margin: 0 auto;
  }
  
  .glance-panel{
    width: 300px;
    clear: left;
    margin: 0 auto;
    background-color: #DEDEBD;
    border: 1px solid #ABAA8B;
    padding-top: 10px;
    min-height: 150px;
  }

  .glance-panel img.glance-cover{
    display: none;
  }

  .glance-content{
    margin-left: 2.5em;
  }

  .glance-panel + p{
    padding-top: 20px;
    clear: left;
  }

  #footerleft{
    float: left;
    width: 230px;
  }

  #footerad{
    margin-top: 20px;
    margin-left: 300px;
  }

  #footer {
    float: right;
    width: 300px;
    text-align: right;
  }

  .infoWindowContainer{
    width: 510px;
  }

  .infoWindowTabContainer{
    width: 350px;
    float: left;
  }

  .infoWindowTab{
    height: 150px;
    overflow: scroll;
  }

  .infoWindowPhoto{
    float: right; 
    margin-left: 5px; 
    border: 1px solid black
  }
}

@media only screen and (min-width: 580px) and (max-width: 767px) and (orientation: portrait) {
  /* portrait phones */
  #container {
    max-width: 767px;
  }

  #logo {
    height: 100px;
  }

  #controls {
    float: left;
    margin-top: 10px;
  }

  #topLinkUnit{
    margin-top: 10px;
  }

  #wrapper{
    padding: 5px;
  }

  h1#pagetitle{
    text-align: center;
    clear: both;
  }

  #adColumn{
    margin: 0 auto;
  }

  nav#main{
    height: 80px;
    width: 100%;
    background: #D8D8B8;
    font-size: 12pt;
    font-weight: bold;
    position: relative;
    border-top: 2px solid #ABAA8B;
    border-bottom: 2px solid #ABAA8B;
  }

  nav#main ul{
    padding: 0;
    width: 100%;
  }

  nav#main ul li{
    display: inline;
    float: left;
    width: 33.333%;
  }

  nav#main ul li a{
    color: #000;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px;
    border-right: 1px solid #ABAA8B;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }

  nav#main ul li a#active{
    background-color: #C8C898;
  }

  nav#main ul li a:hover, nav a:active {
      background-color: #C8C898;
  }

  img.cover{
    max-width: 300px;
    float: left;
    margin-right: 10px;
  }

  .right, .left, .center{
    margin: 0 auto;
  }

  .glance-panel{
    width: 300px;
    clear: left;
    margin: 0 auto;
    background-color: #DEDEBD;
    border: 1px solid #ABAA8B;
    padding-top: 10px;
    min-height: 150px;
  }

  .glance-panel img.glance-cover{
    display: none;
  }

  .glance-content{
    margin-left: 2.5em;
  }

  .glance-panel + p{
    padding-top: 20px;
    clear: left;
  }

  #footerleft{
    float: left;
    width: 230px;
  }

  #footerad{
    margin-top: 20px;
    margin-left: 300px;
  }

  #footer {
    float: right;
    width: 300px;
    text-align: right;
  }

  .infoWindowContainer{
    width: 510px;
  }

  #infoWindowTabContainer{
    width: 350px;
    float: left;
  }

  .infoWindowTab{
    height: 150px;
    overflow: scroll;
  }

  .infoWindowPhoto{
    float: right; 
    margin-left: 5px; 
    border: 1px solid black
  }
}

@media only screen and (max-width: 580px) {
  #logo{
    height: 70px;
  }

  #logo-txt{
    border: 0;
    left: 0%;
    margin-left: 5px;
    margin-top: 10px;
  }

  form#site-search{
    width: 180px;
    right: 0%;
    margin-right: 5px;
    margin-top: 10px;
  }

  #container {
    max-width: 767px;
  }

  #controls {
    float: left;
    margin-top: 10px;
  }

  #topLinkUnit{
    margin-top: 10px;
  }

  #wrapper{
    padding: 5px;
  }

  h1#pagetitle{
    text-align: center;
    clear: both;
  }

  #adColumn{
    margin: 0 auto;
  }

  a.nav-toggle{
    display: block;
    width: 100%;
    height: 40px;
    text-decoration: none;
    color: #000;
    line-height: 40px;
    background: #D8D8B8 url('https://cdn1.iconfinder.com/data/icons/basic-ui-elements-plain/422/06_menu_stack-16.png');
    background-repeat: no-repeat;
    background-position: 98% 50%;
  }

  nav#main{
    width: 100%;
    background: #D8D8B8;
    font-size: 12pt;
    font-weight: bold;
    position: relative;
    border-top: 2px solid #ABAA8B;
    border-bottom: 2px solid #ABAA8B;
  }

  nav#main ul{
    padding: 0;
    width: 100%;
  }

  nav#main ul li{
    display: inline;
    float: left;
    width: 100%;
  }

  nav#main ul li a{
    color: #000;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 40px;
    border-right: 1px solid #ABAA8B;
    box-sizing: border-box;
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
  }

  nav#main ul li a#active{
    background-color: #C8C898;
  }

  nav#main ul li a:hover, nav a:active {
      background-color: #C8C898;
  }

  input.large-search-box{
    max-width: 100%;
  }

  img.cover{
    display: block;
    max-width: 300px;
    margin: 0px auto;
  }

  .right, .left, .center{
    margin: 0 auto;
  }
  
  .glance-panel{
    width: 300px;
    clear: left;
    margin: 0 auto;
    background-color: #DEDEBD;
    border: 1px solid #ABAA8B;
    padding-top: 10px;
    min-height: 150px;
  }

  .glance-panel img.glance-cover{
    display: none;
  }

  .glance-content{
    margin-left: 2.5em;
  }

  .glance-panel + p{
    padding-top: 20px;
    clear: left;
  }

  #footerleft{
    width: 100%;
  }

  #footerad{
    width: 100%;
  }

  #footer {
    width: 300px;
    text-align: center;
    margin: 0 auto;
  }

  .infoWindowContainer{
    width: 285px;
    overflow: scroll;
  }

  #infoWindowTabContainer{
    width: 265px;
  }

  .infoWindowTab{
  }

  .infoWindowPhoto{
    border: 1px solid black
  }

  .ui-tabs-anchor{
    padding: 5px !important;
  }
}
