/* Start of CMSMS style sheet 'New Blue CSS' */
* {
    font-family: sans-serif;
    font-size: 1em;
    color: #e8e8e8;
}

#title {
    position: absolute;
    top: 0px;
    left: 0px;
}

body {
    background-image: url('/uploads/images/gradient.png');
    background-repeat: repeat-x;
    background-color: #01162e;
}
    

h1 {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
}

h2 {
    font-size: 1.7em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
}

h3 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 15px;
}

h4 {
    font-size: 1.2em;
    margin-top: 15px;
    margin-bottom: 10px;
}

h5 {
    font-size: 1.1em;
    margin-bottom: 7px;
    margin-top: 10px;
}

h6 {
    font-size: 1.1em;
    margin-top: 8px;
}


.sidebar_left {
    float: left;
    clear: left;
    margin-top: .2em;
    margin-bottom: .2em;
    margin-left: 10px;
    padding-right: 3px;
    border-right: 1px solid #353e47;
    margin-right: .5em;
    width: 170px;
    padding-top: 4px;
    padding-bottom: 5px;
}

.sidebar_right {
    float: right;
    clear: right;
    margin-top: .2em;
    margin-bottom: .2em;
    margin-right: 10px;
    padding-left: 15px;
    border-left: 1px solid #353e47;
    margin-left: 30px;
    width: 170px;
    padding-top: 4px;
    padding-bottom: 5px;
}

#page_title {
    margin-top: 200px;
    padding-top: .05em;
    font-size: 2em;
    font-weight: bold;
    margin-right: 250px;
    margin-left: 10px;
    padding-left: 5px;
    border-bottom: 1px solid #353e47;
}

.content {
    margin-left: 15px;
    margin-right: 50px;
    margin-top: .2em;
}
#footer {
    font-size: .5em;
    font-weight: bold;
    text-align: center;
    border-top: 1px solid #353e47;
    margin-top: 20px;
    margin-left: 30%;
    margin-right: 30%;
    padding-top: 10px;
}
#footer img {
    margin-top: 10px;
}
    
#menu ul {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin-bottom:0;
    margin-left:0;
    margin-top:0;
    padding-left:0.4em;
    padding-top:0;
}

#menu h3 {
    margin-top: 0px;
}

a {
    text-decoration: none;
    color: #f0f0f0;
    font-size: .8em;
    font-weight: bold;
}

a:active {
    color: #fafafa;
}

a:visited {
    color: #e8e8e8;
}
    
/* End of 'New Blue CSS' */

