/* (c) 2013 dwt | terminus data science, LLC */

body {
    background: white;
    color: black;
    font-family: "Gill Sans", "Gill Sans MT", "Cabin", sans-serif;
}

.footer {
    text-align: center;
    clear: both;
    font-family: "Jura", sans-serif;
    padding-top: 50px;
}

.footer h6 {
    font-size: medium;
}

/* use Palatino for this? */
.header {
    width: 960px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    clear: both;
    font-family: "Jura", sans-serif;
    font-size: x-large;
}

#mainlogo {
    float: left;
    border-right: 2px solid black;
    padding-right: 60px;
}

#linkbar {
    float: left;
    height: 100%;
    padding-left: 60px;
    vertical-align: bottom;
    position: relative;
    top: 55px;
}

.logo h1 {
    font-size: 36pt;
    margin-bottom: -0.5em;
}

.logo h2 {
    font-size: 20pt;
}

.branding {
    font-family: "Jura", sans-serif;
}

.logo a {
    color: inherit;
    text-decoration: inherit;
}

.logo a:visited {
    color: inherit;
    text-decoration: inherit;
}

#container h3, h4, h5 {
    font-weight: normal;
    font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
}

/*
#container h3 em, h4 em, h5 em {
    font-style: italic;
    color: firebrick;
}
*/

#container em {
    font-style: italic;
    color: firebrick;
}

#container h3 strong, h4 strong, h5 strong {
    font-weight: strong;
}

#container {
    width: 960px;
    padding-top: 25px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
}

a {
    color: green;
}

a:visited {
    color: purple;
}
