/* -----------------------------------------------------
   author:              Alex Dunae - dunae.ca
   date:                2007-06
-------------------------------------------------------- */


/* -----------------------------------------------------
   Reset
-------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
	text-align: left;
}

a:focus { outline:none; }

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

fieldset,img { border:0; }

address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }

caption,th { text-align:left; }

h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }

q:before,q:after { content:''; }

abbr,acronym { border:0; }

ol, ul {
	margin: 18px 9px;
}

li { margin-left: 18px; }

/* -----------------------------------------------------
   Base
-------------------------------------------------------- */
body {
	color: #222;
	background: #fff none;
	font-family: "Helvetica", "Helvetica-Light", "Arial", sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a { text-decoration: underline; color: #222; font-weight: bold; }

p { margin-bottom: 18px;  }

em, i { font-style: italic; }

strong, b { font-weight: bold; }


#container { width: 820px; margin: 0 auto; }

#header {
	display: block;
	width: 800px;
	margin: 18px auto 18px;
	padding: 9px 0;
	text-align: right;
	font: bold normal 18px/18px "Helvetica", "Helvetica-Light", "Arial", sans-serif;
	border-bottom: 1px solid #bbb;
}

#header a { display: block; color: #aaa; text-decoration: none; }

#content {
	padding: 9px 140px;
}

.intro {
	font-size: 16px;
	font-weight: bold;
}

h2 {
	font: normal normal 16px/18px "Helvetica", "Helvetica-Light", "Arial", sans-serif;
	margin: 36px 0 18px -100px;
}

h3 {
	font: bold normal 12px/18px "Helvetica", "Helvetica-Light", "Arial", sans-serif;
	margin: 54px 0 9px -60px;
}

h4 {
	margin: 36px 0 9px -30px;
	text-decoration: underline;
}

pre {
	display: block;
	padding: 9px;
	margin: 18px auto;
	border-left: 1px dotted #300;
	color: #300;
}
