@charset "utf-8";
/* Collected Works */

ul#filter { width: 555px; margin-left: auto; margin-right: auto; list-style: none; font-size: 0.8em; }
ul#filter li {
	border-right: 1px solid white;
	float: left;
	margin-right: 10px;
	padding-right: 10px;
}

ul#filter li:last-child { border-right: none; margin-right: 0; padding-right: 0; }
ul#filter li.current a { color: #6c89dc; font-weight: bold; }

ul#portfolio { width: 660px; margin-top: 40px; margin-left: auto; margin-right: auto; list-style: none; }
ul#portfolio li {
	float: left;
	width: 160px;
	margin-right: 5px;
	margin-bottom: 5px;
}

ul#portfolio li#colorline {clear: both; width: auto; float: none; height: 4px; background: #6c89dc; }
ul#portfolio li#colornotdp { clear: both; width: auto; float: none; background: #F2B3B5 url(/img/x.png) 99% 10% no-repeat; font-size: 0.75em; text-align: center; padding: 1em; border-top: 1px solid #6c89dc; border-bottom: 1px solid #6c89dc; cursor: pointer; }
ul#portfolio li#colornotdp p { color: black; margin: auto; }