@charset "UTF-8";
/* CSS Document */

#header-container {
    background: black;
    border-top: none;
}

textarea, input {
    background: #f0f0f0;
    border: 1px solid #dfdfdf;
}

#submission {
    padding: 40px;
}

input[type="button"],
input[type="submit"] {
    background: #ff0000;
}

ul#nav li a {
    color: #000;
}

ul#nav li a:hover {
    color: #ff0000;
}

body {
    color: black !important;
    font-family: helvetica, sans-serif;
}

h1, h2, h3 {
    color: #ff0000;
}

#footer-container {
    background: black;
}

#entry_4 {
    width: 480px !important;
}

.logo {
    width: 150px;
    display: inline;
    float: left;
}

#heading {
    text-align: right;
    margin-top: 60px;
    float: right;
    width: 400px;
    color: white;
    font-size: 18px;
    font-weight: bold;
}

.white {
    color: white;
}

.deadline {
    color: #999;
    font-size: 14px;
    text-transform: uppercase;
}

.logged-in-as a {
    color: #ff0000;
}

.left {
    text-align: left;
}

