/* @import url(http://fonts.googleapis.com/css?family=Inconsolata); */

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

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

/******************** Base ********************/
/*
@font-face {
    font-family: 'avantgardeltbook';
    src: url('fonts/itcavantgardegothicltbook.eot');
    src: url('fonts/itcavantgardegothicltbook.eot?#iefix') format('embedded-opentype'),
         url('fonts/itcavantgardegothicltbook.woff') format('woff'),
         url('fonts/itcavantgardegothicltbook.ttf') format('truetype'),
         url('fonts/itcavantgardegothicltbook.svg#avantgardeltbook') format('svg');
    font-weight: normal;
    font-style: normal;

}
*/

h4, h5, h6 {
    font-weight: normal;
}

b, strong, caption, th, thead, dt, legend {
    font-weight: bold;
}

cite, dfn, em, i {
    font-style: italic;
}

p + p {
    text-indent: 0;
}

p + p.no-indent {
    text-indent: 0;
}

ins {
    color: #f00;
}

big {
    font-size: 125%;
    line-height: 80%;
}

abbr[title], acronym[title], dfn[title] {
    border-bottom: 1px dotted black;
    cursor: help;
}


blockquote {
    padding: 1.5em;
}



/* html 5 */
article, aside, header, hgroup,
nav, section, footer {
    float: left;
    display: block;
}

figure {
    display: block;
}

.debug {
    outline: solid gold 1px;
}

.debug-background {
    background: rgba(255, 215, 0, 0.2) !important;
}

/******************** Baseline grid: 13/18px ********************/
body {
    font-size: 12px;
    line-height: 1.5; /*12/18*/
}

h1, h2 {
    line-height: 36px;
    margin-bottom: 9px;
}

h1, h2, h3, h4 {
    margin-top: 18px;
}

h3, h4, h5, h6 {
    line-height: 1.3;
}

h1 {
    font-size: 36px;
    top: 5px;
}

h2 {
    font-size: 28px;
    top: 8px;
}

h3 {
    font-size: 22px;
    padding-bottom: 10px;
    top: 1px;
}

h4 {
    font-size: 18px;
    top: 2px;
}

h5 {
    font-size: 15px;
    top: 4px;
}

h6 {
    font-size: 13px;
    top: 5px;
}


abbr, kbd,
p, address {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    top: 5px;
    margin-bottom: 18px;
    color: #333;
}

ul, ol, dl, dialog {
    font-size: 14px;
    line-height: 20px;
    position: relative;
    top: 5px;
    margin-top: 18px;
    margin-bottom: 18px;
    color: #333;
}

li ul, li ol, ul ul, ol ol {
    top: 0;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

li h1, li h2, li h3,
li h4, li h5, li h6,
li p {
    top: 0;
}

form, legend, label {
    font-size: 14px;
    line-height: 20px;
}

legend {
    position: relative;
    top: 5px;
}

input, textarea {
    font-size: 12px;
}

caption {
    font-size: 13px;
    line-height: 18px;
    position: relative;
}