a,
a:visited,
.nav a:hover,
.widget a:hover,
#wp-calendar a,
.copyright a:hover,
.entry-title a:hover,
#news-ticker .news a,
.widget_tj_twitter li a,
.widget_tj_twitter li a:visited {
	color: #d01370;
}

#secondary-nav .nav,
#sidebar .widget-title,
.submit-button, 
.submit-button:visited {

	background: #991153;
	background: -webkit-linear-gradient(top, #d01370 0%, #91124f 100%);
	background: -moz-linear-gradient(top, #d01370 0%, #91124f 100%);
	background: -o-linear-gradient(top, #d01370 0%, #91124f 100%);
	background: -ms-linear-gradient(top, #d01370 0%, #91124f 100%);
	background: linear-gradient(top, #d01370 0%, #91124f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d01370', endColorstr='#91124f',GradientType=0 );

}

#left-sidebar .widget-title { border-color: #d01370; }
