/*  
Designed by Orman Clark, more awesome designs at http://premiumpixels.com/
Coded by João Sardinha, check my work at http://johnsardine.com/
*/


.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

#aligncenter
 {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* The Style */

/* COPY FROM HERE */
#projects{
	padding: 0;
	margin: 0;
	margin-left: -0px;
	color: #575757;
}
#projects li{
	margin: 0;
	list-style: none;
	width: 300px;
	display: inline-block;
	margin-left: 30px;
}
#projects img{
/*	padding: 3px;
	background: #fff;
	border: 1px solid #adadad;
	
	-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.25);
	   -moz-box-shadow: 0 0 3px rgba(0,0,0,0.25);
			box-shadow: 0 0 3px rgba(0,0,0,0.25);
*/
}
#projects a:hover img{
	border-radius: 0px;
}

#projects span{
	display: block;
	text-align: center;
	font-weight: bold;
}

#projects a{
	display: inline-block;
	position: relative;
	text-decoration: none;
	color: #575757;
}
#projects a:before{
	opacity: 0;
			
	position: absolute;
	border: 0px solid #ccc;
	margin-left: 0px;
	margin-top: 0px;
	border-radius: 0px;
	content: '';
	
	display: block;
	height: 150px;
	width: 300px;
	
/*	-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.9), 0px 0px 0px 1px #2da0c5, inset 0px 0px 3px 0px rgba(0,0,0,0.3), 0 0 2px rgba(0,0,0,0.25);
	   -moz-box-shadow:inset 0 0 6px rgba(0,0,0,0.9), 0px 0px 0px 1px #2da0c5, inset 0px 0px 3px 0px rgba(0,0,0,0.3), 0 0 2px rgba(0,0,0,0.25);
			box-shadow:inset 0 0 6px rgba(0,0,0,0.9), 0px 0px 0px 1px #2da0c5, inset 0px 0px 3px 0px rgba(0,0,0,0.3), 0 0 2px rgba(0,0,0,0.25);
*/
	background: #fff;

/*	background: -moz-linear-gradient(left bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 34%, rgba(255,255,255,0.3) 35%, rgba(255,255,255,0) 100%); /* FF3.6+ */
/*	background: -webkit-linear-gradient(left bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 34%,rgba(255,255,255,0.3) 35%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(left bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 34%,rgba(255,255,255,0.3) 35%,rgba(255,255,255,0) 100%); /* Opera11.10+ */
/*	background: -ms-linear-gradient(left bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 34%,rgba(255,255,255,0.3) 35%,rgba(255,255,255,0) 100%); /* IE10+ */
/*	background: linear-gradient(left bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0) 34%,rgba(255,255,255,0.3) 35%,rgba(255,255,255,0) 100%); /* W3C */

	-webkit-transition: opacity .3s ease-in-out;
 	   -moz-transition: opacity .3s ease-in-out;
			transition: opacity .3s ease-in-out;
}
#projects a:hover:before{
	opacity: 1;
}
#projects a:after{
	opacity: 0;
	font-weight: bold;
	position: absolute;
	top: 65px;
	left: 27%;
	display: block;
	content: '';
	color: #fff;
	background: #fff;
	padding: 6px 12px;
	border-radius: 15px;
	
	-webkit-transition: opacity .3s ease-in-out;
 	   -moz-transition: opacity .3s ease-in-out;
			transition: opacity .3s ease-in-out;
}
#projects a:hover:after{
	opacity: 1;
}






p7 {padding-bottom: 30px;padding-top: 30px;margin-bottom: 30px;
	}























