﻿/* Brand Colors */



/* Brand One - Header and Footer - Structural */
.brand_one, .brand_one .container
{
    background-color: #0067a4;
}
header#head
{
    border-top: 7px solid #0067a4;
}

/* Brand Two - Typography - styles */
.brand_two h1, .brand_two h2, .brand_two h3, .brand_two h4, .brand_two h5, a:hover
{
    color: #006a9e;
}

/* Structure */
.pad
{
    margin: 1.375em;
}
.container
{
    background-color: #fff;
}



/* Header */

.pad h1
{
    margin-top: 47px;
}

/* Footer */
footer#footer_nav ul li
{
    list-style-type: none;
}
footer#footer_nav ul.dark li:first-child, footer#footer_nav ul.light li:first-child
{
    opacity: 1;
}

footer#footer_nav ul.light li a
{
    color: #fff;
    display: block;
}
footer#footer_nav ul.light li
{
    color: #fff;
    opacity: 0.5;
}

footer#footer_nav ul.dark li a
{
    color: #F0F0F0;
    display: block;
}
footer#footer_nav ul.dark li
{
    color: #F0F0F0;
    opacity: 0.5;
}



/*Copyright*/
#outer, footer#outer .container
{
    background-color: #eee;
}
#outer ul li
{
    list-style-type: none;
    color: #b2b2b2;
    font-size: 10px;
}


/* Custom */

h2
{
    margin-bottom: 10px;
}

form
{
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

a.brand, a.brand:hover
{
    color: #000000;
    margin-left: 10px;
}

#logout
{
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 110px;
}

div.brand_two
{
    margin-top: 20px;
    margin-bottom: 20px;
}
