/* Index
----------------------------------------------
    1. Typography
    2. Hidden Elements
*/

/* 1. Typography
----------------------------------------------*/

body {
    margin: 20pt;
    color: #444;
    font: normal 16px/23px "Calibri", Arial, Helvetica, sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* --- links */

a {
    color: #00a69b;
    text-decoration: underline;
}

/* --- paragraph */

p {
    padding: 0 0 15px;
}

/* --- lists */

ul {
    margin: 0;
    padding: 6px 0 12px 18px;
}

ol {
    padding: 6px 0 12px 21px;
}

ul li {
    padding: 3px 0 0 5px;
}

ol li {
    padding: 3px 0;
}

/* --- headings */

h1 {
    margin: 0 0 16px;
    font-size: 35px;
    line-height: 39px;
    font-weight: normal;
    color: #001413;
}

h2, h3, h4, h5, h6 {
    margin: 5px 0 10px;
    font-weight: normal;
    color: #001413;
}

h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #001413;
}

h2 {
    font-size: 30px;
    line-height: 35px;
}

h3 {
    font-size: 26px;
    line-height: 32px;
}

h4 {
    font-size: 22px;
    line-height: 30px;
}

h5 {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    text-transform: uppercase;
}

h6 {
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

h2 a {
    text-decoration: none;
}

/* --- images */

img {
    border: 0;
}

/* 2. Hidden Elements
----------------------------------------------*/

/* hide here any elements you do not want to print */

form, #headbg, #mainNavbg, #mobilemenu, #tweetslider, #shortcuts, #sponsors,
#footbg, #sideBar {
    display: none !important;
}
