/* Typography */

/*
	Colours
	bg (grey) #222222
	container (dark grey) #1d1c1c
	inactive link (light grey) #303030
*/

body {
	font-size: 62.5%;
	line-height: 1.4;
	font-family: "Helvetica Neue", arial, helvetica, verdana, sans-serif;
	text-shadow: #000 0 0 0;
	color: #fff;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

h1 {
	font-size: 240%;
}

h2 {
	font-size: 220%;
}

h3 {
	font-size: 160%;
}

h4 {
	font-size: 150%;
}

h5 {
	font-size: 140%;
}

h6 {
	font-size: 130%;
}

dl, li, p {
	font-size: 120%;
}

li p {
	font-size: 100%;
}

li li {
	font-size: 100%;
}

a {
	outline: none;
	color: #fff;
}

p a {
	font-size: 100%;
}

input, label, textarea {
	font-size: 12px;
	font-family: "Helvetica Neue", arial, helvetica, verdana, sans-serif;	
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

pre {
	
}

code {
	color: #414141;
	font-size: 12px;
	font-family: Monaco, courier, monospace;
}

.left {
	float: left;
	margin: 0 15px 15px 0;
}

.right {
	float: right;
	margin: 0 0 15px 15px;
}

textarea {
	font-family: "Helvetica Neue", arial, helvetica, verdana, sans-serif;
	color:  #414141;
	padding: 9px 7px;	
}

#multicolumn p {
	margin-bottom: 7px;
}

#column_1 h2 {
	font-size: 240%;
}

#column_2 h3 {
	font-size: 180%;
}

#column_2 li {
	font-size: 100%;
}

#column_2 li h3 {
	font-size: 180%;
	font-weight: normal;
}
