body {
	font-family: Arial, sans-serif;
	font-size: 14px;
	color: #626262;
	background-color: #fff;
	padding: 0 0 2em 0;
}

div#page {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-shadow: 0 0 6px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 6px rgba(0,0,0,0.5);
	-o-box-shadow: 0 0 6px rgba(0,0,0,0.5);
	box-shadow: 0 0 6px rgba(0,0,0,0.5);
}

div#header {
	position: relative;
	height: 70px;
	border-width: 20px 0 1px 0;
	border-color: #f0bb00 #fff #c8c7c7 #fff;
	border-style: solid;
}
	
	div#header img.logo {
		position: absolute;
		top: 12px;
		left: 30px;
		width: 302px;
		height: 34px;
	}
	
	div#header ul.navigation {
		position: absolute;
		font-size: 1em;
		top: 30px;
		right: 30px;
	}
	
		div#header ul.navigation li {
			display: inline-block;
			margin-right: 1em;
			padding-bottom: .25em;
		}
		
		div#header ul.navigation li:last-child {
			margin-right: 0;
		}
		
		div#header ul.navigation li a {
			color: #626262;
			text-decoration: none;
		}
		
			div#header ul.navigation li a:hover {
				color: #f0bb00;
			}
		
		div#header ul.navigation li.here {
			color: #f0bb00;
			border-width: 0 0 1px 0;
			border-style: solid;
			border-color: #f0bb00;
		}
			
			div#header ul.navigation li.here a {
				color: #f0bb00;
			}
				
				div#header ul.navigation li.here ul li a {
					color: #626262;
				}
				
				div#header ul.navigation li.here ul li a:hover {
					color: #f0bb00;
				}
				
			div#header ul.navigation ul.popup {
				position: absolute;
				top: 30px;
				left: -10px;
				background-color: #fff;
				border: 1px #c8c7c7 solid;
				z-index: 10;
			}
					
					div#header ul.navigation ul.popup.portfolio {
						left: 200px;
						width: 150px;
					}
					
				div#header ul.navigation ul.popup li {
					display: block;
					background-color: white;
					font-size: .9em;
					padding: .6em 1em .6em 0;
					margin: 0 1em;
					border-width: 0 0 1px 0;
					border-color: #c8c7c7;
					border-style: solid;
				}
				
					div#header ul.navigation ul.popup li:last-child {
						border-width: 0;
					}

div#content {
	position: relative;
	padding: 0 0 30px 0;
	z-index: 1;
}

div#footer {
	font-size: .7em;
	position: relative;
	width: 940px;
	margin: 2em auto;
	padding: 0 10px;
}
	
	div#footer p.company-info {
		position: relative;
		float: left;
	}
		
		div#footer p.company-info .name {
			font-weight: bold;
		}
		
	div#footer p.credits {
		position: relative;
		float: right;
	}
	
	div#footer a {
		color: #626262;
		text-decoration: none;
	}
		
		div#footer a:hover {
			color: #f0bb00;
			text-decoration: none;
		}

div.clear {
	clear: both;
}

/* Homepage */

div#content.homepage p.mission {
	float: left;
	position: relative;
	margin: 0 0 0 30px;
	padding: 30px 0;
	font-size: 1.1em;
	line-height: 150%;
	width: 600px;
}

	div#content.homepage p.mission a {
		font-style: italic;
		color: #626262;
		text-decoration: none;
	}
	
		div#content.homepage p.mission a:hover {
			color: #f0bb00;
			text-decoration: none;
		}

div#content.homepage ul.badges {
	display: block;
	float: right;
	margin-right: 40px;
	margin-top: 30px;
	width: 210px;
}

	div#content.homepage ul.badges li {
		display: block;
		margin-bottom: 14px;
	}

div#content.homepage a.badge {
	bottom: 20px;
	display: block;
	height: 56px;
	position: absolute;
	right: 40px;
	width: 210px;
}


/* Portfolio */

div#content.portfolio div.text-block {
	position: relative;
	margin: 30px 0 30px 30px;
	height: 460px;
	width: 240px;
}
	
	div#content.portfolio div.text-block div.bottom-fill-wrapper {
		position: absolute;
		bottom: 0;
	}
		
	div#content.portfolio div.text-block h2 {
		font-size: 1.2em;
		margin: 3.5em 0 1em 0;
		font-weight: bold;
		line-height: 125%;
	}
		
		div#content.portfolio div.text-block h2 span.awards {
			display: block;
			font-size: .8em;
			font-weight: normal;
			line-height: 100%;
			font-style: italic;
		}
		
	div#content.portfolio div.text-block p.description {
		margin: 1em 0 0 0;
		font-size: .8em;
		line-height: 150%;
	}
	
	div#content.portfolio div.text-block h3 {
		font-size: .9em;
		text-transform: lowercase;
		font-weight: bold;
		margin: 2em 0 .25em 0;
	}
	
	div#content.portfolio div.text-block p.details {
		margin: 1em 0 0 0;
		font-size: .8em;
		line-height: 150%;
	}
	
		div#content.portfolio div.text-block p.details a {
				color: #626262;
				text-decoration: none;
			}
				
				div#content.portfolio div.text-block p.details a:hover {
					color: #f0bb00;
					text-decoration: none;
				}
				

div#content.portfolio div.link-block {
	position: relative;
	margin:	0 0 0 30px;
	width: 240px;
}
	
	div#content.portfolio div.link-block p.link {
		margin: 2em 0;
		font-weight: bold;
		font-size: .9em;
		line-height: 180%;
	}
		
		div#content.portfolio div.link-block p.link a {
			color: #626262;
			text-decoration: none;
		}
			
			div#content.portfolio div.link-block p.link a:hover {
				color: #f0bb00;
				text-decoration: none;
			}


div#content.portfolio div.photo-block {
	position: relative;
	float: right;
	width: 630px;
	height: 460px;
	margin: 0 30px 4px 0;
}

div#content.portfolio div.thumbnail-block {
	position: relative;
	float: right;
	clear: right;
	width: 600;
	margin-top: 4px;
	margin-bottom: 30px;
}

/* About Section */

div#content.about div.text-block {
	position: relative;
	margin: 30px 0 30px 30px;
	width: 460px;
	padding: 100px 0 0 0;
}
	
	div#content.about div.text-block p {
		font-size: .9em;
		margin: 0 0 1em 0;
		line-height: 150%;
	}
	
	div#content.about div.text-block p:first-child {
		font-size: 1.1em;
	}
	
	div#content.about div.text-block ul {
		font-size: .9em;
		margin: 2em 0 2em 0;
	}
	
		div#content.about div.text-block ul li {
			margin: 0 0 .5em 0;
		}
		
		div#content.about div.text-block ul li a {
			color: #626262;
			text-decoration: none;
			font-style: italic;
		}
			
			div#content.about div.text-block ul li a:hover {
				color: #f0bb00;
				text-decoration: none;
			}
	
	div#content.about div.text-block ul.collaborators li {
		display: inline-block;
		width: 218px;
		margin-right: 10px;
		vertical-align: top;
	}
		
		div#content.about div.text-block ul.collaborators li h3 {
			font-weight: bold;
			margin-bottom: .25em;
		}
		
		div#content.about div.text-block ul.collaborators li p {
			font-size: .9em;
		}
		
			div#content.about div.text-block ul.collaborators li p span.link {
				display: block;
				font-size: .9em;
			}

div#content.about div.image-block {
	position: relative;
	float: right;
	margin: -30px 30px 30px 0;
	width: 370px;
}
	
	div#content.about div.image-block img.portrait {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	div#content.about div.image-block img.sketch {
		position: relative;
		margin-top: 60px;
	}
	
	div#content.about div.image-block img.sketch.bio {
		margin-top: 260px;
	}
	
	div#content.about div.image-block img.collaborators-sketch {
		position: relative;
		margin-top: 200px;
	}

/* Process */

div#content.process div.text-block {
	position: relative;
	margin: 30px 0 30px 30px;
	width: 460px;
	padding: 100px 0 60px 0;
}
	
	div#content.process div.text-block p {
		font-size: .9em;
		margin: 0 0 1em 0;
		line-height: 150%;
	}
	
	div#content.process div.text-block p:first-child {
		font-size: 1.1em;
	}
	
	div#content.process div.text-block p span.headline {
		display: block;
		font-weight: bold;
	}
	
	div#content.process div.text-block h3 {
		text-transform: uppercase;
		font-weight: bold;
		font-size: .9em;
		margin: 2em auto 1em auto;
	}
	
div#content.process div.image-block {
	position: relative;
	float: right;
	margin: 0 35px 30px 0;
	width: 388px;
}
	
	div#content.process div.image-block img {
		position: relative;
		margin-top: 60px;
	}

/* News */

div#content.news ul.news-entries {
	width: 900px;
	margin: 100px 30px;
}
	
	div#content.news ul.news-entries > li {
		background-image: url(../../images/interface/news-separator.png);
		background-position: top left;
		background-repeat: no-repeat;
		padding: 20px 0;
		margin: 20px 0;
		clear: both;
	}
		
		div#content.news ul.news-entries div.right-side {
			position: relative;
			width: 540px;
			margin-left: 360px;
		}
		
		div#content.news ul.news-entries div.left-side {
			position: relative;
			width: 340px;
			float: left;
		}

		div#content.news ul.news-entries li h3 {
			color: #7a7a7a;
			font-size: 1.75em;
			font-weight: bold;
			line-height: 125%;
			margin: 0 0 .75em 0;
		}
		
		div#content.news ul.news-entries li div.content p {
			margin: 1em 0 1em 0;
			font-size: .9em;
			line-height: 150%;
		}
			
			div#content.news ul.news-entries li div.content p a {
				text-decoration: none;
				color: #7a7979;
				font-style: italic;
			}
				
				div#content.news ul.news-entries li div.content p a:hover {
					text-decoration: underline;
					color: #7a7979;
				}
	
	div#content.news ul.external-links {
		margin-bottom: 10px;
	}
	
	div#content.news ul.external-links > li {
		font-style: italic;
		font-size: .9em;
		line-height: 150%;
	}
		
		div#content.news ul.external-links > li a {
			text-decoration: none;
			color: #7a7979;
		}
		
			div#content.news ul.external-links > li a:hover {
				text-decoration: underline;
				color: #7a7979;
			}

	div#content.news ul.media li {
		margin-bottom: 10px;
	}
	
	div#content.news div.pagination-links {
		position: relative;
		margin: -40px 0 30px 30px;
	}
		
		div#content.news div.pagination-links a {
			display: inline-block;
			text-transform: uppercase;
			font-size: .7em;
			background-color: rgb(122,121,121);
			color: #fff;
			padding: .4em 1em;
			text-decoration: none;
			margin-right: .5em;
		}
		
		div#content.news div.pagination-links a:hover {
			background-color: rgb(102,101,101);
		}