/* Stickers by Sandstone
 * Gallery Stylesheet
 * Author: Justin Davis <jrcd83@gmail.com>
 */

#content a {
  color: black;
  text-decoration: none;
}

.frame, .hanging, .pane {
  float: left;
  text-align: center;
  padding: 10px;
  margin: 5px;
  height: 150px;
  width: auto;
}

.caption {
  font-size: 12px;
}

.name {
  font-weight: bold;
}

.frame, .pane {
  background-color: #def3ee;
  border: 1px solid #2d5c94;
  padding: 9px;
  margin: 5px;
}

.frame .button {
  margin-right: 5px;
  padding: 10px;
  border: solid red 1px;
}

#updatepane_preview, #orderpane_preview {
  cursor: pointer;
}

.pane {
  position: absolute;
  z-index: 10;
  opacity: 0%;
  visibility: hidden;
  top: 0px; left: 0px;
  font-size: 12px;

  height: 200px;
}

#orderpane p {
  font-size: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

#NEcorner  {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 11;
}

#updatepane_corner a {
  text-decoration: none;
}

#updatepane_right {
  position: absolute;
  top: 0px;
  right: 5px;
  width: 250px;
  height: 100%;
}

.cat {
  position: absolute;
  top: 30px;
}

#all_cats {
  width: 100px;
  left: 0px;
}

#cat_buttons {
  width: 50px;
  top: 45px;
  left: 100px;
}

#current_cats {
  width: 100px;
  left: 150px;
}

#galleryfooter {
  text-align: center;
  clear: left;
}

/*#content p {
  clear: both;
  }*/
