	@charset "UTF-8";
	/* CSS Document */
	
	#portfolio_choices {
	position: relative;
	float: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	clear: both;
	width: 900px;
	margin-bottom: 20px;
	}#portfolio_display {
		clear: both;
		margin-top: 30px;
		margin-right: auto;
		margin-bottom: 30px;
		margin-left: auto;
		min-height: 400px;
		padding: 0 0 15px 40px;
	}
	
	.portfolio_small {
		border: solid thin #666666;
		margin: 15px 30px 0 0;
	}
	.portfolio_item {
	position: relative;
	height: 250px;
	width: 800px;
	}
	.portfolio_item .item {
	height: 230px;
	width: 369px;
	float: left;
	margin-right: 10px;
	background-image: url(images/bg/portfolio_sep.png);
	background-repeat: no-repeat;
	background-position: 385px;
	padding-right: 20px;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	}
	.portfolio_item .title {
		font-size: 24px;
	}
#portfolio_display #portfolio_logos {
	overflow: hidden;
	position: relative;
}
#portfolio_display #portfolio_websites {
	overflow: hidden;
	position: relative;
}
#portfolio_display #portfolio_print {
	overflow: hidden;
	position: relative;
}
.portfolio_item .item .screenshot {
	border: thin solid #333333;
	-webkit-border-radius: 5px;
	cursor: pointer;
}

