/* @override http://efs1/css/typography.css */

/* -----------------------------------------------------------------------

 d3i CSS Framework 0.1
 http://www.d3i.com

   * Copyright (c) 2009-Present.

 Title: 		Typography
 Description:	Set common typography styles
 
 				Base Font Size:		0.75em  12px
 				Base Line Height:	1.5em	21px
 				Heading Leading:	Above - 1 base line height
 									Below - 1 base line height

----------------------------------------------------------------------- */

body {
	font: 0.75em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 {
	font-size: 2.5em;
	line-height: 1.4em;
	margin-top: 0em;
	margin-bottom: 0.7em;
}

h2 {
	font-size: 1.5em;
	line-height: 1em;
	margin-top: 0em;
	margin-bottom: 1em;
}

h3 {
	font-size: 1.25em;
	line-height: 1.4em;
	margin-top: 0em;
	margin-bottom: 0.7em;
}

h4 {
	font-size: 1.125em;
	line-height: 1.555em;
}

h5, h6 {
	font-size: 1em;
	font-weight: bold;
}

p {
	margin: 1.5em 0;
}

p img.left {
	float: left;
	margin: 1.5em 1.5em 1.5em 0;
	padding: 0;
}

p img.right {
	float: right;
	margin: 1.5em 0 1.5em 1.5em;
	padding: 0;
}

a:focus, a:hover {
	color: #000;
}

a {
	color: #009;
	text-decoration: underline;
}

blockquote {
	margin: 1.5em;
	color: #666;
	font-style: italic;
}

strong {
	font-weight: bold;
}

em, dfn {
	font-style: italic;
}

dfn {
	font-weight: bold;
}

sup, sub {
	line-height: 0;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
}

address {
	margin: 0 0 1.5em;
	font-style: italic;
}

del {
	color: #666;
}

pre {
	margin: 1.5em 0;
	white-space: pre;
}

pre, code, tt {
	font: 1em 'andale mono', 'lucida console', monospace;
	line-height: 1.75;
}

li ul, li ol {
	margin: 0 1.5em;
}

ul, ol {
	margin: 0 1.5em 1.5em 1.5em;
}

ul {
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

dl {
	margin: 0 0 1.5em 0;
}

dl dt {
	font-weight: bold;
}

dd {
	margin-left: 1.5em;
}

table {
	margin-bottom: 1.4em;
	width: 100%;
}

th {
	font-weight: bold;
}

thead th {
	background: #c3d9ff;
}

th, td, caption {
	padding: 4px 10px 4px 5px;
}

tr.even td {
	background: #e5ecf9;
}

tfoot {
	font-style: italic;
}

caption {
	background: #eee;
}
