#portfolio-container {
	margin-left: 85px;
	padding-bottom: 45px;
	width: 785px;
	height: 1120px;
}

#portfolio-container a {
	text-decoration: none;
}

.portfolio-item {
	float: left;
	
	margin-right: 30px;
	margin-bottom: 30px;
	width: 240px;
	height: 240px;
	
	/* IE fallback */
	background-color: rgb(202, 206, 205);
	background-color: rgba(202, 206, 205, 0.5);
}

.portfolio-item-right {
	margin-right: 0px;
}

.portfolio-item-filler {
	height: 210px;
}

.portfolio-item-description {
	color: #CACECD;
	padding: 3px;
	
	font-size: 18px;
	
	height: 24px;
	/* IE fallback */
	background-color: rgb(56, 50, 47);
	background-color: rgba(56, 50, 47, 0.5);
}

#portfolio-item-galactic-escape {
	background-image: url("../img/portfolio/galactic-escape/galactic-escape-thumbnail.png");
	background-repeat: no-repeat;
}

#portfolio-item-phrim {
	background-image: url("../img/portfolio/phrim/phrim-thumbnail.png");
	background-repeat: no-repeat;
	background-size: contain;
}

#portfolio-item-fuzz-n-buzz {
	background-image: url("../img/portfolio/fuzz-n-buzz/fuzz-n-buzz-thumbnail.png");
	background-repeat: no-repeat;
	background-size: contain;
}

#portfolio-item-spectral {
	background-image: url("../img/portfolio/spectral/spectral-thumbnail.png");
	background-repeat: no-repeat;
	background-size: contain;
}

#portfolio-item-xnainterface {
	background-image: url("../img/portfolio/xnainterface/xnainterface-thumbnail.png");
	background-repeat: no-repeat;
	background-size: contain;
}

#portfolio-item-particle-editor {
	background-image: url("../img/portfolio/particle-editor/particle-editor-thumbnail.png");
	background-repeat: no-repeat;
	background-size: contain;
}

#portfolio-item-custom-list {
	background-image: url("../img/portfolio/custom-list/custom-list-thumbnail.png");
	background-repeat: no-repeat;
	background-size: contain;
}

#portfolio-item-java-engine {
	background-image: url("../img/portfolio/java-engine/java-engine-thumbnail.png");
	background-repeat: no-repeat;
	background-size: contain;
}

#portfolio-item-container-rfid-project {
	background-image: url("../img/portfolio/container-rfid-project/container-rfid-project-thumbnail.png");
	background-repeat: no-repeat;
	background-size: contain;
}

#portfolio-item-getrainer {
	background-image: url("../img/portfolio/getrainer/getrainer-thumbnail.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

#portfolio-item-nautis {
	background-image: url("../img/portfolio/nautis/nautis-thumbnail.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}












#portfolio-project-container {
	padding-bottom: 50px;
}

#portfolio-project-container-background {
	margin-left: 85px;
	padding: 20px;
	width: 745px;
	
	font-size: 18px;
	
	/* IE fallback */
	background-color: rgb(202, 206, 205);
	background-color: rgba(202, 206, 205, 0.5);
	
	line-height: 25px;
}

#portfolio-project-container-background a {
	text-decoration: underline;
	color: #404E4C;
}

#portfolio-project-container-background a:hover {
	text-decoration: none;
}

#portfolio-project-container-background > ul > li {
	list-style-position: inside;
	list-style-image: url('../img/list-bullet.png');
}

#portfolio-project-container-background > ul > li > ul > li {
	text-indent: 50px;
	list-style-position: inside;
	list-style-image: url('../img/list-bullet.png');
}

#portfolio-project-container-background > ul > li > ul > li > ul > li {
	text-indent: 100px;
	list-style-position: inside;
	list-style-image: url('../img/list-bullet.png');
}

.lightbox-thumbnail {
	padding: 2px;
	border: 1px black solid;
}

.portfolio-return {
	font-size: 25px;
	text-align: center;
}











