/* volunteer home page (and probably child pages) have a lot more orange */

.view-display-id-block_newest_volunteer_opportunities a,
.view-display-id-search_results a {
    color: #e28e2c;
}
.view-display-id-block_newest_volunteer_opportunities th a.active,
.view-display-id-search_results  th a.active {
    color: white;
    background-color: #ffb10a;
    border-radius: 7px 7px 7px 7px;
    color: #FFFFFF;
    padding: 2px 6px 3px;	
}
.view-display-id-top_events  th a.active
 {
    color: white;
    background-color: #40b6d5;
    border-radius: 7px 7px 7px 7px;
    color: #FFFFFF;
    padding: 2px 6px 3px;	
}
/* old values for the background, from the good ole days when the header 
    had a pointy on the bottom and never quite fit the content.
    background:  url("../images/pnn-thead-a-background.png") no-repeat scroll 0 0 transparent;
    padding: 0 43px 14px 5px;
	min-width: 120px;
*/


.view-display-id-search_results table {
    width: 960px;
	position: relative;
}

/* page for volunteer node, headings in the center column */
#volunteer-node .panels-flexible-region-9-center .pane-title.block-title {
    color: #e28e2c;
}


/* "show more opportunities" on the volunteer home page */
.view-display-id-block_5 a {
   color: #e28e2c;
   background-color: transparant;
}

/* two links at bottom of volunteer home page */
.panels-flexible-region-10-links1-inside .block-content,
.panels-flexible-region-10-links3-inside .block-content {
   background-color: #ffb10a;
}


/* EVENTS */
/* "show more opportunities" on the event home page */
.pane-4 a {
   color: #006687;
   background-color: transparant;
}

.panels-flexible-region-21-links1-inside .block-content,
.panels-flexible-region-21-links3-inside .block-content {
   background-color: #40b6d5;
}

/* page for event node, headings in the center column */
#event-node .panels-flexible-region-20-center .pane-title.block-title,
#job-node .panels-flexible-region-19-center  .pane-title.block-title {
    color: #e28e2c;
}

