@primarytext: #7a766d;
@secondarytext: #ffffff;
@tertiarytext: #be7018;
@link: #7a766d;
@linkhover: #f89d37;

body {
	color: @primarytext;
}
a {
	color: @link;
	text-decoration: none;
	&:hover { color: @linkhover; }
}
#tagline a {
	font-size:2em;
	color: @tertiarytext;
	text-shadow: 0px 1px 0px #e1e1e8;
}
.menu .current-menu-item a {
	color: @primarytext;
}
.menu .current_page_ancestor a {
	color: @primarytext;
}
.menu .current_page_ancestor .sub-menu a {
	color: @primarytext;
}
.menu .current_page_ancestor .sub-menu .current-menu-item a, .menu .sub-menu a:hover {
	color: @linkhover;	
}
#tagline {
	color: @secondarytext;
}	
#tagline h3 {
	font-size:2.8em;
	text-shadow: 1px 1px 0px #B8D436;
}
#phone div {
	color: @linkhover;
	font-size:2em;
}
#phone strong {
	font-size:1.2em;
}