﻿body {
    padding-top: 5px;
    padding-bottom: 20px;
    background-color: #e6ba1d!important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar
{
    position:relative;
    height: 90px!important;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
}

.logo 
{
     background: url(images/weblogo.png) no-repeat top left;
     display: block;
     width: 110px;
     height: 80px;
     text-indent: -9999px; /* hides the link text */
}


.about
{
    background-color: black;
    color: white;
}

.home
{
    background-color: #e6ba1d!important;
    color: black;
    text-align:center;
}

.roster
{
    background-color: #e6ba1d;
    color: black;
}

.hairthieves
{
    background-color: #white;
    color: black;
}

.sineglider
{
    background-color: #b6ff00;
    color: black;
}

.rollasoc
{
    background-color: #white;
    color: black;
}

.wanklank
{
    background-color: #b6ff00;
    color: black;
}




 .content,
.attribution
{
     position:relative;
    width: 100%;
    text-align:center;
    overflow:auto;
}