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

#topAd > a, #bottomAd > a {
	color: #2e76ec;
}

#nav > li > a, #footer a, #footer p, #footer li {
	color: #2e76ec;
}

#nav > li.current > a {
	background-color: #2e76ec;
}

#footer p, #footer li {
	color: #2e76ec;
}

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

.mainContent > h4 {
	color: #2e76ec;
}


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

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

/* ------- SOCIAL STREAM PAGE -------*/
#streamFilters > ul > li.active > a {
	background-image: linear-gradient(top , #232323 0%, #ee91ed 100%);
	background-image: -o-linear-gradient(top , #980096 0%, #ee91ed 100%);
	background-image: -moz-linear-gradient(top , #980096 0%, #ee91ed 100%);
	background-image: -webkit-linear-gradient(top , #980096 0%, #ee91ed 100%);
	background-image: -ms-linear-gradient(top , #980096 0%, #ee91ed 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #232323), color-stop(1, #3a3a3a));
	box-shadow: 0 2px 0px #520061 inset;
		-moz-box-shadow: 0 1px 3px #520061 inset;
		-webkit-box-shadow: 0 1px 3px #520061 inset;
	color: #f9fbff;
}