/* TEXT **********************************************************************************/

h1 {
	color: #f47920;
}

.theme {
	color: #dd5828;
}

h1.theme2 {
	color: #fcaf17;
}

h4 {
	color: #dd5828;
}

h4.theme {
	color: #fcaf17;
}

h4.theme2 {
	color: #f47920;
}

blockquote::before {
  background-color: #f47920;
}



/* BREADCRUMB TRAIL ******************************************************************/
#breadcrumb {
	background-image:url(images/breadcrumb/breadcrumb_bg.png);
}

#bc_left {
	background-image:url(images/breadcrumb/breadcrumb_left_bg.jpg);
}

#bc_spacer {
	background-image:url(images/breadcrumb/breadcrumb_spacer.png);
}

/* MAPS *******************************************************************************/
#gs_map {
	background-image: url(images/maps/gs_map.gif)!important;
}

#ws_map {
	background-image: url(images/maps/ws_map.gif)!important;
}

#map-container .pin{
    background-image:url('images/maps/pin-route.png');
}

#map-container  .roll-over{
    background-color: #fcae1a;
}

#map-container #map-bg{
    background-image:url('images/maps/orng-760.png');
}

/* ticket 2015 */
@media screen and(min-width: 1024px){
    #map-container  #info-box{
        border-right: 3px solid #fcae1a;
    }
}

/*#map-container  #info-box{
    border-right: 3px solid #fcae1a;
}*/
/* ticket 2015 */

#map-container  #info-box .info-box-title{
    color: #fcae1a !important;
}

/* LINKS ****************************************************************************/
#container .recent ul, #container .recent li{
	background: url(images/icons/recent_arrow.gif) no-repeat 0px 0.75em;
}

#container .theme_arrow ul, #container .theme_arrow li{
	background: url(images/icons/recent_arrow.gif) no-repeat 0px 0.75em;
}

/* DIABETES PROGRAM LEFT RAIL ****************************************************************************/
a#ydpp {
	background-image:url(images/buttons/ydpp.gif);
}

/* RIGHT RAIL ****************************************************************************/
a#donate {
	background-image:url(images/buttons/donate.gif);
}

#find_your_y {
	background-image:url(images/buttons/find_your_y.gif);
}

/* FOOTER ********************************************************************/
#footer_top {
  background: #2DA590;
  border-color: #207C6C;
}

#footer_bottom {
  background: #F9A100;
  border-color: #FAB93D;
}

/******** IMPACT HOME PAGE ********/
#ymcaSubscribe > div > div {
  background: #2DA590;
  border-color: #207C6C;
}

#ymcaFind nav {
    background: #F9A100;
    border-color: #FAB93D;
}
