/* CSS Document */

.portfolio-entry {
	padding: 30px;
	width: 650px;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	border-bottom: 1px dashed #e0e0e0;
	color: #333;
}

.portfolio-entry h1 {
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 36px;
	letter-spacing: -.04em;
}

.portfolio-entry h3 {
	margin: 0;
	padding: 0;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #999;
}

.portfolio-entry h2 {
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	color: #666;
}

.portfolio-entry img {
	float: left;
	margin-right: 15px;
	padding: 5px;
	border: 1px solid #ccc;
	background-color: #fff;
}

.portfolio-entry p.address {
	padding-left: 20px;
	font-size: 11px;
	line-height: 16px;
	background: transparent url("../images/website.gif") left no-repeat;
}

.portfolio-entry p {
	margin-top: 0;
	margin-left: 195px;
	font-size: 14px;
}

.portfolio-entry p quote {
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #f60;
}

.portfolio-entry p cite {
	margin-left: 15px;
	font-size: 11px;
	color: #666;
}

.case-study {
	margin-top: -1px;
	background: transparent url("../images/case-study-seal.gif") top right no-repeat;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #e0e0e0;
}

.case-study h1 {
	color: #92ab38;
}

.case-study p.link {
	clear: left;
	margin-bottom: 0;
	font-size: 11px;
	text-align: right;
}

.case-study p.link a {
	padding-left: 20px;
	padding-top: 1px;
	background: transparent url("../images/pages.gif") left no-repeat;	
}