a { color:#B23B28; }
a:hover { color:#ff0600; }
h1, h2, h3, h4, h5, h6 { color:#B23B28; }

body { 
  background: #D1C3AA url('/assets/images/bk_linen_light.jpg') top left;
  color: #808080;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 9pt;
  line-height: 12pt;
}

#page {
  background: #fff url('/assets/images/paisley.png') top left no-repeat;
  border: 2px solid #B23B28;
  margin: 5% auto 10px auto;
  padding: 10px 20px 5px 20px;
  width: 800px;
}

#header { background: transparent url('/assets/images/logo.png') top right no-repeat; height: 95px; }

#content { 
  padding-left: 150px;
  height: 420px;
}

#front #content { height: 450px; }
#front #nav { display: none; }
#front .showcase { 
  padding-top: 30px; 
  width: 550px;
}
#front .showcase img { 
  margin: 6px;
  border: 1px solid #B23B28;
}
#front h1#decoration { 
  font-size: 130%;
  margin-top: 1em;
  width: 100%; 
}
#front .showcase a { 
  display: block; 
  text-decoration:none; 
  text-align: center; 
  color: #CE2622;
}

#nav { 
  border-top: 1px solid #B23B28;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  height: 15px;
  padding-top: 5px;
}
#nav ul { float: right; list-style: none; margin: 0; padding: 0; }
#nav li { display: inline; float: left; list-style: none; margin: 0; padding: 0; }
#nav a { color:#808080; display:inline; font-size: 12px; line-height: 12pt; padding-left: 20px; text-decoration:none; }
#nav a:hover { color: #B23B28; }

h1#decoration { float:left; font-family: Arial, Helvetica, sans-serif; font-size:12px; line-height: 12pt;}

img.photo { float:right; margin-top: 35px; margin-left:25px; width:250px; }

#home .home, #fabulous .fabulous, #who .who, #contact .contact, #green .green, #galleries .gallery { color:#B23B28; }

#testimonials #content .testimonials { width: 600px; height: 340px; padding-right: 15px; overflow: auto; }
#testimonials .testimonial { margin-bottom: 10px; border-bottom: 1px solid #DDDDDD; }
#testimonials .testimonial:last-child { border-bottom: none; }

#contact span.contact-title { font-weight: bold; }
#contact span.note { font-style: italic; }

/*** Galleries ***/
.gallery-group { width: 530px; }
.gallery-item {
  height: 140px;
  float: left;
  margin-bottom: 20px;
  margin-right: 10px;
  text-align: center;
}

.gallery-item a { 
  border: 1px solid #B23B28;
  display: block;
  height: 120px;
  width: 120px;
}

.gallery-item h4 {
  margin-top: 0.5em;
  font-size: 100%;
}

