/* LINKS */
a {
	color: #FF9900;
}

a:hover {
	text-decoration: underline;
}

div.latest.tweets a.reply {
	color: #ef4529;
}

div#tabs ul li.ui-state-active a {
	color: #ef4529;
}

/* MAINMENU */
#mainMenu li.hover a,
#mainMenu a:hover {
	color: #FFFFFF;
	

}

#mainMenu li.hover a span,
#mainMenu a:hover span {
	color: #FFCC00;
}

#mainMenu ul ul li.current a,
#mainMenu li.active li.current a,
#mainMenu ul ul a:hover,
#mainMenu li.active li a:hover,
#mainMenu ul li.active li a:hover {
	color: #ef4529 !important;
}

/* CONTENT BUTTONS */
a.btn.grey:hover {
	background: url(../images/general/btn-content-orange.png) no-repeat 0 0 transparent;
	color: #FF9900;
}

a.btn.green:hover,
a.btn.red:hover,
a.btn.orange:hover,
a.btn.blue:hover,
a.btn.pink:hover,
a.btn.purple:hover {
	background: url(../images/general/btn-content-black.png) no-repeat 0 0 transparent;
}

a.btn.grey:hover span {
	background: url(../images/general/btn-content-orange.png) no-repeat 100% 0 transparent;
}

a.btn.green:hover span,
a.btn.orange:hover span,
a.btn.red:hover span,
a.btn.blue:hover span,
a.btn.pink:hover span,
a.btn.purple:hover span {
	background: url(../images/general/btn-content-black.png) no-repeat 100% 0 transparent;
}

a.btn.black:hover {
	background: url(../images/general/btn-content-orange.png) no-repeat 0 0 transparent;
	color: #ffffff;
}

a.btn.black:hover span {
	background: url(../images/general/btn-content-orange.png) no-repeat 100% 0 transparent;
	color: #ffffff;
}

/* MISC */
span.highlight,
.our-people h6 {
	color: #f0543f;
}

#blog .meta li {
	background-color: #e07c6f;
}

#blog .meta li:hover {
	background-color: #ce5046;
}

ul.submenu li.current span {
	background:url(../images/colors/skin-1/icon-submenu.png) no-repeat scroll right bottom transparent;
}

.leftCol ul.submenu li.current span {
	background:url(../images/colors/skin-1/icon-submenu-leftcol.png) no-repeat scroll left top transparent;
}

#blog div.about-author div.content h4 a {
	color: #f0543f;
}

.twitterfeed p a {
color:#f0543f;
}
