/* @override http://twistedintellect.com/holding/portfolio.css */

#portfoliohead{
	margin: 0 auto;
	width: 600px;
	margin-bottom: 30px;
	border-bottom: 3px double #ccc;
}

#portfoliohead h2{
	text-transform: none;
	font-style: italic;
	font-weight: normal;
	font-size: 20pt;
	color: #999;
	margin: 50px 0 0 -1em;
}

#portfoliohead p em{
	font-size: 35pt;
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 0;
}

#portfoliohead .amp{
	color: #206bb9;
}

#portfolioitems{
	width: 900px;
	margin:0 auto;
	text-align:left;
}

#portfolioitems h3{
	float:left;
	margin: 0;
	font-size: 17pt;
	text-transform: lowercase;
	color: #999;
	font-style: italic;
	font-weight: normal;
	font-variant: small-caps;
}

#portfolioitems dl{
	width: 750px;
	margin: 0 0 0 146px;
}

#portfolioitems dt{
	margin: 0;
	width: 600px;
	height: 300px;
	float:left;
	border: #eee solid 4px;
	background: #fff center center no-repeat url('http://twistedintellect.com/holding/spinner.gif');
}

/* #portfolioitems dt:hover{
	border-color: #999
} */

#portfolioitems dd{
	height:308px;
	background: #fff;
	margin: 0 0 70px 604px;
	vertical-align: bottom;
	padding: 0 10px;
	line-height: 1.5em;
	font-style: italic;
	font-size: 11pt;
	color: #888
}

#portfolioitems dd em{
	font-variant: small-caps;
	font-weight: normal;
	font-style: normal;
	display: block;
	border-bottom: 1px dotted #ccc;
	font-size:12pt;
	letter-spacing: .1em;
	margin: 0 0 -0.5em 0;
	color: #333;
}

#portfolioitems .articlemod{
	font-variant: normal;
	color: #888;
}

#contact{
	margin-top: 250px;
}