/* 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: #474747;
}

body, input, textarea, select, button {
	font-family: "Helvetica Neue",Helvetica,Arial,Sans-Serif;
}

input, textarea {
}

/* =Headings */

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

#linkage li {
	font-size: 1em;	
}

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

h2,h3,h4,h5,h6,dt {
	margin-bottom: 18px;
}

h5,h6 {
	font-family: Georgia, serif;
	font-weight: normal;
}


h1 {
	font-size: 4.5em;
	letter-spacing: -2px;
	color: #171717;
	margin-bottom: 20px;
}

h2 {
	font-size: 3.6em;
	letter-spacing: -1px;
}

dt {
	font-size: 2.7em;	
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1em;	
}

h3,
legend,
dd {
	font-size: 2.4em;
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 1.1em;
}

h4 {
	font-size: 1.8em;
	line-height: 1.2em;
	letter-spacing: 0.01em
}

h5 {
	font-size: 1.65em;
}

	th h5 {
		text-align: left;
	}

h6 {
	font-size: 1.5em;
	font-weight: normal;
}

/* Type Elements */ 

* p:last-child {
	margin-bottom: 0;	
}

p, 
li 
/* Definition lists Elements */ 
{
	font-size: 1.6em;
	line-height: 1.3em;
	letter-spacing: 0.01em
}
	
	td {
		padding: 5px 10px 0 0;
		vertical-align: top;
		text-align: left;
	}

/* Form Elements */ 
input, textarea, label, select, button {
	font-size: 1.5em;
}

/*
li p,
li h1, li h2,
li h3, li h4,
li h5, li h6,
li dl,
li dd,
li dt,
p select,
dl label,
li input
{
	font-size: 1em;
}
*/
select {
	color: #010101
}

body img {
	vertical-align: bottom;
}

/* =Links */

a {
	outline: none;
}

	p a {
		text-decoration: underline;	
	}


/* =Forms */

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

.pull-quote q,
.pull-quote blockquote {
	display: block;
	margin-bottom: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 0px;
}

.pull-quote {
	margin-bottom: 3px;	
}