@media screen {

    body {
      font-size: 0.85em;
      font-family: sans-serif;
      background-color: black;
      color: silver;
    }

    h1 { font-size: 1.7em; margin-top: 0; }
    h2 { font-size: 1.5em; }
    h3 { font-size: 1.3em; }
    h4 { font-size: 1.1em; }
    h5 { font-size: 1.0em; }
    h1, h2, h3, h4, h5 { color: orange; }

    img { border: 0; }
    form { margin: 0; }

    a {
          font-family: sans-serif;
          color: #22AAFF;
          text-decoration: underline;
      }
    a:hover { color: #FFFFFF; background-color: #1c8fd9; text-decoration: none; }


    body {
        margin-top: 1px;
        margin-bottom: 1px;
        margin-left: 1px;
        margin-right: 1px;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-left: 1px;
        padding-right: 1px;
    }

    #footer { clear: both; }


    #header {
      height: 80px;
      background-image: url(/images/WizTV_Logo.jpg);
      background-position: left top;
      background-repeat: no-repeat;
}
    #header img { display: none; }

    #content-container {
        border: 1px solid #444444;
        margin: 10px;
        padding: 10px;
        background-color: #222222;
    }

    #content {
        line-height: 1.8em;
    }

    #message-container .box {
        margin: 10px;
        padding: 10px;
        font-size: 0.9em;
        line-height: 1.6em;
        background-color: #111111;
        border: 1px solid #333333;
}

    #footer {
        color: #444444;
        font-size: 0.85em;
        padding: 10px;
        text-align: center;
    }

    #nav {
        margin-top: -1px;
        margin-bottom: 20px;
        font-size: 0.9em;
        text-transform: uppercase;
    }

    #nav ul {
        margin: 0;
        padding: 4px 0;
        text-align: center;
    }

    #nav li {
        list-style: none;
        padding: 0;
        margin: 0;
        display: inline;
    }

    #nav a {
        background-color: #dfebf0;
        color: #000;
        text-decoration: none;
        padding: 4px 8px;
        text-align: center;
        border: 1px solid #DDDDDD;
        border-top: none;
        margin: 0 3px;
    }

    #nav a:hover {
        background-color: #bbeeff;
        text-decoration: underline;
    }

    #nav li.active a {
        color: #ffffff;
        background-color: #2299CC;
        font-weight: bold;
        border: 1px solid #000000;
        border-top: none;
    }


    div.error {
        background-color: #AA2222;
        padding: 5px;
        margin: 5px 0;
        color: #ffffff;
    }

    form .row div.error {
        font-size: 0.85em;
        line-height: 1em;
    }

    form .row { margin: 10px 0; clear: both; }

    .label, form .row label {
        width: 150px;
        float: left;
        display: block;
        font-weight: bold;
    }

    form .row input {
      background-color: #444444 ! important;
      color: #c7e9ff ! important;
      border: 1px solid #777777;
    }

    form .row input[type=text] {
        width: 230px;
      }

    form .row input[type=password] { width: 230px; }

    form .captcha { margin-left: 150px; }

    form .submit {
        padding: 5px;
        margin-top: 10px;
    }

    form .row textarea {
      width: 40em;
      height: 20em;
      font-size: 0.85em;
      background-color: #444444 ! important;
      color: #c7e9ff ! important;
      border: 1px solid #777777;
    }

    div.status {
        padding: 5px;
        margin: 5px 0;
    }

    .status.live {
        color: #ffffff;
        background-color: #007700;
    }

    .status.draft {
        color: #fff;
        background-color: #ffaa00;
    }


    .preview-status form { margin-top: 5px; }
    .preview-status { margin-bottom: 10px; }
    .preview-date {
        font-size: 0.9em;
        color: #999999;
    }

    #month-preview .status {
        font-weight: normal;
        font-size: 0.9em;
    }
    #month-preview dt {
        font-weight: bold;
    }
}

@media print {

    #nav, #message-container { display: none; }
}

