/* global.css */

div.clear-both { clear: both; }

body {
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    line-height: 140%;
}

strong { font-weight: bold; }

em { font-style: italic; }

p, li {
    font-family: 'Droid Sans', sans-serif;
    font-size: 14px;
    line-height: 140%;
    margin-top: 20px;
}

h1, h2, h3, h4, h5 {
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    line-height: 140%;
}


a, a:visited {
    color: #2c5ef1;
    text-decoration: underline;
}

a:hover { color: #5580ff; }
a:active { color: #1f42a7; }

a.button, a.button:visited {
    background-color: #2c5ef1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    padding: 5px 12px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover { background-color: #555; }
a.button:active { background-color: #333; }
