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

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

a {
	color: #8000c2;
}

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

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

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

.mainContent > h4 {
	color: #8000c2;
}


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

/* ------- SOCIAL STREAM PAGE -------*/
#streamFilters > ul > li.active > a {
	background-image: linear-gradient(top , #b03daf 0%, #d56bd4 100%);
	background-image: -o-linear-gradient(top , #b03daf 0%, #d56bd4 100%);
	background-image: -moz-linear-gradient(top , #b03daf 0%, #d56bd4 100%);
	background-image: -webkit-linear-gradient(top , #b03daf 0%, #d56bd4 100%);
	background-image: -ms-linear-gradient(top , #b03daf 0%, #d56bd4 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #b03daf), color-stop(1, #d56bd4));
	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;
}