/* @override 
	http://dev.ortenhill.com/css/globalreset.css
*/

/* @group 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,form,label,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-position: inside;
	margin-left: 10px;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:link, a:hover, a:active, a:visited {
	border-style: none;
	border-width: 0;
	text-decoration: none;
	outline: none;
	colour: #fff;
}

img {
	border-style: none;
	border-width: 0;
	margin: 0;
	padding: 0;
}

/* Blocking HTML5 tags --------------- */

header, section, nav, footer, aside, article {
	display: block;
}

/* @end */

/* @group GLOBAL SETTINGS */

body {
	font-size: 90%;
	font-weight: 400;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html {
	height: 100%;
}

h6, h5, h4, h3, h2, h1,p {
	margin-bottom: 8px;
	margin-top: 0;
	font-weight: 200;
	line-height: 1.5em;
	display: block;
}

p {
	font-size: 0.9em;
}

h6 {
	font-size: 1.4em;
}

h5 {
	font-size: 1.7em;
}

h4 {
	font-size: 2em;
}

h3 {
	font-size: 2.3em;
}

h2 {
	font-size: 2.7em;
}

h1 {
	font-size: 3.2em;
}

strong {
	font-weight: 600;
}

ol, ul {
	font-size: 0.8em;
	line-height: 1.2em;
}

li {
	margin-left: 10px;
	margin-bottom: 8px;
	line-height: 1.5;
	list-style-position: outside;
}

#container {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 10px;
	padding-right: 10px;
}


/* @end */