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

* {
  margin: 0;
  padding: 0;
}

a:link {
  color: #f6cc7a;
  text-decoration: underline;
}
a:visited {
  color: #f6cc7a;
}
a:hover, a:active {
  color: #ffb11a;
}
body {
  background: black url(../img/bg.jpg) repeat-y 50% 0;
  color: #f7d89a;
  font: 80%/1.4em normal Tahoma, Arial, Verdana, Geneva, sans-serif;
}
body.testimony {
  padding: 2em 1em 1em 1em;
}
body.testimony h1 {
  padding-bottom: 0.5em;
}
body.testimony img {
  border: 1px solid #804f25;
  margin: 1em auto 0 auto;
}
body.testimony h1 {
  color: #cc9e43;
  font: 140%/1.4em normal Tahoma, Arial, Verdana, Geneva, sans-serif;
  font-weight: bold;
  margin-left: 0;
}  
img {
  border: 0;
}
img.border {
  border: 2px solid black;
}
h1 {
  margin-left: -1000px;
}
h2 {
  color: white;
  font: 135%/1.4em normal Tahoma, Arial, Verdana, Geneva, sans-serif;
  font-weight: bold;
  padding: 1em 0 0.75em 0;
}  
h3 {
  color: #f7d89a;
  font: 120%/1.4em normal Tahoma, Arial, Verdana, Geneva, sans-serif;
  font-weight: bold;
  padding: 1em 0 0.5em 0;
} 
div.hr {
  height: 16px;
  border-top: 1px solid #bc7537;
  background: transparent url(../img/ico-guitar.gif) no-repeat 0 -8px;
  margin: 1.5em 0 0 0;
}
div.hr hr {
  display: none;
}
p {
  padding: 0.5em 0;
  line-height: 1.6em;
}
table {
  background-color: inherit;
  border: 0;
  border-collapse: collapse;
  margin: 0 0 2em 0;
  padding: 0;
  width: 100%;
}
caption {
  background: transparent url(../img/bg-half.gif) repeat 0 0;
  border-bottom: 1px solid black;
  color: #bc7537;
  font-weight: bold;
  font-size: 100%;
  padding: 0.5em 0.3em;
  text-align: left;
  text-transform: uppercase;
}
th {
  text-align: left;
  vertical-align: top;
  background-color: #401103;
  font-weight: bold;
  color: #f7d89a;
  padding: 0.3em;
}
td {
  text-align: left;
  vertical-align: top;
  background-color: transparent;
  border-bottom: 1px solid #bc7537;
  padding: 0.3em;
}
.right {
  text-align: right;
}

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

#container-body {
  margin: 0 auto;
  width: 740px;
}
#column-left {
  width: 350px;
}
#column-full {
  clear: both;
}
#column-right {
  clear: both;
  float: right;
  width: 320px;
}
#footer {
  background-color: black;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}
#footer p {
  color: #54462a;
}
#footer p a,
#footer p a:link,
#footer p a:visited {
  border-bottom: 1px solid #54462a;
  color: #54462a;
  text-decoration: none;
}
#footer p a:hover {
  border-bottom: 1px solid #8f733a;
  color: #8f733a;
  text-decoration: none;
}

#header {
  margin: 0 auto;
  width: 345px;
}
#header img {
  padding-bottom: 35px;
  margin-top: 35px;
}

/* Contact form container
----------------------------------------------- */
#contact img {
  float: left;
  margin-top: 10px;
}
#contact form {
  padding-left: 260px;
}
#contact .aster {
  color: #c30;
}
#contact .aster-text {
  font-style: italic;
  font-size: 90%;
}
#contact input,
#contact textarea {
  background: transparent url(../img/bg-half.gif) repeat 0 0;
  border: 1px solid #bc7537;
  color: white;
  padding: 2px; 
  width: 95%;
  text-overflow: clip; 
  overflow: hidden;
}
#contact input.submit {
  overflow: hidden;
  background: #7b3400 url(../img/bg-input-submit.gif) repeat-x 0 0;
  border-bottom: 1px solid #2f1400;
  border-left: 1px solid #994100;
  border-right: 1px solid #2f1400;
  border-top: 1px solid #994100;
  color: white; 
  font-size: 90%;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 4px; 
  width: auto;
} 
#contact input.clear {
  background: #414141 url(../img/bg-input-clear.gif) repeat-x 0 0;
  border-bottom: 1px solid #241111;
  border-left: 1px solid #4c4c4c;
  border-right: 1px solid #241111;
  border-top: 1px solid #4c4c4c;
  color: #ccc; 
  font-size: 90%;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 4px; 
  width: auto;
} 

/* Photo thumbnails
----------------------------------------------- */
.thumbs {
  margin: 0.5em 0;
}
.thumbs img {
  border: 2px solid #b07646;
  margin-right: 20px;
}
.thumbs a,
.thumbs a:link,
.thumbs a:visited {
  border: 0;
}
.thumbs a:hover {
  border: 0;
}

/* Testimonials in right column
----------------------------------------------- */
.testimonial {
  background: transparent url(../img/bg-half.gif) repeat 0 0;
  border: 1px solid black;
  margin: 10px 0;
  overflow: hidden;
  padding: 5px;
  position: relative;
}
.testimonial img {
  width: 80px;
  position: absolute;
  left: 5px;
  top: 15px;
}
.testimonial-comment {
  font-style: italic;
  margin-left: 90px;
}
.testimonial-owner {
  color: #c30;
  text-align: right;
  font-style: italic;
  margin-top: -15px;
}

/* Photo captions
----------------------------------------------- */
.caption {
  background: transparent url(../img/bg-half.gif) repeat 0 0;
  margi-bottom: 10px;
  margin-top: 10px;
}
.caption p {
  font-size: 85%;
  padding: 5px 5px 10px 5px;
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
}
.caption-left {
  float: left;
  margin-right: 15px;
}
.caption-right {
  float: right;
  margin-left: 15px;
}

/* Other non specific styles
----------------------------------------------- */
.back {
  background: #3b311d url(../img/ico-less.gif) no-repeat 7px 50%;
  float: right;
  font-weight: bold;
  font-size: 110%;
  border: 1px solid #cc9e43;
  padding: 3px 5px 3px 18px;
  margin-left: 5px;
}
.back a,
.back a:link,
.back a:visited {
  border: 0;
  text-decoration: none;
}
.back a:hover {
  border: 0;
}
.clear {
  clear: both;
}
.floatright {
  float: right;
  padding-left: 20px;
}
.floatleft {
  float: left;
  padding-right: 20px;
  margin-top: 50px;
}
.more {
  background: transparent url(../img/ico-more.gif) no-repeat 100% 0.6em;
  padding-right: 10px;
  float: right;
  font-weight: bold;
  margin-top: -1.5em;
}
