/* Generated by F12 developer tools. This might not be an accurate representation of the original source file */
body
{
    /* background: url("../../App_Themes/login/login/main_background_1366.gif") fixed no-repeat center; */
    padding: 0px;
    overflow: hidden;
    margin: 0px auto;
    width: 1000px;
    color: rgb(255, 255, 255);
    font-family: Helvetica, sans-serif;
    vertical-align:middle;
}
p
{
    line-height: 150%;
    margin-top: 20px;
    margin-bottom: 20px;
}
body > header
{
    background: rgb(35, 157, 212);
    padding: 20px;
    height: 65px;
    clear: both;
}
body > header hgroup h1
{
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 3em;
}
body > header hgroup h2
{
    color: rgb(255, 255, 255);
    font-size: 0.8em;
    font-style: italic;
}
body > footer
{
    background: rgb(245, 36, 39);
    padding: 10px;
    height: 100px;
    color: rgb(255, 255, 255);
    clear: both;
}
nav
{
    background: rgb(245, 36, 39);
    padding: 10px;
    height: 25px;
    color: rgb(255, 255, 255);
    clear: both;
    font-weight: bold;
}
nav ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
nav ul li
{
    margin-right: 20px;
    float: left;
    display: block;
}
nav ul li a
{
    background: rgb(0, 0, 0);
    margin: 0px;
    padding: 5px;
    color: rgb(255, 255, 255);
    text-decoration: none;
    display: block;
}
nav ul li a:hover
{
    background: rgb(102, 102, 102);
}
body > article
{
    padding: 10px;
    width: 700px;
    float: left;
}
article > header
{
    padding: 10px;
    border: 1px rgb(102, 102, 102);
}
article > header h1
{
    color: rgb(0, 0, 0);
    font-size: 2em;
}
article > header time
{
    font-size: 0.7em;
}
article > footer
{
    padding: 10px;
    border: 1px rgb(102, 102, 102);
}
section > header h1
{
    color: rgb(102, 102, 102);
    font-size: 1.5em;
}
section > footer
{
    font-style: italic;
}
figure
{
    margin: 0px auto;
    padding: 20px;
    border: 1px dashed rgb(204, 204, 204);
    width: 500px;
    text-align: center;
    clear: both;
}
figcaption
{
    text-align: center;
    clear: both;
    font-style: italic;
    display: block;
}
figure img
{
    margin: 0px auto;
    padding: 10px;
}
body > aside
{
    background: rgb(204, 204, 204);
    padding: 20px;
    width: 200px;
    color: rgb(0, 0, 0);
    font-size: 0.8em;
    float: left;
}
aside > header h1
{
    color: rgb(0, 0, 0);
    font-size: 1.5em;
}
