@media screen {
	#wp-admin-bar-rps-blog-info.rps-blog-info-alert {
		/*http://www.colorzilla.com/gradient-editor/#990000+0,8f0222+43,d61100+100;Custom*/
		background: rgb(153,0,0);
		background: -moz-linear-gradient(top,  rgba(153,0,0,1) 0%, rgba(143,2,34,1) 43%, rgba(214,17,0,1) 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(153,0,0,1)), color-stop(43%,rgba(143,2,34,1)), color-stop(100%,rgba(214,17,0,1)));
		background: -webkit-linear-gradient(top,  rgba(153,0,0,1) 0%,rgba(143,2,34,1) 43%,rgba(214,17,0,1) 100%);
		background: -o-linear-gradient(top,  rgba(153,0,0,1) 0%,rgba(143,2,34,1) 43%,rgba(214,17,0,1) 100%);
		background: -ms-linear-gradient(top,  rgba(153,0,0,1) 0%,rgba(143,2,34,1) 43%,rgba(214,17,0,1) 100%);
		background: linear-gradient(to bottom,  rgba(153,0,0,1) 0%,rgba(143,2,34,1) 43%,rgba(214,17,0,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#990000', endColorstr='#d61100',GradientType=0 );
	}
	
	#wp-admin-bar-rps-blog-info.rps-blog-info-alert > .ab-item {
		color: #FFF;
	}
	
	#wp-admin-bar-rps-blog-info.rps-blog-info-alert .ab-submenu .rps-blog-info-alert > .ab-item {
		color: #900 !important;
		font-weight: bold;
		cursor: help;
	}
}