body {
  font-size: 75%;
  font-family: Arial, Sans-serif;
  background: #d3edff;
  margin: 0;
  padding: 0;
  min-width: 800px;
}
a {
  color: black;
}
form.input {
  font-size: 2em;
}
form.input input, form.input textarea {
  font-size: 1em;
}
form.input .text {
  width: 300px;
}
form.input textarea.text {
  height: 5em;
}
form.input input, form.input img {
  vertical-align: top;
}
form.input img {
  border: 1px solid #ddd;
  margin-bottom: .5em;
}
.invalid em {
  font-size: .8em;
  color: #980000;
}
.invalid form.input input {
  border: 1px solid red;
}
a.logout {
  color: black;
}
/* [content] */
#content_container {
  margin: 0 2em;
}
/* /[content] */
/* [map] */
.infowindow {
  font-size: 1em;
  margin-top: 10px;
  max-width: 320px;
  max-height: 440px;
  overflow: auto;
}
.infowindow img {
  display: block;
  border: 1px solid #eee;
  margin: 0 auto;
  margin-bottom: .5em;
}
.infowindow h2 {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
.infowindow p {
  margin: 0;
  padding: 0;
  margin-bottom: .5em;
}
.infowindow strong.timestamp {
  font-size: .9em;
  opacity: .2;
  display: block;
  text-align: center;
}
.infowindow a {
  color: black;
}
.infowindow em.permalink strong {
  display: block;
}
.infowindow em.permalink {
  font-size: .9em;
  display: block;
  text-align: center;
  font-style: normal;
  font-weight: bold;
}
#map_box {
  margin-left: 20%;
}
#map_container {
  height: 640px;
  position: relative;
}
#map {
  height: 100%;
}
#map_entries {
  list-style: none;
  margin: 0;
  padding: 0;
}
#map_entries .text {
  margin: 1em 0;
}
/* [/map] */
/* [marker menu] */
#map_navigation {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 20%;
  height: 656px;
  overflow: auto;
  overflow-x: hidden;
  float: left;
}
#map_navigation li {
  margin-bottom: .5em;
  color: white;
}
#map_navigation li h3 {
  margin: 0;
  padding: 0;
  background: #869aae;
  font-size: 1.2em;
  font-weight: normal;
  padding: .2em .5em;
  margin-bottom: 1em;
}
#map_navigation li.box .middle .content {
  padding: .5em;
}
#map_navigation li.box.current h3 {
  background: #d7a50b;
}
#map_navigation li.box.current .middle .content {
  background: #ffc000;
  color: black;
}
#map_navigation li a, #topbar a {
  color: white;
}
#map_navigation li.box.current a {
  color: black;
}
#map_navigation li .images {
  margin-top: 5px;
}
#map_navigation li .images img {
  width: 60px;
  height: 45px;
  border: 1px solid white;
}
#map_navigation li .text a.truncate {
  color: black;
  text-decoration: none;
}
#map_navigation li .icons img {
  vertical-align: middle;
}
#map_navigation li.pagination ul#pagination:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: '.';
  height: 0px;
}
#map_navigation li.pagination ul#pagination {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  margin-top: 1em;
  margin-right: 30px;
}
#map_navigation li.pagination ul#pagination li {
  float: left;
  height: 16px;
  font-size: .9em;
}
#map_navigation li.pagination ul#pagination li.page a {
  display: block;
  text-decoration: none;
  color: black;
  font-weight: normal;
  margin-left: 5px;
  padding-right: 5px;
  padding-top: .1em;
}
#map_navigation li.pagination ul#pagination li.page.here {
  background: url(/images/whereami/button-orange-left.png) no-repeat top left;
}
#map_navigation li.pagination ul#pagination li.page.here a {
  height: 16px;
  background: url(/images/whereami/button-orange-right.png) no-repeat top right;
}
#map_navigation li.pagination ul#pagination li.page.next a,
#map_navigation li.pagination ul#pagination li.page.previous a
{
  text-decoration: underline;
  color: #555;
}
/* [/marker menu] */
/* [topbar] */
#topbar {
  padding-top: 14px;
  padding-bottom: 5px;
  margin-bottom: 2em;
  background: #2e2e2e url(/images/whereami/gradient-topwhite-small.png) repeat-x top left;
  position: relative;
}
#topbar h1 {
  margin: 0;
  padding: 0;
  height: 51px;
  width: 198px;
  overflow: hidden;
  text-indent: -1000px;
  background: url(/images/whereami/logo-whereami.png) no-repeat top left;
  margin-left: 15px;
}
#topbar ul.links {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
#topbar ul.links li {
  float: left;
  padding-left: .5em;
  margin-left: .5em;
  height: 16px;
  border-left: 1px solid white;
  font-size: .8em;
  white-space: nowrap;
}
#topbar ul.links li a {
  text-transform: uppercase;
  text-decoration: none;
  height: 16px;
  display: block;
  padding-top: 2px;
}
#topbar ul.links li.signup {
  background: url(/images/whereami/button-orange-left.png) no-repeat top left;
  padding-left: 7px;
  border-left: none;
}
#topbar ul.links li.signup a {
  color: black;
  background: url(/images/whereami/button-orange-right.png) no-repeat top right;
  padding-right: 7px;
}
#topbar ul.links li.whereareyou a {
  background: url(/images/whereami/markericon-small.png) no-repeat top left;
  padding-left: 15px;
}
#topbar ul.links li.first {
  border-left: none;
}
/* [/topbar] */
/* [box] */
.box .header {
  position: relative;
  height: 8px;
}
.box .header .left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 8px;
}
.box .header .right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 8px;
}
.box .header .content {
  margin: 0 8px;
  height: 100%;
}
.box .footer {
  position: relative;
  height: 8px;
}
.box .footer .left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 8px;
}
.box .footer .right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 8px;
}
.box .footer .content {
  margin: 0 8px;
  height: 100%;
}
.box .middle {
  position: relative;
}
.box .middle .left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  margin-bottom: 16px;
  width: 8px;
}
.box .middle .right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  margin-bottom: 16px;
  width: 8px;
}
.box .middle .content {
  margin: 0 8px;
  height: 100%;
}
/* [/box] */
.box.bluebox .header .left {
  background: url(/images/whereami/box-top-left.png) repeat-x top left;
}
.box.bluebox .header .content {
  background: url(/images/whereami/box-top-middle.png) repeat-x top left;
}
.box.bluebox .header .right {
  background: url(/images/whereami/box-top-right.png) repeat-x top left;
  width: 15px;
}
.box.bluebox .footer {
  height: 16px;
}
.box.bluebox .footer .left {
  background: url(/images/whereami/box-bottom-left.png) repeat-x top left;
}
.box.bluebox .footer .content {
  background: url(/images/whereami/box-bottom-middle.png) repeat-x top left;
  margin-right: 15px;
}
.box.bluebox .footer .right {
  background: url(/images/whereami/box-bottom-right.png) repeat-x top left;
  width: 15px;
}
.box.bluebox .middle .left {
  background: url(/images/whereami/box-middle-left.png) repeat-y top left;
}
.box.bluebox .middle .content {
  background: #99b3cc;
  margin-right: 15px;
}
.box.bluebox .middle .right {
  background: url(/images/whereami/box-middle-right.png) repeat-y top left;
  width: 15px;
}
#main_container {
  width: 300px;
  margin: 10em auto;
}
#main_container .box.bluebox .middle .content {
  padding: 10px;
  color: white;
  text-align: center;
}
#main_content.box.bluebox .middle .content {
  background: #2e2e2e;
  padding: 50px 0;
}
#nouser h2 {
  font-weight: normal;
}
#nouser h2 em {
  font-weight: bold;
  text-decoration: underline;
}
#content_container h2.usertitle {
  margin: 0;
  padding: 0;
  background: url(/images/whereami/header-blue-left.png) no-repeat top left;
  margin-bottom: 1px;
  margin-right: 16px;
  font-size: 2.5em;
  font-weight: normal;
  color: white;
}
#content_container h2.usertitle span {
  display: block;
  background: url(/images/whereami/header-blue-right.png) no-repeat top right;
  height: 46px;
  margin-left: 9px;
  padding-top: 5px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
