/* Reset browser styles
- - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - - - - - - - - - - - - - - - - - - - */

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Global styles
- - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - - - - - - - - */

html, body {
	width: 100%;
	height: 100%;
}

body { 
	
	background-color: #fff;
	color: #6c6f70;
	font-family: "helvetica neue", helvetica, arial, verdana, sans-serif; 
	font-size: 100%;
	line-height: 1em;
}

/* Structure
- - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - - - - - - - - */

#outercontainer { 
	position: relative; 
	padding: 60px 0 0 0;
}

#innercontainer { 
	position: relative; 
	width: 800px;
	margin: 0 auto;
}

#header,
#nav,
#footer { position: relative; }

#nav { margin: 60px 0 0 0; }

#footer { margin: 30px 0 20px 0; }

/* Header
- - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - - - - - - - - */

h2 { margin: 15px 0 0 0; }

/* Nav
- - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - - - - - - - - */

.navlist li { margin: 0 0 30px 0; }

/* Typography
- - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - - - - - - - - */

h1,
h2,
p,
ul.navlist { text-align: center; }

h1 {
	font-family: "trebuchet ms", trebuchet, "helvetica neue", helvetica, arial, verdana, sans-serif;
	font-size: 2.25em; /* 36px */
	letter-spacing: 0.375em; /* 6px */
}

.name { 
	color: #191c1f;
	font-weight: bold;
}

.surname { 
	color: #e57200; /* Pantone 152 C */
	font-weight: normal;
}

h2 { 
	color: #a2a5a4;
	font-size: 1em; /* 16px */
	font-weight: normal;
	letter-spacing: 0.578125em; /* 9.25px */
}

p {
	font-family: verdana, arial, sans-serif;
	font-size: 0.6875em; /* 11px */
	letter-spacing: 0.015625em; /* 0.25px */
}

ul.navlist {
	font-size: 0.875em; /* 14px */
	font-weight: 500;
	letter-spacing: 0.125em; /* 2px */
}

/* Link styles
- - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - - - - - - - - */

a { text-decoration: none; }

ul.navlist li a { color: #6c6f70; }

ul.navlist li a:hover { color: #e57200; }

