html {
  height: 100%;
}

body {
  height: 100%;
  font-family: 'Helvetica Neue',Arial,Helvetica,sans-serif;
  font-size: 12px;
}

span.cleardiv {
  clear: both;
  display: block;
}

.left {
  float: left;
/*  width: 70%;*/
  height: 100%;
}

.right {
  float: right;
  width: 300px;
  overflow: auto;
  height: 100%;
}

.right-inner {
  margin: 10px;
}

#map {
  width: 100%;
  height: 100%;
}

.map-header {
  position: absolute;
  top: 0px;
  margin: 0 auto;
  z-index: 1;
  width: 70%;
  text-align: center;
  background-image: url('../images/transparent-75.png');
  color: white;
}

h1 {
  font-size: 1.5em;
/*  padding: 8px;*/
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.5em;
}

.map-footer {
  position: absolute;
  bottom: 40px;
  margin: 0 auto;
  z-index: 1;
  width: 70%;
  text-align: center;
  background-image: url('../images/transparent-75.png');
/*  background-color: white;*/
  color: white;
}

.map-footer img {
  margin: 10px;
}

.marker-image {
  width: 240px;
  height: 240px;
  text-align: center;
}

.marker-thumbnails {
  width: 340px;
}

.marker-thumbnails img {
  width: 75px;
  height: 75px;
  margin-right: 10px;
  margin-bottom: 10px;
}

a {
  color: #f26f27;
}

p {
  margin-bottom: 0.5em;
}

h2 {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.5em;
  display: block;
  width: 100%;
}

ul {
  margin: 0 10px 10px 10px;
}

ul li {
  list-style: disc outside;
  margin-bottom: 0.5em;
}

span.time-ago {
  color: #666;
}

h1.where {
  text-indent: -9000px;
  background-image: url('../images/whereintheworldisjames.png');
  height: 43px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.globecycle-logo {
/*  margin-left: 5px;*/
/*  margin-bottom: 5px;*/
/*  float: right;*/
  /*text-align: center;*/
  float: left;
  margin-top: 15px;
}

p.spot {
  text-align: center;
}

.sponsors {
  float: left;
  width: 110px;
/*  height: 230px;*/
  text-align: center;
  margin-top: 40px;
}

.justgiving-widget {
  float: right;
  margin-left: 5px;
  margin-bottom: 5px;
}

hr {
  height: 1px;
  border: 0;
  border-bottom: 3px dotted #f26f27;
  color: #333;
/*  background-color: #333;*/
  width: 100%;
  clear: both;
}

ul.media {
  float: left;
  width: 80px;
/*  text-align: center;*/
/*  margin-left: 0;*/
/*  margin-bottom: 0;*/
}

ul.media li {
  display: block;
  margin: 0px;
/*  position: relative;*/
/*  height: 180px;*/
}

ul.media li.blog {
  margin-top: -16px;
}

ul.media li.twitter {
  margin-top: -5px;
}

ul.media li.flickr {
/*  margin-top: -5px;*/
  margin-top: -10px;
}

p.about {
  clear: both;
/*  margin-top: -40px;*/
/*  font-size: 1.3em;*/
  line-height: 1.4em;
/*  margin-top: 10px;*/
}

ul.stats {
  text-align: center;
  margin: 0;
}

ul.stats li {
  display: inline;
}

ul.stats li {
  margin-right: 20px;
}

ul.stats li span.number {
  font-size: 2em;
}

ul.stats li.last {
  margin-right: 0;
}

.tweets {
  padding-bottom: 10px;
}