html {
	font-family: Arial;
	background-color: #6dbbff;
	background-image: linear-gradient(left , #8FCA71 0%, #A9D88F 50%, #8FCA71 100%);
	background-image: -o-linear-gradient(left , #8FCA71 0%, #A9D88F 50%, #8FCA71 100%);
	background-image: -moz-linear-gradient(left , #8FCA71 0%, #A9D88F 50%, #8FCA71 100%);
	background-image: -webkit-linear-gradient(left , #8FCA71 0%, #A9D88F 50%, #8FCA71 100%);
	background-image: -ms-linear-gradient(left , #8FCA71 0%, #A9D88F 50%, #8FCA71 100%);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #8FCA71), color-stop(0.5, #A9D88F), color-stop(1, #8FCA71));
}

#topAd > a, #bottomAd > a {
	color: #5bbc20;
}

#nav > li > a, #footer a, #footer p, #footer li {
	color: #5bbc20;
}

#nav > li.current > a {
	background-color: #8FCA71;
}

#footer p, #footer li {
	color: #5bbc20;
}

#sideBarInfo, #sideBarInfo a {
	color: #fff;
}

.mainContent > h4 {
	color: #428519;
}


/* ------- ABOUT ME PAGE ------- */
#about > h1, #experience > h2, #education > h2, #interests > h2 {
	color: #366201;
}

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

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