/* @group CSS Reset | v1.0 | 20080212 | meyerweb | with additions */

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, 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;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
body {
	line-height: 1;
}

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;
}

/* @end */


body {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 16px;
	font-size: 100%;
	color: #666;
	width: 810px;
	margin: auto;
	margin-bottom: 100px;
}

#nav {
	font-size: 0.8em;
	position: absolute;
	top: 5px;
	right: 5px;
}

h1 {
	font-size: 5em;
	margin-top: 100px;
	margin-bottom: 0px;
	margin-left: 0px;
}

h2 {
	font-size: 1.8em;
	background-color: #63dcdc;
	padding: 5px;
	margin-top: 1em;
	color: #fff;
	clear: both;
}

h3 {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", sans-serif;
	font-weight: 300;
	line-height: 1.3em;
}

h3 {
	font-size: 1.3em;
	margin-top: 0.5em;
	margin-left: 1em;
	background-color: #cdff6c;
	padding: 5px;
}

h4 {
	font-size: 1.2em;
	margin-left: 1.3em;
	margin-top: 0.5em;
}

.skills {
	width: 180px;
	float: left;
}

ol, ul {
	list-style: square;
	font-family: Palatino, Times, "Times New Roman", serif;
	margin-left: 1.1em;
}

p {
	font-family: Palatino, Times, "Times New Roman", serif;
	margin-left: 3.4em;
}

li {
	line-height: 1.2em;
}


#email { /* for email address */
	font-size: 1.3em;
	margin-left: 0.2em;
}

a:link, a:visited {
	color: #666;
	text-decoration: underline;
	padding: 2px;
}

a:hover {
	background-color: #fbcd6b;
	
}

