body {
  margin: 0;
  padding: 0; }

#map {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0px;
  right: 0;
  z-index: 1; }

blockquote {
  background: url("http://seattletimes.com/art/ui/1024/v_2011/blockquote-background.gif") no-repeat;
  font-family: georgia;
  margin: 0px;
  padding-left: 35px;
  min-height: 40px; }

#popup-content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 350px;
  background: transparent;
  color: #000;
  font-family: arial;
  box-shadow: 0 0 10px #cccccc;
  overflow-y: scroll;
  display: none;
  z-index: 4;
  padding-top: 70px; }
  #popup-content img {
    width: 100%; }

.mapsheet-popup {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px #cccccc; }
  .mapsheet-popup .worst-parks, .mapsheet-popup .best-all-around, .mapsheet-popup .most-kid-friendly, .mapsheet-popup .best-camping {
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin-left: 10px;
    width: 30px;
    height: 35px; }
  .mapsheet-popup .worst-parks {
    background-image: url("../../images/worst_icon.png"); }
  .mapsheet-popup .best-all-around {
    background-image: url("../../images/best_icon.png"); }
  .mapsheet-popup .most-kid-friendly {
    background-image: url("../../images/kidfriendly_icon.png"); }
  .mapsheet-popup .best-camping {
    background-image: url("../../images/bestcamping_icon.png"); }

.voteTotal {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px #cccccc;
  width: 75%;
  margin: 15px auto 0px;
  clear: both;
  font-family: georgia;
  color: #777;
  background-image: url("../../images/bestcamping_icon.png");
  background-repeat: no-repeat;
  background-position: 20px center; }
  .voteTotal div {
    width: 70%;
    margin-left: 30px;
    padding-top: 5px;
    float: left; }
  .voteTotal span {
    font-family: arial;
    font-weight: bold;
    font-size: 2.8em;
    float: left;
    margin-left: 10px;
    color: #0c755c;
    padding-top: 10px; }

.sidebar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 350px;
  color: #000;
  font-family: arial;
  box-shadow: 0 0 10px #cccccc;
  overflow-y: scroll;
  display: none;
  filter: alpha(opacity=50);
  opacity: 0.5;
  background: #fff;
  z-index: 3; }

.image {
  width: 100%; }
  .image img {
    border: 1px solid #cccccc; }

.credit {
  text-transform: uppercase;
  text-align: right;
  margin: 0px 0px 5px 0px !important;
  color: #666;
  font-size: .8em; }

.caption {
  font-size: 1.1em; }

h1 {
  margin-top: 0; }

.marker-title {
  font-family: georgia;
  font-weight: normal;
  font-size: 24px;
  margin: 0px 0px 30px 0px;
  position: fixed;
  top: 0;
  background: #fff;
  border: 1px solid #cccccc;
  border-right: none;
  padding: 20px;
  width: 310px;
  opacity: .9;
  text-transform: uppercase;
  line-height: 23px; }
  .marker-title a {
    color: #5a4b38; }

.marker-description {
  padding: 20px; }

.popup {
  margin-top: 50px; }

.cite {
  text-align: right;
  font-size: 1em;
  color: #666;
  margin: 5px 0px; }

.label {
  /*background:#bd5430;
  color:#fff;*/
  color: #bbbbbb;
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
  font-size: .6em;
  border-radius: 3px;
  width: auto;
  display: block;
  /*dean fix this line when you fix line 52 in index.html*/ }
  .label.labelpark-photolabel {
    display: none; }

#map-ui {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
  width: 163px;
  color: #fff;
  font-family: arial; }
  #map-ui ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    #map-ui ul #filter-worst-parks, #map-ui ul #filter-park-photo {
      display: none; }
  #map-ui a {
    font-size: 13px;
    background: #FFF;
    color: #5a4b38;
    display: block;
    margin: 0;
    padding: 0;
    border: 1px solid #bbbbbb;
    border-bottom-width: 0;
    min-width: 138px;
    padding: 10px;
    text-decoration: none; }
    #map-ui a:hover {
      background: #F7DCA8; }
  #map-ui li:last-child a {
    border-bottom-width: 1px;
    -webkit-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px; }
  #map-ui li:first-child a {
    -webkit-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0; }
  #map-ui a.active {
    background: #F1BF5B;
    color: #FFF; }

.leaflet-control-container {
  position: absolute;
  left: 350px; }

.leaflet-popup-pane {
  display: none; }

.leaflet-marker-icon {
  width: 22px !important;
  height: 22px !important; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0; }

.clearfix {
  display: inline-block; }

* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }
