
/*==========================================================================================
	
This file contains styles related to the colour scheme of the theme

==========================================================================================*/


.widget-title,
a,
.tz_tweet_widget ul li span a { color: #33CC99; }

a:hover,
#commentform small span,
.tz_blog .entry-title a:hover,
.tz_tweet_widget ul li span a:hover,
#primary .entry-meta a:hover,
.recent-wrap .entry-title a:hover,
.tab-comments h3 a:hover,
.author-tag { color: #cc3300; }

::selection { background: #cc3300; color: #fff; }

::-moz-selection { background: #cc3300; color: #fff; }

#primary-nav ul a {
	color: #33CC99;
}

#extend-feedback .thanks, 
#primary-nav ul li a:hover,
#primary-nav ul li:hover,
#primary-nav ul li.sfHover a {
	color: #cc3300!important;
}


