/* =========================== */
/* === Blog Filter Buttons === */
/* =========================== */
#filter .button{
	padding:1em;
	margin-bottom: 10px;
}
.actives {
	background-color: #000000 !important;
}

/* =========================== */
/* ==== Two Level Nav Bar ==== */
/* =========================== */
.dropper {
position: absolute; 
top: 120px; 
right: 15%; 
width: 18%; 
background-color: #000; 
z-index: 1000;
padding: 10px;
list-style: none;
border: 1px solid rgba(0,0,0,.15);
border-radius: 4px;
-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
box-shadow: 0 6px 12px rgba(0,0,0,.175);
background-clip: padding-box;
}
.dropper li a {
color: #C8AF63;
font-size: 15px;
padding:10px 15px;
}
.dropper li a:hover {color: rgba(200,175,99, 0.5);text-decoration:none;}