
/* Pills */

#logo { background: #eb715f; }
#header:before  { background: #eb715f; }
#logo h2 { color: rgba(255,255,255,.8); }

#navigation #menu > ul > li.active > a,
#navigation #menu > ul > li:hover > a,
#navigation #menu > ul div.sub ul li a.active,
#navigation #menu > ul div.sub ul li a:hover { color: #eb715f; }


div.ed-form div.element input:focus, 
div.ed-form div.element select:focus, 
div.ed-form div.element textarea:focus,
div.ed-form .ed-form-button div.element input { border-color: #eb715f; }
div.ed-form .ed-form-button div.element input:hover { background: #eb715f; }

#content .ed-headline h2.center { border-bottom-color: #eb715f; }

::selection { background: #eb715f; color: #fff; }
::-moz-selection { background: #eb715f; color: #fff; }

@media screen and (max-width: 1023px) {
	#navigation #menu > ul > li > a.active { border-left-color: #eb715f; }
	#navigation #menu > ul div.sub ul li a.active { -webkit-box-shadow: inset 5px 0 0 #eb715f; -moz-box-shadow: inset 5px 0 0 #eb715f; box-shadow: inset 5px 0 0 #eb715f; }
}
