/* 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,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
	font-weight:normal;
}
body {
	line-height: 1;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

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

/* HTML5 tag fix */
header, section, article { display:block; }
/* end HTML5 tag fix */

/* basic layout */
body {
	margin:30px;
	width:800px;
}
header { 
	width: 160px;
	height: 100%;
	position: fixed;
	left: 660px;
}
section {
	width:600px;
	float:left;
}
/* end basic layout */

/* colours */
html { background: rgb(40, 40, 40);}
h1, h4, body { color: rgb(168,168,168); }
h3, p.name { color: rgb(255, 255, 255); }
a, a:visited { color: rgb(18, 173, 217); }
a:hover { color: rgb(0, 252, 255); }
a.button { background-color: rgb(35, 35, 35); }
/* end colours */

/* fonts */
body { font-family:"helvetica neue", helvetica, arial, sans-serif; font-weight:200; }
h1, h3, h4, p, li, a.button { font-size:1.6em; }
h1, h4, p.name, li { text-transform:uppercase; line-height:0.88em; }
p.name { font-weight:bold; margin-bottom:5px; }
h3 { margin-top: 18px; margin-bottom: 7px; }
h4 { margin-top: 80px; margin-bottom: 7px; }
h1 { margin-bottom: 80px; }
p { margin-bottom: 10px; }
/* end fonts */

/* links */
a { text-decoration:none; }
/* end links */

/* item */
article { margin-bottom:100px; }
section p { width: 460px; }
/* end item */

/* button */
a.button {
	padding:10px;
	float:right;
	margin-top:-2px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
}
/* end button */