/*
*
* COLORS
* 
*/

/* PRIMARY COLOR ------------------------------------ */
/* -------------------------------------------------- */
/* Green */
.button:hover, .button:focus, #header, ul#primary_nav li a.current, .locked:hover, .locked:focus, .unlocked:hover, .unlocked:focus, .infobar_btn, .infobar, #back_to_top:hover, #back_to_top:focus, .recent_next:hover, .recent_next:focus, .recent_prev:hover, .recent_prev:focus, .showcase a.over:hover, .showcase a.over:focus, .nivo-controlNav a.active {
	background-color: #0099bf;
}

.key, a, h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h1 a:focus, h2 a:focus, h3 a:focus, h4 a:focus, h5 a:focus, h6 a:focus, .blog .post_info a:hover, .blog .post_info a:focus, ul.comments li .info a:hover, ul.comments li .info a:focus, ul.filters li a.current {
	color: #0099bf;
}

a.photo:hover, a.photo:focus, .flickr_badge_image a:hover img, .flickr_badge_image a:focus img {
	border-color: #0099bf;
}

