/*----------------------------------------------*/
/*	Project	Styles				*/
/*	-defines the projects page 		*/
/*----------------------------------------------*/

.project{	
	width: 100%;
	margin-top: .5em;
}

.project h6{
	background: #eee;
}

.project a{	
	display: block;
	width: 100%;
	border:none;
	background: #eee;
	text-decoration: none;
}

.pcontainer{
	width: 100%;			
}

.ptext{	
	float: left;
	width: 59%;
}

.pvisual{
	float: left;		
	width: 39%;	
}

.pvisual a{
	background: #fff;
}

.pimage{	
	overflow: hidden;
	margin: 2px;	
}

/* Centering the image inside .pimage divs */
.pimage img{
	display: block;
	margin: 0 auto;
	border: none;
}

.pcaption{
	text-align: center;
}



