/*
 * freya.css
 */

body, h1, h2, h3, h4, td, li, p, hr {
    background: black !important;
    color: white !important;
}

.container {
    margin: 0 auto;
    text-align: left;
    width: 830px;
    font-family: Helvetica;
    font-size: 100%;
}

h1 {
    font-size: 3.5em !important;
    text-align: left !important;
}

#subheading {
    font-size: 0.5em !important
}

#navigation ul {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    list-style-type: none;
    text-align: right;
    font-weight: bold;
}

#navigation a, a:visited {
    color: #44d;
    font-size: 110% !important;
    text-decoration: none;
}

#navigation a:hover {
    color: #d44;
}

#footer {
    text-align: center;
    font-size: 100%;
}

#nav-selected a {
    color: orange;
}

a, a:visited {
    color: #44d;
    text-decoration:none;
}

a:hover {
    color: #d44;
}

#thumbnails {
    text-align:center;
    line-height:1;
}
