/** @section reset
 -------------------------------------------------- */
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,
hr{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

cite,
address {
	display:inline;
	font-style:normal;
}
th {
	text-align:left;
}

body {
	background: #fff;
}

/** @section typography
 -------------------------------------------------- */

a {
	color: blue;
	text-decoration: underline;
}
a:visited {
	color: purple;
}

hr {
	border-top:1px solid #000;
	clear: both;
	height: 0;
}

pre,
code {
	background:#eee;
}
pre {
	border:1px solid #aaa;
	border-color:#bbb #e0e0e0 #e0e0e0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
	padding:10px;
	overflow:auto;
}
code {
	color: #444;
	font-family: Consolas, Lucida Console, Monaco, Courier, monospace;
}

table {
	border-collapse: collapse;
}
th {
	background: #ddd;
	font-weight: bold;
}
th,
td {
	border: 1px solid #999;
	padding: 3px;
	text-align: left;
}

/** @section screen
 -------------------------------------------------- */

@media screen {
	body {
		font: 12px/1.4 "Helvetica Neue", Helvetica, Arial, sans-serif;
		margin: 1em auto;
		max-width: 40em;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		color: #555;
		margin-bottom: 9px;
	}
	
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 18px;
	}
	h3 {
		font-size: 16px;
	}
	h4 {
		font-size: 14px;
	}
	
	p,
	pre,
	dl,
	ul,
	ol,
	hr,
	table {
		margin-bottom: 18px;
	}
	
	ul {
		margin-left: 18px;
	}
	ol {
		margin-left: 22px;
	}
	li ul,
	li ol {
		margin-bottom: 0;
	}
	
	blockquote {
		color: #555;
		margin: 0 18px 18px;
	}
}

/** @section print
 -------------------------------------------------- */

@media print {
	body {
		font: 10pt/1.4 Georgia, "Times New Roman", serif;
		margin: 1em;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		font-weight: normal;
		margin-bottom: 7pt;
	}
	
	h1 {
		font-size: 24pt;
	}
	h2 {
		font-size: 18pt;
	}
	h3 {
		font-size: 16pt;
	}
	h4 {
		font-size: 14pt;
	}
	
	p,
	pre,
	dl,
	ul,
	ol,
	hr,
	table {
		margin-bottom: 14pt;
	}
	
	ul {
		margin-left: 14pt;
	}
	ol {
		margin-left: 18pt;
	}
	li ul,
	li ol {
		margin-bottom: 0;
	}
	
	blockquote {
		color: #555;
		margin: 0 14pt 18pt;
	}
}
