/*
Baseline - a designer framework
Copyright (C) 2009 Stephane Curzi, ProjetUrbain.com
Creative Commons Attribution-Share Alike 3.0 License
version 0.5
*/

/******************** Baseline grid: 13/18px ********************/
@font-face {
    font-family: 'HelsinkiRegular';
    src: url('../fonts/Helsinki/helsinki-webfont.eot');
    src: url('../fonts/Helsinki/helsinki-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Helsinki/helsinki-webfont.woff') format('woff'),
         url('../fonts/Helsinki/helsinki-webfont.ttf') format('truetype'),
         url('../fonts/Helsinki/helsinki-webfont.svg#HelsinkiRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmbleRegular';
    src: url('../fonts/amble/Amble-Regular-webfont.eot');
    src: url('../fonts/amble/Amble-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/amble/Amble-Regular-webfont.woff') format('woff'),
         url('../fonts/amble/Amble-Regular-webfont.ttf') format('truetype'),
         url('../fonts/amble/Amble-Regular-webfont.svg#AmbleRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmbleItalic';
    src: url('../fonts/amble/Amble-Italic-webfont.eot');
    src: url('../fonts/amble/Amble-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/amble/Amble-Italic-webfont.woff') format('woff'),
         url('../fonts/amble/Amble-Italic-webfont.ttf') format('truetype'),
         url('../fonts/amble/Amble-Italic-webfont.svg#AmbleItalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AmbleBold';
    src: url('../fonts/amble/Amble-Bold-webfont.eot');
    src: url('../fonts/amble/Amble-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/amble/Amble-Bold-webfont.woff') format('woff'),
         url('../fonts/amble/Amble-Bold-webfont.ttf') format('truetype'),
         url('../fonts/amble/Amble-Bold-webfont.svg#AmbleBold') format('svg');
    font-weight: normal;
    font-style: normal;
}



body								{ font-size: 100%; font-size: 12px; line-height: 15px; font-family: 'AmbleRegular', Verdana, Geneva, sans-serif; color: #555; }

h1, h2, h3, h4, h5, h6				{ position: relative; font: 50px/50px 'HelsinkiRegular', Verdana, Geneva, sans-serif; color: #3E91C4; }
h1, h2								{ line-height: 36px; margin-bottom: 18px; }
h1, h2, h3, h4						{ margin-top: 18px; }
h3, h4, h5, h6						{ line-height: 18px; }
h1									{ font-size: 36px; top: 5px; }
h2									{ font-size: 28px; top: 8px; }
h3									{ font-size: 22px; top: 1px; }
h4									{ font-size: 18px; top: 2px; }
h5									{ font-size: 15px; top: 4px; }
h6									{ font-size: 13px; top: 5px; }
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child						{ margin-top: 0; }

a { color: #006c2d; text-decoration: none }
a:hover { text-decoration: underline }

p, pre, address						{ font-size: 14px; line-height: 18px; position: relative; top: 5px; }
small								{ font-size: 11px; }
abbr, code, kbd,
samp, small, var					{ line-height: 15px; }
ul, ol, dl, dialog					{ font-size: 13px; line-height: 18px; position: relative; top: 5px; margin-top: 18px; margin-bottom: 18px; }
li ul, li ol, ul ul, ol ol			{ top: 0; margin-top: 0; margin-bottom: 0; }
li h1, li h2, li h3,
li h4, li h5, li h6,
li p								{ top: 0; }
form, legend, label					{ font-size: 13px; line-height: 18px; }
legend								{ position: relative; top: 5px; }
table								{ font-size: 13px; }
caption								{ font-size: 13px; line-height: 18px; position: relative; }
hr									{ position: relative; height: 4px; margin: 18px 0 14px 0; }

h4, h5, h6										{ font-weight: bold; font-family: 'AmbleBold', Verdana, Geneva, sans-serif; }
b, strong, caption, th, thead, dt, legend		{ font-weight: bold; font-family: 'AmbleBold', Verdana, Geneva, sans-serif; }
cite, dfn, em, i								{ font-style: italic; font-family: 'AmbleItalic', Verdana, Geneva, sans-serif; }
code, kbd, samp, pre, tt, var					{ font-family: mono-space, monospace; }
h1, h2, h3, h4, h5, h6							{ word-spacing: -0.125em; }
p												{ word-spacing: 0.125em; hyphenate: auto; hyphenate-lines: 3; }
p+p												{ text-indent: 1.5em; }
p+p.no-indent									{ text-indent: 0; }
pre												{ white-space: pre; }
del												{ text-decoration: line-through; }
mark											{ background: rgba(255, 255, 0, 0.4); padding: 0 .25em; }
ins												{ color: #f00; }
small, sup, sub									{ font-size: 80%; }
big												{ font-size: 125%; line-height: 80%; }
abbr, acronym									{ font-size: 85%; text-transform: uppercase; letter-spacing: .1em; }
abbr[title], acronym[title], dfn[title]			{ border-bottom: 1px dotted black; cursor: help; }
sup, sub										{ line-height: 0; }
sup												{ vertical-align: super; }
sub												{ vertical-align: sub; }
blockquote										{ padding: 1.5em; }
hr												{ border: none; background: #ddd; width: 100%; }
ul, ol											{ margin-left: 1.5em; }
ul												{ list-style: disc outside; }
ol												{ list-style: decimal outside; }
input, select, button							{ cursor: pointer; }
table											{ font: inherit; width: 100%; }