/* @override 
	http://mp.site/css/main.css
	http://milespomeroy.com/css/main.css
*/

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
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;
}

/* 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 */

/* @group Basic Setup */

body {
	font-family: HelveticaNeue-Light, 'Helvetica Neue Light', 'Helvetica Neue', Calibri, Arial, sans-serif;
	font-weight: 300;
	font-size: 15px;
	color: #3f687f;
	width: 810px;
	margin: auto;
	margin-top: 10em;
	margin-bottom: 6em;
}

h1 {
	font-family: "Helvetica Neue", Calibri, Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	font-size: 8em;
	line-height: 1em;
	margin-bottom: 0.5em;
	margin-left: 0;
}

h1 a {
	color: #666;
}

h2 {
	font-size: 1.6em;
	line-height: 1.25em;
	margin-top: 1.25em;
	margin-left: 30px;
	margin-right: 30px;
}

h3 {
	font-size: 1em;
	line-height: 2em;
	margin-top: 1em;
	margin-left: 30px;
	margin-right: 30px;
}

h4 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	margin-top: 1em;
	margin-left: 30px;
	margin-right: 30px;
}

p {
	font-size: 1em;
	line-height: 1.667em;
	margin-top: 1em;
	margin-left: 30px;
	margin-right: 30px;
}

em {
	font-style: italic;
}

a {
	text-decoration: none;
	background-color: #fff;
	color: #3f687f;

.text p {
	text-indent: 1em;
}
}

a:hover {
	text-decoration: underline;
}

pre {
	margin-top: 1em;
	margin-left: 30px;
	margin-right: 30px;
	padding: 15px;
	white-space: pre;
	background-color: #fff;
	border: 1px solid #b3b3b3;
	overflow: auto;
	overflow-y: hidden;
	line-height: 1em;
}

code {
	font-size: 0.667em;
	line-height: 1.5em;
	font-family: Monaco, "Courier New", mono;
}

sup {
    vertical-align: baseline;
    font-size: 0.8em;
    position: relative;
    top: -0.4em;
}

hr {
    width: 40%;
    margin: 15px 30px;
    border-top: solid 1px;
    border-bottom: none;
}

ol {
	margin-left: 30px;
	margin-right: 30px;
	padding: 0;
	padding-left: 30px;
}

li {
	line-height: 1.6667em;
}

small {
    font-size: 0.8em;
    line-height: 1.25em;
}

img {
	border: solid #fff 15px;
}

/* @end */

#email { /* for bottom email address */
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #666;
	font-size: 4em;
	padding-top: 1em;
	margin-left: 0px;
	clear: both;
}

#email a {
	color: #666;
}

