body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  background-color: #2F3335;
  height: 100%;
  
}
body, input {
  font-family: Helvetica, Arial, sans-serif;
}

img {
  border: none;
}

#collectiveidea {
  background-color: #212425 !important;
  height: 28px;
  border-bottom: none;
  line-height: 28px;
}

#header {
  background-color: #2F3335;
  color: #FFF;
  height: 40px;
  position: fixed;
  top: 28px;
  left: 0;
  right: 0;
}

#header h1 {
  margin: 0;
  float: left;
}

#header h1 a {
  text-indent: -2000px;
  overflow: hidden;
  display: block;
  width: 139px;
  height: 39px;
  background: url(../images/logo.gif) no-repeat;
}

#header a {
  color: #FFF;
  text-decoration: none;
}

#header ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: right;
  line-height: 40px;
}

#header li {
  float: left;
  margin-right: 20px;
  font-weight: bold;
}

.blue {
  color: #6CF;
}

.red {
  color: #F66;
}

.purple {
  color: #96C;
}

#map span.blue, #map span.purple, #map span.red {
  padding-left: 2em;
  height: 20px;
  display: block;
  font-weight: bold;
}

#map span.blue {
  color: #369;
  background: url(../images/blue.png) no-repeat top left;
}
#map span.purple {
  color: #909;
  background: url(../images/purple.png) no-repeat top left;
}
#map span.red {
  color: #C00;
  background: url(../images/red.png) no-repeat top left;
}

#header .city, #header .state {
  color: #6D7172;
}

#content {
  position: fixed;
  height: 100%;
  top: 68px;
  bottom: 40px;
  left: 0;
  right: 0;
  overflow: auto;
  background-color: #FFF;
}

#whats-new img {
  float: left;
  margin: 0 1em 1em 0;
}

.highlight {
  background-color: #ffff99;
}

#map {
  width: 100%;
  height: 100%;
  background-color: #FFF;
}

#map.loading {
  background: #FFF url(../images/loading.gif) no-repeat center;
}

#footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background-color: #2F3335;
  color: #FFF;
  line-height: 40px;
  vertical-align: middle;
}

form {
  margin: 0;
  padding: 0;
}

#new_location h2 {
  margin: 0;
  width: 114px;
  height: 36px;
  overflow: hidden;
  text-indent: -2000px;
  background: url(../images/add_a_sign.gif) no-repeat;
  float: left;
}

fieldset {
  margin: 0;
  border: none;
  padding: 0;
}

#new_location .address {
  position: absolute;
  right: 500px;
  left: 134px;
  top: 0;
}

#new_location .address input {
  width: 97%;
  font-size: 16px;
  font-weight: bold;
  color: #444;
}

input.inactive {
  color: #999 !important;
}

#new_location .address label {
  display: none;
}

#new_location .sign {
  position: absolute;
  right: 97px;
  top: 0;
}

#new_location .sign ul {
  margin: 0;
  list-style: none;
}

#new_location .sign li {
  float: left;
  font-size: 15px;
  font-weight: bold;
  margin-right: 15px;
}

#new_location .sign label {
  background: url(../images/blue.gif) no-repeat left center;
  padding: 4px 0 4px 28px;
  margin-left: -4px;
}

#new_location .sign label.red {
  background-image: url(../images/red.gif);
}

#new_location .sign label.purple {
  background-image: url(../images/split.gif);
}

#new_location .sign input {
  vertical-align: middle;
  margin-top: -2px;
}

#new_location .buttons {
  position: absolute;
  right: 20px;
  top: 0px;
  line-height: 1;
  padding-top: 6px;
}

#new_location.loading .buttons {
  overflow: hidden;
  text-indent: -2000px;
  width: 72px;
  background: url(../images/saving.gif) no-repeat center;
}

#new_location .error {
  background: url(../images/error.png) no-repeat 1em 1em;
  list-style: none;
  position: absolute;
  width: 300px;
  bottom: 40px;
  background-color: #FFC;
  border: 1px solid #DDC;
  color: #666;
  line-height: 1.5;
  padding: 1em 1em 1em 3em;
  left: 50%;
  margin-left: -150px;
}

#page {
  width: 600px;
  margin: 0 auto;
  padding-bottom: 1em;
}

table.locations {
  width: 100%;
  margin: 1em 0;
}

table.locations th {
  padding: 0 .5em;
  text-align: left;
}

table.locations tbody tr:hover {
  background-color: #ddd;
}

table.locations td {
  border: none;
  margin: 0;
  }
  table.locations td a {
    padding: 0 .5em;
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: #000;
  }

#about {
  position: absolute;
  top: 15%;
  bottom: 15%;
  left: 50%;
  margin-left: -200px;
  width: 400px;
  background-color: #EEE;
  border: 1px solid #CCC;
  padding: 1em;
  overflow: auto;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}