/* portfolio page */


body.portfolio #container {
	background: #FFF;
	min-height: 0px;
	margin-bottom: 0px;
	}

/* content updates */
body.portfolio #content {
	position: relative;
	padding-top:70px;

	overflow: hidden;
	zoom: 1;
	}

/* h1 updates */
body.portfolio #content h1 {
	color: #111;
	font-size: 2em;
	font-weight: bold;
	line-height: 1.2em;

	position: absolute;
	left: 10px;
	top: 40px;
	}

/* portfolio items */
ol#case-studies {
	margin: 0px;
	padding: 0px;
	width: 750px;
	overflow: hidden;

	zoom: 1;
	}


	ol#case-studies li {
		margin: 0 35px 10px 0;
		padding: 195px 0 0;
		width: 215px;
		position: relative;
		float: left;
		list-style: outside none none;
		}

	/* item title */
	ol#case-studies h2 {
		border-top: 1px solid #444;
		padding: 14px;
		font-size: 1.25em;
		font-weight: bold;
		line-height: 1.2em
		}
		
		ol#case-studies h2 a:link,
		ol#case-studies h2 a:active,
		ol#case-studies h2 a:visited
			{
			color: #444;
			text-decoration: none;
			}
			
	/* item thumbnail */		
	ol#case-studies img {
		display: block;
		width: 215px;
		height: 185px;
		position: absolute;
		padding-top: 24px;
		left: 0px;
		top: 0px;
		}

	body.portfolio #sidebar ul a {
		text-decoration: underline;
		}

