
.postTitle {
	color: #5b1700;
}

a {
	color: #5b1700;
}

a:active {
	color: #5b1700;
}

a:visited {
	color: #822100;
}

a:hover {
	color: #c93400;
}
	
.contentBackground .sidebar {
	background-color: #641800;
	
}

    
/* Button */
#suckerfishnav .current_page_ancestor, #suckerfishnav .current_page_item {
	background-color: #571600;
}

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

/* DROPDOWN HOVER */
#suckerfishnav li:hover ul, #suckerfishnav li:hover, #suckerfishnav li.sfhover {
	background:#461200;
}

/* 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:#681b00;
}
