.postTitle {
	color: #af9259;
}

a, a:active, a:visited {
	color: #af9259;
}

a:hover {
	color: #574d38;
}
	
.contentBackground .sidebar {
	background-color: #574d38;
	
}
    
/* Active Button Background */
#suckerfishnav .current_page_ancestor, #suckerfishnav .current_page_item {
	background-color: #574d38;
}

/* Menu Hover */
#suckerfishnav li li:hover {
	background: #887651;
}

/* Dropdown Menu Background */
#suckerfishnav li:hover ul, #suckerfishnav li:hover, #suckerfishnav li.sfhover {
	background: #a39578;
}

/* DROPDOWN Level 2 and above */
#suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
	background: #bbab8a;
}
