* {margin: 0; padding: 0}
a { text-decoration: none; color: #80acd9; }
a:visited { color: #80acd9; }
a:hover { color: #d4de9d; text-decoration: underline; }

body {
  background-color: black; 
  color: #ccc; 
  text-align: center; 
  font-size: 76%;
  line-height: 1.4em; 
  font-family: "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
}


#wrapper {
  position: relative;
  text-align: left;
  margin: 0 auto;
  width: 900px;
}

#content { 
  position: relative; 
  padding-top: 2em;
}

#navbar {
  width: 51em;
  height: 2.3em;
  margin: 0 auto;
  padding-left: 1em;
}

#navbar a {
  display: block;
  float: left;
  padding: .2em 1.1em;
  margin: 0;
  height: 2em;
  color: #aaa;
}
#navbar a:hover {
  text-decoration: none;
  border-bottom: .05em solid #d4de9d;
  height: 1.9em;
  color: #d4de9d;
}

#header { padding-left: 295px; }
#header h1 {margin: 0; padding: 0; line-height: 0; color: #000;}

#header img { position: relative; top: 10px; }
#header.home img { position: relative; top: 40px; }

#preg_left {
  position: absolute;
  top: 5px;
  left: 0;
}
#preg_right {
  position: absolute;
  top: 5px;
  right: 0;
}
.fp { 
  position: absolute; 
  width: 300px;
  height: 300px;
}
.fp img { 
  border: 1px solid #444; 
}
.fp img:hover {
  border: 1px solid #999;
}

table.centering, .centering td, .centering tr {
  height: 100%;
  width: 100%;
  text-align: center;
  border: 0;
  padding: 0;
  margin: 0;
}
.fp label a {
  display: block;
  text-align: center;
  font-size: 1.3em;
  padding-top: .1em;
  margin-top: .1em;
  color: #aaa;
}

#photo {
  top: 0;
  left: 0;
}
#announcement {
  top: 0;
  right: 0;
}
#bellycast {
  top: 30px;
  left: 250px;
  width: 400px;
  height: 400px;
}
#nursery_art {
  top: 350px;
  left: 40px;
}
#pcm {
  position: absolute;
  top: 320px;
  right: 140px;
}
#pcm a {
  font-size: 1.5em;
  line-height: 2em;
  color: #d4de9d;
}
#pcm ul { list-style-type: none; }

#footer {
  padding-top: 40px;
  clear: both;
  text-align: center;
  color: #555;
  font-size: .8em;
}
#footer a { color: #444; } 

#footer #login { position: absolute; bottom: 0; right: 0; }

#footer #login a { color: #111; }

img {border: none;}

#objects ul {
  margin: auto;
  width: 800px;
}
li.object {
  list-style-type: none;
  display: block;
  float: left;
  width: 400px;
  height: 400px;
  margin-bottom: 1em;
 }
.object img {
  border: 2px solid #444; 
}
.object img:hover {
  border: 2px solid #666;
}
.object label {
  font-size: 1.3em;
  color: #888;
}
.object { text-align: center; }

#object {
  width: 700px; 
  margin-left: 100px; 
  text-align: center; 
}
#previous {position: absolute; top: 200px; }
#next {position: absolute; top: 200px; right: 0px;}

.price {
  width: 410px;
  padding: 20px;
}
#col1, #col2 {position: absolute; top: 100px; width: 410px; }

#col2 {
  margin-left: 452px; }

h1 {
  margin: .5em 0 0 3em;
  font-weight: normal;
  font-size: 2em;
  color: #aaa;
}

h2 {
  font-family: Garamond, "Times", "Times New Roman", serif;
  margin: .5em 0;
}

.price .description {
  padding: 1em;
}

p {
  padding: 1em;
  font-size: 1.1em;
}


pre {
  background-color: #eee;
  padding: 10px;
}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #aaa;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  list-style: square;
}

div.uploadStatus {
  margin: 5px;
}

div.progressBar {
  margin: 5px;
}

div.progressBar div.border {
  background-color: #fff;
  border: 1px solid grey;
  width: 100%;
}

div.progressBar div.background {
  background-color: #333;
  height: 18px;
  width: 0%;
}

