/* Copyright 2011 Jon Lamb */


/* GENERAL SETTINGS */


*{ 
	margin: 0;
	padding: 0;
}

section, article, header, footer, nav, aside, hgroup{
	display: block;
}


a{
	color: #999;
	text-decoration: none;
}


a:hover{
	color: #009bc8;
	text-decoration: none;
}



img{
	border: none;
}


body{
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	background: #eee url(../images/background.png) repeat center top;
	border-top: 7px solid #e2e2e2;
}




/* TYPOGRAPHY */


h2{
	font-family: Georgia, Times, 'Times New Roman', serif;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	color: #666;
	font-size: 1.4em;
	font-weight: normal;
	padding: 0 0 12px 0;
	text-shadow: 0 1px 0 #fff;
}




p{
	color: #777;
	font-size: 1.3em;
	line-height: 150%;
	padding: 0 0 9px 0;
	text-shadow: 0 1px 0 #fff;
}




/* HEADER */


header {
	margin: 0 auto 0;
	width: 900px;
	height: 182px;
	position: relative;
}


p.logo{
	font-family: Georgia, Times, 'Times New Roman', serif;
	letter-spacing: 0.21em;
	color: #666;
	font-style: normal;
	font-size: 1.55em;
	position: absolute;
	bottom: 88px;
	padding: 0;
	left: 92px;
	text-shadow: 0 1px 0 #fff;
}



p.tagline{
	color: #a4a4a4;
	letter-spacing: 0.01em;
	font-size: 1.3em;
	position: absolute;
	bottom: 71px;
	padding: 0;
	left: 92px;
	text-shadow: 0 1px 0 #fff;
}


.emaildiv{
	position: absolute;
	bottom: 72px;
	right: 129px;
}


.calldiv{
	position: absolute;
	bottom: 70px;
	right: 0;
}


p.tellabel{
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #666;
	letter-spacing: 0.2em;
	font-style: normal;
	font-size: 1.2em;
	padding: 0 0 1px 0;
	text-shadow: 0 1px 0 #fff;
}


p.emaillabel{
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #666;
	letter-spacing: 0.2em;
	font-style: normal;
	font-size: 1.2em;
	padding: 0 0 3px 0;
	text-shadow: 0 1px 0 #fff;
}



a.email{
	font-size: 1.3em;
	text-shadow: 0 1px 0 #fff;
	padding: 0;
}



p.tel{
	color: #a4a4a4;
	font-size: 1.3em;
	text-shadow: 0 1px 0 #fff;
	padding: 0;
}


.portrait{
	position: absolute;
	bottom: 51px;
	left: 0;
}



/* QUOTE */

.quote{
	margin: 0 auto 65px;
	width: 900px;
	height: 169px;
	background: #eee url(../images/dotquote.png) no-repeat center left;
}


h1{
	font-family: Georgia, Times, 'Times New Roman', serif;
	color: #777;
	font-weight: normal;
	font-size: 2.2em;
	padding: 30px;
	text-align: center;
	line-height: 155%;
	text-shadow: 0 1px 0 #fff;
}


/* SECTION */


section {
	margin: 0 auto 0;
	width: 900px;
}


section img.loading{
	overflow: hidden;
	float: left;
	margin: 0 0 60px 0;

}


section img.screengrablast{
	overflow: hidden;
	float: left;
	padding: 0 0 80px 0;
}


section img.cross{
	padding-bottom: 60px
}


/************* PROJECTDETAILS *************/

.projectdetails{
	width: 240px;
	float: right;
}


.projectdetails p.credits{
	font-size: 1.1em;
	color: #999;
	line-height: 170%;
}




/* FOOTER */


.footerwrap{
	background-color: #e6e6e6;
	clear: both;
	width: 100%;
}


footer{
	margin: 0 auto 0;
	width: 900px;
}

footer a{
	color: #777;
}

footer p{
	font-size: 1.2em;
	padding: 20px 0 80px 0;
	color: #777;
	text-shadow: 0 1px 0 #fff;
	line-height: 170%;
}

