
/**********************************

Use: Parameters to show/hide specific items in the nav panel of dept pages

***********************************/

/* PREP STYLING FOR SWITCHES */
.seg a, .segcfp a {color:maroon} 
.maroon {color:maroon;}

/* PINews Navigation Item ('BLOCK' shows the item in the nav menu) */

.piNewsNavItem {display:block !important;}


/* OUR COURSE DESCRIPTIONS AVAIL 
	('BLOCK' IS ON -- max one block  on for a given semester)
	(Min one block on/semester. 
*/
.courses-fall-new {display:block !important}
.courses-fall {display:none !important}
.courses-fall-archive {display:none !important}

.courses-spring-new {display:none !important}
.courses-spring {display:none !important}
.courses-spring-archive {display:block !important}

.courses-summer-new {display:none !important}
.courses-summer {display:none !important}
.courses-summer-archive {display:block !important}


/* WHETHER THE _UPCOMING_ SEMESTER'S SCHEDULE IS AVAIL TO SCHEDULING.HTML PAGE (BLOCK)*/
/* do not turn on CURRENT semester, only an avail NEXT semester */
.fallTermSched {display:none !important}
.sprTermSched {display:none !important}
.sumTermSched {display:none !important}

/* SEG CONFERENCE SWITCHES (EXCLUSIVE OR -- ONE TO BE 'BLOCK')*/
.segprepost {display:block !important} /* ADVANCE NOTICE  or OFF-SEASON */
.segcfp {display:none !important} /* UPCOMING W/ CFP */
.seg {display:none !important} /* UPCOMING (NO CFP) or RECENT PAST */

/* PHILSOC CONFERENCE SWITCHES (EXCLUSIVE OR -- ONE TO BE 'BLOCK')*/
.upsprepost {display:block !important} /* (ADVANCE NOTICE  or) OFF-SEASON */
.upscfp {display:none !important} /* UPCOMING W/ CFP */
.ups {display:none !important} /* UPCOMING (NO CFP) or RECENT PAST */

/* FOOD & TALK SWITCHES (EXCLUSIVE OR -- ONE TO BE 'BLOCK')*/
.food-talk {display:none !important} /*off-season or after*/
.food-talk-tba {display:none !important} /*just maroons the nav listing*/
.food-talk-hot {display:block !important} 
/*First adjust lastestFoodAndTalkTitle in data/site-parameters.js*/

/* HARE SWITCHES (EXCLUSIVE OR -- ONE TO BE 'BLOCK')*/
.hare {display:block !important}
.hare-hot {display:none !important}

/* GSPS/PhilSoc SITE SWITCHES (SET TO 'BLOCK' TO TURN ON)*/
.gsps {display:none !important}
.philsoc {display:block !important}

/* HOSTED SITE SWITCHES (SET TO 'BLOCK' TO TURN ON)*/
.fpalinks {display:block !important}
.seplinks {display:block !important}

/* CONSTANTS -- DO NOT SWITCH */
.registrar-active {color:black; font-weight:bold; !important}
.registrar-inactive {color:grey-AA !important}

/* HIRING PAGE SWITCH (SET TO 'BLOCK' TO TURN ON)*/
/*.hiring {display:block !important}*/
/*See site-parameters.js for main one-off switch. This is now a duplicate.*/

/* PHD FREEZE SWITCH (SET TO 'inline' WHILE PHD HIATUS)*/
.phdFreezeInline {display:none !important;color:maroon !important;font-style:italic !important;}
/* PHD FREEZE SWITCH (SET TO 'block' WHILE PHD HIATUS)*/
.phdFreezeBlock {display:none !important;color:red !important;font-style:italic !important;}
/* PHD FREEZE SWITCH (SET TO 'inline' WHEN PHD OPENS, 'none' otherwise)*/
.phdOpenInline {display:inline !important;color:maroon !important;font-style:italic !important;}
/* PHD FREEZE SWITCH (SET TO 'block' WHEN PHD OPENS, 'none' otherwise)*/
.phdOpenBlock {display:block !important;color:maroon !important;font-style:italic !important;}

.phdFreezeInline a {color:maroon !important;font-style:italic !important;}
.phdFreezeBlock a {color:red !important;font-style:italic !important;}


/***************** IN ABEYANCE *********************/

/* REGISTRAR COURSE LISTINGS AVAIL (Black is current/future, grey is past) **** NOT USED ANYMORE*/
.registrar-fall {color:black !important}
.registrar-spring {color:black !important}
.registrar-summer {color:grey !important}