/* RESET Browser Defaults ------------------------------------------------*/
 
/* Don't forget to set a foreground and background color
on the 'html' or 'body' element! */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, button,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  background: transparent;
}
/* remember to define focus styles! */
:focus {
  outline: 0;
}
ol, ul {
  list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate; /* Often need to turn collapse on */
  border-spacing: 0;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
}
blockquote, q {
  quotes: "" "";
}
 
/* Set site defaults -----------------------------------------------------*/
body, td { /* SET FONT FOR ALL BROWSERS */
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue', Helvetica, Arial, san-serif;
}
body {
  font-size: 62.5%; /*62.5% Sets 1em to 10px */
  text-align: left;
  color: #666;
  line-height: 1.6;
  min-height: 660px;
  margin: 0px;
}
body, html {
	height: 100%;
	background: white; 
}
h1 {
	font-size: 4.8em;
	line-height: 1;
	margin-bottom: 1em;
	padding: 50px 0 0 50px;
}
p, ul {
	font-size: 1.8em;
	margin-bottom: 1em;
}
p.smaller {
	font-size: 1.4em;
}
ul {
	line-height: 1.2;
}
#links p {
	line-height: 1.2;
}
li {
	margin-bottom: 0.6em;
}
#biography, #downloads {
	float: left;
	height: auto;
	width: 60em;
	padding: 0 50px;
}
#links {
	float: left;
	height: auto;
	padding-left: 50px;
	width: 20em;	
}
.downloads .pdf a {
	background: url(../images/icons/page_white_acrobat.png) no-repeat left center;
	padding-left: 24px;
}


a {
	color: #666;
}
a:hover {
	color: #F00;
	text-decoration: none;
}
a.highlight {
	color: #F00;
}