/*

AN ATTEMPT AT ENFORCING COLOR UNIFORMITY ON A SECTION-BY-SECTION BASIS
G. Rotter, 1/29/09

ONLY ELEMENTS & PROPERTIES RELATED TO THE FOLLOWING SHOULD BE TARGETED IN THIS DOCUMENT!
ANYTHING ELSE SHOULD BE IN A SEPERATE CSS DOC...

- main background
- colored borders on images
- callout box background color
- selected tab background color

*/

/* DEFAULT */
body {
	background-image: url(/images/bg_forest_green.jpg);
}

.colored_borders,
#event_image,
#side_pic,
#col_319 .colored_borders {
	border-top: 2px solid #4e8018;
	border-bottom: 2px solid #4e8018;
}

.colored_border_top_only {
	border-top: 2px solid #4e8018;
}

.shadetabs li.selected a,
.shadetabs_landing li.selected a,
#mid_panel1,
#mid_panel1_first {
	background-color: #4e8018;
}

/* HOME */
body.section_home {
	background-image: url(/images/bg_home.jpg);
}

body.section_home .colored_borders {
	border-top: 2px solid #3e8eb2;
	border-bottom: 2px solid #3e8eb2;
}

body.section_home .colored_border_top_only {
	border-top: 2px solid #3e8eb2;
}

/* VISIT */
body.section_visit,
body.section_tickets,
body.section_etickets,
body.section_tours,
body.section_event_tickets {
	background-image: url(/images/bg_blue_purple.jpg);
}

/* ACADEMY */
body.section_academy {
	background-image: url(/images/bg_forest_green.jpg);
}

body.section_academy .colored_borders {
	border-top: 2px solid #864b1d;
	border-bottom: 2px solid #864b1d;
}

body.section_academy .colored_border_top_only {
	border-top: 2px solid #864b1d;
}

body.section_academy .shadetabs li.selected a,
body.section_academy .shadetabs_landing li.selected a,
body.section_academy #mid_panel1,
body.section_webcams #mid_panel1,
body.section_academy #mid_panel1_first {
	background-color: #864b1d;
}

body.section_academy #mid_panel1.colored_borders {
	background-color: #4e8018;
}

/* SCIENCE */
body.section_science {
	background-image: url(/images/bg_olive_green.jpg);
}

body.section_science .shadetabs li.selected a,
body.section_science .shadetabs_landing li.selected a,
body.section_science #mid_panel1,
body.section_science #mid_panel1,
body.section_science #mid_panel1_first {
	background-color: #864b1d;
}

body.section_science .colored_borders {
	border-top: 2px solid #864b1d;
	border-bottom: 2px solid #864b1d;
}

body.section_science .colored_border_top_only {
	border-top: 2px solid #864b1d;
}

/* EVENTS */
body.section_events {
	background-image: url(/images/bg_blue_green.jpg);
}

/* JOIN */
body.section_join {
	background-image: url(/images/bg_blue_purple.jpg);
}

/* GIVE */
body.section_give,
body.section_donate {
	background-image: url(/images/bg_blue_green.jpg);
}

/* MEDIALIBRARY-BARTALOS*/
body.section_medialibrary {
	background-image: url(/images/bg_blue_purple.jpg);
}

/* SUSTAINABLE FUTURE */
body.section_sustainable_future {
	background-image: url(/images/bg_olive_green.jpg);
}

body.section_sustainable_future .shadetabs li.selected a,
body.section_sustainable_future .shadetabs_landing li.selected a,
body.section_sustainable_future #mid_panel1,
body.section_sustainable_future #mid_panel1,
body.section_sustainable_future #mid_panel1_first {
	background-color: #864b1d;
}

body.section_sustainable_future .colored_borders {
	border-top: 2px solid #aa7422;
	border-bottom: 2px solid #aa7422;
}

body.section_sustainable_future .colored_border_top_only {
	border-top: 2px solid #aa7422;
}

/* RESEARCH */
body.section_research {
	background-image: url(/images/bg_forest_green.jpg);
}

body.section_research .colored_borders {
	border-top: 2px solid #864b1d;
	border-bottom: 2px solid #864b1d;
}

body.section_research .colored_border_top_only {
	border-top: 2px solid #864b1d;
}

body.section_research .shadetabs li.selected a,
body.section_research .shadetabs_landing li.selected a,
body.section_research #mid_panel1,
body.section_webcams #mid_panel1,
body.section_research #mid_panel1_first {
	background-color: #864b1d;
}

body.section_research #mid_panel1.colored_borders {
	background-color: #4e8018;
}

/* FOOTER ITEMS */
body.section_about,
body.section_geninfo,
body.section_publications,
body.section_newsroom,
body.section_webroot {
	background-image: url(/images/bg_blue_purple.jpg);
}

/* STORE */
body.section_store {
	background-image: url(/images/bg_blue_purple.jpg);
}
