/* Core Typography CSS Document */
/* core_typography.css */
/* (CC) 2008 Ollie Lindsey. Some Rights Reserved.             */
/* http://creativecommons.org/licenses/by/2.0                   */
/* This style sheet is licensed under a Creative Commons License. */


body {
	font-size: 62.5%;
	color: #FFF;
}

body, input, textarea, select, button {
	font-family: Arial, Helvetica, sans-serif
}

/* =Headings */

h1,h2,h3,h4,h5,h6,legend {
	line-height: 1em;
	font-weight: normal;
	letter-spacing: -0.02em;
}

h1,h2,h3,h4,h5,h6 {
}

h1 {
	font-size: 2.7em;
	letter-spacing: -0.03em;
	margin-bottom: 0.2em;
}

	h1#heading-primary {
		margin-bottom: 15px;
	}

h2 {
	font-size: 2.4em;
	margin-bottom: 0.8em;
}

h3, table caption {
	font-size: 2.1em;
}

h4 {
	font-size: 1.8em;
}

h5 {
	font-size: 1.8em;
}

h6 {
	font-size: 1.5em;
}

legend {
	font-size: 1.4em;
}

/* Type Elements */ 
p, li, 
/* Form Elements */ 
input, textarea, label, select, button,
/* Definition lists Elements */ 
dd, dt
{
	font-size: 1.75em;
	line-height: 1.2em;
	letter-spacing: 0em;
}

p a,
li a, 
ul li li, p li,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
{
	font-size: 1em;
	line-height: 1.2em;
}

p {
}

p~p {
	margin-top: 15px;
}

li~p {
	font-size: 1.2em;
}

/* =Links */

a {
	color: inherit;
	outline: none;
	color: #F0F0F0;
}

a.no-wrap {
	white-space: nowrap;
}

/* =Forms */

label input, label select, label textarea {
	font-size: 1em;
	line-height: 1.2em;
	font-weight: normal;
}