/* Type */
body,
p {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: bold;
}

#navigation {
    font-family: Ovo, serif;
    font-weight: normal;
}

.twitter-box .twtr-widget {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

/* Colors */
a,
#navigation a.active,
#jobsite ul.employees span.name {
    color: #0069D6;
}

a:hover {
    color: #0054ab;
}

#header .splitter {
    border-top-color:#0069D6;
    border-bottom-color: #EEE;
}

#navigation a:hover {
    color: #0054ab;
}

#jobsite ul.employees li:hover div.text {
    border-color: #0069D6;
}

.background-color {
    background-color: #0069D6;
}