/* typography.css */

/* @Font-Face Bullet proof
................................... */

@font-face {
	font-family:'font-name-here';
	src: url('file/path/to/font-name-here.eot'); /* FOR IE*/
	src: local('font-name-here'), local('font-name-here Web'), /* Local checks users computer for font */
	url ("font-name-here.woff") format ("woff"),
	url ("font-name-here.otf") format ("open type"),
	url ("font-name-here.svg#font-family-here") format ("svg");
	}

html {font-size:100.01%;}
body {font-size:80%;color:#222;background:#fff url(../images/bg-header.jpg) repeat-x center top;font-family:"HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;font-weight:400;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;text-transform:capitalize;}
h1 {font-size:2.8em;line-height:1;margin-bottom:0.5em;font-weight:300;color:#113265;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.4em;line-height:1;padding-bottom:0.5em;margin-bottom:0.5em;border-bottom:1px solid #113265;text-transform:uppercase;color:#113265;}
h4 {color:#1E58B1;font-size:1.2em;line-height:1.25;margin-bottom:0.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
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;}
a:focus, a:hover {color:#0F4FB1;text-decoration:underline;}
a {color:#113265;text-decoration:none;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}