/**************/
/* THEMER CSS */
/**************/

/* If you delete this file you will see the native behaviour of Zero Point. 
 * The below lines only help to look better :)*/

ul.links li {
	border-left: 1px solid #d3d3d3; /* LTR */
}
.divider {
	border-left: 1px dashed #ddd; /* LTR */
}

/* MENU & link STYLES */

#submenu a {
	border: 1px solid #ddd;
	color: #444 !important;
	background: #eee;
}
#submenu li a:hover {
	background: #dbdbdb;
}
#menu2 a {
	color: #888 !important;
}
#menu2 a:hover, #menu2 a.active {
	color: #333 !important;
}
#footer a:hover, #footer a.active {
	color: #333;
}


/* Dropdown */

.menu-toggle {
	background: #ddd !important;
}
.menu-toggle .bars {
	background: #777;
}

.pure-menu-heading {
	color: #777;
}
.pure-menu-link {
	background: #fff;
	border: 1px solid #eee;
}


@media screen and (max-width: 48em) {
	.menuband {
		min-height: 2.3em;
		background: #eee;
	}
}