

/*-------------------------------------------------------------------------------------------*/
/* Custom Styles */
/*-------------------------------------------------------------------------------------------*/



.main-navigation,/*.main-navigation ul ul,*/ 
#ctimer span, .footer-widget-section, ol.comment-list li .reply {
	background: #ff9f00;
}

 h2.section-title {
	color: #ff9f00;
}

/* Links */
a {
	color: #ff9f00;
}
a:visited {
	color: #ff9f00;
}
a:hover,
a:focus,
a:active {
	color:#75507b;
	text-decoration: none;
}

.home-slideshow .flex-caption h2 {
  background: #ff9f00;
}

.site-branding h1{
	color:#75507b;
}

.site-branding a{
	color: #000000;
}

.site-branding a:hover{
	color: #000000;
}

.widget {
	border-bottom: 3px solid #ff9f00;
}

.site-footer{
	background: #474749;
}



