﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */

.logo img {
    padding-top: 2px;
    padding-bottom: 2px;
}
div.nwnavbar {
    padding-left:3em;
    padding-right:3em;
    border-top: 3px solid #2a6496;
    border-bottom: 3px solid #2a6496;
    background-color: whitesmoke;
}

/*.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: purple !important;
}

.navbar-default .navbar-nav > li > a {
    color: rebeccapurple !important;
}*/
.nav-gradient {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2a6496+0,2a6496+69&0.6+0,0+42 */
background: -moz-linear-gradient(top, rgba(42,100,150,0.6) 0%, rgba(42,100,150,0) 42%, rgba(42,100,150,0) 69%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(42,100,150,0.6) 0%,rgba(42,100,150,0) 42%,rgba(42,100,150,0) 69%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(42,100,150,0.6) 0%,rgba(42,100,150,0) 42%,rgba(42,100,150,0) 69%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#992a6496', endColorstr='#002a6496',GradientType=0 ); /* IE6-9 */
}
h1, h2 {
    font-variant:small-caps;
}
/*.navbar {
    background-image: url('Images/headerBG.jpg');
    background-repeat: repeat-x;
    background-position: left top;
}*/
/* Member Profile styles*/
.profile {
        border: 2px solid black;
        height: 325px;    
        margin-bottom: 15px;  
        margin-top: 15px; 
        font-size: 14px; 
        line-height: 1.1;
}
.profile.approved {
    border: 2px solid #eb9316;
    background-color: rgba(235, 147, 22, 0.15)

}
.profile img {
    margin-top: 10px;
    border: 2px solid black;
}
.profileline {
    padding-top: 5px;
    padding-bottom: 5px;
}
.profilephone {
    padding: 5px;
}
.joinyear {        
    /*position: absolute;
    top: 275px;
    left: 15px;*/
    font-weight: bold;
}


