/* Main Styles */
.toggler {
  color: #FFF;
  margin: 0;
  padding: 2px 5px;
  background: #111;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #f5f5f5;
  border-left: 1px solid #f5f5f5;
  font-size: 13px;
  font-weight: normal;
  font-family: 'Andale Mono', sans-serif;
  float: left;
  overflow: hidden;
  width: 10px;
  height: 100%;
}

.element {
  overflow: hidden;
  float: left;
  width: 500px;
}

.float-left {
  padding:10px 20px;
  float:left;
  width: 500px;
}

.float-right {
  padding:10px 20px;
  float:right;
  width: 500px;
}

.seated-right {
  padding:1px 1px;
  float:right;
  width: auto;
}

.bottom_right {
  padding:10px 20px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}

.google_ads {
  padding:10px 20px;
  position: absolute;
  right: 10px;
  top: 10px;
}

.super_small {
  font-size: 10px;
  font-weight: normal;
}

/* Photos */
#photos .image-container, #photos .lightbox {
  float: left;
  margin: 5px 8px;
}
#photos .image-container p {
  margin: 0;
  padding: 0;
}
#photos .image-container .date {
  color: silver;
  font-size: 0.85em;
}
#navigate {
  margin-bottom: 10px;
  padding-left: 8px;
  }
#navigate a, #navigate h2 {
  display: inline;
}
#navigate a.backlink {
  padding-left: 20px;
  margin-right: 30px;
}
#navigate .picasalink {
  padding-left: 28px;
}


/* Comment form */
#wrapper{
  font-size: 13px;
  padding: 10px;
  margin: 10px auto;
}

form div.inline span input, form div.inline span textarea, form div.inline span select {
  width:auto;
}

form input {
  font-size: 10px;
}

form span {
  background-color:#FFFFFF;
  border:1px solid #627855;
  display:block;
  padding:1px;
}

form span input, form span textarea, form span select {
  background-color:#F5F5F5;
  border-color:#C3C3C3 rgb(218, 218, 218) rgb(221, 221, 221);
  border-style:solid;
  border-width:1px;
  color:#282829;
  font-family:inherit;
  font-size:10px;
  margin:0pt;
  width:99%;
}

form span input:focus, form span textarea:focus, form span select:focus, form span:hover input, form span:hover textarea, form span:hover select {
  background-color:#FFFFFF;
}

form span.inline {
  float:left;
  margin-right:20px;
  margin-top:3px;
  width:auto;
}

form span.inline input {
  background-color:transparent !important;
  border:medium none;
  width:auto;
}

form table {
  width:80%;
}

form td.min {
  width: 10%
}

#sending, #success, #fail{
  padding: 3px;
  width: 50px;
  visibility:hidden;
  position: absolute;
  top: 35px;
  left: 350px;
}

#success{
  background:green;
}

#fail{
  background: red;
}

#sending{
  background: yellow;
}

