/* BASE CSS
---------------------------------------------------------------------------------- */

@import url(/lib/webfonts/brandon/brandontext.css);

body , td, pre, input, select, option, textarea {
    font-family: 'BrandonText', Sans-Serif;
    color: #797979;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.8em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
ul {

}
a, a:visited {
    color: #797979;
}
a:hover {
    color: #797979;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'BrandonText', Sans-Serif;
    color: #444;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 3px;
    margin: 0 0 15px;
    -webkit-font-smoothing: subpixel-antialiased;
    -moz-osx-font-smoothing: normal;
}
h1 a,h1 a:visited,
h2 a, h2 a:visited,
h3 a, h3 a:visited,
h4 a, h4 a:visited,
h5 a, h5 a:visited,
h6 a, h6 a:visited {
    color: #444;
    text-decoration: none;
}
h1 {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 50px;
}
h2 {
    font-size: 24px;
    line-height: 28px;
}
h3 {
    font-size: 20px;
    line-height: 24px;
}
h4 {
    font-size: 17px;
    line-height: 20px;
}
h5 {
    font-size: 14px;
    line-height: 17px;
}
h6 {
    font-size: 13px;
    line-height: 16px;
}


