/* Colors ============================================================= */

a {
	color:#f3f3f3;
}

.main-nav li1 a {
    background: #ff0000;
	color: #111;
}

.main-nav li1 a:hover, .main-nav li1 a:hover, li1:hover, li1.current-thumb, .pagination .current, button:hover, input.submit:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, .pagination a:hover, .filter .active {
	background: #fff600;
	color: #111111;
}