/*!
 * Branding Style Sheet for Bootstrap v2.2.1
 *
 * Copyright 2012 Johnson County Community College
 * http://www.jccc.edu
 */
body {
    margin-top: 40px;
}


/* Navigation */
nav .navbar-inner {
    border-bottom: 1px solid #a6a6a6;
}

nav .pull-center {
    text-align: center;
}
    
nav .pull-center > .nav {
    float: none;
    display: inline-block;
    *display: inline; 
    *zoom: 1;
    height: 34px;
}

nav .divider-vertical {
   /* display: none; */
}

nav .caret
{
    /*
    border-top-color: #006778 !important;
    border-bottom-color: #006778 !important;
    */
}

nav .nav > li > a:link,
nav .nav > li > a:active,
nav .nav > li > a:visited {
    padding-left: 12px;
    padding-right: 12px;
    font-size: 0.86em;
    text-transform: uppercase;
    color: #003d4c;
}

nav .nav > li:hover > a:hover {
    color: #0094b3;
    text-decoration: underline;
}

nav .dropdown-menu {
    text-align: left;
    font-size: 0.86em;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

nav .dropdown-menu li:hover a {
    background: #0094b3;
}

nav .navbar-search {
    padding-top: 3px ;
}
nav .navbar-search input {
    height: 14px;
}

/* Footer */
footer {
    height: auto;
    border-top: 4px solid #bed600;
    background-color: #333;
    margin-top: 20px;
    padding: 20px 0;
    font-size: 0.9em;
    clear: both;
    color: #ccc;
    
    /*
    background: rgb(0,0,0);
    background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(69,72,77,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,1)), color-stop(100%,rgba(69,72,77,1)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%);
    background: linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(69,72,77,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#45484d',GradientType=0 );
    */
    
    background: rgb(69,72,77);
    background: -moz-linear-gradient(top,  rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    background: -ms-linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(top,  rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 );
}

footer h4,
footer h5 {
    color: #fff;
    margin-left: 25px;
}

footer a, 
footer a:visited  {
    color: #ccc;
    font-size: 95%; 
}

footer a:hover,
footer a:active {
    color: #fff;
    text-decoration: underline;
}

footer address {
    text-align: right;
    padding-right: 20px;
}

footer address strong,
footer address abbr {
    color: #eee;
}

footer ul {
    list-style: none;
}

/* Responsive Styles */

/* Landscape phones and down */
@media (max-width: 480px) {  
    body {
        margin-top: 0;
    }
}
     
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {  
    body {
        margin-top: 0;
    }
}
     
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {  
    body {
        margin-top: 0;
    }
}
     
/* Large desktop
@media (min-width: 1200px) {  } */