﻿
/* HTML tag formatting */
html, body
{
    margin: 0;
    padding: 0;
}

body
{
    padding-top: 70px;
}

body, div, p, td, li
{
    font-size: 10pt;
    font-weight: normal;
    color: #000000;
}

h1, h2, h3, h4, h5
{
    margin: 20px 0 10px 0;
    border-bottom: 1px solid #f0f0f0;
}
h1 { font-size: 20pt; }
h2 { font-size: 18pt; }
h3 { font-size: 16pt; }
h4 { font-size: 14pt; }
h5 { font-size: 12pt; }

p
{
    margin: 20px 0 20px 0;
}

a {
    color: #337ab7;
    text-decoration: none;
}

/* Custom text formatting */
.red { color: #ff0000; }
.bold { font-weight: bold; }

/* Custom template formatting */
header
{
    width: 100%;
    margin: 0;
    padding: 0;
}

main
{
    width: 100%;
    margin: 0;
    padding: 4px;
    min-height: 400px;
}

footer
{
    width: 100%;
    display: inline-block;
    margin: 20px 0 0 0;
    padding: 10px;
    background-color: #2b2b2b;
    color: #ffffff;
}

.headerImage
{
    border: 5px solid #5d5d5d;
}

.spargoTag
{
    color: #ffffff;
    margin: auto;
    text-align: center;
    font-size: 18px;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}
.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
    border-radius: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-default .navbar-brand {
    color: #428BCA;
}
.navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}
.mini-spargo {
    background: url('../images/20x20_icon.png') no-repeat center;
    width: 20px;
    height: 20px;
    display: inline-block;
}




/* Bootstrap overrides */