/* Main Reset */

	* { margin: 0; padding: 0; text-decoration: none; font-size: 1em; outline: none; }
	code, kbd, samp, pre, tt, var, textarea, input, select, isindex, listing, xmp, plaintext { font: inherit; font-size: 1em; white-space: normal; }
	dfn, i, cite, var, address, em { font-style: normal; }
	th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: normal; }
	a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet, table { border: none; }
	table { border-collapse: collapse; border-spacing: 0; }
	caption, th, td, center { text-align: left; vertical-align: top; }
	body { line-height: 1; background: white; color: black; }
	q { quotes: "" ""; }
	ul, ol, dir, menu { list-style: none; }
	sub, sup { vertical-align: baseline; }
	a { color: inherit; }
	hr { display: none; } /* we don't need a visual hr in layout */
	font { color: inherit !important; font: inherit !important; color: inherit !important; } /* disables some nasty font attributes in standard browsers */
	marquee { overflow: inherit !important; -moz-binding: none; }
	blink { text-decoration: none; }
	nobr { white-space: normal; }

/* Main Typography */

	html { font-size: 62.5%; font-family: "Helvetica Neue", helvetica, "microsoft sans serif", arial, sans-serif; }
	h1, h2, h3, h4, h5, h6 { font-weight: normal; font-family: Georgia, Times, serif; letter-spacing: -.03em; } 
	strong, th, thead td, dt { font-weight: bold; }
	cite, em, dfn { font-style: italic; }
	code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family: "Helvetica Neue", helvetica, "microsoft sans serif", arial, sans-serif; }
	pre { white-space: pre; }
	pre * { font-size: 100%; white-space: pre; }
	del { text-decoration: line-through; color: #666; }
	ins, dfn { border-bottom: 1px solid #ccc; }
	small, sup, sub { font-size: 85%; }
	big { font-size: 125%; line-height: 80%; }
	abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
	a abbr, a acronym { border: none; }
	abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
	sup { vertical-align: super; }
	sub { vertical-align: sub; }
	a:link, a:visited, a:hover, a:active, a:focus { text-decoration: none; }

/* BASE SIZES & COLOURS*/
	
	.content { font-size: 1.2em; line-height: 1.5em; }
	.content h2 { font-size: 2.4em; color: #383F3D; }
	.content h3 { font-size: 1.8em; color: #383F3D; }
	.content h4 { font-size: 1.6em; color: #383F3D; }
	.content h5 { font-size: 1.4em; color: #383F3D; }
	.content h6 { font-size: 1.2em; color: #383F3D; }
	
/* HR */
	
	.content hr { display: block; background: #aaa; color: #aaa; width: 100%; height: 1px; border: none; }
	
/* LISTS */ 
	
/* FORMS */
	
	textarea, input[type='text'], select { border: 1px solid #ccc; background: #fff; }
	textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: ; }
	textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: ; }
	input, select { cursor: pointer; }
	input[type='text'] { cursor: text; height: 15px; vertical-align:top; line-height: 12px; padding: 3px; }
	
/* TABLES */

	
/* MARGINS & PADDINGS & COLOUR */
	
	.content blockquote *:first-child { margin: .8em 0; }
	.content hr, .content p, .content ul, .content ol, .content dl, .content pre, .content blockquote, .content address, .content table, .content form { margin-bottom: 1.5em; margin-left: 0em; margin-right: 1.5em; color: #383f3d;}
	
/* NOTE: Edited to fit with 18px grid! Chris ;-) */
	
	.content h2 { margin: 0 .625em .625em 0em; }
	.content h3 { margin: 0 0 .85em 0em; }			
	.content h4 { margin: 0 1.125em 1.125em 0em }
	.content h5 { margin: 0 1.2857em 0.64285em 0em; }
	.content h6 { margin: 0 1.5em 1.5em 0em }
	
	
/* COLORS */
	
	.content a:link { text-decoration: none; color: #61c5d0; }
	.content a:visited { text-decoration: none; color: #90a2a9; }
	.content a:hover { text-decoration: none; color: #307b84; }
	.content a:active, .content a:focus { color: #000; }
	.content code, .content pre { color: #c33; } /* very optional, but still useful. W3C uses about the same colors for codes */	