/* typography.css */
html {font-size:100.01%;}
body {font-size:62.5%;color:#222;background:#fff;font-family:'DeliciousRoman',"Helvetica Neue", Arial, Helvetica, sans-serif;line-height:1.5;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin:8em 0 2em 0;font-weight:bold;}
h2 {font-size:4em;margin:0 0 0.75em 0;color:#660000;font-family:'InsolentRegular',"Helvetica Neue", Arial, Helvetica, sans-serif;}
h3 {font-size:2em;margin-bottom:1em;color:#222;}
h4 {font-size:1.9em;margin-bottom:1em;}
h5 {font-size:3em;font-weight:bold;margin-bottom:1.5em;font-style:italic;color:#660000;border-bottom: 5px #fff solid;}
h6 {font-size:2em;font-weight:bold;float:right;text-transform:uppercase;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 2em 2em 0;font-size:1.6em;}
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:#660000;border-bottom:5px #660000 solid;}
a {color:#660000;text-decoration:none; border-bottom: #660000 1px dotted;}
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.5;}
li ul, li ol {margin:0;}
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;}

/*fonts*/
@font-face {
	font-family: 'InsolentItalic';
	src: url('insolent-italic.eot');
	src: local('Insolent Italic'), local('Insolent-Italic'), url('insolent-italic.woff') format('woff'), url('insolent-italic.otf') format('opentype');
}

@font-face {
	font-family: 'InsolentRegular';
	src: url('insolent.eot');
	src: local('Insolent Regular'), local('Insolent'), url('insolent.woff') format('woff'), url('insolent.otf') format('opentype');
}

@font-face {
	font-family: 'InsolentRegular';
	src: url('insolent.eot');
	src: local('Insolent Regular'), local('Insolent'), url('insolent.woff') format('woff'), url('insolent.otf') format('opentype');
}

@font-face {
	font-family: 'InsolentItalic';
	src: url('insolent-italic.eot');
	src: local('Insolent Italic'), local('Insolent-Italic'), url('insolent-italic.woff') format('woff'), url('insolent-italic.otf') format('opentype');
}


@font-face {
	font-family: 'DeliciousRoman';
	src: url('Delicious-Roman.eot');
	src: local('Delicious Roman'), local('Delicious-Roman'), url('Delicious-Roman.woff') format('woff'), url('Delicious-Roman.ttf') format('truetype');
}

@font-face {
	font-family: 'DeliciousItalic';
	src: url('Delicious-Italic.eot');
	src: local('Delicious Italic'), local('Delicious-Italic'), url('Delicious-Italic.woff') format('woff'), url('Delicious-Italic.ttf') format('truetype');
}

@font-face {
	font-family: 'DeliciousHeavy';
	src: url('Delicious-Heavy.eot');
	src: local('Delicious Heavy'), local('Delicious-Heavy'), url('Delicious-Heavy.woff') format('woff'), url('Delicious-Heavy.ttf') format('truetype');
}

@font-face {
	font-family: 'DeliciousBoldItalic';
	src: url('Delicious-BoldItalic.eot');
	src: local('Delicious BoldItalic'), local('Delicious-BoldItalic'), url('Delicious-BoldItalic.woff') format('woff'), url('Delicious-BoldItalic.ttf') format('truetype');
}

@font-face {
	font-family: 'DeliciousBold';
	src: url('Delicious-Bold.eot');
	src: local('Delicious Bold'), local('Delicious-Bold'), url('Delicious-Bold.woff') format('woff'), url('Delicious-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'DeliciousSmallCaps';
	src: url('Delicious-SmallCaps.eot');
	src: local('Delicious SmallCaps'), local('Delicious-SmallCaps'), url('Delicious-SmallCaps.woff') format('woff'), url('Delicious-SmallCaps.ttf') format('truetype');
}


