html {
	font-family: Arial;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8FCA71', endColorstr='#A9D88F');
	background: url(/themes/default/creative/images/bgTopGreen.png) no-repeat top center;	
	background: url(/themes/default/creative/images/bgTopGreen.png) no-repeat top center, linear-gradient(left , #8FCA71 0%, #A9D88F 50%, #8FCA71 100%);
	background: url(/themes/default/creative/images/bgTopGreen.png) no-repeat top center, -o-linear-gradient(left , #8FCA71 0%, #A9D88F 50%, #8FCA71 100%);
	background: url(/themes/default/creative/images/bgTopGreen.png) no-repeat top center, -moz-linear-gradient(left , #8FCA71 0%, #A9D88F 50%, #8FCA71 100%);
	background: url(/themes/default/creative/images/bgTopGreen.png) no-repeat top center, -webkit-linear-gradient(left , #8FCA71 0%, #A9D88F 50%, #8FCA71 100%);
	background: url(/themes/default/creative/images/bgTopGreen.png) no-repeat top center, -ms-linear-gradient(left , #8FCA71 0%, #A9D88F 50%, #8FCA71 100%);
	background: url(/themes/default/creative/images/bgTopGreen.png) no-repeat top center, -webkit-gradient(linear, left top, right top, color-stop(0, #8FCA71), color-stop(0.5, #A9D88F), color-stop(1, #8FCA71));
}

body {
	background: url(/themes/default/creative/images/bgBottomGreen.png) no-repeat bottom center; 
	background: url(/themes/default/creative/images/bgBottomGreen.png) no-repeat bottom center, url(/themes/default/creative/images/bgTopGreen.png) no-repeat top center; 
}

a {
	color: #398d35;
}

#topAd > a, #bottomAd > a {
	color: #b5e17b;
}

#nav > li > a, #footer a, #footer p, #footer li {
	color: #398d35;
}

#nav > li.current > a {
	background-color: #398d35;
	background-image: linear-gradient(top , #4fa84b 0%, #6abc64 100%);
	background-image: -o-linear-gradient(top , #4fa84b 0%, #6abc64 100%);
	background-image: -moz-linear-gradient(top , #4fa84b 0%, #6abc64 100%);
	background-image: -webkit-linear-gradient(top , #4fa84b 0%, #6abc64 100%);
	background-image: -ms-linear-gradient(top , #4fa84b 0%, #6abc64 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4fa84b), color-stop(1, #6abc64));
	box-shadow: 0 2px 0px #3b9238 inset;
		-moz-box-shadow: 0 2px 0px #3b9238 inset;
		-webkit-box-shadow: 0 2px 0px #3b9238 inset;
}

.mainContent > h4 {
	color: #398d35;
}


/* ------- LINKS PAGE ------- */
.box > a, #linksOther > ul > li > a {
	color: #508BFB;
}

/* ------- SOCIAL STREAM PAGE -------*/
#streamFilters > ul > li.active > a {
	background-color: #616461;
	color: #a6e165;
}

