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

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

a {
	color: #d03123;
}

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

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

#nav > li.current > a {
	background-color: #398d35;
	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;
}

.mainContent > h4 {
	color: #d03123;
}


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

/* ------- 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;
}