/* 
    Document   : nextsailor.css
    Created on : Dec 16, 2012, 11:46:26 AM
    Author     : Kevin
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
    /*padding-bottom: 40px;*/
    padding-top: 0px;
    text-shadow: rgba(0,0,0,.01) 0 0 1px;
    -webkit-text-stroke: 0.001px transparent;
}
.sidebar-nav {
    padding: 9px 0;
}

/* Adjusting the main container padding based on browser resolution */
.container-content{
    padding-top: 60px;
}

.navbar {
    margin-bottom: 2px;
}

.header-title{
    background-color: #FFFFFF; 
    border-top-left-radius: 6px; 
    border-top-right-radius: 6px; 
    height: 40px; 
    margin-top: 48px;
}

.header-title-tab{
    text-align: right;
    padding-top:6px; 
    padding-right:20px;
}

.header-row{
    height: 88px;
}

.footer-span{
    border-bottom: none;
    border-right: 1px dashed #555555;
    min-height:140px;
    height:140px;
}

a:hover {
  color: #005580;
  text-decoration: underline;
}


.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #4aa3ab;
}


/*
h1 {font: 60px/68px 'SansationBold', Arial, sans-serif;letter-spacing: -50;-webkit-font-smoothing: antialiased;}
h2 {font: 30px/36px 'SansationBold', Arial, sans-serif;letter-spacing: -50;-webkit-font-smoothing: antialiased;}
h3 {font: 24px/30px 'SansationBold', Arial, sans-serif;letter-spacing: -50;-webkit-font-smoothing: antialiased;}
*/

.btn-primary {
  background-color: #4aa3ab;
  *background-color: #007676;
  background-image: -moz-linear-gradient(top, #4aa3ab, #007676);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4aa3ab), to(#007676));
  background-image: -webkit-linear-gradient(top, #4aa3ab, #007676);
  background-image: -o-linear-gradient(top, #4aa3ab, #007676);
  background-image: linear-gradient(to bottom, #4aa3ab, #007676);
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  background-color: #007676;
  *background-color: #003434;
}

.navbar .nav > li > a {
text-shadow: none;
}a:hover {
  color: #005580;
  text-decoration: underline;
}


.nav-list > .active > a,
.nav-list > .active > a:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  background-color: #4aa3ab;
}



#headerBackground{
    height: 278px; 
    background-image: url('/images/background_indexBlueGraphic.jpg'); 
    background-repeat: no-repeat;
}

#backgroundStripe{
    background-image: url('/images/background_indexBlue.jpg'); 
    background-repeat: repeat-x;
    background-position-y: 0px;
}

@media (max-width: 1199px){
    #headerBackground{
        height: 269px;
        background-image: url('/images/background_indexBlueGraphic269.jpg'); 
    }
    #headerImage{
        height: 269px;
    }
    #backgroundStripe{
        background-image: url('/images/background_subBlue269.jpg'); 
        background-repeat: repeat-x;
        background-position-y: 0px;
    }
}

@media (max-width: 979px) {
    .container-content{
        padding-top: 0px;
    }
    .navbar {
        margin-bottom: 6px;
    }
    #headerBackground{
        height: 252px;
        background-image: url('/images/background_indexBlueGraphic252.jpg'); 
    }
    #headerImage{
        height: 252px;
    }
    #backgroundStripe{
        background-image: url('/images/background_subBlue252.jpg'); 
        background-repeat: repeat-x;
        background-position-y: 0px;
    }
}

@media (max-width: 767px) {
    .container-content{
        padding-top: 0px;
    }
    .non-mobile{
        display: none;
    }
    body{
        padding-right: 0px;
        padding-left: 0px;
    }
    .container{
        padding-right: 4px;
        padding-left: 4px;
    }
    .navbar {
        margin-bottom: 6px;
    }
    .header-title{
        margin-top: 0px;
        margin-bottom:10px;
        background-color: transparent !important;
    }
    .header-row{
        height: 100px;
    }
    .footer-span{
        border-bottom: 1px dashed #555555;
        border-right: none;
        padding-bottom: 10px;
        min-height:1px;height:1px;
    }
    
}

@media (max-width: 480px) {
    .container-content{
        padding-top: 0px;
    }
    .non-mobile{
        display: none;
    }
    body{
        padding-right: 0px;
        padding-left: 0px;
    }
    .container{
        padding-right: 4px;
        padding-left: 4px;
    }
    .navbar {
        margin-bottom: 6px;
    }
    .header-title{
        margin-top: 0px;
        margin-bottom: 10px;
        background-color: transparent !important;
    }
    .header-row{
        height: 120px;
    }
    .footer-span{
        border-bottom: 1px dashed #555555;
        border-right: none;
        padding-bottom: 10px;
        min-height:1px;height:1px;
    }
    #headerBackground{
        height: 140px;
        background-image: none; 
    }
    #headerImage{
        height: 140px;
    }
    #backgroundStripe{
        background-image: url('/images/background_subBlue140.jpg'); 
        background-repeat: repeat-x;
        background-position-y: 0px;
    }
}
/* end adjusting padding */

a {
  color: #4aa3ab;
  text-decoration: none;
}

