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

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

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

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

#footer p, #footer li {
	color: #f64e4e;
}

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

.mainContent > h4 {
	color: #d03123;
}


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

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

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