* {
}

body {
  text-align: center;
  margin-top: 0;
  font-family: arial,sans-serif;
  background-image: url(/img/twitmapback.jpg); 
  background-repeat: repeat;
  background-color: #3C3923;
}  

#main {
  margin:0;
  width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0.5em;
  padding: 0;
}
h2 {
  margin-bottom: 0;
}

p {
}

a {
  color: #3C3923;
}

a:hover, a:focus, a:active {
}

a:focus, a:active {
}

img, a img {
}

small {
}

abbr, acronym {
}

blockquote {
}

noscript {
  color: #FFF;
}

cite {
}

em {
}

strong {
}

form {
  margin:5px;
}

fieldset {
}

legend {
}

label {
}

input, select {
  background-color: #ccbbaa;
}

select {
}

option {
}

textarea {
}

input:focus, select:focus, option:focus, textarea:focus {
}

#header {
}

#content {
}

#sidebar {
}

#navigation {
}

#footer {
}

.bold, .b {
  font-weight: bold;
}

.italic, .i {
  font-style: italic;
}

.hidden {
}

.offset {
}

.highlight {
}

.tiny {
}

.error {
}

.abbr {
}
.info {
  color: #666;
  font-size: 0.8em;
  font-style: italic;
}
.avatar {
  margin: 10px;
}
#contact {
  color: #FFF;
}
.avatar {
  float: right;
  margin: 20px 10px 0 0;
}

.profile {
  text-align: left;
  font-size: 0.7em;
}

.status {
  font-family: cursive;
  margin: 1em 0 0 0;
  font-size: 0.9em;
  width: 205px;
}

#map, #banner {
  margin-right: auto;
  margin-left: auto;
}

.message {
  width: 500px;
  margin: 3px auto 3px auto;
  background-color:#3C3923;
  border:1px solid #91AA9D;
  color: #FCFFF5;
  font-size: 0.8em;
  padding: 3px;
}
 

#banner {
  background-image:url("/img/mapbanner_narrow.jpg");
  /* background-position:top; */
  background-repeat:no-repeat;
  height: 145px;
  width: 789px;
}

#menubar {
  padding: 10px 15px 0 0;
  text-align: right;
}
#selector {
  padding: 60px 15px 0 0;
  text-align: right;
  width: auto;
}
#hlselector {
  display: inline;
}
.greyout {
  display: none;
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index:1001;
  -moz-opacity: 0.8;
  opacity:.80;
  filter: alpha(opacity=80);
}
.modal {
  border: solid 1px #000;
  position: absolute;
  top: 86px;
  left: 50%;
  margin-left:-150px;
  width: 300px;
  background-color: #CCCCCC;
  padding: 10px;
  z-index:1002;
  display: none;
}
