/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/

a {
	color:#146c3a;
}
#site-inside-wrapper {
	background-color: #ffffff;
	background-color: rgba( 255, 255, 255, 0.8 );
}
#header { 
	background-color: #f9f9f9;
	background-color: rgba( 249, 249, 249, 0.3 );
}
.taxonomy-list.category-list > a {
	border-color:#666666;
}
.taxonomy-list.category-list > a {
	color:#146c3a;
}
.taxonomy-list.category-list > a { 
	background-color: #e9e9c9;
	background-color: rgba( 233, 233, 201, 0.7 );
}
.taxonomy-list.post_tag-list > a {
	color:#146c3a;
}
.taxonomy-list.post_tag-list > a { 
	background-color: #fff8c6;
	background-color: rgba( 255, 248, 198, 0.7 );
}
