/*Thumbnails*/

div.project_thumb 
{
    border: solid;
	border-width: 1px;
	border-color: #222;
    float: left;
    margin: 0 12px 30px 12px;
    padding: 10px 10px 20px 10px;
    position: relative;
    width: 225px;
	height: 400px;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
}
	div.project_thumb:hover, a#portfolio:hover
	{
		color: #FFF;
		background-color: #222;
		text-decoration: none;
	}	
a#portfolio:active, a#portfolio:link, a#portfolio:visited
{
	color: #222;
	text-decoration: none;

}
/* Portfolio Images */
img.portfolio_image
{
	-box-shadow: 		0px 0px 7px 2px #333;
	-moz-box-shadow: 	0px 0px 7px 2px #333;
  	-webkit-box-shadow: 0px 0px 7px 2px #333;
	-o-box-shadow: 		0px 0px 7px 2px #333;
	width: 825px;
	height: 300px;
	backgorund-attachment: fixed;
	background-size: cover;
	border: none;
}
/* End Portfolio Image *?
	
/* Images */
div.images
{
	width: 225px;
	height: 300px;
    margin: 0 0 16px 0;
    overflow: hidden;
    position: relative;
	border: solid;
	border-width: 1px;
	border-color: #FFF;
}

/* End Images */

.title .text
{
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

.content
{	
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
    font-size: 10px;
    margin: 7px 0 10px 0;
    width: 200px;
}

/* End Thumbnails */
/* Begin Each Portoflio Page */
div.portfolio_img
{
	height: 300px;
	width: 825px;
}
div.port_content
{
	width: 825px;
	height: auto;
	line-height:1.5;
}
p.port_title
{
	text-transform: uppercase;
	font-size: 22px;
	font-family: Century Gothic;
	color: #222;
	text-align:right;
	margin-bottom: 10px;
	right: 0px;
}