/*

HOW TO USE THIS FILE:

 this file is used to Override any css rules.
 rules will be applied to all color schemes.

 by this way , you will keep all your custom modification. separated from the original styles.
 (it is also ,useful when you update the theme)

*/


a {
	color: #ff9900;
}
.post_title a {
	color: #ff9900;
	text-shadow: 1px 1px #333;
}
.widget ul li a:hover {
	color: #ff9900;
}
.widget a {
	color: #ff9900;
}
.widget_title {
	color: #ff9900;
	text-shadow: 1px 1px #333;
}
#sfish li:hover, #sfish li:active, #sfish li.sfhover, #sfish li li:hover, #sfish ul li a :active  {
	background: #ff9900;
}

/* REMOVE CAPITALIZATION */
h1, h2, h3, h4, h5, h6, .widget ul, .widget ol, p.more-link-wrap, #catnav {
	text-transform:none;
}

