#portfolio {
	padding: 0 20px;
}

#portfolio .project {
	background: transparent url(../images/hr.gif) repeat-x bottom left;
	padding: 15px 0;
	height: auto;
	overflow: auto;
	zoom: 1;
}

#portfolio .project .thumb {
	float: left;
	margin: 0 10px 0 0;
	padding: 1px;
	background: white;
	border: 1px solid #DDDDDD;
}

#portfolio .project .thumb .inner {
	width: 180px;
	height: 120px;
	overflow: hidden;
}

#portfolio .project p.title {
	font-size: 1.4em;
	color: black;
	margin: 0 0 1em 0;
}

#project .top,
#partner .top {
	height: auto;
	overflow: auto;
	zoom: 1;
	padding:  0 0 15px 0;
	margin: 0 20px;
	background: transparent url(../images/hr.gif) repeat-x left bottom;
}

#project .thumb,
#partner .thumb {
	height: 240px;
	width: 320px;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
	margin: 0 30px 0 0;
	position: relative;
}

#project .thumb .zoom,
#partner .thumb .zoom {
	height: 100%;
	background: white;
	display: none;
	opacity:0.6;
	filter: alpha(opacity = 60);
}

#project .thumb:hover .zoom,
#partner .thumb:hover .zoom {
	display: block;
}

#project dl,
#partner dl {
	font-size: 1.1em;
	line-height: 2em;
}

#project dl dt,
#partner dl dt {
	font-weight: bold;
}

#project dl dd,
#partner dl dd {
	font-style: italic;
	margin: 0 0 5px 0;
	color: #999;
	text-indent: 1em;
}

#project dl dd a,
#partner dl dd a {
	border-bottom: 1px dotted;
}

#project div.description,
#partner div.description {
	padding: 20px;
}

#project div.description p.d,
#partner div.description p.d {
	color: black;
	margin: 0 0 15px 0;
}

#project .hidden {
	display: none;
}