/* 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: #666159;
	font-family: "helvetica neue", helvetica, arial, verdana, sans-serif; 
	font-size: 100%;
	line-height: 1.125em; /* 18px */
}

/* Structure
- - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - - - - - - - - */

#outer-container { 
	position: relative; 
	padding: 54px 0 0 0;
}

#inner-container {
	position: relative;
	margin: 0 auto;
}

h1 { 
	padding: 27px 0 10px 0; 
	border-top: 1px solid #daebee;
}

h2 { 
	margin: 18px 0 0 0;
	padding: 0 0 18px 0; 
	border-bottom: 1px solid #daebee;
}

ul { margin: 54px 0 0 0; }

li { 
	margin: 24px 0 0 0;
	padding: 5px 0 1px 0; 
}

p { 
	margin: 54px 0 0 0;
	padding: 18px 0;
	border-top: 1px solid #daebee;
	border-bottom: 1px solid #daebee;
}

/* Typography
- - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - - - - - - - - */

h1, h2 { font-weight: normal; }

h1 {
	font-family: "trebuchet ms", trebuchet, "helvetica neue", helvetica, arial, verdana, sans-serif;
	font-size: 3em; /* 48px */
	letter-spacing: 0.375em; /* 6px */
	text-align: center;
}

#name { font-weight: bold; }

#surname { color: #cc7a27; }

h2 { 
	color: #ada294;
	font-size: 1.125em; /* 18px */
	letter-spacing: 0.78125em; /* 12.5px */
	text-align: center;
}

li { 
	font-family: "trebuchet ms", trebuchet, "helvetica neue", helvetica, arial, verdana, sans-serif;
	font-size: 1.5em; /* 24px */ 
	letter-spacing: 0.125em; /* 2px */
	text-align: center;
}

p {
	color: #ada294;
	font-family: verdana, sans-serif;
	font-size: 0.6875em; /* 11px */
	letter-spacing: 0.03125em; /* 0.5px */
	text-align: center;
}

/* Link styles
- - - - - - - - - - - - - - - - - - - - - - - - 
- - - - - - - - - - - - - - - - - - - - - - - - */

a img { border: none; }

a { text-decoration: none; }

li a:link, li a:visited { color: #666159; }

li a:hover { color: #cc7a27; }

p a:link, p a:visited { color: #ada294; }

p a:hover { 
	color: #ada294; 
	text-decoration: underline;
}
