/* -----------------------------------------------------------------------------------------
  TYPE SELECTOR RULES
  --------------------------------------------------------------------------------------- */

* {
  margin: 0;
  padding: 0;
}

a:link {
  color: #884809;
  text-decoration: underline;
}
a:visited {
  color: #884809;
}
a:hover, a:active {
  color: black;
}
body {
  background: transparent url(../img/bg-body.jpg) no-repeat 50% 0;
  color: black;
  font-size: 80%;
  font-family: Georgia, "Times New Roma", Tahoma, serif;
}
img {
  border: 0;
}
h1 {
  font-size: 150%;
  margin: 5px 0 10px 0;
}
h2 {
  font-size: 130%;
  margin: 5px 0 10px 0;
}
h3 {
  font-size: 120%;
  margin: 1em 0 10px 0;
}
p {
  padding: 0.5em 0;
  line-height: 1.6em;
}
table {
  background-color: inherit;
  border-bottom: 1px solid #b8a04c;
  border: 0;
  border-collapse: collapse;
  padding: 0;
  width: 600px;
}  
table th {
  border-top: 1px solid #b8a04c;
  border-bottom: 1px solid #b8a04c;
  text-align: left;
  vertical-align: top;
  padding: 0.5em 0.3em;
}
table th.subhead {
  border-bottom: 1px solid #b8a04c;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding: 0.5em 0.3em;
}
table td {
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid #b8a04c;
  padding: 0.5em 0.3em;
}

/* -----------------------------------------------------------------------------------------
  ID SELECTOR RULES
  --------------------------------------------------------------------------------------- */

#footer {
  display: none;
}

/* Nav boxes
----------------------------------------------- */
ul#nav {
  display: none;
}

/* Contact form container
----------------------------------------------- */
#container-content ul.content li {
  list-style-image: url(../img/bullet.gif);
  margin-left: 30px;
  padding: 5px 0 5px 15px;
}
#contact .aster {
  color: #A04C00;
}
#contact .aster-text {
  font-style: italic;
  font-size: 90%;
}
#contact input,
#contact textarea {
  border: 1px solid #9C8851;
  color: white;
  padding: 2px; 
  width: 95%;
  text-overflow: clip; 
  overflow: hidden;
}

.clear {
  clear: both;
}

/* Tabs on photos page
----------------------------------------------- */
ul#tabs {
  display: none;
}


#ie6warning {
  display: none;
}

.photo-left {
  border: 1px solid #5B4B1B;
  color: #5B4B1B;
  font-size: 85%;
  float: left;
  margin-bottom: 1em;
  padding-top: 0;
  width: 220px;
}
.photo-right {
  border: 1px solid #5B4B1B;
  color: #5B4B1B;
  font-size: 85%;
  margin-bottom: 1em;
  padding-top: 0;
  width: 220px;
}
.top {
  display: none;
}