.navi { margin-bottom: 10px; }

#lightbox-infoBox { display:none !important; }

/* Projects  */
#projects a img { border: none; }

div#projects { margin-bottom: 30px; margin-top: 30px; text-align: center; color:#8a8a8a; }

div.project { width: 920px; margin: 0 auto; }
div.project div.sub { width: 440px; }
div#images { padding: 10px; border: 1px solid #ccc; background: #efefef; width: 440px; }
div#images img, div#images a.gallery { border-color: #ccc;  }
div#images img {
	-moz-box-shadow: 0px 0px 10px #c5c5c5;
	-webkit-box-shadow: 0px 0px 10px #c5c5c5;
	box-shadow: 0px 0px 10px #c5c5c5;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#c5c5c5')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#c5c5c5');
}
div#images a.gallery img { border: none; }
div#images a.gallery { margin-right: 2px; margin-bottom: 4px; }

div#images a.gallery, div#images a.gallery img { height: 70px; 
	-moz-box-shadow: 0px 0px 5px #c5c5c5;
	-webkit-box-shadow: 0px 0px 5px #c5c5c5;
	box-shadow: 0px 0px 5px #c5c5c5;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#c5c5c5')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#c5c5c5');
}

div#gallery { margin-top: 10px; }

a#back-projects { padding-left: 15px; background: url(../images/arrow_state_grey_left.png) left center no-repeat; }
a#back-projects:hover, a#back-projects:active { background: url(../images/arrow_state_blue_left.png) left center no-repeat; }

.project-info { color: #12435F; }

/* Masonry styles */

a.project {
	border: none;
	border-top: 1px solid #ccc !important;
	margin-left: 20px;
	margin-bottom: 15px;
	/*height: 200px;*/
	padding: 5px;
	border-bottom: 1px solid white !important;
	display:block;
	color: #666;
}

span.project-title {
 margin: -5px -5px 0px -5px;
 background:#f5f5f5;
 font-weight:bold;
 font-size: 1.1em;
 color: #555;
 text-align: center;
 padding: 2px 5px;
 display:block;
}

div.box {
	float:left;
	text-align: left;
}

div.no-js-box {
	overflow: hidden;
	margin-bottom: 10px;
	float: none;
	width:100%;
}

a.project:hover, a.project:active, a.project.over {
	color: #333;
	background: #f5f5f5;
	border: none;
	border-top: 1px solid grey !important;
	border-bottom: 1px solid grey !important;
	-moz-box-shadow: 0px 0px 10px #BBBBBB;
	-webkit-box-shadow: 0px 0px 10px #BBBBBB;
	box-shadow: 0px 0px 10px #BBBBBB;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#BBBBBB')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=1, Direction=135, Color='#BBBBBB');
}


a.project:hover .project-title, a.project:active .project-title , a.project.over .project-title {
	background: #e5e5e5;
}

a.project img {
	float: left;
	margin: 10px 10px 10px 0px;
}

.project-type {
	font-size: small;
	font-variant: small-caps;
	color: #999;
}

div.project ul {

}

div.project ul li {
	margin-left: 15px;
}