<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* LINKS */
a {
	/*color: #eef4529;*/
	color: #b32032;
}

a:hover {
	text-decoration: underline;
}

div.latest.tweets a.reply {
	color: #b32032;
}

div#tabs ul li.ui-state-active a {
	color: #b32032;
}

/* MAINMENU */
#mainMenu li.hover a,
#mainMenu a:hover {
	color: #ffffff;
background: url(../images/colors/skin-1/btn-mainmenu.png) no-repeat 0 0 transparent; 
}

#mainMenu li.hover a span,
#mainMenu a:hover span {
	background: url(../images/colors/skin-1/btn-mainmenu.png) no-repeat 100% 0 transparent;
}

#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: #b32032 !important;
}

/* CONTENT BUTTONS */
a.btn.grey:hover {
	background: url(../images/general/btn-content-grey.png) no-repeat 0 0 transparent;
	color: #ffffff;
}
a.btn.ruby:hover {
	background: url(../images/general/btn-content-grey.png) no-repeat 0 0 transparent;
	color: #ffffff;
}

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-grey.png) no-repeat 100% 0 transparent;
}
a.btn.ruby:hover span {
	background: url(../images/general/btn-content-grey.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-grey.png) no-repeat 0 0 transparent;
	color: #ffffff;
}

a.btn.black:hover span {
	background: url(../images/general/btn-content-grey.png) no-repeat 100% 0 transparent;
	color: #ffffff;
}

/* MISC */
span.highlight,
.our-people h6,
.pink
 {
	color:#b32032;
}

#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;
}
@media (max-width: 600px) {
    #mainMenu li.hover a,
    #mainMenu a:hover {
        background: none; 
        color: #43484a;
    }

    #mainMenu li.hover a span,
    #mainMenu a:hover span {
        background: none;
        color: #43484a;
    } 

}  </pre></body></html>