/*==== PORTFOLIO ====*/

h3 {
	clear: both;
	background: url("../../../images/line_gray.gif") repeat-x 0 100%;
	padding-bottom: 0;
	margin-bottom: 20px;
}

.category {
	margin-bottom: 25px;
	background: url("../../../images/line_gray.gif") repeat-x 0 100%;
}

#ie7 .category, #ie6 .category { /* IE doesn't apply bottom-margin on .item on the last row of items */
	padding-bottom: 30px;
}

.item {
	width: 180px;
	margin: 0 12px 30px 0;
	float: left;
}

.last_item {
	margin-right: 0;
}

strong {
	font-size: 12px;
}

p {
	font-size: 11px;
}