body.testimonials h1, body.testimonials h2, body.testimonials h3 {color: #494738; border-bottom: none;}
body.testimonials h1 {
	margin: 0;
	padding: 0;
	width: 535px;
	height: 62px;
	background: url(../../images/content/testimonials/testimonials_header.jpg) no-repeat top left;
}
#featuredProj {
	width: 535px;
  	margin: 13px 0 20px 15px;
  	padding: 0;
  	border: 3px solid #6e6a4c;
  	position: relative;
}
#featuredProj p {
	margin: 0 8px 7px 15px;
}
#featuredProj p#intro {
	margin-top: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
	font-size: 13px;
	border-bottom: 1px solid #d2d2c8;
	text-align: justify;
}
#rightCol #featuredProj h2 {
	margin: 15px 15px 10px;
}
#featuredProj .gallery {
	margin: 0 10px 15px;
}
#featuredProj img.left, #featuredProj div.beforeAfter {
	margin-left: 15px;
}
div.beforeAfter a {
	padding: 0 2px;
}

div.testimonial {
	margin-left: 26px;
	padding: 10px;
	width: 498px;
	overflow: hidden;
	border: 1px solid #cccbc1;
}
div.testimonial div.quote { 
	background: url('/images/content/testimonials/quote.gif') top left no-repeat;
	padding-left: 5px;
}
div.testimonial p {
	padding-left: 10px;
	font-size: 12px;
}
.right {float: right; margin: 0 0 10px 10px;}
.left {float: left; margin: 0 10px 10px 0;}

.action {
	display: block;
	clear: both;
	margin: 15px 40px 20px;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	color: #494738;
}

.photo img {
	border: 1px solid #6e6a4c;
}
.gallery {
	clear: both;
	background: #cccbc1 url(../../images/content/testimonials/gallBG.jpg) top left repeat-x;
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
	padding: 10px 0;
	position: relative;
	border: 2px solid #6e6a4c;
}
div.gallery p {
	font-size: 10px;
	margin-bottom: 7px;
}
.gallery img {
	margin: 2px;
	border: 1px solid #6e6a4c;
}
.gallery .closeBox {
	position: absolute;
	top: 5px;
	right: 5px;
	color: #fff;
	font-size: 10px;
}

strong.install {
	color: #494738;
	text-decoration: underline;
}
span.date {
	color: #6e6a4c;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
}

.navigation {
	position: relative;
	bottom: 30px;
	display: block;
	text-align: center;
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
