/**
 * @file Geek Me module CSS
 * */

#block-geek-me-geek-me {
  position: fixed;
  background: rgba(255, 255, 180, 0.8);
  border: 2px solid #ff9900;
  color: #000000;
  cursor: move;
  box-shadow: 3px 3px 6px rgba(0,0,0,0.3);
  z-index: 100;
  min-width: 200px !important;
}

#block-geek-me-geek-me a {
  text-decoration: underline;
  color: #000000;
}

#block-geek-me-geek-me.ui-draggable-dragging {
  border-style: dotted; background: rgba(255, 255, 240, 0.5); 
}

#block-geek-me-geek-me fieldset {
  margin-bottom: 0;
}
#block-geek-me-geek-me ul li {
  list-style: none;
  margin: 0;
  font-weight: bold;
}

#block-geek-me-geek-me ul li li {
  list-style: square;
  font-weight: normal;
  margin-left: 1em;
}

#block-geek-me-geek-me .geek-me-edit {
  margin-left: 1em;
}

#geek-me-hide,
#geek-me-close { position: absolute; right : 10px; padding: 0 0.5em; cursor: pointer; background: rgba(255, 255, 180, 0.8); z-index: 100; }

