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

* {
  margin: 0;
  padding: 0;
}

a:link {
  border-bottom: 1px dashed #f6cc7a;
  color: #f6cc7a;
  text-decoration: none;
}
a:visited {
  color: #f6cc7a;
}
a:hover, a:active {
  border-bottom: 1px solid #ffb11a;
  color: #ffb11a;
}
body {
  color: black;
  font: 80%/1.4em normal Tahoma, Arial, Verdana, Geneva, sans-serif;
}
img {
  border: 0;
}
h1 {
  display: none;
}
h2 {
  color: black;
  font: 135%/1.4em normal Tahoma, Arial, Verdana, Geneva, sans-serif;
  font-weight: bold;
  padding: 1em 0 0.75em 0;
}  
h3 {
  color: black;
  font: 110%/1.4em normal Tahoma, Arial, Verdana, Geneva, sans-serif;
  font-weight: bold;
  padding: 1em 0 0.5em 0;
} 
hr {
  display: auto;
}
p {
  padding: 0.5em 0;
  line-height: 1.6em;
}
table {
  width: 300px;
}
caption {
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
  text-align: left;
}
td {
  border-bottom: 1px solid #ccc;
  text-align: left;
}
th {
  border-bottom: 1px solid #ccc;
  text-align: left;
}
.right {
  text-align: right;
}

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

#container-body {
  margin: 0 auto;
  width: 100%;
}
#container-content {
  position: relative;
}
#column-left {
  width: 45%;
}
#column-full {
  display: none;
}
#column-right {
  width: 45%;
  float: right;
}
#footer {
  background-color: black;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
}
#footer p {
  color: #666;
}
#footer p a,
#footer p a:link,
#footer p a:visited {
  color: #666;
}
#footer p a:hover {
  color: #666;
}

#header {
  margin: 0 auto;
  width: 100%;
}
#header img {
  padding-bottom: 15px;
  margin-top: 15px;
}


/* 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;
  padding: 5px;
  margin-bottom: 5px;
  position: relative;
}
.testimonial img {
  width: 60px;
  position: absolute;
  left: 5px;
  top: 5px;
}
.testimonial-comment {
  font-style: italic;
  margin-left: 70px;
}
.testimonial-owner {
  color: #c30;
  text-align: right;
  font-style: italic;
}

/* Other non specific styles
----------------------------------------------- */
.clear {
  clear: both;
}
.floatright {
  float: right;
  padding-left: 20px;
}
.floatleft {
  float: left;
  padding-right: 20px;
  margin-top: 50px;
}
.guitar-image {
  display: none;
}