/**
 * @package Babylog
 */

body {
	background-color: #c2e2bf;
	background-image:url('images/background-green.png');
}
.post_date a {
	color: #c2e2bf;
}
.tagline {
	color: #97c693;
}
ul.post-categories li a,
.comments-link a,
.comments-link span,
h2.widgettitle,
.tabmenu,
.post_header,
th {
	background-color: #6eb267;
}
ul.post-categories li a:hover,
.comments-link a:hover {
	background-color: #97c693;
} 