body {color:#ffffff; 
    background: 110px solid  hsla(350,10%,10%,0.5); 
    color: white; 
    border-top: 0px solid white; 
    border-bottom: 0px solid hsla(350,10%,10%,0.5);
    transition: background 1s;}

body.bodycolor {background:#ffffff}

h1, h2, h3, h4, h5, h6, b, strong  {color: #00489a;}

a { color: #e67f00;}
a:hover {color: #ec8200; } 


#main-nav { background: #BE1E3C; 
    background: hsla(350,20%,20%,0.3); 
    color: white; 
    border-top: 0px solid white; 
    border-bottom: 0px solid white;
    transition: background 1s;}
	


@media (min-width: 960px) {
	.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted { color: #00489a ; }
	.sm-clean ul a, .sm-clean ul a:hover, .sm-clean ul a:focus, .sm-clean ul a:active, .sm-clean ul a.highlighted { color: #e67f00;
}

}
.sm-clean li.menu-current a:link, .sm-clean li.menu-current a:visited { color: #00489a ; }
.sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active { color: #00489a ; }

.meta ul li a:link, .meta ul li a:visited { color: #e67f00 ; }
.meta ul li a:hover, .meta ul li a:visited:hover, .meta ul li a:active, .meta ul li a:visited:active { color: #ec8200 ; }

