/* wiol.css - style sheet for WIOL web pages
**
** Mike Schuh, October 2007
*/

/* general styles (used anywhere) */

.note {color: red; font-weight: bold; }
.photo-caption {font-size: small; }
.photo-credit  {font-family: Arial; font-size: x-small; text-align: right; }
a:active {color: green;}
a:hover {color: red; background-color: gray; }
a.more {font-family: Arial; font-size: small; font-weight: bold; }
.school_year {font-family: Arial; font-size: x-small; }
sup {font-size: smaller; }

/* home page menu */

.menu-caption {font-size: small; font-style: italic; }
a.menu {color: blue; font-size: small; font-family: Helvetica, sans-serif; text-align: center; }
a.menu-minor {color: blue; font-family: Helvetica, sans-serif;
	font-size: x-small; font-style: italic; }

/* news articles */

.byline { font-style: italic; font-size: x-small; margin-top: 0; }
.dateline {font-size: small; font-family: arial; margin-bottom: 0; }
.news-updated {font-size: x-small; font-family: arial; font-style: italic; margin-top: 0; }

/* results styles */

.elapsed {font-family: courier; text-align: right; }
.place {font-family: courier; font-size: smaller; text-align: right; }
.points {font-family: courier; font-size: smaller; text-align: right; }
.school-small {font-size: smaller; }

/* schedule page mark up */

tr.wiol-event {background-color: #fff4f4; }
tr.non-wiol {background-color: #bbffbb; }

/* volunteer page stuff */

li.volunteer-open {color: red; background-color: gray; font-size: smaller; }
li.volunteer-filled {color: green; background-color: gray; font-size: smaller; }
td.volunteer-open {color: black; background: red; font-size: smaller; }
td.volunteer-filled {color: green; background: gray; font-size: smaller; font-weight: bold; }
th.volunteer-task-header {background: lightyellow; }


/* end of wiol.css */
