body.projects h1, body.projects h2, body.projects h3 {color: #494738; border-bottom: none;}
body.projects h1 {
	margin: 0;
	padding: 0;
	width: 535px;
	height: 62px;
	background: url(../../images/content/projects/header.jpg) no-repeat top left;
}
div.contNorm {
	width: 535px;
  	margin: 13px 0 0 15px;
  	border: 3px solid #6e6a4c;
  	position: relative;
}

#featuredProj {
	/*font-size: 11px;*/
}
#featuredProj p {
	margin: 0 8px 7px 25px;
}
#featuredProj h2 {
	margin: 0;
	padding: 15px 25px 5px;
}
#featuredProj h3 {
	margin: 0;
	padding: 5px 25px;
}
#featuredProj .gallery {
	margin: 0 10px 15px;
}
#featuredProj img.left, #featuredProj div.beforeAfter {
	margin-left: 25px;
	margin-right: 17px;
}
div.beforeAfter a {
	display: block;
	margin: 0 0 17px 0;
}

div.project {
	margin-left: 26px;
	padding: 10px;
	width: 498px;
	overflow: hidden;
	border: 1px solid #cccbc1;
}
div.project p {
	padding: 0 0 7px 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;
}

/* 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 */
