/** BEGIN colors **/
a {
	color: #94b220;
	text-decoration: none;
}


#header .pages {
	border-color: #913F34;
}
	#header .pages li a:hover {
		color: #5f6d34
	}
	#header .pages li ul li {
		background-color: #add51c;
	}
#header .categories li a {
	border-color: #e2a2b3;
	color: #9D1301;
}
#header .categories li ul li {
	background-color: #fddae3;
}
#content .featured .text li a {
	color: #c7e654;
}
#sidebar .box .popular li a {
	color: #94b220;
	text-decoration: none;
}
#footer {
	background-color: #aacb29;
}
	#footer .subscribe {
		background-color: #94b220;
	}
#content .span table th {
	background-color: #94b220;
}
#sidebar .box .tabs li a {
	border-color: #70a35e;
}
#sidebar .box .tabs li a:hover {
	color: #ffee99;
}
#sidebar .box .tabs li a.here {
	background-color: #70a35e;
}
/** END colors **/

/** BEGIN images **/
#header {
	background-image: url(navigation.gif);
}
#header h1 a {
	background-image: url(logo.png);
}
#header .pages li.here a {
	background-image: url(active.gif); 
}
#header .pages, #header .pages li {
	background-image: url(divider.gif);
}
#content .category .box h2, #content .cbox h2, #sidebar .box h2, #sidebar .box .tabs {
	background:  url(header.gif) repeat-x;
}

#content .category .box .search {
	background-image: url(search.gif);
}
/** END images **/


