/*------------------------------------------------------------------
Chris Peterson Design LLC


Sofinnova iPhone Styles
April 2008

Site will use screen > base_reset > screen-design css first, then these exceptions
------------------------------------------------------------------*/


h1 { /*heads need a little more leading*/
	line-height: 1.2em;
	}

body.home .opening { /*location of the copy block over the home page photo*/
	position: absolute;
	top: 140px;
	left: 38px;
	}

.person { /*shrink thumbs on team list a bit*/
	width: 108px;
	}

#tertiary, #tertiary .module, #portrait img { /*narrow right col and reduce portrait size so body is readable*/
	width: 116px;
	}
	#primary { /*reduce space needed for right*/
		margin-right: 186px;
		}
		
body.portfolio #tertiary { /*no need for news, and makes copy readble*/
	display: none;
	}
	body.portfolio #primary {
		margin-right: 20px;
		}
	td.logo img { /*reduced so there's more space for copy*/
		width: 55px;
		}
	
.officephoto { /*removed so addresses are readbale*/
	display: none;
	}
	
