@import url(core.css);

/*


100% green: 236910
30% green: bdd2b7

100% powder blue: 78aab2
30% powder blue : d6e5e8

100% orange: f07917
30% orange: fad7b9

100% teal: 006e7e
30% teal: b2d3d8

100% purple: 762c80
30% purple: d6bfd9

100% maroon: 9a1023

primary/secondary
current: orange/teal
past: purple/green
participate: green/purple
yearround: teal/orange
util: powder blue/maroon


// unused from logos: //
// 100% green: 009f3e
// 30% green: b2e2c5
//100% powdwer blue: b2d3d8


*/


body { background-color: #762c80; } /* 100% */

/* everywhere but content: */
a:link, a:visited {color:#fff;}
a:hover, a:active {color:#d6bfd9;} /* 30% */


#content a:link, a:visited {color:#000;}
#content a:hover, a:active {color:#762c80;} /* 100% */


h1 { color: #236910; } /* secondary */
h2 { color: #762c80; } /* 100% */
h3 { color: #236910; } /* secondary */

#navMain li a:hover { color: #d6bfd9; } /* 30% */
#utilNav a:hover, #utilNav a:active { color: #d6bfd9; } /* 30% */
#subNav a:hover, #subNav a:active { color: #d6bfd9; } /* 30% */

body#pPast li#past a { color: #d6bfd9; }  /* 30% */







#pastPhotos { margin: 0px 0px 15px 15px; }

#pastPhotos a img { margin: 0px 5px 5px 0px; }






/* nav */


h1 img {
	float:left;
	margin-right: 10px;
}





#filmGal li {
	list-style-type: none;
	float: left;
	margin-right: 0px;
}

#filmGal li a:link, a:visited {color:#fff;}
#filmGal li a:hover, #filmGal li a:active  { color: #d6bfd9;}


#filmGal li a img  {

	border:2px solid #762c80;
	margin-bottom: -5px;
}


#filmGal li a:hover img  {

	border:2px solid #d6bfd9;
}


