﻿/*RESET & OVERRIDES CSS*/

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
img, ins, kbd, q, s, samp, 
small, strike, strong, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend, 
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {line-height: 1;}
ol, ul {list-style: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

address{
    font-style:normal; 
    margin-bottom: 1em;
}

/* END RESET */
@import url(http://fonts.googleapis.com/css?family=Ubuntu:700,700italic|Vollkorn:400italic,400,700);

html{
    color: #333;
    font-size: 100%;
    font-family: 'Vollkorn', Georgia, Times, serif;
    font-style: normal;
    height: 100%;
}

body{
    font-size: 15px;
    height: 100%;
    line-height: 25px;
    margin: 25px;
    overflow: auto;
}

h1, h2, h3, h4, h5, h6, dl dt, table thead{
    font-family: 'Ubuntu', Helvetica, Arial, sans-serif;
    font-weight: 700;
}

h1{
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 1em;
}

h2{
    font-size: 22px;
    line-height: 24px;
    margin: 2em 0 1em 0;
}

h3{
    font-size: 19px;
    line-height: 21px;
    margin: 2em 0 1em 0;
}


p{margin-bottom: 1em;}

ul, ol{
    margin-bottom: 1em;
    margin-left: 25px;
}

ul li{
    list-style-type:disc;
    list-style-position: outside;
    margin-bottom: 0.5em;
}

ol li{
    list-style-type:decimal;
    list-style-position: outside;
    margin-bottom: 0.5em;
}

dl{margin-bottom: 1em;}

    dl dt{
        font-size: 16px;
        line-height: 16px;
        margin: 1em 0;
    }

    dl dd{margin-bottom: 0.5em;}

a:link, a:visited{color: #111;}
a:hover, a:active{text-decoration: none;}

strong{font-weight: 700;}

table{
    border: 1px solid #ccc;
    width: 520px;
}
table thead{
    background: #ddd;
}

table th, table td{
    border-bottom: 1px solid #ddd;
    padding: 4px;
}