body{
    background-color:#192d39;
}

#branding, #top-widget-area, footer{
    background-color:#8ec2cd;
}

#secondary{
    background-color:#bdebee;
}

#main, #access{
    background-color:#ecf3f7;
}

a:hover
{
    color:#192d39;
} 

#navbar {
    border-bottom: 5px solid #bdebee;
}

#show-hide {
    background-color:#bdebee;
}

/*Desktop and Wide Screen  media queries:
  ----------------------------------------------------------------------------------------------------*/
@media only screen and (min-device-width :600px) {

    .blue-rib {
	z-index:1;
    }

    #navbar {
	border-bottom: none;
    }

/*end desktop and widescreen styles*/
}

